@import url("https://use.typekit.net/tij8lzf.css");

@font-face {
  font-family: 'CartridgeBold';
  src: url('../fonts/Cartridge-Bold.woff2') format('woff2'),
    url('../wp-content/themes/minimalista%203/assets/fonts/Cartridge-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

:root {
  --font-header: "CartridgeBold", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-body: "ff-meta-correspondence-web-p", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  --font-mono: monotalic-narrow, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
    monospace;

  --color-white: #fff;
  --color-light: #f5f7f2;
  --color-dark: #19140b;
  --color-funky-one: #172638;
  --color-funky-two: #2103f0;
  --color-highlite: #e8fe53;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-white: #ece6e6;
    --color-light: #1f1e2e;
    --color-dark: #e9eaec;
    --color-funky-one: #9394ff;
    --color-funky-two: #00D6C4;
    --color-highlite: #d7ff01;
  }
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  background: var(--color-light);
  color: var(--color-dark);
}

:focus {
  outline: 3px dotted var(--color-dark);
  background-color: var(--color-highlite);
}

:is(input, textarea):focus {
  outline: 3px dotted var(--color-funky-two);
  background-color: var(--color-white);
}

::selection {
  background-color: var(--color-highlite);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-header);
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  color: var(--color-funky-two);
  text-decoration-thickness: 3px;
}

a:hover {
  text-decoration-color: var(--color-funky-two);
  text-decoration-thickness: 3px;
  transition: all 1s ease;
}

small {
  font-size: 1rem;
}

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

.alien {
  font-feature-settings: "ss01";
  color: var(--color-funky-two);
}

.alien-small {
  font-size: 1.5rem;
  font-family: var(--font-header);
  font-feature-settings: "ss01";
  color: var(--color-funky-two);
  animation: shake 3s 3;
  transform: translateZ(0);
  display: inline-block;
}

/* LAYOUT */

div.container {
  max-width: 920px;
  margin: 0 auto;
}

@media only screen and (max-width: 782px) {
  div.container {
    padding: 0 2% 0 3%;
  }
}

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

  @media only screen and (max-width: 782px) {
    display: block;
  }

}

header#logo {

  @media only screen and (max-width: 782px) {}
}

header#logo h1 {
  font-size: 2rem;
  font-size: clamp(1.8rem, 4vw, 2rem);
  color: var(--color-funky-one);
  font-feature-settings: "ss01";
}

header#logo h1 a span.a {
  text-decoration: underline;
  text-underline-offset: 0.1rem;
  text-decoration-thickness: 0.1rem;
  text-decoration-color: var(--color-funky-two);
  margin-left: -5px;
}

#logo h1 a {
  text-decoration: none;
  color: var(--color-funky-one);
}

#logo h1 a:hover .alien {
  transform: scale(50%);
  transition: 1s ease-in-out;
}

nav ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 10px;
}

nav ul li {
  margin-right: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
}

nav ul li a:hover {
  color: var(--color-funky-two);
}

@media only screen and (max-width: 782px) {

  nav ul {
   padding: 0;
  }
}

/* INDEX/HOMEPAGE/INTRO */

section.intro {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
  border-top: 2px dotted var(--color-funky-two);
  border-bottom: 2px dotted var(--color-funky-two);
  padding: 2% 0;
  text-align: center;
}

section.intro p {
  font-size: 1.2rem;
  font-size: clamp(1.1rem, 5vw, 1.2rem);
  ;
}

.rss {
  font-weight: bold;
  margin: 1% 0;

  svg {
    color: var(--color-funky-two);
  }

  a {
    color: var(--color-funky-two);
  }
}

.rss-svg {
  align-items: center;
  display: inline-flex;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  text-rendering: auto;
  vertical-align: middle;
  width: 22px;
}

/* INDEX/HOMEPAGE */
div#index {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  grid-gap: 50px;
}

div#index article {
  xmax-width: 325px;
  margin: 0 2% 3% 0;
  padding-right: 2%;
  font-size: 1.2rem;
  font-size: clamp(1.1rem, 5vw, 1.2rem);
  display: grid;
  grid-template-rows: auto;
  grid-gap: 20px;
}

