/**
 * Curious 3.0.0
 * By Just Good Themes - https://justgoodthemes.com/
 */

/**
 * Table of Contents
 *
 *  1. Variables
 *  2. Reset
 *  3. Base
 *  4. Structure
 *  5. Header
 *  6. Hero
 *  7. Post cards
 *  8. Featured posts carousel
 *  9. Post feed
 * 10. Pagination
 * 11. Post
 * 12. Comments
 * 13. Next/prev post navigation
 * 14. Author and tag archives
 * 15. Blank template
 * 16. Footer
 * 17. Sidebar
 * 18. Ghost content cards
 * 19. Members CTA
 * 20. Animations
 * 21. Swiper
 * 22. SimpleLightbox
 */

@font-face {
  font-family: 'COFont';
  src: url('../fonts/JlsdatagothicRnc-9yDB.otf') format('opentype');
}

/* 1. Variables
----------------------------- */
:root {
  /* Colours */
  --color-gray-50:  #fafafa;
  --color-gray-100: #f5f5f5;
  --color-gray-200: #e5e5e5;
  --color-gray-300: #d4d4d4;
  --color-gray-400: #a3a3a3;
  --color-gray-500: #737373;
  --color-gray-600: #525252;
  --color-gray-700: #404040;
  --color-gray-800: #262626;
  --color-gray-900: #171717;
  --color-yellow-50: #fff8e1;

  /* Fonts */
  --font-primary: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 2. Reset
----------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp,pre{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* 3. Base
----------------------------- */
html {
  font-family: var(--font-primary);
  font-size: 100%;
}

body {
  background: #fff;
  color: var(--color-gray-600);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--color-gray-900);
  text-decoration: underline;
  text-decoration-color: var(--ghost-accent-color);
  text-decoration-thickness: 1px;
  text-underline-position: from-font;
}

a:hover,
a:focus {
  text-decoration-color: var(--color-gray-900);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-gray-900);
  font-weight: bold;
  line-height: 1.2;
  margin: 2.5rem 0 1rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1+h2,
h2+h3,
h3+h4,
h4+h5,
h5+h6 {
  margin-top: 1rem;
}

h1,
.h1 {
  font-size: 1.875rem;
}

@media only screen and (min-width: 480px) {
  h1,
  .h1 {
    font-size: 2.125rem;
  }
}

@media only screen and (min-width: 640px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 3rem;
    letter-spacing: -0.015em;
  }
}

h2 {
  font-size: 1.5rem;
}

