@charset "UTF-8";
/*! Version: 22.05.22 by Alina Sava https://sava.io */
@font-face {
  font-family: "Cartograph Mono CF";
  src: url("../fonts/CartographMonoCF-Medium.woff2") format("woff2"), url("../fonts/CartographMonoCF-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87 ;
}

html {
  line-height: 1.8;
  font-size: 10px;
  --text: hsl(109, 0%, 26%);
  --title: hsl(0, 4%, 14%);
  --red: hsl(2, 76%, 62%);
  --red-2: hsl(2, 72%, 48%);
  --light: hsl(60, 29%, 98%);
  --dark: hsl(40, 33%, 92%);
  --sans: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  --mono: "Cartograph Mono CF", var(--sans);
}

body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--text);
  overflow-x: hidden;
  background: var(--dark);
  font-family: var(--sans);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: var(--red-2);
}
a.red {
  display: inline-flex;
  align-items: center;
  color: var(--red-2) !important;
  font-family: var(--mono);
  font-size: 1.4rem;
}
a.red svg {
  fill: var(--red-2);
  width: 1.3rem;
  margin-right: 6px;
}

b, strong {
  font-weight: 500;
}

.wp-caption-text, code, pre {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 1.6rem;
}

table, td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

th, td {
  padding: 5px;
}

code {
  background: var(--dark);
  padding: 1px 4px;
}
code pre {
  color: var(--dark);
  background: var(--text);
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  max-width: 100%;
  white-space: pre-wrap;
}

pre {
  white-space: pre-wrap;
  padding: 2rem;
  border: 1px solid var(--dark);
}

.wp-caption, img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

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

figure {
  margin-left: 0;
  margin-right: 0;
}

ul, ol {
  padding: 1rem 0 1rem 1rem;
}

blockquote {
  padding-left: 6rem;
}
blockquote::before {
  content: '"';
  font-size: 6rem;
  line-height: 1;
  float: left;
  margin: -1rem 0.6rem 0 -5rem;
  font-family: var(--mono);
  font-weight: 500;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear.separator {
  padding: 3rem 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--title);
  line-height: 1.3;
  font-weight: 500;
  font-size: 2rem;
}

h1 {
  font-size: 3.6rem;
}
h1.site__intro {
  text-align: center;
  font-weight: 500;
  margin: 6rem 0 0;
  padding: 0;
}
h1.intro__title {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
}

h2.section__title, .section__title {
  position: relative;
  padding: 3rem 0;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
}

.content__h2 {
  font-size: 2rem;
  font-weight: 500;
  display: inline;
}

::-webkit-input-placeholder {
  color: var(--text);
  opacity: 0.8;
}

::placeholder {
  color: var(--text);
  opacity: 0.8;
}

#page {
  background: var(--light);
  max-width: 1320px;
  margin: 2rem auto;
  padding: 2rem 6rem 6rem;
  position: relative;
  box-shadow: 0 0 2px 0 rgba(171, 171, 171, 0.1);
}

.container {
  margin: 0 auto;
  width: 100%;
}

.grid__wrapper {
  display: grid;
}

.flex__wrapper {
  display: flex;
}
.flex__wrapper.center {
  justify-content: center;
  align-items: center;
}
.flex__wrapper.vcenter {
  align-items: center;
}
.flex__wrapper > ul {
  display: flex;
}
.flex__wrapper > ul, .flex__wrapper ul.flex__wrapper {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.flex__wrapper.last {
  justify-content: flex-end;
}

.grid__page {
  grid-template-columns: 1fr 300px;
  grid-gap: 8rem;
}

.grid__item {
  position: relative;
}

.flex__stretch {
  flex: 1;
}

.shadow {
  box-shadow: 0 0 2px 0 rgba(171, 171, 171, 0.3), 0 4px 4px 0 rgba(171, 171, 171, 0.2), 0 8px 8px 0 rgba(171, 171, 171, 0.1), 0 16px 16px 0 rgba(171, 171, 171, 0.1);
}

.page__header {
  position: relative;
  z-index: 9;
  padding: 2rem 0;
  line-height: 1;
}
.page__header a {
  color: var(--title);
  display: flex;
  align-items: center;
}
.page__header .grid__wrapper {
  grid-template-columns: 11rem auto auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: stretch;
}
.page__header #logo img {
  height: 7rem;
}