div#index article h1.title-only {
  font-size: 2.6rem;
  font-size: clamp(2.6rem, 5vw, 2.6rem)

}

div#index article h1 {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 5vw, 1.8rem)
  line-height: 1.3;
}

div#index article .meta {
  display: flex;
  justify-content: space-between;
  height: fit-content;
}

div#index article date,
div#index article .cat {
  font-family: var(--font-mono);
  font-size: 1rem;
  line-height: 1;
  background-color: var(--color-highlite);
  padding: 0 1%;
  flex-basis: fit-content;
  align-content: center;
}

.hash {
  color: var(--color-funky-two);
  font-size: 1.1rem;
  font-family: var(--font-header);
  font-feature-settings: on;
  font-style: italic;
}

.cat {
  font-weight: bold;
}

.emoji {
  font-size: 1.5rem;
  xdisplay: inline-flex;
}

div#index article h1 a {
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: var(--color-funky-one);
}

div#index article h1 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--color-funky-two);
  text-decoration-thickness: 4px;
}

div#index article figure img {
  height: 200px;
  object-fit: cover;
}

a.moreBT {
  display: block;
  background-color: var(--color-funky-two);
  color: var(--color-white);
  border-radius: 5px;
  font-size: 1.1rem;
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: bold;
  text-decoration: none;
  padding: 0 1%;
  width: fit-content;
  align-self: self-end;
  justify-self: end;
}

a.moreBT:hover {
  background-color: var(--color-highlite);
  color: var(--color-funky-two);
}

div.more {
  place-self: center;
}

div.more a {
  text-transform: uppercase;
  text-decoration-thickness: 5px;
  font-size: 1.5rem;
}

@media (prefers-color-scheme: dark) {

  div#index article date,
  div#index article .cat {

    color: var(--color-light);

  }

  a.moreBT {
    color: var(--color-light);
    background-color: var(--color-funky-two);
  }

  a.moreBT:hover {
    color: var(--color-funky-two);
    background-color: var(--color-light);
  }
}

/* SINGLE/PAGE */

article#post {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 10%;
}

article#post header {
  text-align: center;
  margin-bottom: 5%;
}

article#post h1 {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 4vw, 3rem);
  line-height: 1.5;
}

article#post .meta {
  font-family: var(--font-mono);
  text-align: center;
  margin: 20px 0;
}

article#post .meta .date {
  font-weight: bold;
}

article#post .meta .tags a {
  text-decoration: none;
  background-color: var(--color-funky-two);
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.1rem 0.3rem;
}

article#post .meta a:hover {
  background-color: var(--color-funky-one);
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  article#post .meta .tags a {
    color: var(--color-light);
  }

}

article#post h2,
article#post h3 {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  line-height: 1.3;
  margin-top: 40px;
}

article#post p,
article#post ul {
  font-weight: 400;
  margin: 14px 0;
}

article#post p,
article#post ul,
article#post li,
article#post ol {
  font-size: 1.3rem;
  font-size: clamp(1.2rem, 2vw, 1.3rem);
}

article#post sup a {
  background: var(--color-highlite);
  padding: 3px;
  border-radius: 15px;
}

article#post .footnotes li {
  font-size: 1.1rem;
  font-size: clamp(1rem, 2vw, 1.1rem);
}

article#post p.revised_date {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-size: clamp(1rem, 2vw, 1.1rem); ;
}

article#post blockquote {
  text-align: center;
  quotes: "“" "”" "‘" "’";
  margin: 5%;
}

blockquote::before {
  color: var(--color-funky-two);
  content: open-quote;
  font-size: 6em;
  line-height: 0.1rem;
  margin-right: 0.25rem;
  vertical-align: -5rem;
}

blockquote::after {
  content: close-quote;
  visibility: hidden;
}

article#post blockquote p {
  font-size: 2rem;
}

article#post blockquote cite {
  font-size: 1.1rem;
}

article#post blockquote.plain {
  display: grid;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
}

article#post blockquote.plain p {
  font-size: 1.5rem;
}