@media only screen and (min-width: 480px) {
  h2 {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 640px) {
  h2 {
    font-size: 2.125rem;
  }
}

@media only screen and (min-width: 1440px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 480px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 640px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 1440px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.125rem;
}

@media only screen and (min-width: 480px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 640px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5,
h6 {
  font-size: 1rem;
}

@media only screen and (min-width: 480px) {
  h5,
  h6 {
    font-size: 1.125rem;
  }
}

p,
dl,
ul,
ol {
  margin: 1rem 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0.5rem;
}

ul,
ol {
  padding: 0 0 0 1.5em;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

mark,
ins {
  background: var(--color-yellow-50);
  color: var(--color-gray-900);
  padding: 0.05em 0.25em;
  text-decoration: none;
}

pre {
  background: var(--color-gray-900);
  color: var(--color-gray-200);
  font-size: 0.875em;
  line-height: 1.5;
  margin: 2rem 0;
  overflow: auto;
  padding: 1.25rem;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
}

blockquote {
  border-left: 5px solid var(--color-gray-200);
  color: var(--color-gray-900);
  font-size: 1.25em;
  line-height: 1.4;
  margin: 2rem 0;
  padding-left: 1em;
  text-align: left;
}

blockquote p {
  margin-bottom: 0.5em;
}

blockquote small,
blockquote cite {
  color: var(--color-gray-600);
  display: block;
  font-size: 0.75em;
  font-style: normal;
  font-weight: normal;
  margin-top: 1em;
}

hr {
  background-color: var(--color-gray-200);
  border: 0;
  height: 1px;
  margin: 2rem 0;
}

table {
  border-collapse: collapse;
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  width: 100%;
}

:not(.responsive-table)>table {
  margin: 2rem 0;
}

.responsive-table {
  display: block;
  margin: 2rem 0;
  overflow-x: auto;
  width: 100%;
}

caption {
  font-size: 0.8125rem;
  font-style: normal;
  margin-bottom: 0.5em;
  text-align: left;
}

th,
td {
  border: 1px solid var(--color-gray-200);
  padding: 0.5em;
}

th {
  color: var(--color-gray-900);
  font-weight: bold;
}

figure {
  margin: 2rem 0;
}

figure img {
  display: block;
}

figcaption {
  font-size: 0.8125rem;
  padding-top: 0.5em;
  text-align: left;
}

.js-reframe {
  margin: 2rem 0;
}

p:first-child,
pre:first-child,
blockquote:first-child,
dl:first-child,
ul:first-child,
ol:first-child,
hr:first-child,
figure:first-child,
:not(.responsive-table)>table:first-child,
.responsive-table:first-child,
.js-reframe:first-child {
  margin-top: 0;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

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

/* Buttons */
.button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.075em;
  line-height: 1.25;
  padding: 0.75em 1.25em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s, border-color .25s, color .25s, opacity .25s;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .button {
    font-size: 0.875rem;
  }
}

.button-small {
  font-size: 0.6875rem;
  padding: 0.25em 0.5em;
}

@media (min-width: 640px) {
  .button-small {
    font-size: 0.75rem;
  }
}

.button-icon {
  font-size: 1.25rem;
  height: 1.875rem;
  line-height: 1;
  padding: 0;
  width: 1.875rem;
}

.button svg {
  fill: currentColor;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
}

.button-light {
  background-color: #fff;
  border-color: #fff;
  color: var(--color-gray-900);
}

.button-dark {
  background-color: var(--color-gray-900);
  border-color: var(--color-gray-900);
  color: #fff;
}

.button-light-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button-dark-outlined {
  background-color: transparent;
  border-color: var(--color-gray-900);
  color: var(--color-gray-900);
}

.button:hover,
.button:focus,
.button:active {
  background-color: var(--ghost-accent-color);
  border-color: var(--ghost-accent-color);
  color: #fff;
  outline: 0;
}

.button-accent {
  background-color: var(--ghost-accent-color);
  border-color: var(--ghost-accent-color);
  color: #fff;
}

.button-accent:hover,
.button-accent:focus,
.button-accent:active {
  background-color: transparent;
  border-color: var(--color-gray-900);
  color: var(--color-gray-900);
}

.bg-dark .button-accent:hover,
.bg-dark .button-accent:focus,
.bg-dark .button-accent:active {
  border-color: #fff;
  color: #fff;
}

.button-clear {
  background-color: transparent;
  border: 0;
  color: inherit;
}

.button-clear:hover,
.button-clear:focus,
.button-clear:active {
  background-color: transparent;
  color: inherit;
}

/* Form fields */
label {
  color: var(--color-gray-900);
  font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea {
  background: #fff;
  border: 1px solid var(--color-gray-200);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--color-gray-600);
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.6875em 0.75em;
  transition: border-color .25s;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-gray-900);
  outline: 0;
}

.form-control {
  margin-bottom: 1em;
}

/* Placeholder text color */
::-webkit-input-placeholder {
  color: var(--color-gray-400);
}

:-moz-placeholder {
  color: var(--color-gray-400);
}

::-moz-placeholder {
  color: var(--color-gray-400);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--color-gray-400);
}

/* Menus */
.menu,
.actions {
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.menu-item a,
.action-item a {
  color: inherit;
  text-decoration: none;
  transition: opacity .25s;
}

.menu-item-current a,
.menu-item a:hover,
.menu-item a:focus,
.action-item a:hover,
.action-item a:focus {
  opacity: .65;
}

.menu-item-more a {
  align-items: center;
  display: inline-flex;
}

.menu-item-more svg {
  fill: currentColor;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
}

/* Social links */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-links .button-icon:hover,
.social-links .button-icon:focus,
.social-links .button-icon:active {
  opacity: .65;
}

/* Dark background */
.bg-dark {
  background-color: var(--color-gray-900);
  color: #fff;
}

/* Full-width background */
.bg-full {
  position: relative;
}

.bg-full-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.bg-fade-in {
  animation-delay: .15s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn45;
}

/* Avatars */
.avatar {
  border-radius: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* 4. Structure
----------------------------- */
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.content {
  flex-grow: 1;
}

.outer {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 480px) {
  .outer {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

/* 5. Header
----------------------------- */
.navbar {
  color: var(--color-gray-900);
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.navbar-inside {
  align-items: center;
  display: flex;
}

.navbar-branding {
  margin-right: 1.5rem;
}

.navbar-branding a {
  color: inherit;
  text-decoration: none;
}

.navbar-logo {
  display: block;
}

.navbar-logo img {
  display: block;
  max-height: 3rem;
}

.navbar-title {
  color: var(--color-gray-900);
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .navbar-title {
    font-size: 1.5rem;
  }
}

.navbar-menu {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.navbar-menu .menu {
  display: none;
}

@media (min-width: 1024px) {
  .navbar-menu .menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
  }
}

.navbar-menu .menu-item {
  margin-right: 1.5rem;
}

.navbar-menu .menu-item-sidebar {
  display: none;
}

.navbar-menu .actions {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.navbar-menu .action-item-signup,
.navbar-menu .action-item-signin,
.navbar-menu .action-item-account {
  display: none;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .navbar-menu .action-item-signup,
  .navbar-menu .action-item-signin,
  .navbar-menu .action-item-account {
    display: block;
  }
}

.navbar-menu .action-item-sidebar {
  margin-left: 0.375rem;
}

@media (min-width: 1024px) {
  .navbar {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .navbar-menu .action-item-sidebar {
    display: none;
  }
}

/* 6. Hero
----------------------------- */
.hero {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  margin-bottom: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
}

.hero-inside {
  position: relative;
  width: 100%;
}

.hero-content {
  border-left: 5px solid var(--ghost-accent-color);
  padding: 0 0 0 1.5625rem;
  text-align: left;
}

.hero-title {
  color: inherit;
  margin: 0;
}

.hero-text {
  margin: 1.25rem 0 0;
}

.hero-subscribe {
  margin: 1.875rem 0 0;
}

@media (min-width: 480px) {
  .hero {
    margin-bottom: 1.875rem;
    min-height: 450px;
  }
}

@media (min-width: 640px) {
  .hero {
    padding: 3.75rem;
  }

  .hero-content {
    border-left-width: 7px;
    padding-left: 2.5rem;
  }

  .hero-text {
    font-size: 1.125rem;
  }
}

@media (min-width: 960px) {
  .hero {
    min-height: 600px;
  }

  .hero-title {
    font-size: 3rem;
  }
}

@media (min-width: 1440px) {
  .hero {
    min-height: 800px;
  }

  .hero-title {
    font-size: 3.25rem;
  }
}

/* 7. Post cards
----------------------------- */
.post-card-inside {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding: 1.875rem;
  position: relative;
  width: 100%;
}

.post-card-inside {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding: 1.875rem;
  position: relative;
  width: 100%;
}

@media (min-width: 640px) {
  .post-card-inside {
    padding: 3.75rem;
  }
}

.post-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}

.post-card-title {
  font-family: 'COFont';
  color: inherit;
  margin: 0 0 0.9375rem;
}

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

.post-card-title a:hover,
.post-card-title a:focus {
  text-decoration: underline;
  text-decoration-color: var(--ghost-accent-color);
  text-decoration-thickness: 1px;
}

.post-card-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.9375rem;
}

.post-card-tags a {
  margin: 0 0.3125rem 0.3125rem 0;
}

.post-card-meta {
  color: var(--color-gray-300);
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

@media (min-width: 1440px) {
  .post-card-meta {
    font-size: 0.875rem;
  }
}

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

.post-card-meta a:hover,
.post-card-meta a:focus {
  text-decoration: underline;
  text-decoration-color: var(--ghost-accent-color);
  text-decoration-thickness: 1px;
}

.post-card-author {
  font-weight: bold;
}

.post-card-read-more {
  margin-top: 1.875rem;
}

/* 8. Featured posts carousel
----------------------------- */
.featured-posts {
  margin-bottom: 0.9375rem;
}

.featured-posts .post-card {
  height: 400px;
}

@media (max-width: 479px) {
  .featured-posts .post-card-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 480px) {
  .featured-posts {
    margin-bottom: 1.875rem;
  }

  .featured-posts .post-card {
    height: 450px;
  }
}

@media (min-width: 960px) {
  .featured-posts .post-card {
    height: 600px;
  }

  .featured-posts .post-card-inside {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .featured-posts .post-card-title {
    font-size: 3rem;
  }
}

@media (min-width: 1440px) {
  .featured-posts .post-card {
    height: 800px;
  }

  .featured-posts .post-card-title {
    font-size: 3.25rem;
  }
}

.featured-posts .post-card-bg {
  opacity: .6;
}

.featured-posts .post-card-content {
  justify-content: center;
}

.featured-pagination {
  display: none;
}

.featured-button-prev,
.featured-button-next {
  bottom: 1.875rem;
  height: 2.5rem;
  position: absolute;
  right: 1.875rem;
  width: 2.5rem;
  z-index: 1000;
}

.featured-button-prev:focus,
.featured-button-prev:active,
.featured-button-next:focus,
.featured-button-next:active {
  background-color: var(--ghost-accent-color);
  border-color: var(--ghost-accent-color);
  color: #fff;
}

.featured-button-prev:hover,
.featured-button-next:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.featured-button-prev {
  transform: translateX(-3rem);
}

@media (min-width: 960px) {
  .featured-button-prev,
  .featured-button-next {
    bottom: auto;
    height: 2.8125rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.8125rem;
  }

  .featured-button-prev {
    left: 3.75rem;
    right: auto;
  }

  .featured-button-next {
    right: 3.75rem;
  }

  .featured-pagination {
    bottom: 3.5rem;
    color: #fff;
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    left: auto;
    letter-spacing: 0.0875em;
    position: absolute;
    right: 3.5rem;
    width: auto;
    z-index: 1000;
  }
}

@media (min-width: 1440px) {
  .featured-button-prev,
  .featured-button-next {
    height: 3.125rem;
    width: 3.125rem;
  }
}

/* 9. Post feed
----------------------------- */
.post-feed {
  display: grid;
  gap: 0.9375rem;
}

.post-feed .post-card {
  height: 400px;
}

@media (min-width: 480px) {
  .post-feed {
    gap: 1.875rem;
  }

  .post-feed .post-card {
    height: 450px;
  }
}

@media (min-width: 640px) {
  .post-feed .post-card-title {
    font-size: 1.75rem;
  }
}

@media (min-width: 960px) {
  .post-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-feed:first-child .post-card:nth-child(3n+1),
  .post-feed:not(:first-child) .post-card:nth-child(3n+3) {
    grid-column: span 2 / span 2;
    height: 600px;
  }

  .post-feed:first-child .post-card:nth-child(3n+1) .post-card-title,
  .post-feed:not(:first-child) .post-card:nth-child(3n+3) .post-card-title {
    font-size: 2.5rem;
    max-width: 80%;
  }
}

@media (min-width: 1440px) {
  .post-feed .post-card {
    height: 500px;
  }

  .post-feed:first-child .post-card:nth-child(3n+1),
  .post-feed:not(:first-child) .post-card:nth-child(3n+3) {
    height: 800px;
  }

  .post-feed .post-card-title {
    font-size: 2.25rem;
  }

  .post-feed:first-child .post-card:nth-child(3n+1) .post-card-title,
  .post-feed:not(:first-child) .post-card:nth-child(3n+3) .post-card-title {
    font-size: 3rem;
  }
}

.post-feed .post-card-header {
  flex-grow: 1;
  margin-bottom: 1.875rem;
}

/* 10. Pagination
----------------------------- */
.pagination {
  margin-bottom: 3.75rem;
  margin-top: 1.875rem;
  padding: 0.5rem 3.75rem;
  position: relative;
  text-align: center;
}

.pagination-page-number {
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pagination-next,
.pagination-prev {
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}

.pagination-prev {
  left: 0;
}

.pagination-next {
  right: 0;
}

@media (min-width: 960px) {
  .pagination {
    margin-bottom: 5.625rem;
    margin-top: 3.75rem;
    padding-bottom: 0.65625rem;
    padding-top: 0.65625rem;
  }

  .pagination-next,
  .pagination-prev {
    height: 2.8125rem;
    width: 2.8125rem;
  }
}

@media (min-width: 1440px) {
  .pagination {
    padding-bottom: 0.8125rem;
    padding-top: 0.8125rem;
  }

  .pagination-page-number {
    font-size: 0.875rem;
  }

  .pagination-next,
  .pagination-prev {
    height: 3.125rem;
    width: 3.125rem;
  }
}

/* 11. Post
----------------------------- */
.post-full {
  margin-bottom: 3.75rem;
}

.post-full:last-child {
  margin-bottom: 5.625rem;
}

.post-full.no-image {
  margin-top: 2.8125rem;
}

.post-full .post-header {
  margin-bottom: 1.875rem;
  text-align: center;
}

.post-full.has-image .post-header-inside {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40vh;
  padding: 12vmin 1.875rem;
  width: 100%;
}

.post-template .post-full.has-image .post-header-inside {
  min-height: 60vh;
  padding-bottom: 14vmin;
  padding-top: 14vmin;
}

.post-full .post-title {
  font-family: "COFont", sans-serif;
  margin: 0;
}

.post-full.has-image .post-title {
  color: inherit;
  position: relative;
}

.post-full .post-header-caption {
  font-size: 0.8125rem;
  padding-top: 0.5em;
  text-align: left;
}

.post-full .post-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 0.9375rem;
  position: relative;
}

.post-full .post-tags a {
  margin: 0 0.1875rem 0.375rem;
}

.post-full .post-meta {
  margin-top: 0.9375rem;
}

.post-full .post-meta,
.post-full .post-reading-time {
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  position: relative;
  text-transform: uppercase;
}

.post-full.has-image .post-meta,
.post-full.has-image .post-reading-time {
  color: var(--color-gray-300);
}

.post-full .post-meta a {
  font-weight: bold;
}

.post-full.has-image .post-meta a {
  color: inherit;
  text-decoration: none;
}

.post-full.has-image .post-meta a:hover,
.post-full.has-image .post-meta a:focus {
  text-decoration: underline;
  text-decoration-color: var(--ghost-accent-color);
  text-decoration-thickness: 1px;
}

.post-full .post-reading-time {
  margin-top: 0.375rem;
}

.post-full.has-image .post-reading-time {
  bottom: 1.875rem;
  left: 0;
  position: absolute;
  right: 0;
}

@media (max-width: 400px), (max-height: 400px) {
  .post-template .post-full.has-image .post-header-inside {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

@media (min-width: 640px) {
  .post-full:last-child {
    margin-bottom: 7.5rem;
  }

  .post-full.no-image {
    margin-top: 3.75rem;
  }

  .post-full .post-header {
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 960px) {
  .post-full .post-title {
    font-size: 3rem;
  }

  .post-full .post-meta,
  .post-full .post-reading-time {
    font-size: 0.875rem;
  }

  .post-full.has-image .post-reading-time {
    left: auto;
    right: 1.875rem;
  }
}

@media (min-width: 1440px) {
  .post-full .post-title {
    font-size: 3.25rem;
  }
}

/* Post content typography */
.post-content {
  line-height: 1.625;
}

@media (min-width: 640px) {
  .post-content {
    font-size: 1.125rem;
    line-height: 1.66667;
  }

  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 1.25rem;
    margin-top: 3.75rem;
  }

  .post-content h1:first-child,
  .post-content h2:first-child,
  .post-content h3:first-child,
  .post-content h4:first-child,
  .post-content h5:first-child,
  .post-content h6:first-child {
    margin-top: 0;
  }

  .post-content h1+h2,
  .post-content h2+h3,
  .post-content h3+h4,
  .post-content h4+h5,
  .post-content h5+h6 {
    margin-top: 1.25rem;
  }

  .post-content p,
  .post-content dl,
  .post-content ul,
  .post-content ol {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .post-content p:first-child,
  .post-content dl:first-child,
  .post-content ul:first-child,
  .post-content ol:first-child {
    margin-top: 0;
  }
}

/* Post sharing */
.post-sharing {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin-top: 2.8125rem;
}

.post-sharing-title {
  color: var(--color-gray-600);
  margin-right: 0.75rem;
}

.post-sharing .button {
  color: var(--color-gray-400);
  margin-right: 0.75rem;
  transition: opacity .25s;
}

.post-sharing .button:hover,
.post-sharing .button:focus {
  opacity: .65;
}

@media (min-width: 640px) {
  .post-sharing {
    margin-top: 3.75rem;
  }
}

/* Post author box */
.post-author-box {
  border: 1px solid var(--color-gray-200);
  margin-top: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
}

.post-author-box-title {
  background-color: var(--color-gray-200);
  color: var(--color-gray-700);
  font-size: 0.75rem;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.075em;
  line-height: 1.25;
  padding: 0.375em 0.5em;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transform: translate(-50%,-50%);
}

.post-author-box .post-author {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 2.8125rem 0;
  text-align: center;
}

.post-author-box .post-author + .post-author {
  border-top: 1px solid var(--color-gray-200);
}

.post-author-box .post-author-avatar {
  border-radius: 50%;
  flex-shrink: 0;
  height: 70px;
  margin-bottom: 1.25rem;
  width: 70px;
}

.post-author-box a {
  color: inherit;
  text-decoration: none;
}

.post-author-box a:hover,
.post-author-box a:focus {
  text-decoration: underline;
  text-decoration-color: var(--ghost-accent-color);
}

.post-author-box .post-author-name {
  font-size: 1.125rem;
  margin: 0;
}

.post-author-box .post-author-description {
  font-size: 0.875rem;
  margin: 0.625rem 0 0;
}

.post-author-box .post-author-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.6875rem;
  justify-content: center;
  letter-spacing: 0.075em;
  margin: 0.9375rem 0 0;
  text-transform: uppercase;
}

.post-author-box .post-author-link {
  align-items: center;
  display: inline-flex;
  margin-right: 1rem;
}

.post-author-box .post-author-link svg {
  fill: currentColor;
  height: 1em;
  margin-right: 0.375rem;
  width: 1em;
}

@media (min-width: 480px) {
  .post-author-box .post-author {
    align-items: flex-start;
    flex-direction: row;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    text-align: left;
  }

  .post-author-box .post-author-avatar {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }

  .post-author-box .post-author-links {
    justify-content: flex-start;
  }
}

@media (min-width: 640px) {
  .post-author-box {
    margin-top: 3.75rem;
  }

  .post-author-box .post-author {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .post-author-box .post-author-description {
    font-size: 0.9375rem;
  }

  .post-author-box .post-author-links {
    font-size: 0.75rem;
  }
}

/* 12. Comments
----------------------------- */
.comments-area {
  margin-top: 2.8125rem;
}

@media (min-width: 640px) {
  .comments-area {
    margin-top: 3.75rem;
  }
}

.comments-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.comments-title {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin: 0 1rem .625rem 0;
  text-transform: uppercase;
}

.comments-count {
  font-size: 0.875rem;
  margin: 0 0 .625rem;
}

/* Disqus comments */
.comments-area-disqus {
  border: 1px solid var(--color-gray-200);
  padding: 2.5rem 0.9375rem;
  position: relative;
}

@media (min-width: 640px) {
  .comments-area-disqus {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.comments-title-disqus {
  background-color: var(--color-gray-200);
  color: var(--color-gray-700);
  font-size: 0.75rem;
  left: 50%;
  letter-spacing: 0.075em;
  line-height: 1.25;
  margin: 0;
  padding: 0.375em 0.5em;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transform: translate(-50%,-50%);
}

/* 13. Next/prev post navigation
----------------------------- */
.post-navigation {
  display:flex;
  flex-direction: column;
  margin-bottom: 3.75rem;
  margin-top: 2.8125rem;
  width: 100%;
}

.post-navigation .post-card {
  height: 300px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.post-navigation .post-card-image {
  transform: scale(1, 1);
  transition: 1s;
}

.post-navigation .post-card:hover .post-card-image {
  transform: scale(1.05, 1.05);
}

.post-navigation .post-card:nth-child(2) .post-card-inside {
  border-top: 1px solid var(--color-gray-700);
}

.post-navigation .post-card-badge {
  color: var(--color-gray-300);
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .post-navigation {
    margin-bottom: 5.625rem;
    margin-top: 3.75rem;
  }

  .post-navigation .post-card-title {
    font-size: 1.75rem;
  }
}

@media (min-width: 960px) {
  .post-navigation {
    flex-direction: row;
  }

  .post-navigation .post-card {
    flex: 1 1 0%;
    height: 360px;
  }

  .post-navigation .post-card:nth-child(2) .post-card-inside {
    border-left: 1px solid var(--color-gray-700);
    border-top: 0;
    text-align: right;
  }
}

@media (min-width: 1440px) {
  .post-navigation .post-card {
    height: 450px;
  }

  .post-navigation .post-card-title {
    font-size: 1.875rem;
  }

  .post-navigation .post-card-badge {
    font-size: 0.875rem;
  }
}

/* 14. Author and tag archives
----------------------------- */
.archive-header {
  text-align: center;
}

.archive-header.no-image {
  margin-bottom: 2.8125rem;
  margin-top: 2.8125rem;
}

.archive-header.has-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.9375rem;
  min-height: 300px;
  padding: 2.8125rem 1.875rem;
  width: 100%;
}

.archive-header.has-image .archive-header-content {
  position: relative;
  width: 100%;
}

.archive-header a {
  color: inherit;
  text-decoration: none;
}

.archive-header a:hover,
.archive-header a:focus {
  text-decoration: underline;
  text-decoration-color: var(--ghost-accent-color);
}

.archive-title {
  margin: 0;
}

.archive-header.has-image .archive-title {
  color: inherit;
}

.archive-author-avatar {
  border: 3px solid var(--color-gray-200);
  border-radius: 50%;
  height: 120px;
  margin: 1.25rem auto 0;
  width: 120px;
}

.archive-meta,
.archive-author-links {
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.archive-header.has-image .archive-meta,
.archive-header.has-image .archive-author-links {
  color: var(--color-gray-300);
}

.archive-meta {
  margin-bottom: 0.9375rem;
}

.archive-author-links {
  margin: 1.25rem 0 0;
}

.archive-author-link {
  align-items: center;
  display: inline-flex;
  margin-right: 1rem;
}

.archive-author-link svg {
  fill: currentColor;
  height: 1em;
  margin-right: 0.375rem;
  width: 1em;
}

.archive-description {
  font-size: 0.875rem;
  font-style: italic;
  margin: 0.9375rem auto 0;
  max-width: 640px;
}

.archive-author-avatar + .archive-description,
.archive-author-avatar + .archive-author-links {
  margin-top: 1.25rem;
}

@media (min-width: 480px) {
  .archive-header.has-image {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 640px) {
  .archive-header.has-image {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }

  .archive-description {
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .archive-header.has-image {
    min-height: 360px;
  }
}

@media (min-width: 1440px) {
  .archive-meta,
  .archive-author-links {
    font-size: 0.875rem;
  }
}

/* 15. Blank template
----------------------------- */
.blank-template {
  min-height: 100vh;
}

.blank-template .site:before {
  animation-delay: .15s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn45;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; 
}

.blank-template .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blank-template .page-body {
  color: #fff;
  margin-bottom: 5.625rem;
  margin-top: 3.75rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.blank-template .page-title {
  color: inherit;
}

.blank-template .page-text {
  margin: 1.25rem 0 0;
}

@media (min-width: 640px) {
  .blank-template .page-text {
    font-size: 1.125rem;
  }
}

.blank-template .page-home-link {
  margin: 1.875rem 0 0;
}

/* 16. Footer
----------------------------- */
.footer-grid {
  border: 1px solid var(--color-gray-200);
  display: flex;
  flex-wrap: wrap;
  padding: 0.9375rem;
}

.footer-section {
  box-sizing: border-box;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}

.footer-section:not(:first-child) {
  border-top: 1px solid var(--color-gray-200);
  padding-top: 0.9375rem;
}

.footer-section:not(:last-child) {
  padding-bottom: 0.9375rem;
}

.footer-section-inside {
  flex-grow: 1;
  padding: 0.9375rem 0.9375rem 1.875rem;
}

@media (min-width: 640px) {
  .footer-section:first-child:nth-last-child(2),
  .footer-section:first-child:nth-last-child(2) ~ .footer-section,
  .footer-section:first-child:nth-last-child(3),
  .footer-section:nth-child(2):nth-last-child(2),
  .footer-section:first-child:nth-last-child(4),
  .footer-section:first-child:nth-last-child(4) ~ .footer-section {
    flex-basis: 50%;
    max-width: 50%;
  }

  .footer-section:first-child:nth-last-child(2),
  .footer-section:first-child:nth-last-child(3),
  .footer-section:first-child:nth-last-child(4),
  .footer-section:nth-child(3):nth-last-child(2) {
    border-right: 1px solid var(--color-gray-200);
    padding-right: 0.9375rem;
  }

  .footer-section:nth-child(2):last-child,
  .footer-section:nth-child(2):nth-last-child(2),
  .footer-section:nth-child(2):nth-last-child(3),
  .footer-section:nth-child(4):last-child {
    padding-left: 0.9375rem;
  }

  .footer-section:nth-child(2):last-child,
  .footer-section:nth-child(2):nth-last-child(2),
  .footer-section:nth-child(2):nth-last-child(3) {
    border-top: 0;
    padding-top: 0;
  }

  .footer-section:first-child:nth-last-child(2),
  .footer-section:nth-child(3):nth-last-child(2) {
    padding-bottom: 0;
  }
}

@media (min-width: 960px) {
  .footer-section:first-child:nth-last-child(3),
  .footer-section:first-child:nth-last-child(3) ~ .footer-section {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .footer-section:nth-child(2):nth-last-child(2) {
    border-right: 1px solid var(--color-gray-200);
    padding-right: 0.9375rem;
  }

  .footer-section:nth-child(3):last-child {
    border-top: 0;
    padding-left: 0.9375rem;
    padding-top: 0;
  }

  .footer-section:first-child:nth-last-child(3),
  .footer-section:nth-child(2):nth-last-child(2) {
    padding-bottom: 0;
  }

  .footer-section:first-child:nth-last-child(4) .footer-section-inside,
  .footer-section:first-child:nth-last-child(4) ~ .footer-section .footer-section-inside {
    padding: 1.875rem 2.8125rem 2.8125rem;
  }
}

@media (min-width: 1440px) {
  .footer-section-inside {
    padding: 1.875rem 2.8125rem 2.8125rem;
  }
}

/* Footer sections */
.footer-section-title {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.footer-section-text p {
  font-size: 0.875rem;
  max-width: 840px;
}

.footer-section-text p:last-child {
  margin-bottom: 0;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 840px;
}

.author-list,
.post-list {
  display: grid;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  max-width: 840px;
  padding: 0;
}

.author-list {
  grid-template-columns: repeat(auto-fill, minmax(min(14rem, 100%), 1fr));
}

.post-list {
  grid-template-columns: repeat(auto-fill, minmax(min(14rem, 100%), 1fr));
}

.author-list-item,
.post-list-item {
  display: flex;
  justify-content: flex-start;
}

.author-list-item-link,
.post-list-item-link {
  display: flex;
  text-decoration: none;
}

.author-list-item-link {
  align-items: center;
}

.author-list-item-avatar,
.post-list-item-image {
  flex-shrink: 0;
  margin-right: 0.9375rem;
}

.author-list-item-avatar {
  height: 70px;
  width: 70px;
}

.post-list-item-image {
  height: 70px;
  width: 70px;
}

.post-list-item-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.author-list-item-name,
.post-list-item-title {
  font-size: 1rem;
  margin: 0;
}

.author-list-item-count,
.post-list-item-meta {
  color: var(--color-gray-500);
  font-size: 0.6875rem;
  letter-spacing: 0.075em;
  margin-top: 0.375em;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .footer-section-title {
    font-size: 1.125rem;
  }

  .footer-section-text p {
    font-size: 0.9375rem;
  }
}

@media (min-width: 960px) {
  .author-list-item-count,
  .post-list-item-meta {
    font-size: 0.75rem;
  }
}

/* Footer bottom */
.footer-bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 2.5rem;
  padding-top: 1.875rem;
}

.footer-bottom:first-child {
  border-top: 1px solid var(--color-gray-200);
}

.footer-nav {
  margin-bottom: 0.9375rem;
}

.footer-nav .menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 0.375rem 1rem;
  justify-content: center;
}

.footer-bottom .social-links {
  justify-content: center;
}

.footer-info {
  font-size: 0.6875rem;
  letter-spacing: 0.075em;
  margin: 0.375rem 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.footer-info a {
  text-decoration: none;
}

.footer-info a:hover,
.footer-info a:focus {
  text-decoration: underline;
  text-decoration-color: var(--ghost-accent-color);
}

@media (min-width: 960px) {
  .footer-bottom {
    align-items: flex-start;
    flex-direction: row;
    gap: 2.5rem;
    justify-content: space-between;
  }

  .footer-nav {
    margin-bottom: 0.625rem;
  }

  .footer-nav .menu {
    column-gap: 1.5rem;
    font-size: 0.875rem;
    justify-content: flex-start;
  }

  .footer-info {
    font-size: 0.75rem;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .footer-bottom {
    grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
  }
}



/* 17. Sidebar
----------------------------- */
.sidebar {
  background: #fff;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: -100%;
  top: 0;
  transition: right .3s ease-in-out, visibility 0s .3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 10002;
}

.sidebar--opened .site {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: translate3d(0,0,0);
  width: 100%;
  z-index: 10000;
}

.sidebar--opened .sidebar {
  right: 0;
  transition: right .3s ease-in-out;
  visibility: visible;
}

.sidebar-inside {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}

.sidebar-top {
  border-bottom: 1px solid var(--color-gray-200);
  color: var(--color-gray-300);
  padding: 1.25rem;
  text-align: center;
}

.sidebar-menu {
  padding: 1.875rem 0.9375rem;
}

.sidebar-menu-title {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin: 0 0 1.875rem;
  text-transform: uppercase;
}

.sidebar-menu .menu,
.sidebar-menu .actions {
  margin-bottom: 1.875rem;
}

.sidebar-menu .menu-item {
  margin-bottom: 0.5em;
}

.sidebar-menu .menu-item-more {
  display: none;
}

.sidebar .actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.sidebar .action-item-signup {
  display: inline-flex;
  margin-right: 0.5em;
}

.sidebar .action-item-signup:after {
  content: "/";
  margin-left: 0.5em;
}

@media (min-width: 480px) {
  .sidebar {
    box-shadow: 0 0 25px -5px rgba(0,0,0,0.1);
    width: 480px;
  }

  .sidebar-overlay {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-image: linear-gradient(to bottom right, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
    bottom: 0;
    cursor: ew-resize;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10001;
  }

  .sidebar--opened .sidebar-overlay {
    -webkit-animation: fadeIn .15s;
    animation: fadeIn .15s;
    display: block;
  }

  .sidebar-menu {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 640px) {
  .sidebar-menu-title {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }

  .sidebar-menu .menu,
  .sidebar-menu .actions {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}

/* 18. Ghost content cards
----------------------------- */
.kg-card {
  margin: 2rem 0;
}

.kg-card:first-child {
  margin-top: 0;
}

.kg-card>pre,
.kg-card>.js-reframe {
  margin: 0;
}

/* Buttons */
#main .kg-btn,
#main .kg-product-card-button,
#main .kg-header-card-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-flex;
  font-family: var(--font-primary);
  font-size: 0.8125rem;
  font-weight: 600;
  height: auto;
  justify-content: center;
  letter-spacing: 0.075em;
  line-height: 1.25;
  opacity: 1;
  padding: 0.75em 1.25em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s, border-color .25s, color .25s, opacity .25s;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 640px) {
  #main .kg-btn,
  #main .kg-product-card-button,
  #main .kg-header-card-button {
    font-size: 0.875rem;
  }
}

#main .kg-btn-accent,
#main .kg-product-card-btn-accent,
#main .kg-header-card .kg-header-card-button {
  background-color: var(--ghost-accent-color);
  border-color: var(--ghost-accent-color);
  color: #fff;
}

#main .kg-header-card.kg-style-accent .kg-header-card-button {
  background-color: var(--color-gray-900);
  border-color: var(--color-gray-900);
  color: #fff;
}

#main .kg-btn-accent:hover,
#main .kg-btn-accent:focus,
#main .kg-btn-accent:active,
#main .kg-product-card-btn-accent:hover,
#main .kg-product-card-btn-accent:focus,
#main .kg-product-card-btn-accent:active,
#main .kg-header-card.kg-style-light .kg-header-card-button:hover,
#main .kg-header-card.kg-style-light .kg-header-card-button:focus,
#main .kg-header-card.kg-style-light .kg-header-card-button:active {
  background-color: transparent;
  border-color: var(--color-gray-900);
  color: var(--color-gray-900);
}

#main .kg-header-card:not(.kg-style-light) .kg-header-card-button:hover,
#main .kg-header-card:not(.kg-style-light) .kg-header-card-button:focus,
#main .kg-header-card:not(.kg-style-light) .kg-header-card-button:active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* Gallery */
.kg-gallery-container {
  display: flex;
  flex-direction: column;
}

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

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

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

.kg-gallery-image img {
  border-radius: 0;
  cursor: zoom-in;
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* Bookmark card */
.kg-bookmark-card {
  width: 100%;
}

.kg-bookmark-container {
  border: 1px solid var(--color-gray-200);
  color: var(--color-gray-600);
  display: flex;
  flex-direction: column-reverse;
  min-height: 140px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.kg-bookmark-thumbnail {
  position: relative;
  flex-grow: 1;
  min-height: 160px;
  min-width: 33%;
}

.kg-bookmark-thumbnail img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.kg-bookmark-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: start;
  padding: 1.25rem;
}

.kg-bookmark-title {
  color: var(--color-gray-900);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.9375rem;
}

.kg-bookmark-description {
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  max-height: 4.5em;
  overflow-y: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.kg-bookmark-metadata {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.9375rem;
  width: 100%;
}

.kg-bookmark-icon {
  height: 1.5rem;
  margin-right: 0.75em;
  width: 1.5rem;
}

.kg-bookmark-author {
  color: inherit;
}

.kg-bookmark-publisher:before {
  content: "\00b7";
  margin: 0 0.375rem;
}

@media only screen and (min-width: 480px) {
  .kg-bookmark-container {
    flex-direction: row;
  }

  .kg-bookmark-thumbnail {
    min-height: 0;
  }
}

@media only screen and (min-width: 640px) {
  .kg-bookmark-content {
    padding: 1.875rem;
  }

  .kg-bookmark-title {
    font-size: 1.25rem;
  }

  .kg-bookmark-description {
    font-size: 0.9375rem;
  }
}

/* Callout */
#main .kg-callout-card {
  border-radius: 0;
  padding: 1.25rem;
}

#main .kg-callout-card-accent a {
  color: inherit;
  text-decoration: underline;
}

#main .kg-callout-card-accent a:hover,
#main .kg-callout-card-accent a:focus {
  text-decoration-color: var(--color-gray-900);
}

/* Toggle */
#main .kg-toggle-card {
  border-radius: 0;
  margin: 0;
  padding: 1.25rem;
}

@media only screen and (min-width: 640px) {
  #main .kg-toggle-card {
    padding: 1.25rem 1.875rem;
  }

  #main .kg-toggle-card[data-kg-toggle-state="open"] {
    padding-bottom: 1.875rem;
  }
}

#main .kg-toggle-card + .kg-toggle-card {
  margin-top: 1rem;
}

#main :not(.kg-toggle-card) + .kg-toggle-card,
#main .kg-toggle-card + :not(.kg-toggle-card) {
  margin-top: 2rem;
}

#main .kg-toggle-card:last-child {
  margin-bottom: 2rem;
}

#main .kg-toggle-heading-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (min-width: 640px) {
  #main .kg-toggle-heading-text {
    font-size: 1.25rem;
  }
}

/* Alt blockquote */
#main .kg-blockquote-alt {
  border: 0;
  color: var(--color-gray-darkest);
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.25;
  padding: 1.25em 0;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  #main .kg-blockquote-alt {
    font-size: 1.875rem;
    margin-top: 2.5rem;
    margin-top: 2.5rem;
  }
}

#main .kg-blockquote-alt::before {
  background-color: var(--color-gray-200);
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 32%;
}

#main .kg-blockquote-alt::after {
  background-color: var(--color-gray-200);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 32%;
}

/* Audio, file upload */
#main .kg-audio-card,
#main .kg-file-card-container,
#main .kg-audio-thumbnail,
#main .kg-file-card-icon:before {
  border-radius: 0;
}

#main .kg-file-card-title,
#main .kg-audio-title {
  color: var(--color-gray-900);
  font-size: 1.125rem;
}

#main .kg-file-card-caption,
#main .kg-file-card-metadata {
  font-size: 0.75em;
}

@media only screen and (min-width: 640px) {
  #main .kg-file-card-title,
  #main .kg-audio-title {
    font-size: 1.25rem;
  }
}