#primary__menu {
  font-size: 1.5rem;
  grid-column: 2/4;
  grid-row: 1/1;
}

#primary__menu li,
#secondary__menu li {
  display: flex;
  margin-left: 2rem;
}

#secondary__menu {
  text-align: right;
  grid-column-start: 4;
  font-size: 1.4rem;
  font-weight: 500;
}
#secondary__menu li {
  margin-left: 2rem;
}
#secondary__menu li:nth-child(5), #secondary__menu li:nth-child(6) {
  margin-left: 1rem !important;
}
#secondary__menu svg {
  fill: var(--red);
  width: 1.5rem;
  margin-right: 3px;
}

#main__search {
  margin: 0 0 5rem;
}

input, textarea, select, button {
  font-size: 1.6rem;
  font-family: var(--sans);
}

#searchform {
  position: relative;
  z-index: 9;
  grid-row-start: 2;
  grid-column: 1/5;
  border-bottom: 2px solid var(--text);
  margin-bottom: 0.2rem;
}
#searchform input[type=search] {
  outline: none;
  border: 0;
  background: transparent;
  width: 7rem;
  -webkit-appearance: none;
  appearance: none;
}
#searchform input[type=submit] {
  outline: none;
  border: 0;
  width: 2.3rem;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}
#searchform svg {
  width: 1.3rem;
  fill: var(--title);
  position: absolute;
  right: 0;
  top: calc(50% - 0.65rem);
  z-index: -1;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: var(--color-title);
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#advsearch {
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  font-size: 1.3rem;
  border: 2px solid var(--title);
}
#advsearch svg {
  width: 16px;
  fill: var(--title);
  position: absolute;
  right: 6px;
  top: 14px;
}
#advsearch input[type=search] {
  outline: none;
  padding: 0 0 0 1rem;
  -webkit-appearance: none;
  font-size: 1.4rem;
  line-height: 4.2rem;
  border-radius: 0;
  border: 0 !important;
  background: rgba(255, 255, 255, 0);
  width: 100% !important;
}
#advsearch input[type=submit] {
  background: var(--title);
  border: 1px solid var(--title);
  outline: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 1.1rem;
  line-height: 4.2rem;
  font-weight: 500;
  width: calc(100% + 1px) !important;
  color: var(--light);
  cursor: pointer;
  padding: 0;
}

.search__item {
  height: 4.2rem;
  position: relative;
}
.search__item :first-child {
  grid-column: 1/2;
  font-size: 1.3rem;
}
.search__item :nth-child(2) {
  grid-column: 2/3;
}
.search__item :nth-child(3) {
  grid-column: 3/4;
}
.search__item :nth-child(4) {
  grid-column: 4/5;
}
.search__item :nth-child(5) {
  grid-column: 5/6;
}

.ms-parent {
  display: block;
  position: relative;
  width: 100% !important;
  height: 100% !important;
  color: var(--text) !important;
  border-left: 2px solid var(--title);
}

.ms-choice:active,
.ms-choice:focus,
.ms-parent:active,
.ms-parent:focus,
.ms-parent {
  outline: none !important;
}

