/*
Theme Name: Launchpad
Author: NOKNOK Studios
Author URI: https://noknokstudios.com/
Description: Offical NokBloks compatible theme
Version: 1.1.2-alpha
Text Domain: launchpad
Github Theme URI: https://github.com/NOKNOKdesign/nokbloks-launchpad
*/
.archive-header .page-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.4px; }

.archive-header .archive-description p {
  max-width: 528px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto; }

.archive article.loop-content {
  padding: 20px 20px 68px 20px;
  position: relative; }
  .archive article.loop-content button.view-post {
    position: absolute;
    bottom: 20px; }
  .archive article.loop-content .thumbnail-container {
    width: 100%;
    height: 200px;
    overflow: hidden; }
    .archive article.loop-content .thumbnail-container img.wp-post-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform-origin: 50% 50%;
      transition: transform .25s, visibility .25s ease-in; }
  .archive article.loop-content a:hover .thumbnail-container img.wp-post-image {
    transform: scale(1.05); }
  .archive article.loop-content .post-date {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 10px 0 8px 0; }
  .archive article.loop-content .post-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.1px;
    margin: 0 0 10px 0; }
  .archive article.loop-content .post-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }

.archive .nav-links {
  margin: 20px auto 30px auto; }

.archive .page-numbers {
  min-width: 50px;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  padding: 0 18px;
  margin: 5px -3px;
  text-transform: uppercase;
  transition: 0.3s; }