/* Product */
#main .kg-product-card-container {
  border-radius: 0;
  padding: 1.25rem;
}

#main .kg-product-card-image {
  border-radius: 0;
}

#main .kg-product-card-title {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}

#main .kg-product-card-description {
  font-size: 0.92105rem;
  line-height: 1.5;
}

@media only screen and (min-width: 640px) {
  #main .kg-product-card-container {
    padding: 1.875rem;
  }

  #main .kg-product-card-title {
    font-size: 1.25rem;
  }

  #main .kg-product-card-description {
    font-size: 0.98684rem;
  }
}

/* Header */
#main .kg-header-card {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

#main .kg-header-card.kg-style-dark {
  background-color: var(--color-gray-900);
}

#main .kg-header-card.kg-style-light {
  background-color: var(--color-gray-100);
}

#main .kg-header-card-header {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
}

#main .kg-header-card-subheader {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

#main .kg-header-card-subheader:not(:first-child) {
  margin-top: 0.9375rem;
}

#main .kg-header-card-button:not(:first-child) {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 640px) {
  #main .kg-header-card-header {
    font-size: 2.5rem;
  }

  #main .kg-header-card-subheader {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 960px) {
  #main .kg-header-card-header {
    font-size: 3rem;
    letter-spacing: -0.015em;
  }
}

