/*
Theme Name: SethPoint Recepten
Theme URI: https://recepten.sethpoint.nl	
Description: Het thema voor onze recepten
Author: Seth
Author URI: https://sethpoint.nl/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

body {
  background: #daded4;
  box-sizing: border-box;
  color: #3c403d;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
    sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  text-align: left;
}

body,
.entry-title a,
:root .has-primary-color {
  color: #3c403d;
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  font-feature-settings: 'lnum';
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: -0.0415625em;
  line-height: 1.15;
  margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.138888889;
}

h2,
.heading-size-2 {
  font-size: 2.2rem;
}

h3,
.heading-size-3 {
  font-size: 1.9rem;
}

h4,
.heading-size-4 {
  font-size: 1.6rem;
}

h5,
.heading-size-5 {
  font-size: 1.3rem;
}

h6,
.heading-size-6 {
  font-size: 1.1rem;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
  margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
  font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}

big {
  font-size: 1.1em;
}

small {
  font-size: 0.75em;
}

b,
strong {
  font-weight: 700;
}

ins {
  text-decoration: underline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
  background: linear-gradient(
    to left,
    currentColor calc(50% - 16px),
    transparent calc(50% - 16px),
    transparent calc(50% + 16px),
    currentColor calc(50% + 16px)
  );
  background-color: transparent !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
  color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
  background: currentColor;
  content: '';
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transform: rotate(22.5deg);
  width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}

a {
  color: #cd2653;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Lists ------------------------------------- */

ul,
ol {
  margin: 0 0 3rem 3rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li {
  line-height: 1.2;
  margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
  margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt + dd {
  margin-top: 0.5rem;
}

dd + dt {
  margin-top: 1.5rem;
}

/* Widget Base ------------------------------- */

.widget {
  margin-top: 2rem;
}

.widget:first-child {
  margin-top: 0;
}

.widget-content > div > *:first-child {
  margin-top: 0;
}

.widget-content > div > *:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  margin: 0 0 2rem 0;
}

.widget li {
  margin: 0.5rem 0 0 0;
}

.widget li:first-child,
.widget li > ul,
.widget li > ol {
  margin-top: 0;
}

.widget table,
.widget table * {
  border-color: #dedfdf;
}

.widget table caption {
  background-color: #dedfdf;
}

.widget .post-date,
.widget .rss-date {
  color: #6d6d6d;
  display: block;
  font-size: 0.85em;
  font-weight: 500;
  margin-top: 0.2rem;
}

.widget select {
  max-width: 100%;
}

/* Modal Search Form ------------------------- */

.search-untoggle svg {
  height: 1.5rem;
  width: 1.5rem;
}

.search-modal .search-field {
  border: none;
  font-size: 1.5rem;
  height: 6rem;
}

.search-modal .search-field::-moz-placeholder {
  line-height: 2.375;
}

.site-description {
  font-size: 3.4rem;
}

/* Search Toggle ----------------------------- */

.search-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
  height: 1.8rem;
  max-width: 1.8rem;
  width: 1.8rem;
}

.search-toggle-wrapper button {
  height: 2rem;
}

/* SEARCH RESULTS */

.no-search-results-form {
  padding-top: 8rem;
}

/* Post: Single -------------------------- */

/* POST HEADER */

.singular .entry-header {
  padding: 8rem 0;
}

.entry-categories {
  margin-bottom: 3rem;
}

.entry-categories-inner {
  margin: -1rem 0 0 -2rem;
}

.entry-categories a {
  font-size: 1.5rem;
  margin: 1rem 0 0 2rem;
}

.intro-text {
  font-size: 2rem;
  margin-top: 2.5rem;
}

.singular .intro-text {
  font-size: 2.6rem;
}

.post-meta-wrapper {
  margin-top: 3rem;
}

.post-meta {
  font-size: 1.6rem;
  margin: -1.4rem 0 0 -3rem;
}

.post-meta li {
  margin: 1.4rem 0 0 3rem;
  max-width: calc(100% - 3rem);
}

.featured-media {
  margin-top: 6rem;
}

.post-inner {
  padding-top: 8rem;
}

/* POST FOOTER */

.post-meta-wrapper.post-meta-single-bottom {
  margin-top: 4rem;
}

/* AUTHOR BIO */

.author-bio {
  margin-top: 4rem;
  min-height: 4rem;
  padding-left: 8rem;
  position: relative;
}