article#post blockquote.plain .highlight {
  background-color: var(--color-highlite);

  @media (prefers-color-scheme: dark) {
    color: var(--color-light);
  }
}

article#post blockquote.plain cite {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  text-align: right;
  font-style: normal;
}

blockquote.plain:before {
  color: none;
  content: none;
  font-size: 0;
  line-height: 0;
  margin-right: 0;
  vertical-align: 0;
}

blockquote.plain:before {
  color: none;
  content: none;
  font-size: 0;
  line-height: 0m;
  margin-right: 0;
  vertical-align: 0;
}

.su-pullquote {
  font-size: 1.5rem;
  font-style: italic;
  font-family: var(--font-mono);
}

.su-pullquote-align-right {
  border-left: 5px solid var(--color-funky-two) !important;
}

.su-pullquote-align-left {
  border-right: 5px solid var(--color-funky-two) !important;
}

article#post p+figure {
  padding: 4% 0 4% 0;
}

article#post img.leaf {
  border-radius: 50px 0 50px 0;
}

article#post .wp-caption-text,
article#post figure figcaption {
  font-family: var(--font-mono);
  font-size: 0.9rem;
}

article#post .note {
  background-color: var(--color-highlite);
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 2%;
}

.btn-container {
  margin-left: 30vw;
  margin-top: 50px;
}

a.kofi-button span.kofitext {
  color: var(--color-highlite) !important;
  font-weight: bold;
  font-family: monotalic-narrow;
  font-size: 1.1rem;
}

.next {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
}

.next p a {
  font-size: 1.1rem;
  padding: 0.5%;
  color: var(--color-light);
  background-color: var(--color-funky-one);
  text-decoration: none;
  font-weight: bold;
}

footer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 30px;
  padding: 2% 0 8% 0;
  margin-top: 5%;
  border-top: 1px solid var(--color-dark);
}

footer h3 {
  font-size: 1.2rem;
}

footer ul {
  padding: 0;
}

footer li {
  list-style: none;
  display: table-cell;
  padding-right: 15px;
  float: left;
}

footer a {
  text-decoration-thickness: 1px;
}

/* TAG/CATEGORY PAGE */

body.tag article,
body.category article {
  margin: 30px 0;
}

/* COMMENTS/WEBMENTION PAGE */

div.comments {
  border-top: 1px solid var(--color-funky-one);
  margin-top: 5%;
  padding-top: 5%;
}

div.comments h3#reply-title {
  font-size: 1.8rem;
}

div.comments form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: fit-content;
}

div.comments form label {
  font-size: 1.2rem;
  font-weight: bold;
}

p.comment-form-comment {
  display: grid;
}

div.comments form p input[type='checkbox'] {
  margin-right: 5px;
}

div.comments form p.comment-form-cookies-consent {
  display: inline-block;
}

div.comments form label.comment-form-cookies-consent {
  font-weight: normal;
}

div.comments form textarea,
div.comments form input {
  font-size: 1.3rem;
}

div.comments input#submit,
div.comments input#webmention-submit {
  color: var(--color-white);
  background-color: var(--color-funky-one);
  border: 0;
  font-weight: bold;
  width: -moz-available;
  width: 300px;
}

div.comments input#submit:hover,
div.comments input#webmention-submit:hover {
  background-color: var(--color-funky-two);
  border: 0;
}

.commentlist {
  padding: 2%;
}

ol.commentlist li {
  border-left: 3px solid var(--color-funky-two);
  padding-left: 10px;
  padding-bottom: 3%;
  font-size: 1.3rem;
}

ol.commentlist li:nth-child(even) {
  border-left: 3px solid var(--color-highlite);
}

ol.commentlist li .comment-meta {
  font-size: 1.1rem;
}

.comment-author {
  font-weight: bold;
}

ol.commentlist li.bypostauthor,
ul.children li.bypostauthor  {
  border-left: 3px dotted var(--color-funky-two);
  cite.fn {
    font-family: var(--font-mono);
  }
}

ul.children {
  list-style: none;
}

div.comments div#respond {}

form#webmention-form {
  margin-top: 10%;
}