@media only screen and (min-width: 1440px) {
  #main .kg-size-large .kg-header-card-header {
    font-size: 3.25rem;
  }
}

/* Left/right images */
@media only screen and (min-width: 640px) {
  .alignleft,
  .post-content img[src$="#left"] {
    float: left;
    margin: 0.3125rem 1.875rem 0.9375rem 0;
    max-width: 50%;
  }

  .alignright,
  .post-content img[src$="#right"] {
    float: right;
    margin: 0.3125rem 0 0.9375rem 1.875rem;
    max-width: 50%;
  }

  .alignleft p,
  .alignright p {
    margin: 0;
  }
}

@media only screen and (min-width: 816px) {
  .post-content img[src$="#left"],
  .alignleft {
    margin-left: calc(400px - 50vw);
  }

  .post-content img[src$="#right"],
  .alignright {
    margin-right: calc(400px - 50vw);
  }
}

@media only screen and (min-width: 1176px) {
  .post-content img[src$="#left"],
  .alignleft {
    margin-left: -180px;
  }

  .post-content img[src$="#right"],
  .alignright {
    margin-right: -180px;
  }
}

/* Wide content */
@media only screen and (min-width: 816px) {
  .kg-blockquote-alt,
  .full-width,
  .kg-gallery-container {
    margin-left: calc(400px - 50vw);
    margin-right: calc(400px - 50vw);
  }

  .post-content img[src$="#wide"],
  .kg-width-wide .kg-image {
    margin-left: calc(400px - 50vw);
    margin-right: calc(400px - 50vw);
    max-width: none;
    width: calc(100vw - 60px);
  }
}