.author-bio .avatar {
  position: absolute;
  left: 0;
  top: 0;
  height: 3rem;
  width: 3rem;
}

/* SINGLE PAGINATION */

.pagination-single {
  font-size: 1.4rem;
  margin-top: 4rem;
}

.pagination-single-inner {
  flex-direction: row;
  justify-content: space-between;
}

.pagination-single.only-next .pagination-single-inner {
  justify-content: flex-end;
}

.pagination-single hr:first-child {
  margin: 0 0 4rem 0;
}

.pagination-single hr:last-child {
  margin: 4rem 0 0.8rem 0;
}

.pagination-single a + a {
  margin: 0 0 0 4rem;
}

.pagination-single a .arrow {
  margin: 0 2rem 0 0;
}

.pagination-single .next-post {
  flex-direction: row-reverse;
  text-align: right;
}

.pagination-single .next-post .arrow {
  margin: 0 0 0 2rem;
}

/* Featured Media ---------------------------- */

.featured-media {
  margin-top: 3rem;
  position: relative;
}

.singular .featured-media {
  margin-top: 0;
}

.singular .featured-media-inner {
  position: relative;
  left: 0;
  width: 100vw;
}

.singular .featured-media::before {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  top: 0;
}

.featured-media img {
  margin: 0 auto;
}

.featured-media figcaption {
  margin: 1.5rem auto 0 auto;
  text-align: center;
  width: calc(100% - 5rem);
}

.post-inner {
  padding-top: 5rem;
}

.reduced-spacing.missing-post-thumbnail .post-inner {
  padding-top: 0;
}

.featured-media .section-inner {
  max-width: 100%;
  width: 100%;
  height: 75vh;
  max-height: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.featured-media .section-inner.medium {
  height: 50vh;
}

@media (max-width: 700px) {
  /* .featured-media .section-inner.medium {
    height: 25vh;
  } */

  .featured-media .section-inner {
    height: 30vh;
  }
}

.featured-media .section-inner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}

/* Widget: Recent Entries -------------------- */

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a,
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
  font-weight: 400;
  text-decoration: none;
}

.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
  text-decoration: underline;
}