.ms-choice {
  display: block;
  width: 100%;
  height: 3.2rem;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  text-align: left;
  white-space: nowrap;
  line-height: 3.2rem;
  text-decoration: none;
  background-color: var(--light);
}
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}
.ms-choice > span.placeholder {
  color: var(--title);
  font-size: 1.5rem;
  line-height: 4.2rem;
  font-weight: 500;
}
.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 4.2rem;
  background-image: url("data:image/svg+xml,%3Csvg id='down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cstyle%3E.st0%7Bfill:%23101315%7D%3C/style%3E%3Cpath class='st0' d='M60 9.8L4 9.6l28.2 48.8z'/%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 8px;
}
.ms-choice > div.open {
  background-image: url("data:image/svg+xml,%3Csvg id='up' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cstyle%3E.st0%7Bfill:%231a1a1a%7D%3C/style%3E%3Cpath class='st0' d='M60 55.2l-56 .2L32.2 6.6z'/%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 8px;
}

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: var(--light);
  border: 1px solid var(--light);
  font-size: 1.4rem;
}
.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop input[type=checkbox] {
  vertical-align: middle;
}
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}
.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}
.ms-drop ul > li label.optgroup {
  font-weight: 500;
}
.ms-drop ul > li .disabled {
  opacity: 0.35;
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop .ms-no-results {
  display: none;
}

.breadcrumbs {
  padding: 0.5rem 0;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.breadcrumbs a:after {
  content: "›";
  display: inline-block;
  padding: 0 0 0 0.5rem;
}

.homepage-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-column-gap: 3rem;
}

.news-grid {
  display: grid;
  grid-template-columns: auto 150px;
}

.news-grid img {
  width: 150px;
}

.items {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}

.item {
  height: auto;
  position: relative;
}
.item h2,
.item h3 {
  max-width: 380px;
}
.item h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 2rem 0 0 0;
  color: var(--text);
  position: relative;
  padding: 0 6rem 0 0;
}
.item h2::after {
  content: "";
  width: 4rem;
  position: absolute;
  right: 0;
  top: 0.9rem;
  height: 1px;
  border-bottom: 1px solid var(--title);
}
.item h3 {
  padding: 0 0 0 6rem;
}
.item.blog h2::before {
  top: 1rem;
}
.item.blog h2 {
  font-size: 1.6rem;
}
.item .item__category a,
.item .item__blog_category a,
.item .item__news_category a {
  font-size: 1.3rem;
  position: relative;
  line-height: 1;
  margin: 0 2rem 0 0;
}
.item .item__category a {
  margin-left: 6rem;
}

.row-gap {
  grid-row-gap: 2rem;
}

.flex-grow {
  flex-grow: 1;
}

.related h3::before {
  content: "";
  width: 4rem;
  position: absolute;
  left: 0;
  top: 0.9rem;
  height: 1px;
  border-bottom: 1px solid var(--title);
}

.feat__img {
  margin: 0 4rem 4rem 0;
  max-width: 400px;
  shape-outside: margin-box;
  float: left;
}

.feat__img, .item-related {
  position: relative;
}

ul.page-numbers {
  margin: 0 0 1rem;
  padding: 2rem 2rem 3rem;
  text-align: center;
  outline: none;
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  font-family: var(--mono);
  font-weight: 500;
}

.next.page-numbers, .prev.page-numbers {
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 2px;
}

.page-numbers li {
  margin-left: 1px;
}

.page-numbers .current {
  background: var(--dark);
  color: var(--title);
}

.page-numbers li a, .page-numbers li span {
  display: flex;
  align-items: center;
  padding: 1.4rem;
  line-height: 1;
  color: var(--dark);
  background: var(--title);
}

.entry {
  max-width: 800px;
}

.entry-title {
  padding: 0;
  margin: 3rem 0 0;
}

.entry-content {
  font-size: 1.6rem;
  margin: 0 auto;
}

.entry-content .section-title {
  font-size: 3rem;
  margin: 4rem 0 2rem;
}

.grid__page .entry-content {
  padding: 3rem 0;
}

blockquote > p:first-child:first-letter, .entry-content > p:first-child:first-letter {
  font-size: 7rem;
  line-height: 1;
  float: left;
  margin: 0 0.6rem 0 0;
  font-family: var(--mono);
  font-weight: 500;
}

.entry-content h3 {
  margin: 4rem 0 1rem;
  font-size: 2.4rem;
}

.entry-content ul, .entry-content ol {
  padding: 0 1rem 3rem 6rem;
}

.entry-content [class^=panel__] p:first-child:first-letter {
  font-size: 1.6rem;
  line-height: 1;
  float: none;
  margin: 0;
  font-weight: normal;
  font-family: var(--sans);
}

.entry-meta {
  background: var(--dark);
  padding: 1rem 2rem;
  font-size: 1.3rem;
}
.entry-meta.homepage {
  display: none;
}