.comments .reaction-list {
  margin: 5% 0;
  padding-left: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.comments .reaction-list li {
  margin-left: -20px;
}

.comments .reaction-list li:first-of-type {
  margin-left: 10px;
}

span.h-card a.u-url img.avatar {
  border-radius: 50px;
}

/* ANIMATIONS */
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(0deg);
  }

  85% {
    transform: rotate(7deg);
  }

  95% {
    transform: rotate(-7deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.alien {
  animation: shake 3s 3;
  transform: translateZ(0);
  display: inline-block;
}

/* LINKTREE */

body.page-template-linktree header,
body.page-template-linktree footer {
  display: none;
}

body.page-template-linktree #post {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 20px;
}

body.page-template-linktree article figure.circle img,
body.page-template-linktree article img.circle {
  border-radius: 50%;
  border: 5px solid var(--color-highlight);
  margin-bottom: 10px;
}

body.page-template-linktree article ul {
  padding: 0 5%;
}

body.page-template-linktree article li {
  margin: 15px 0;
  list-style: none;
  text-align: center;
}

body.page-template-linktree li a {
  width: 100%;
  padding: 2% 5%;
  background-color: var(--color-funky-two);
  color: var(--color-light);
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  box-shadow: 5px 5px var(--color-dark);
}

body.page-template-linktree li a:hover {
  background-color: var(--color-funky-one);
}

body.page-template-linktree article .emoji {
  font-size: 1.5rem;
  text-decoration: none;
  margin: 20px 10px 0 0;
  display: inline-block;
}

body.page-template-linktree article:nth-child(odd) {
  border-right: 0;
}

@media only screen and (max-width: 782px) {
  body.page-template-linktree .container {
    padding: 0;
  }
}

/* ARCHIVE PAGE */
.archive {
  max-width: 650px;
  display: inline-grid;
}

.archive-item {
  margin: 20px 0 30px 0;
}

.archive-item .archive-date {
  display: table;
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-funky-two);
  border-radius: 3px;
  padding: 0.8%;
}

.archive-item a {
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
}

.archive-item a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: var(--color-funky-two);
}

/* WORDPRESS DEFAULT */
.has-text-align-left,
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.has-text-align-right,
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignnone {
  margin: 0;
}

@media only screen and (max-width: 782px) {

  .alignright,
  .has-text-align-right {
    float: none;
  }

  .alignleft,
  .has-text-align-left {
    float: none;
  }
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: var(--font-mono);
  text-shadow: none;
}

pre,
code {
  font-size: 85%;
  display: inline-block;
  background: #ddd;
  padding: 0 1%;
  color: #222;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}

pre {
  padding: 1% 2%;
  background: #eee;
  color: #222;
}

article .post pre,
article .post code {
  background: #fff;
  color: #222;
}

.su-carousel-slide {
  font-family: var(--font-sans);
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: var(--color-main);
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

.gallery-caption {
  color: var(--color-dark);
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ########## BLOCK PATTERNS ########### */


.my_newsletter form.embeddable-buttondown-form {
  border-radius: 5px;
  background-color: var(--color-funky-two);
  color: var(--color-light);
  font-weight: bold;
  margin: 2% 0;
  padding: 2%;
  input[type="submit"] { 
    background-color: var(--color-highlite);
  }
 }

 .my_newsletter {
  max-width: 500px;
  margin: 0 auto;
  background-color: #efeeef;
  align-content: center;
  text-align: center;
   p {
    padding: 0 3%;
    line-height: 1.2;
   }
 }

 .my_newsletter figure {
  width: 100%;
 }

 .my_newsletter img.wp-image-1229 {
  object-fit: cover;
  max-height: 300px;
  width: 100%;
  display: block;
 }

 form {
  width: 450px;
 }

 article#post blockquote.blurb p,
 article#post .my_newsletter blockquote.blurb p {
    font-size: 1.2rem;
    line-height: 1.5;
    xfont-family: var(--font-mono);
 }

 article#post blockquote.blurb {
  quotes: none;
 }

 article#post blockquote.blurb::before {
  content: none;
 }