@media (min-width: 400px) {
  /* Element Base ------------------------- */

  ul,
  ol {
    margin-bottom: 4rem;
  }

  pre {
    padding: 3rem;
  }

  hr {
    margin: 8rem auto;
  }

  table {
    font-size: 1.8rem;
  }

  /* VANILLA GALLERIES */

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }

  /* TITLES */

  h1,
  .heading-size-1,
  h2,
  .heading-size-2,
  h3,
  .heading-size-3 {
    margin: 6rem auto 3rem;
  }

  h4,
  .heading-size-4,
  h5,
  .heading-size-5,
  h6,
  .heading-size-6 {
    margin: 4.5rem auto 2.5rem;
  }

  h1,
  .heading-size-1 {
    font-size: 4rem;
  }

  h2,
  .heading-size-2 {
    font-size: 3rem;
  }

  h3,
  .heading-size-3 {
    font-size: 2rem;
  }

  h4,
  .heading-size-4 {
    font-size: 1.7rem;
  }

  h5,
  .heading-size-5 {
    font-size: 1.4rem;
  }

  h6,
  .heading-size-6 {
    font-size: 1.1rem;
  }

  /* INPUTS */

  fieldset {
    padding: 3rem;
  }

  legend {
    padding: 0 1.5rem;
  }

  button,
  .button,
  .faux-button,
  .wp-block-button__link,
  input[type='button'],
  input[type='reset'],
  input[type='submit'] {
    font-size: 1.7rem;
  }

  /* MEDIA */

  figcaption,
  .wp-caption-text {
    margin-top: 1.8rem;
  }

  /* Helper Classes ------------------------- */

  /* SECTIONS */

  section {
    padding: 8rem 0;
  }

  .section-inner {
    width: calc(100% - 8rem);
  }

  /* Site Header --------------------------- */

  .header-inner {
    padding: 3.8rem 0;
  }

  .site-title {
    font-size: 2.4rem;
    font-weight: 700;
  }

  .site-description {
    display: block;
  }

  .site-logo img {
    max-height: 9rem;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
  }

  /* HEADER TOGGLES */

  .toggle-inner .toggle-text {
    font-size: 1.2rem;
  }

  .search-toggle {
    left: 2rem;
  }

  .nav-toggle {
    right: 2rem;
  }

  /* Menu Modal ---------------------------- */

  button.close-nav-toggle {
    font-size: 1.8rem;
    padding: 4rem 0;
  }

  button.close-nav-toggle svg {
    height: 2rem;
    width: 2rem;
  }

  button.close-nav-toggle .toggle-text {
    margin-right: 2.1rem;
  }

  .modal-menu {
    left: auto;
    width: 100%;
  }

  .modal-menu > li > a,
  .modal-menu > li > .ancestor-wrapper > a {
    font-size: 2.4rem;
    padding: 2.5rem 0;
  }

  .modal-menu ul li {
    border-left-color: transparent;
  }

  .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
    padding: 0 3rem;
  }

  .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
    height: 1.1rem;
    width: 1.8rem;
  }

  .menu-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4.4rem 0;
  }

  .menu-copyright {
    display: block;
    flex-shrink: 0;
    margin-right: 4rem;
  }

  /* Modal Search Form ------------------------- */

  .search-modal form {
    position: relative;
    width: 100%;
  }

  .search-untoggle svg {
    height: 2.5rem;
    width: 2.5rem;
  }

  .search-modal .search-field {
    border: none;
    font-size: 3.2rem;
    height: 14rem;
  }

  .search-modal .search-field::-moz-placeholder {
    line-height: 4.375;
  }

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

  /* FEATURED MEDIA */

  .featured-media figcaption {
    margin: 2rem auto 0 auto;
    width: calc(100% - 8rem);
  }

  /* Template: Cover Template -------------- */

  .cover-header-inner {
    padding: 18rem 0 8rem 0;
  }

  .to-the-content-wrapper {
    top: calc(100% + 1.8rem);
  }

  .to-the-content {
    height: 6rem;
  }

  .to-the-content svg {
    height: 2.4rem;
    width: 2.12rem;
  }

  /* Template: Full Width ------------------ */

  body.template-full-width
    .entry-content
    > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: calc(100% - 8rem);
  }

  body.template-full-width
    .alignfull:not(.has-background)
    > .wp-block-group__inner-container
    > p:not(.has-background-color) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  body.template-full-width
    [class*='wp-block'].alignfull
    [class*='__inner-container']
    > .alignleft,
  body.template-full-width
    [class*='wp-block'].alignfull
    [class*='__inner-container']
    > p
    .alignleft,
  body.template-full-width
    [class*='wp-block'].alignfull
    [class*='__inner-container']
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    margin-left: 4rem;
  }

  body.template-full-width
    [class*='wp-block'].alignfull
    [class*='__inner-container']
    > .alignright,
  body.template-full-width
    [class*='wp-block'].alignfull
    [class*='__inner-container']
    > p
    .alignright,
  body.template-full-width
    [class*='wp-block'].alignfull
    [class*='__inner-container']
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    margin-right: 4rem;
  }

  /* Post: Archive ------------------------- */

  .archive-header {
    padding: 8rem 0;
  }

  .reduced-spacing .archive-header {
    padding-bottom: 3rem;
  }

  .archive-title {
    font-size: 3.2rem;
  }

  body:not(.singular) main > article:first-of-type {
    padding: 8rem 0 0;
  }

  h2.entry-title {
    font-size: 6.4rem;
  }

  /* SEARCH RESULTS */

  .no-search-results-form {
    padding-top: 8rem;
  }

  /* Post: Single -------------------------- */

  /* POST HEADER */

  .singular .entry-header {
    padding: 8rem 0;
  }

  .entry-categories {
    margin-bottom: 3rem;
  }

  .entry-categories-inner {
    margin: -1rem 0 0 -2rem;
  }

  .entry-categories a {
    font-size: 1.5rem;
    margin: 1rem 0 0 2rem;
  }

  .intro-text {
    font-size: 2rem;
    margin-top: 2.5rem;
  }

  .singular .intro-text {
    font-size: 2.6rem;
  }

  .post-meta-wrapper {
    margin-top: 3rem;
  }

  .post-meta {
    font-size: 1.6rem;
    margin: -1.4rem 0 0 -3rem;
  }

  .post-meta li {
    margin: 1.4rem 0 0 3rem;
    max-width: calc(100% - 3rem);
  }

  .featured-media {
    margin-top: 6rem;
  }

  .post-inner {
    padding-top: 8rem;
  }

  /* POST FOOTER */

  .post-meta-wrapper.post-meta-single-bottom {
    margin-top: 4rem;
  }

  /* AUTHOR BIO */

  .author-bio {
    margin-top: 8rem;
    min-height: 8rem;
    padding-left: 10rem;
    position: relative;
  }

  .author-bio .avatar {
    position: absolute;
    left: 0;
    top: 0;
    height: 8rem;
    width: 8rem;
  }

  /* SINGLE PAGINATION */

  .pagination-single {
    font-size: 2.4rem;
    margin-top: 8rem;
  }

  .pagination-single-inner {
    flex-direction: row;
    justify-content: space-between;
  }

  .pagination-single.only-next .pagination-single-inner {
    justify-content: flex-end;
  }

  .pagination-single hr:first-child {
    margin: 0 0 4rem 0;
  }

  .pagination-single hr:last-child {
    margin: 4rem 0 0.8rem 0;
  }

  .pagination-single a + a {
    margin: 0 0 0 4rem;
  }

  .pagination-single a .arrow {
    margin: 0 2rem 0 0;
  }

  .pagination-single .next-post {
    flex-direction: row-reverse;
    text-align: right;
  }

  .pagination-single .next-post .arrow {
    margin: 0 0 0 2rem;
  }

  /* Blocks -------------------------------- */

  /* BLOCK: SHARED MEDIA STYLES */

  .wp-block-embed figcaption,
  .wp-block-image figcaption {
    font-size: 1.6rem;
  }

  /* BLOCK: BASE MARGINS */

  .wp-block-archives:not(.alignwide):not(.alignfull),
  .wp-block-categories:not(.alignwide):not(.alignfull),
  .wp-block-code,
  .wp-block-columns:not(.alignwide):not(.alignfull),
  .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-media-text:not(.alignwide):not(.alignfull),
  .wp-block-preformatted,
  .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-verse,
  .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  /* BLOCK: COLUMNS */

  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -6rem;
  }

  .entry-content .wp-block-columns h1,
  .entry-content .wp-block-columns h2,
  .entry-content .wp-block-columns h3,
  .entry-content .wp-block-columns h4,
  .entry-content .wp-block-columns h5,
  .entry-content .wp-block-columns h6 {
    margin: 3.5rem 0 2rem;
  }

  /* BLOCK: COVER */

  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 8rem);
  }

  .wp-block-cover-image h2,
  .wp-block-cover h2 {
    font-size: 4.8rem;
  }

  /* BLOCK: GALLERY */

  figure.wp-block-gallery.alignnone,
  figure.wp-block-gallery.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  figure.wp-block-gallery.alignwide,
  figure.wp-block-gallery.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }

  /* BLOCK: GROUP */

  .wp-block-group.has-background {
    padding: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .alignfull:not(.has-background)
    > .wp-block-group__inner-container
    > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }

  /* BLOCK: MEDIA AND TEXT */

  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem;
  }

  /* BLOCK: PULLQUOTE */

  .wp-block-pullquote blockquote p {
    font-size: 3.2rem;
  }

  .wp-block-pullquote cite {
    margin-top: 2rem;
  }

  .wp-block-pullquote.alignfull:not(.is-style-solid-color) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wp-block-pullquote.alignwide::before,
  .wp-block-pullquote.alignfull::before {
    font-size: 11.272727272rem;
    height: 8rem;
    margin-bottom: 2rem;
    width: 8rem;
  }

  .wp-block-pullquote.alignwide blockquote p,
  .wp-block-pullquote.alignfull blockquote p {
    font-size: 4.8rem;
    line-height: 1.203125;
  }

  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
  .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
    font-size: 3.2rem;
    line-height: 1.1875;
  }

  .wp-block-pullquote.is-style-solid-color.alignwide,
  .wp-block-pullquote.is-style-solid-color.alignfull {
    padding: 6rem 4rem 4rem;
  }

  .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
  .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
    font-size: 2.6rem;
  }

  /* BLOCK: QUOTE */

  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 2.8rem;
  }

  /* BLOCK: SEPARATOR */

  hr.wp-block-separator {
    margin: 6rem auto;
  }

  .wp-block-separator.is-style-wide {
    max-width: calc(100vw - 8rem);
  }

  /* Entry Content ------------------------- */

  .entry-content {
    font-size: 2.1rem;
  }

  .entry-content p,
  .entry-content li {
    line-height: 1.476;
  }

  .entry-content h1,
  .entry-content h2,
  .entry-content h3 {
    margin: 6rem auto 3rem;
  }

  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin: 4.5rem auto 2.5rem;
  }

  .alignnone,
  .aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .alignleft {
    /*rtl:ignore*/
    margin: 0.3rem 2rem 2rem 0;
  }

  .alignright {
    /*rtl:ignore*/
    margin: 0.3rem 0 2rem 2rem;
  }

  .entry-content > .alignwide:not(.wp-block-group.has-background),
  .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }

  .entry-content > .alignwide {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
  }

  [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .alignleft,
  [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > p
    .alignleft,
  [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    margin-left: 4rem;
  }

  [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .alignright,
  [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > p
    .alignright,
  [class*='wp-block'].alignfull:not(.has-background)
    [class*='__inner-container']
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    margin-right: 4rem;
  }

  .entry-content > .alignwide:first-child,
  .entry-content > .alignfull:first-child {
    margin-bottom: 8rem;
  }

  /* ENTRY MEDIA */

  .alignfull > figcaption,
  .alignfull > .wp-caption-text {
    width: calc(100% - 8rem);
  }

  /* Comments ------------------------------ */

  .comments-wrapper {
    margin-top: 8rem;
  }

  .comment-reply-title {
    margin-bottom: 4.6rem;
  }

  .comment-respond p.comment-notes,
  .comment-respond p.logged-in-as {
    font-size: 1.8rem;
    letter-spacing: -0.025em;
    margin: -2.5rem 0 4.4rem 0;
  }

  .comments .comment,
  .comments .pingback,
  .comments .trackback,
  .comments .review {
    padding-top: 5rem;
  }

  div.comment:first-of-type {
    margin-top: 5rem;
  }

  .comment-meta {
    margin-bottom: 2rem;
    min-height: 6rem;
    padding: 0.3rem 0 0 7.5rem;
  }

  .comment-meta .avatar {
    display: block;
    height: 6rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 6rem;
  }

  .comment-author {
    font-size: 2.4rem;
  }

  .comment-metadata {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }

  .comment-footer-meta {
    margin-top: 2.5rem;
  }

  .comments-pagination {
    margin-top: 8rem;
  }

  /* PINGBACKS & TRACKBACKS */

  .pingback .comment-body {
    padding: 0;
  }

  /* COMMENT RESPOND */

  .comment-respond p {
    margin-bottom: 2.5rem;
  }

  .comment-form p.logged-in-as {
    margin: -2.5rem 0 4.4rem 0;
  }

  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 1rem);
  }

  .comment-respond .comment-form-email {
    margin-left: 2rem;
  }

  .comments .comment-respond {
    padding: 5rem 0 0;
  }

  .comment-reply-title small {
    display: inline;
    margin: 0 0 0 0.5rem;
  }

  /* Site Pagination ----------------------- */

  .pagination-separator {
    margin: 8rem 0;
  }

  /* Display the full text for Newer and Older Posts. */

  .nav-short {
    display: inline;
  }

  .pagination .nav-links {
    font-size: 2.4rem;
    font-weight: 700;
    margin: -2.5rem 0 0 -4rem;
  }

  .nav-links > * {
    margin: 2.5rem 0 0 4rem;
  }

  /* Error 404 ----------------------------- */

  .error404 #site-content {
    padding-top: 8rem;
  }

  /* Widgets ------------------------------- */

  .widget .widget-title {
    margin-bottom: 3rem;
  }

  /* Site Footer --------------------------- */

  .footer-top-visible .footer-nav-widgets-wrapper,
  .footer-top-hidden #site-footer {
    margin-top: 8rem;
  }

  /* FOOTER TOP */

  .footer-top {
    padding: 3.7rem 0;
  }

  .footer-menu {
    font-size: 2.4rem;
    margin: -0.8rem 0 0 -1.6rem;
  }

  .footer-menu li {
    margin: 0.8rem 0 0 1.6rem;
  }

  .has-footer-menu .footer-social-wrapper {
    flex: 1;
    margin-left: 4rem;
    width: auto;
  }

  /* FOOTER WIDGETS */

  .footer-widgets-outer-wrapper {
    padding: 8rem 0;
  }

  .footer-widgets-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -4rem;
    width: calc(100% + 4rem);
  }

  .footer-widgets {
    margin-left: 4rem;
    width: 50%;
  }

  .footer-widgets + .footer-widgets {
    margin-top: 0;
  }

  .footer-widgets .widget {
    border-top: none;
    margin-top: 5rem;
    padding-top: 0;
  }

  .footer-widgets .widget:first-child {
    margin-top: 0;
  }

  /* FOOTER BOTTOM */

  #site-footer {
    font-size: 1.8rem;
    padding: 4.3rem 0;
  }

  .footer-credits {
    display: flex;
  }

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

  .powered-by-wordpress {
    display: block;
  }

  .to-the-top-long {
    display: inline;
  }

  .to-the-top-short {
    display: none;
  }
}