.font__item {
  margin: 5rem 0 0;
  padding: 5rem 0 0;
  border-top: 2px solid var(--title);
  font-size: 1.5rem;
}
.font__item h3 {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--dark);
}
.font__item .btn__more {
  margin-right: 3px;
  margin-bottom: 3px;
}

.font__preview {
  padding: 9rem 0 6rem;
}
.font__preview .flex__wrapper {
  background: var(--text);
  color: var(--dark);
  padding: 0.5rem;
  font-size: 1.4rem;
}
.font__preview .flex__wrapper label {
  padding: 0 2rem;
}
.font__preview input[type=text] {
  width: 30rem;
  font-size: 1.4rem;
}

.font__name {
  font-size: 1.4rem;
  font-family: var(--mono);
  font-weight: 500;
}

.grid__wrapper.intro {
  margin: 3rem 0;
  grid-template-columns: auto 200px;
  align-items: center;
}
.grid__wrapper.intro p {
  font-size: 1.4rem;
  margin: 0;
}
.grid__wrapper.intro div:nth-of-type(1) {
  padding-right: 9rem;
}
.grid__wrapper.intro div:nth-of-type(1):nth-of-type(2) {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1rem 3rem;
  color: var(--dark);
  background: var(--title);
  font-family: var(--mono);
  font-weight: 500;
}

.posted__on {
  font-size: 1.1rem;
  margin: 0;
}

[class^=btn__] {
  font-family: var(--mono);
  font-weight: 500;
}

.btn__download,
.btn__buy {
  display: inline-block;
  margin: 0 2rem 3rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 2px;
  color: var(--red);
  padding: 2.2rem 4rem 2.2rem 8rem;
  border: 2px solid var(--red);
  font-family: var(--mono);
  font-weight: 500;
}

.btn__download {
  background-image: url("data:image/svg+xml,%3Csvg id='download_btn' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M11.5 8h1v7.8l2.5-3.1.8.7L12 18l-3.7-4.6.7-.6 2.5 3.1V8zm7 12h-13C3 20 1 18 1 15.5c0-2.2 1.6-4 3.7-4.4l.8-.1v-.8C5.7 6.7 8.6 4 12 4s6.3 2.7 6.5 6.1v.8l.8.1c2.1.4 3.7 2.2 3.7 4.4 0 2.6-2 4.6-4.5 4.6m1-9.9C19.3 6.1 16 3 12 3s-7.3 3.1-7.5 7.1C2 10.6 0 12.8 0 15.5c0 3 2.5 5.5 5.5 5.5h13c3 0 5.5-2.5 5.5-5.5 0-2.7-2-4.9-4.5-5.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px center;
  background-color: var(--red);
  background-size: 30px auto;
  color: var(--light);
}

.btn__download.external {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cstyle%3E.iconw%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='iconw' d='M14 4h-13v18h20v-11h1v12h-22v-20h14v1zm10 5h-1v-6.293l-11.646 11.647-.708-.708 11.647-11.646h-6.293v-1h8v8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 210px center;
  background-color: var(--red);
  background-size: 18px auto;
  padding: 2.2rem 6.4rem 2.2rem 4rem;
}

.btn__buy {
  background-image: url("data:image/svg+xml,%3Csvg id='full_btn' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cstyle%3E.st0%7Bfill:%23f06856%7D%3C/style%3E%3Cpath class='st0' d='M2.6 9H1.5c1.5-4.6 5.8-8 11-8C18.8 1 24 6.2 24 12.5S18.8 24 12.5 24c-5.1 0-9.5-3.4-11-8h1.1c1.4 4.1 5.3 7 9.9 7C18.3 23 23 18.3 23 12.5S18.3 2 12.5 2C7.9 2 4 4.9 2.6 9zm12.2 3l-4.6-3.7.7-.8 6.1 5-6.1 5-.7-.7 4.6-3.8H0v-1h14.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px center;
  background-color: var(--light);
  background-size: 24px auto;
}

.btn__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: var(--title);
  border: 2px solid var(--title);
  outline: none;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--light);
  margin: 0 auto 3rem;
  padding: 1.4rem 4rem 1.4rem 4.4rem;
}