@media only screen and (min-width: 996px) {
  .kg-blockquote-alt {
    margin-left: -90px;
    margin-right: -90px;
  }
}

@media only screen and (min-width: 1176px) {
  .full-width,
  .kg-gallery-container {
    margin-left: -180px;
    margin-right: -180px;
  }

  .post-content img[src$="#wide"],
  .kg-width-wide .kg-image {
    margin-left: -180px;
    margin-right: -180px;
    width: 1100px;
  }
}

/* Full-width content */
.kg-width-full .kg-image,
.kg-header-card {
  border-radius: 0;
  clear: both;
  display: block;
  margin-left: 50%;
  max-width: none;
  transform: translateX(-50%);
  width: 100vw;
}

/* 19. Members CTA
----------------------------- */
.post-teaser {
  position: relative;
}

.post-teaser:before {
  bottom: 0;
  content: "";
  height: 90%;
  left: 0;
  position: absolute;
  right: 0;
}

.subscribe-box {
  background-color: var(--color-gray-100);
  box-sizing: border-box;
  margin-bottom: 2.8125rem;
  margin-top: 2.8125rem;
  padding: 2.8125rem 1.25rem;
  text-align: center;
}

.subscribe-box-title {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

.subscribe-box-text {
  font-size: 0.9375rem;
  margin: 0 auto 1.25rem;
  max-width: 35rem;
}

.subscribe-box-note {
  font-size: 0.8125rem;
  margin: 0.9375rem 0 0;
}

@media (min-width: 640px) {
  .subscribe-box {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
    padding: 3.75rem 1.875rem;
  }

  .subscribe-box-title {
    font-size: 1.25rem;
  }

  .subscribe-box-text {
    font-size: 1rem;
  }

  .subscribe-box-note {
    font-size: 0.875rem;
  }
}

/* 20. Animations
----------------------------- */
@-webkit-keyframes fadeIn {
  0% {
   opacity: 0;
  }
  to {
   opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn45 {
  0% {
    opacity: 0;
  }
  to {
    opacity: .45;
  }
}
@keyframes fadeIn45 {
  0% {
    opacity: 0;
  }
  to {
    opacity: .45;
  }
}

/* 21. Swiper
----------------------------- */
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

/* 22. SimpleLightbox
----------------------------- */
body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;display:none;z-index:1035}.sl-wrapper{z-index:1040;width:100%;height:100%;left:0;top:0;position:fixed}.sl-wrapper *{box-sizing:border-box}.sl-wrapper button{background:transparent;border:0 none;color:var(--color-gray-900);cursor:pointer;font-size:1.25rem;height:1.875rem;line-height:1;padding:0;width:1.875rem}.sl-close svg,.sl-prev svg,.sl-next svg{fill:currentColor;height:1em;left:50%;margin-left:-0.5em;margin-top:-0.5em;position:absolute;top:50%;width:1em}.sl-wrapper .sl-close{display:none;position:fixed;right:5px;top:5px;z-index:10060}.sl-wrapper .sl-counter{bottom:1.875rem;color:var(--color-gray-600);display:none;font-size:0.875rem;position:fixed;right:0.9375rem;z-index:1060}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-prev,.sl-wrapper .sl-next{display:block;position:fixed;top:50%;transform:translateY(-50%);z-index:10060}.sl-wrapper .sl-next{right:5px}.sl-wrapper .sl-prev{left:5px}@media (min-width: 640px){.sl-wrapper .sl-close{right:0.9375rem;top:0.9375rem;}.sl-wrapper .sl-next,.sl-wrapper .sl-prev{border:2px solid currentColor;height:2.5rem;width:2.5rem}.sl-wrapper .sl-next{right:0.9375rem}.sl-wrapper .sl-prev{left:0.9375rem}}@media (min-width: 960px){.sl-wrapper .sl-close{right:1.875rem;top:1.875rem}.sl-wrapper .sl-next,.sl-wrapper .sl-prev{height:3.125rem;width:3.125rem}.sl-wrapper .sl-counter,.sl-wrapper .sl-next{right:1.875rem}.sl-wrapper .sl-prev{left:1.875rem}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}.sl-spinner{display:none;border:5px solid var(--color-gray-600);border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-webkit-transform ease 200ms;transition:transform ease 200ms}@-webkit-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