@media (min-width: 1220px) {
  /* Element Base -------------------------- */

  /* TITLES */

  h1,
  .heading-size-1 {
    font-size: 4.4rem;
  }

  /* Helper Classes ------------------------ */

  /* Site Header --------------------------- */

  /* PRIMARY MENU */

  ul.primary-menu {
    margin: -0.8rem 0 0 -2.5rem;
  }

  .primary-menu > li {
    margin: 0.8rem 0 0 2.5rem;
  }

  /* HEADER TOGGLES */

  .primary-menu-wrapper + .header-toggles {
    margin-left: 4rem;
  }

  .header-toggles {
    margin-right: -4rem;
  }

  .header-toggles .toggle {
    padding: 0 4rem;
  }

  /* Menu Modal ---------------------------- */

  /* Search Modal -------------------------- */

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

  /* Template: Cover Template -------------- */

  .cover-header + .post-inner {
    padding-top: 10rem;
  }

  /* Post: Archive ------------------------- */

  .archive-header {
    padding: 5rem 0;
  }

  .reduced-spacing .archive-header {
    padding-bottom: 2rem;
  }

  .archive-title {
    font-size: 3.2rem;
  }

  body:not(.singular) main > article:first-of-type {
    padding: 6rem 0 0;
  }

  h2.entry-title {
    font-size: 3.6rem;
  }

  /* Post: Single -------------------------- */

  .singular .intro-text {
    font-size: 2.2rem;
    letter-spacing: -0.03125em;
    line-height: 1.175;
  }

  /* Blocks -------------------------------- */

  /* BLOCK: PULLQUOTE */

  .wp-block-pullquote.alignwide blockquote p,
  .wp-block-pullquote.alignfull blockquote p {
    font-size: 4.4rem;
  }

  /* Comments ------------------------------ */

  .comment-reply-title {
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 4rem;
  }

  .comments .comment-respond .comment-reply-title {
    font-size: 2.8rem;
  }

  /* Site Pagination ----------------------- */

  /* Widgets ------------------------------- */

  .widget-content {
    font-size: 1.6rem;
  }

  /* Site Footer --------------------------- */

  .footer-menu {
    font-size: 1.8rem;
    margin: -1.5rem 0 0 -3rem;
  }

  .footer-social a {
    height: 2.4rem;
    width: 2.4rem;
  }

  .footer-social a::before {
    font-size: 1.5rem;
  }
}

/* CUSTOM */
.posts-grid {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  margin: 0 5%;
  width: 90%;
}

@media (max-width: 1200px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .posts-grid {
    grid-template-columns: repeat(1, auto);
    gap: 1em;
  }
}

section.posts-grid article {
  height: 16em;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1000px) {
  section.posts-grid article.has-post-thumbnail:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 50px #00000040;
  }
}

section.posts-grid article.has-post-thumbnail::after {
  content: '';
  height: 30%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
  z-index: 1;
}

@media (min-width: 400px) {
  section.posts-grid article p {
    font-size: 0.8em;
  }
}

section.posts-grid article header {
  position: absolute;
  z-index: 10;
  text-align: left;
  bottom: 5%;
  left: 5%;
  width: 90%;
}

section.posts-grid article .post-inner {
  padding: 0;
}

@media (min-width: 400px) {
  section.posts-grid article header a {
    text-overflow: ellipsis;
    font-size: 0.4em;
  }
}

@media (min-width: 1220px) {
  section.posts-grid article header a {
    text-overflow: ellipsis;
    font-size: 0.6em;
  }
}

section.posts-grid article img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