.link__more {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  outline: none;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--title);
  border-bottom: 1px solid var(--title);
}

.note {
  font-size: 1.2rem;
}

.btn__archive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: var(--title);
  outline: none;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 3rem;
}

.btn__cookies {
  line-height: 1;
  font-size: 1.1rem;
}
.btn__cookies:first-of-type {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  background: var(--red);
  color: var(--light);
  padding: 0.5rem;
}
.btn__cookies:nth-of-type(2) {
  text-decoration: underline;
}

#cookie-notice {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.grid_2c_table {
  display: grid;
  grid-template-columns: repeat(2, auto);
  border: solid #ccc;
  border-width: 1px 0 0 1px;
  margin: 2rem 0;
}

.grid_2c_table > div {
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  padding: 10px;
}

.table__info,
.font__info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(6, auto);
  align-items: stretch;
  margin-top: 4rem;
  width: 100%;
}

.table__info {
  margin-bottom: 4rem;
}

.table__info div, .font__info div {
  padding: 0.5rem 2rem;
  margin-bottom: 1px;
}

.font__info div {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}

.font__info div:nth-child(2n+1) {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  background: var(--text);
  color: var(--dark);
}

.licenses-link {
  color: var(--red-2);
  cursor: pointer;
}

.table__info div:nth-child(2n+1) {
  background: var(--dark);
  font-weight: 500;
}

.item__creator a {
  display: flex;
  align-items: center;
}

.item__creator a::after {
  content: "View all fonts by this author";
  background: var(--dark);
  font-size: 1rem;
  text-transform: uppercase;
  margin-left: 1rem;
  padding: 0 0.4rem;
  color: var(--text);
  box-shadow: 1px 1px 0 0 rgba(171, 171, 171, 0.6);
}

p.posted-on {
  margin: 0;
}

.related {
  margin: 10rem 0 0;
}

.related h3 {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 2rem 0 0 0;
  padding: 0 2rem 0 6rem;
  position: relative;
}

.btns__post {
  margin: 2rem 0;
  padding: 1rem !important;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  font-family: var(--mono);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.btns__post li {
  width: 25%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btns__post li:first-child {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}
.btns__post li:first-child svg {
  fill: var(--text);
  margin-right: 1.5rem;
}
.btns__post a {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--title);
  background: var(--dark);
  flex-grow: 1;
  font-weight: 500;
}
.btns__post svg {
  fill: var(--title);
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}

.widget__links {
  margin: 0 auto;
  padding: 3rem 0;
}
.widget__links ul {
  margin: 0;
  padding: 0;
}

#hot {
  height: 2rem;
  fill: var(--red);
  margin-right: 1rem;
}

.sidebar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 1rem;
}
.sidebar a {
  color: var(--text);
}
.sidebar .widget {
  padding: 1rem 0;
  margin: 2rem 0 0;
  font-size: 1.5rem !important;
}
.sidebar .widget.widget_recent_articles a {
  border-bottom: 1px solid var(--dark);
  color: var(--title);
  line-height: 1;
}
.sidebar .widget.widget_recent_articles a:hover {
  border-color: var(--text);
}
.sidebar .widget.widget_tag_cloud {
  padding: 0;
}
.sidebar .widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar .widget.widget__nl {
  padding: 3rem 2rem 2rem 3rem;
  margin: 0 0 4rem;
  position: relative;
}
.sidebar .widget.widget__nl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: var(--light);
  width: 1.5rem;
  height: 100%;
  display: block;
  z-index: -1;
  background: repeating-linear-gradient(135deg, var(--dark), var(--dark) 18px, var(--light) 18px, var(--light) 36px);
}
.sidebar .widget.widget__nl form {
  width: 100%;
  max-width: 100%;
  border: 2px solid var(--red);
}
.sidebar .widget.widget__nl label {
  display: none;
}
.sidebar .widget.widget__nl input[type=email],
.sidebar .widget.widget__nl input[type=text] {
  background: transparent;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 8px;
  font-size: 1.4rem;
  width: 100%;
}
.sidebar .widget.widget__nl input[type=text] {
  border-bottom: 2px solid var(--red);
}
.sidebar .widget.widget__nl input[type=email],
.sidebar .widget.widget__nl #newsletter-firstname {
  border-right: 2px solid var(--red);
}
.sidebar .widget.widget__nl #newsletter-email {
  flex-grow: 1;
}
.sidebar .widget.widget__nl input[type=submit] {
  background-image: url("data:image/svg+xml,%3Csvg id='nl_submit' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cstyle%3E.st0%7Bfill:%23f06856%7D%3C/style%3E%3Cpath class='st0' d='M10 17l-4.5-4.3 1.4-1.4 3.1 2.9L17 7l1.4 1.4c.1 0-8.4 8.6-8.4 8.6zM1.3 6.5c1.1-2.2 2.9-4 5.2-5.2l.8 1.8c-1.8 1-3.2 2.4-4.1 4.1 0 .1-1.9-.7-1.9-.7zm6 14.3c-1.7-.9-3.1-2.3-4.1-4.1l-1.8.8c1.2 2.3 3 4.1 5.2 5.2-.1 0 .7-1.9.7-1.9zm-4.9-5.9c-.6-1.9-.5-3.9 0-5.8L.6 8.3C.2 9.5 0 10.7 0 12c0 1.2.2 2.4.6 3.7l1.8-.8zM8.4.6l.8 1.8c1.9-.6 3.9-.5 5.8 0l.8-1.9C14.5.2 13.3 0 12 0c-1.2 0-2.4.2-3.6.6zm8.3 2.6c1.7.9 3.1 2.3 4.1 4.1l1.8-.8c-1.2-2.3-3-4.1-5.2-5.2l-.7 1.9zm4.9 5.9c.6 1.9.5 3.9 0 5.8l1.9.8c.4-1.2.6-2.4.6-3.6 0-1.2-.2-2.4-.6-3.7-.1-.1-1.9.7-1.9.7zm-.8 7.6c-.9 1.7-2.3 3.1-4.1 4.1l.8 1.8c2.3-1.2 4.1-3 5.2-5.2l-1.9-.7zm-5.9 4.9c-1.9.6-3.9.5-5.8 0l-.8 1.9c1.2.3 2.4.5 3.7.5 1.2 0 2.4-.2 3.7-.6-.1 0-.8-1.8-.8-1.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 18px auto;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0 1rem;
  cursor: pointer;
}

.widget ol, .widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: var(--title);
  margin: 0 0 2rem;
  padding: 0;
  font-family: var(--mono);
  font-weight: 500;
}

.widget__nl .widget-title {
  font-size: 2.3rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  font-style: normal;
  margin: 0 0 2rem;
  color: var(--title);
  font-family: var(--sans);
}

.widget__nl ::-webkit-input-placeholder {
  color: var(--red);
}

.widget__nl ::placeholder {
  color: var(--red);
}

.tagcloud {
  display: flex;
  flex-flow: row wrap;
}

.tag-cloud-link {
  font-size: 1.4rem !important;
  padding: 0 0.6rem;
  margin: 4px 4px 0 0;
  background: var(--dark);
  color: var(--title);
  box-shadow: 1px 1px 0 0 rgba(171, 171, 171, 0.6);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.panel__info,
.panel__important {
  background: var(--dark);
  padding: 2rem 2rem 2rem 3rem;
  border-left: 1rem solid var(--text);
  position: relative;
  color: var(--dark);
  display: inline-block;
}

.panel__info {
  color: var(--text);
}

.panel__important {
  border-color: #e64747;
  color: #e64747;
}

.panel__info a,
.panel__important a {
  text-decoration: underline;
  font-weight: 500;
}

.page__footer {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1180px + 8rem);
  padding: 6rem 0 8rem;
  color: #5c5c5c;
  font-size: 1.4rem;
}
.page__footer .grid__wrapper {
  grid-template-columns: auto 22rem;
  grid-gap: 1rem;
}
.page__footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#colophon span {
  padding: 0 1rem;
}

#colophon span, #colophon a {
  color: var(--title);
}

#colophon a {
  font-weight: 500;
}

#menu-footer {
  margin: 0;
  font-family: var(--mono);
  font-weight: 500;
  font-size: 1.2rem;
}
#menu-footer a {
  color: var(--text);
}

@media (max-width: 1700px) {
  .grid__page {
    grid-gap: 6rem;
  }

  #advsearch {
    grid-template-columns: auto 22% 22% 22% auto;
  }
}
@media (max-width: 1439px) {
  #page {
    box-shadow: none;
    margin: 0;
    width: 100%;
    padding: 2rem 2rem 6rem;
  }
}
@media (max-width: 1300px) {
  #page {
    padding: 0 0 5rem;
  }

  .article__product, .article__freebie {
    flex-flow: column wrap;
    text-align: center;
  }

  .article__product img, .article__freebie img {
    max-width: 100%;
    margin: 0 auto;
  }

  .article__product div:last-child, .article__freebie div:last-child {
    padding-left: 0;
  }

  #advsearch {
    grid-template-columns: auto auto auto auto auto auto;
  }

  .ms-parent {
    border: solid var(--title);
    border-width: 2px 2px 0 0;
  }

  .search__item:first-child {
    grid-column: 1/5;
    grid-row: 1/2;
  }

  .search__item:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .search__item:nth-child(3) {
    grid-column: 3/5;
    grid-row: 2/3;
  }

  .search__item:nth-child(4) {
    grid-column: 5/7;
    grid-row: 2/3;
  }

  .search__item:nth-child(5) {
    grid-column: 5/7;
    grid-row: 1/2;
  }
}
@media (max-width: 1200px) {
  .homepage-grid {
    grid-template-columns: 1fr 300px;
  }

  .news-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .grid__page {
    grid-template-columns: 1fr 300px;
    grid-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .page__header .grid__wrapper {
    grid-template-columns: 11rem 1fr;
  }

  .item {
    justify-self: center !important;
  }

  .page__header #logo img {
    height: 5rem;
  }

  #primary__menu {
    grid-column: 1/5;
    grid-row: 2/3;
    background: var(--dark);
    padding: 1rem 0.2rem;
  }
  #primary__menu ul.flex__wrapper {
    flex-flow: row wrap;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
  }
  #primary__menu a {
    padding: 1rem 0.5rem;
  }

  #secondary__menu {
    text-align: left;
    grid-column-start: 2;
    grid-row-start: 1;
  }
  #secondary__menu ul.flex__wrapper {
    flex-flow: row wrap;
  }

  .grid__page, .page__footer .grid__wrapper {
    grid-template-columns: repeat(1, 100%);
    padding: 0 2rem;
  }

  .breadcrumbs, .related {
    padding: 0 2rem;
  }

  .social {
    padding-top: 2rem;
  }
}
@media (max-width: 920px) {
  #searchform input[type=search] {
    width: 10rem;
  }
}
@media (max-width: 768px) {
  #searchform {
    display: none;
  }

  h1.site__intro {
    margin: 2rem 0 0;
  }

  .news-grid, .homepage-grid {
    grid-template-columns: repeat(1, 100%);
    justify-items: center !important;
    padding: 0 2rem;
  }

  .font__preview .flex__wrapper {
    flex-flow: column wrap;
    justify-content: center;
  }

  .font__preview input[type=text] {
    width: 100%;
  }

  #advsearch {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto auto auto auto auto;
  }
  #advsearch input[type=search] {
    background: var(--dark);
  }

  .search__item:first-child {
    grid-column: 1/5;
    grid-row: 1/2;
  }
  .search__item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .search__item:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .search__item:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .search__item:nth-child(5) {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .search__item:nth-child(6) {
    grid-column: 1/2;
    grid-row: 6/7;
  }

  .flex__wrapper.center {
    flex-flow: column nowrap;
  }
}
@media (max-width: 640px) {
  #page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .items {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }

  .btns__post {
    flex-flow: column nowrap;
  }
  .btns__post li {
    width: 100%;
    border-width: 0 0 1px;
    border-color: var(--light);
  }
  .btns__post li:first-child {
    display: none;
  }

  .page__header {
    padding: 0;
  }

  #secondary__menu ul li {
    margin: 1rem 1.5rem 0 0 !important;
  }
}
