@font-face {
  font-family: 'din-regular';
  src: url('./fonts/Linotype - DINNextLTPro-Regular.otf');
}

@font-face {
  font-family: 'din-italic';
  src: url('./fonts/Linotype - DINNextLTPro-Italic.otf');
}

@font-face {
  font-family: 'din-bold';
  src: url('./fonts/Linotype - DINNextLTPro-Bold.otf');
}

@font-face {
  font-family: 'din-bold-italic';
  src: url('./fonts/Linotype - DINNextLTPro-BoldItalic.otf');
}

@font-face {
  font-family: 'sabon-next';
  src: url('./fonts/LINOTYPE - SABONNEXTLTPRO-REGULAR.OTF');
}

@font-face {
  font-family: 'sabon-next-italic';
  src: url('./fonts/LINOTYPE - SABONNEXTLTPRO-ITALIC.OTF');
}

@font-face {
  font-family: 'sabon-next-demi';
  src: url('./fonts/LINOTYPE - SABONNEXTLTPRO-DEMI.OTF');
}

@font-face {
  font-family: 'sabon-next-demi-italic';
  src: url('./fonts/LINOTYPE - SABONNEXTLTPRO-DEMIITALIC.OTF');
}

@font-face {
  font-family: 'sabon-next-bold';
  src: url('./fonts/LINOTYPE - SABONNEXTLTPRO-BOLD.OTF');
}

@font-face {
  font-family: 'sabon-next-bold-italic';
  src: url('./fonts/LINOTYPE - SABONNEXTLTPRO-BOLDITALIC.OTF');
}

@font-face {
  font-family: 'sabon-next-display';
  src: url('./fonts/LINOTYPE - SABONNEXTLTPRO-DISPLAY.OTF');
}

/* End Experimental */

.af {
  max-width: 400px;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #ede4d5;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #242424;
  font-family: 'din-regular' !important;
}

body.fixed {
  overflow: hidden;
}

strong {
  font-weight: normal;
  font-family: 'din-bold';
}

hr {
  border: 1px solid #d3c7c4;
}

a {
  color: #f45737;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

a:hover {
  color: #ce482d;
  text-decoration: underline;
}

.welcome p a {
  color: #f45737;
}

p {
  line-height: 1.6em;
  margin-top: 0;
}

#root,
.app-container {
  height: 100%
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0px;
}

.required {
  color: #ce482d;
}

.header {
  width: calc(100% - 96px);
  padding: 24px 48px;
  background: #20282f;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}


.input-group,
.input-group-double {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.input-group .text-control {
  width: calc(50% - 24px);
}

.input-group-double .text-control {
  width: calc(25% - 24px);
}

.header-container {
  position: sticky;
  top: 0;
  z-index: 101;
}

.header-right {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}

.header .account {
  position: relative;
}

.header .account a {
  color: #fcfcfc;
}

.home-banner {
  margin-bottom: 24px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 100%;
  width: 100%;
}

.home-banner-image img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  opacity: 1.0;
  z-index: 3;
}

.home-banner-image img:hover,
.home-banner-image img:active {
  opacity: 0;
}

.home-banner-image {
  position: relative;
  overflow: hidden;
}

.home-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
}

.home-quote-big {
  font-family: 'sabon-next-demi-italic';
  padding: 20%;
  font-size: 3.2vw;
  line-height: 1.2em;
  margin: auto;
}

.home-quote-medium {
  font-family: 'sabon-next-demi-italic';
  padding: 20%;
  font-size: 1.6vw;
  line-height: 1.4em;
  margin: auto;
}

.home-quote-small {
  font-family: 'sabon-next-demi-italic';
  padding: 20%;
  font-size: 1.4vw;
  line-height: 1.4em;
  margin: auto;
}

.home-info-medium {
  font-family: 'din-regular';
  padding: 20%;
  font-size: 1.2vw;
  line-height: 1.6em;
  margin: auto;
}

.citation {
  text-align: right;
  font-family: 'din-bold';
  font-size: 1vw;
  margin-top: 12px;
}

.light {
  color: #f3ece2;
}

.dark {
  color: #1a2127;
}

.mobile-label,
.mobile-search {
  display: none;
}

.banner {
  background: #ce482d;
  padding: 6px 12px;
  text-align: center;
  color: #ede4d5;
  font-size: 16px;
  font-family: 'din-regular'
}

.banner a {
  color: #ede4d5;
  text-decoration: underline;
}

.account .account-menu {
  position: absolute;
  top: 28px;
  left: -12px;
  box-shadow: 0 0 0 0px rgba(136, 152, 170, .1), 0 15px 35px 0 rgba(49, 49, 93, .1), 0 5px 15px 0 rgba(0, 0, 0, .08);
  width: 200px;
  background: #151b23;
  z-index: 500;
}

.account-menu a {
  display: block;
  padding: 12px;
}

.main-menu-item,
.main-menu a {
  margin: auto 0 auto 16px;
  font-family: 'din-regular';
  color: #ede4d5;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.main-menu {
  position: relative;
}

.main-menu-item.open svg,
.mobile-label.open svg {
  transform: rotate(180deg);
}

.extended-menu {
  background: #20282f;
  position: absolute;
  top: 42px;
  left: -6px;
  min-width: 140px;
}

.extended-menu a {
  padding: 12px 6px;
  margin: 0;
  display: block;
  border-top: 1px solid #313e47;
}

.main-menu-item svg,
.mobile-label svg {
  width: 10px;
  stroke: #ede4d5;
  padding: 0 0 2px 0;
}

.menu-arrow {
  color: #ce482d;
  font-family: 'din-regular';
  font-size: 20px;
  display: inline-block;
  margin-left: 12px;
  transform: rotate(90deg);
  cursor: pointer;
  user-select: none;
  transition: all 0.1s ease;
}

.menu-arrow.open {
  transform: rotate(-90deg);
}

.cart-tag {
  margin-left: 24px;
  text-align: right;
  margin-bottom: 24px;
}

.search-container {
  width: 300px;
}

.top-right {
  display: inline-flex;
  justify-content: space-between;
  padding-left: 16px;
}

a.cart-count,
a.cart-text {
  color: #ede4d5;
  font-family: 'din-regular'
}

a.cart-count {
  padding: 4px 12px;
  background: #ce482d;
}

a.cart-text {
  padding: 4px 12px;
}

.the-logo {
  display: inline-block;
  margin: auto 0;
}

.the-logo a {
  display: inline-flex;
}

.the-logo svg {
  height: 36px;
  fill: #f2f2f2;
  margin-top: auto;
  margin-bottom: auto;
}

.the-logo svg.insignia {
  fill: #f45737;
  height: 52px;
  margin-right: 12px
}

a.logo-link:hover {
  text-decoration: none;
}

.wordmark {
  margin: auto 0;
  display: block;
  color: #ede4d5;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 18px;
}

.pressname {
  font-size: 26px;
  font-family: 'din-bold';
  display: block;
}

.header-alt {
  width: calc(100% - 96px);
  padding: 24px 48px;
  background: #20282f;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  color: #ede4d5;
}

.header-alt .cart-tag {
  margin: 0;
}

.header-alt .cart-tag a {
  color: #ede4d5;
}

.header-alt .cart-tag a.cart-text {
  padding: 4px 12px 4px 0;
}

.header-alt .header-left {
  display: grid;
  align-content: end;
}

.header-alt .the-logo {
  margin: 0 auto;
}

.header-alt .the-logo svg.insignia {
  margin: 0 0 12px 0;
}

.header-alt .the-logo a {
  flex-direction: column;
  text-align: center;
}

.header-alt .pressname {
  font-size: 20px;
}

.header-alt .header-right {
  display: flex;
  flex-direction: column-reverse;
  margin: auto 0;
  justify-content: space-between;
  height: 100%;
  text-align: right;
}

.header-alt .search-container {
  width: 100%;
}

.header-alt .search-box {
  width: 300px;
}

.main-page {
  padding: 40px;
  width: calc(100% - 80px);
}

.welcome {
  background: #334049;
  background: linear-gradient(#20282f, #334049);
  padding: 72px 48px;
  color: #f3ece2;
  position: relative;
  overflow: hidden;
  width: calc(100% - 96px);
}

.welcome-intro {
  width: 44%;
}

.welcome-quote {
  font-family: 'sabon-next-bold-italic';
  font-size: 48px;
}

.welcome p {
  font-family: 'din-regular';
  font-size: 18px;
}

.welcome-attribution {
  text-align: right;
  font-family: 'din-regular';
  margin-bottom: 16px;
  font-size: 28px;
}

.angled {
  background: #ede4d5;
  height: 44%;
  width: 60%;
  position: absolute;
  transform: skew(-30deg);
  top: 29%;
  right: -10%;
  overflow: hidden;
}

.triangle {
  width: 22%;
  position: absolute;
  top: 20%;
  right: 6%;
  z-index: 20;
}

.circle {
  background: #96a6a5;
  position: absolute;
  border-radius: 50%;
  left: 55%;
  top: calc(50% - 10rem);
  height: 20rem;
  width: 20rem;
  z-index: 10;
}

.astrolabe {
  width: 90%;
  position: absolute;
  top: 0%;
  left: 38%;
}


.circle-three {
  border: 1px solid #ce482d;
  position: absolute;
  border-radius: 50%;
  left: calc(55% + 10rem);
  top: calc(50% - 10rem);
  height: 20rem;
  width: 20rem;
}

.search-box {
  padding: 6px 12px;
  background: #323e47;
  color: #fcfcfc;
  border: 0;
  outline: none;
  width: calc(100% - 24px);
}

.generic-block {
  margin-bottom: 4px;
  font-size: 18px;
  margin: 4px 0;
  padding: 12px 48px;
}

.generic-block.flex {
  display: flex;
  justify-content: space-between;
}

.generic-block .main-submit {
  margin: auto 0 !important;
}

h2 {
  margin: 0;
  font-family: 'din-bold';
  font-size: 36px;
  font-weight: normal;
}

/* orders */
.order-item-pill {
  font-size: 12px;
  padding: 4px;
  border-radius: 2px;
  background: #af3921;
  margin: 2px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

.order-item-pill.shipped {
  background: #20282f;
}


.tooltip-container {
  display: inline-block;
  position: relative;
}

.tooltip-icon {
  background: #46535d;
  border-radius: 50%;
  padding: 1px 4px;
  font-size: 11px;
  color: #fcfcfc;
  font-family: 'din-regular';
  user-select: none;
  display: inline;
  vertical-align: text-top;
}

.back-link {
  margin: auto 0
}

.tooltip {
  position: absolute;
  box-shadow: 0 0 0 0px rgba(136, 152, 170, .1), 0 15px 35px 0 rgba(49, 49, 93, .1), 0 5px 15px 0 rgba(0, 0, 0, .08);
  background: #fcfcfc;
  padding: 12px;
  width: 300px;
  line-height: 1.2em;
  font-family: 'din-regular';
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.28);
  display: flex;
  z-index: 2000;
}

.modal-content {
  max-height: 92%;
  height: calc(88% - 96px);
  width: 80%;
  margin: auto;
  padding: 48px;
  background: #ede4d5;
  border-radius: 10px;
}

.modal-content.full-sized {
  width: calc(98% - 192px);
  height: calc(98% - 128px);
  padding: 64px 96px;
  overflow-y: scroll;
}

.modal-content.af {
  width: max-content;
  height: max-content;
}

.modal-content.auto-height {
  height: max-content;
  max-height: 92%;
  overflow-y: scroll;
}

.modal-content h2 {
  margin-top: 0px;
}

.modal-form h3 {
  font-family: 'din-bold';
  font-weight: normal;
}

.modal-content.gallery {
  height: calc(100% - 96px);
  width: 80%;
  position: relative;
}

.modal-content.gallery .gallery-image {
  text-align: center;
  display: initial;
}

.modal-content.gallery .gallery-image img {
  max-height: calc(100% - 48px);
  width: auto;
  margin: 0 auto;
  display: block;
}

.form-data-add {
  padding: 12px;
  background: #d3c7c4;
  border-radius: 4px;
  line-height: 1.6em;
  margin: 12px 0;
}

.gallery-control {
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
}

.gallery-control.enabled {
  cursor: pointer;
}

.gallery-control.enabled .cls-1 {
  fill: #ce482d;
}

.gallery-control svg {
  height: 24px;
}

.gallery-control.right {
  right: 24px;
}

.gallery-control.left {
  left: 24px;
}

.gallery-control.left svg {
  transform: rotate(180deg);
}

button.close svg {
  height: 13px;
}

button.close.secondary-submit {
  padding: 6px;
  line-height: 9px;
}

button.close .cls-1 {
  fill: #ce482d;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.book-preview {
  background: #fcfcfc;
  padding: 24px 48px;
  height: 88%;
  margin: auto;
  border-radius: 8px;
}

.book-preview iframe {
  margin: 0 auto;
}

.modal-title {
  font-size: 22px;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.paginator {
  color: #151b23;
  display: inline-flex;
  align-self: end;
  font-family: 'din-bold';
  margin: 24px auto;
}

.paginator button {
  outline: none;
  border: 0;
  color: #fcfcfc;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  background: #f45737;
  text-align: center;
  margin: 0 4px;
  padding: 12px;
}

.paginator .label {
  display: inline-flex;
  font-size: 20px;
}

.paginator .label span {
  margin: auto 6px;
  padding: 0 6px;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}

.paginator button:hover {
  background: #ce482d;
}

.paginator button:disabled,
.main-submit:disabled {
  cursor: default;
  color: #46535d;
  background: #d3c7c4;
}

.paginator button:disabled:hover {
  background: none;
  background: #d3c7c4;
}


.table-controls {
  padding: 12px 48px;
  display: flex;
  justify-content: space-between;
}

.table-controls h3 {
  margin: auto 0;
}

.table-control-panel {
  display: flex;
  gap: 12px;
}

/** Forms **/

.apply-form {
  width: 40%;
}

.markdown-container textarea {
  line-height: 1.6em;
}

.text-control {
  display: block;
  margin-bottom: 16px;
}

.col .text-control {
  margin-bottom: 2px;
}

.text-control.inline {
  display: flex;
  margin: 0;
}

.text-control.no-label label {
  display: none;
}

.text-control.inline label {
  margin: auto 4px auto 0;
}

.text-control label,
.form-label {
  display: block;
  margin-bottom: 6px;
  font-family: 'din-bold';
}

.text-control input,
.text-control select,
.stray-input,
.text-control textarea {
  width: calc(100% - 16px);
  padding: 8px;
  border: 1px solid #d2ccc3;
  transition: all 0.6s ease;
  font-family: 'din-regular';
  display: block;
  background: #f5f2ee;
}

.add-values {
  margin-bottom: 12px;
}

.small-input {
  display: inline-block;
  width: 100px;
}

.text-control input:disabled,
.text-control select:disabled,
.text-control text-area:disabled {
  background: #e2d8c9;
  color: #46535d;
}

.text-control input.med-input,
.text-control.med-input select {
  width: calc(48% - 16px);
}

.text-control input.cart-counter {
  padding: 2px;
  width: 100px;
  margin-bottom: 0;
}

.text-control input.small-input,
.text-control select.small-input {
  width: calc(24% - 16px);
}

.text-control input.valid {
  background: rgba(56, 164, 58, 0.1);
}

.text-control .form-help {
  color: #46535d;
  font-size: 13px;
  margin-top: 4px;
}

.text-control .form-important {
  color: #ce482d;
  font-size: 13px;
  margin: 4px 0;
}


button.form-button {
  background: #151b23;
  color: #fff;
  padding: 8px 12px;
  border: 0;
  outline: none;
  cursor: pointer;
}

.person-adder {
  display: flex;
  gap: 12px;
}

.people {
  margin-top: 12px;
}

.pill {
  padding: 8px 12px;
  border: 1px solid #d3c7c4;
  display: inline-block;
  margin: 0 8px 8px 0;
  color: #46535d;
  font-size: 15px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.pill.person-pill {
  background: #151b23;
  color: #fcfcfc;
}

.pill:hover {
  background: #e2d8c9
}

.pill.person-pill:hover {
  background: #21272b;
  color: #fcfcfc;
}

.pill.disabled {
  cursor: default;
  opacity: 0.8;
}

.pill.disabled:hover {
  background: #e6e5e5;
}

.pill-email {
  cursor: pointer;
}

.pill.active {
  background: #ce482d;
  color: #fcfcfc;
}

.pill .type {
  font-size: 13px;
  margin-right: 6px;
  font-weight: bold;
  color: #d3c7c4;
}

.pill .remove {
  margin-left: 16px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
}

.pill .remove:hover {
  opacity: 0.8;
}

.empyrean-header {
  display: flex;
  gap: 24px;
}

.empyrean-logo {
  height: max-content;
}

.empyrean-logo svg {
  width: 200px;
  height: 200px;
}

.file-upload {
  border: 1px solid #d3c7c4;
  display: inline-block !important;
  padding: 8px 12px;
  font-weight: normal !important;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
  line-height: 16px;
}

.file-upload:hover {
  font-weight: bold !important;
}

.cover-preview {
  width: 300px;
  display: block;
  margin: 4px 0;
}

.cover-preview.small {
  width: 120px;
  margin: 8px;
  display: inline-block;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mr-12 {
  margin-right: 12px;
}


.main-submit {
  font-family: 'din-bold';
  background: #ce482d;
  color: #fcfcfc;
  outline: none;
  border: 0;
  font-size: 16px;
  padding: 8px 12px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.main-submit:disabled {
  background: #d3c7c4;
}

.main-submit:hover:disabled {
  background: #d3c7c4;
}

.add-link {
  margin-left: 4px;
}

.tertiary-submit {
  font-family: 'din-bold';
  background: #46535d;
  color: #fcfcfc;
  outline: none;
  border: 0;
  font-size: 16px;
  padding: 8px 12px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.secondary-submit {
  font-family: 'din-bold';
  background: none;
  color: #f45737;
  outline: none;
  border: 2px solid #f45737;
  font-size: 16px;
  padding: 6px 12px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.secondary-submit:disabled,
.secondary-submit:disabled:hover {
  cursor: default;
  color: #b3aea6;
  border: 2px solid #d9d4ca;
}

.secondary-submit.big-secondary {
  margin: 12px auto;
  width: 50%;
  display: block;
}

.secondary-submit.big-secondary:hover {
  color: #fff;
  background: #af3921;
}

.bare-button {
  font-family: 'din-bold';
  background: none;
  color: #ce482d;
  outline: none;
  background: none;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}

input[type=file] {
  border: 0;
  margin-bottom: 8px;
  margin-top: 8px;
  border-radius: 0px;
  padding: 0;
  background: transparent;
}

input[type=file]::file-selector-button {
  background: none;
  color: #ce482d;
  outline: none;
  border: 2px solid #ce482d;
  font-size: 12px;
  padding: 8px 12px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: 'din-regular';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.secondary-submit.block {
  display: inline-block;
  margin-bottom: 24px;
}

.main-submit.small {
  padding: 8px;
  font-size: 14px;
}

.main-submit:hover {
  background: #af3921;
}

.secondary-submit:hover {
  border-color: #af3921;
  color: #af3921;
}

.checkbox-prototype {
  background: #d3c7c4;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin: auto 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkbox-prototype.selected {
  background: #ce482d;
}

.binary-chooser {
  display: inline-flex;
  gap: 2px;
}

.binary-opt {
  background: #d3c7c4;
  padding: 4px 8px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
}

.binary-opt.chosen {
  background: #ce482d;
  color: #fcfcfc;
}

.binary-chooser.disabled .binary-opt {
  opacity: 0.6;
  cursor: default;
}

.binary-opt:first-child {
  border-radius: 4px 0 0 4px;
}

.binary-opt:last-child {
  border-radius: 0 4px 4px 0;
}

.button-controls button {
  margin-right: 12px;
}

.time-chooser {
  display: flex;
  gap: 12px;
}

.time-chooser span {
  font-family: 'din-regular';
  margin: auto 0;
}

.time-chooser select {
  width: 120px;
}

/* Edit Bar */

.edit-bar {
  padding: 12px 48px;
  width: calc(100% - 96px);
  background: #334049;
  color: #fcfcfc;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}

.sub-menu-left,
.sub-menu {
  font-size: 16px;
}

.edit-bar button {
  margin-right: 6px;
}

.edit-bar .edit-title {
  margin: auto 0;
  font-size: 26px;
  font-family: 'sabon-next-bold';
  color: #ede4d5;
}

.edit-bar .edit-title a {
  font-family: 'sabon-next-bold';
}

.edit-bar a {
  color: #f3ece2;
  font-family: 'din-bold';
  transition: all 0.2s ease;
}

.edit-bar a.edit-title-link {
  font-family: 'sabon-next-bold';
}

.edit-bar a:hover {
  color: #ce482d;
  text-decoration: none;
}

.edit-bar .progress {
  background: #151b23;
}

.edit-bar .smaller {
  color: #46535d;
  font-family: 'din-regular';
}

/**Login **/

.error {
  margin-top: 12px;
  color: #af3921;
}


/** Homepage **/


.pub-item {
  background: #fcfcfc;
  display: flex;
  margin-top: 4px;
}

.small-pub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.small-pub-item {
  display: flex;
  margin-bottom: 8px;
}

.pub-item-col {
  flex: 1;
  margin: auto 0 auto 0;
}

a.pub-item-title {
  color: #222;
  font-family: 'sabon-next-bold';
  font-size: 32px;
}

.pub-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-right: 24px;
}

.small-pub-item-col {
  display: inline-flex;
}

.small-pub-image {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 8px;
  border-radius: 50%;
}

a.small-pub-item-title {
  color: #222;
  font-family: 'din-regular';
  margin: auto 0;
}

.pub-image img,
.small-pub-image img {
  width: 100%;
  height: auto;
}

.grid-pub-name {
  font-size: 24px;
  color: #222;
  font-weight: bold;
}

.grid-info-meta {
  font-size: 16px;
  font-family: 'din-bold';
  text-align: right;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.grid-info-meta-item {
  margin-bottom: 12px;
}

.grid-info-meta-item label {
  margin-bottom: 4px;
  display: block;
  font-family: 'din-regular';
  color: #46535d;
}

.grid-info-featured {
  padding-right: 24px;
}

.file-item {
  background: #f3ece2;
  padding: 24px;
}

/** Email-signup **/

.newsletter-form {
  width: calc(100% - 96px);
  padding: 12px 48px;
  margin: 0 auto 48px;
  background: #ce482d;
  color: #f3ece2;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
}

.newsletter-form.bottom {
  margin: 0 auto 0;
}

.email-main {
  display: flex;
}

.newsletter-form .description {
  margin: auto 24px auto 0 !important;
}

.email-input {
  background: transparent;
  border: 2px solid #f3ece2;
  color: #f3ece2;
  font-family: 'din-regular';
  font-size: 18px;
  margin-right: 12px;
  padding: 12px;
  width: 40vw;
}

.email-button {
  background: transparent;
  border: 2px solid #f3ece2;
  color: #f3ece2;
  font-family: 'din-regular';
  font-size: 18px;
  padding: 12px;
  font-weight: normal;
}


.email-button:disabled,
.email-input:disabled {
  background: #9b3a26;
  color: #ce978c;
}

/** Press Page **/

.huge-header {
  font-size: 60px;
  font-family: 'sabon-next-bold';
}

.headline-list-item {
  padding: 12px 0;
  border-bottom: 1px solid #d3c7c4;
}

.headline-list-title a {
  color: #222;
  transition: all 0.2 all;
  text-decoration: none;
  line-height: 1.4em;
}

.headline-list-title a:hover {
  color: #ce482d;
}

.headline-meta-links {
  font-size: 12px;
  font-family: 'din-regular';
  margin-bottom: 8px;
}

.admin-two {
  padding: 24px 48px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.admin-two .admin-col {
  width: calc(50% - 24px);
}

h1.page-title {
  font-family: 'sabon-next-bold';
  font-weight: normal;
  font-size: 60px;
  margin: 0;
}

.admin-full {
  padding: 24px 48px 48px;
}

.admin-full.no-v {
  padding: 0 48px 0;
}

/* Actual header styles */

.standard-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.standard-header .all-wide {
  width: 100%;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
}

.standard-header.naked {
  width: calc(100% - 96px);
  margin: 0 48px 24px 48px;
  display: flex;
  justify-content: space-between;
}

.standard-header.home {
  display: block;
  text-align: center;
}

.standard-header h2 {
  font-weight: normal;
  font-family: 'din-bold';
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  position: relative;
}

.standard-header h1 {
  font-weight: normal;
  font-family: 'din-bold';
  font-size: 42px;
  line-height: 30px;
  margin: 0;
  position: relative;
}

.standard-header.home h2 {
  display: inline-block;
  text-align: center;
  margin: 0 auto 12px;
}

.table-page-controls>div {
  width: 300px;
}

.table-page-controls .text-control {
  display: inline-flex;
  margin-right: 12px;
  margin-bottom: 0;
}

.table-page-controls .text-control label {
  margin: auto 6px auto 0;
  white-space: pre;
}

.modal-form {
  margin-bottom: 48px;
}

.modal-form.flex {
  display: flex;
}

.modal-form-column-large {
  width: 64%;
}

.modal-form-column-small {
  width: 32%;
}

.order-line-items {
  margin-top: 24px;
}

.order-line-items .line-item {
  display: flex;
  justify-content: space-between;
}

.addy {
  margin-bottom: 24px;
}

.standard-header .paginator {
  margin: 0;
}

.standard-header .mb-24.mt-24 {
  margin: auto 0 !important;
}

.standard-header h2 button {
  vertical-align: top;
}

.standard-header .see-more-link {
  font-family: 'din-bold';
  font-size: 14px;
  align-self: last baseline;
}

.standard-header.home .see-more-link {
  display: block;
}

/* End Actual Header Styles */

.admin-header {
  border-bottom: 2px solid #222;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-bottom: 6px;
}

.admin-header h2 {
  border: 0;
  margin: 0;
  padding: 0;
}

h2.standard a {
  text-align: right;
  font-size: 13px;
  margin: auto 0;
  font-family: 'din-regular';
  align-self: end;
}

.sub-price {
  font-size: 20px;
  font-family: 'sabon-next-bold';
  color: #af3921;
  margin-bottom: 12px;
}

.admin-col {
  width: calc(50% - 48px);
}

.admin-col-large {
  width: calc(68% - 48px);
}

.admin-col-small {
  width: calc(32% - 48px);
}

.admin-col-full {
  width: 100%;
}

.publisher-header {
  margin-top: 4px;
}

.preview-table {
  margin-bottom: 24px;
}

.preview-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid #d3c7c4;
}

.preview-row.shipment {
  background: #fcfcfc;
  padding: 24px;
}

.preview-row .p-col {
  flex: 1
}

.preview-row .p-col:last-child {
  text-align: right;
}

.p-col.address-column {
  line-height: 1.4em;
}

.total-row {
  text-align: right;
}

.big-total-row {
  text-align: right;
  font-size: 22px;
  font-family: 'din-regular';
  margin-top: 24px;
}

.preview-row .title {
  font-family: 'din-regular';
}

.publisher-profile {
  background: #fcfcfc;
  padding: 24px 48px;
  margin-bottom: 4px;
}

.publisher-contact {
  padding: 24px 48px;
  color: #fcfcfc;
  background: #46535d;
  width: calc(25vw - 98px);
  margin: 0 0 4px 4px;
}

.publisher-contact h3 {
  margin-top: 0px;
}

.pub-city {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'din-regular';
  letter-spacing: 2px;
  color: #46535d;
}

.pub-name {
  margin: 4px 0 24px;
  font-size: 48px;
  line-height: 42px;
  font-family: 'sabon-next-bold';
}

.featured-area {
  background: #334049;
  background: linear-gradient(#20282f, #334049);
  padding: 24px 48px 12px;
  color: #f3ece2;
  width: calc(100% - 96px);
}

.featured-area-plain {
  padding: 24px 48px 12px;
  width: calc(100% - 96px);
  padding-bottom: 48px;
}

body.magazine {
  background: #dee5e7 !important
}

body.magazine .post-grid-item,
body.magazine .grid-product {
  background: #f9feff;
}

body.magazine .magazine-home .post-grid-item:nth-child(7),
body.magazine .magazine-home .post-grid-item:nth-child(11),
body.magazine .magazine-home .post-grid-item:nth-child(18) {
  background: #e35336;
}

body.magazine .magazine-home .post-grid-item:nth-child(7) .excerpt,
body.magazine .magazine-home .post-grid-item:nth-child(11) .excerpt,
body.magazine .magazine-home .post-grid-item:nth-child(18) .excerpt {
  color: #fff;
  font-family: 'sabon-next-italic';
  font-size: 22px;
}

body.magazine .magazine-home .post-grid-item:nth-child(7) .subtitle,
body.magazine .magazine-home .post-grid-item:nth-child(11) .subtitle,
body.magazine .magazine-home .post-grid-item:nth-child(18) .subtitle {
  color: #fff;
  text-align: right;
}

body.magazine .magazine-home .post-grid-item:nth-child(7) .post-grid-header,
body.magazine .magazine-home .post-grid-item:nth-child(11) .post-grid-header,
body.magazine .magazine-home .post-grid-item:nth-child(18) .post-grid-header {
  display: none;
}

.blog-header {
  font-family: 'sabon-next-bold-italic';
  margin: 12px auto;
  font-size: 29px;
  letter-spacing: 1px;
}

.featured-area h1 {
  font-size: 48px;
  margin-bottom: 12px;
}

.featured-area p {
  font-size: 18px;
  max-width: 1200px;
}

.magazine-name {
  font-family: 'sabon-next-bold-display';
  font-size: 68px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.magazine-tagline {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding-right: 24px;
}

.magazine-tagline span {
  font-family: 'sabon-next-italic';
  font-size: 18px;
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  margin-top: 48px;
  padding: 0 24px 38px;
  gap: 48px;
  position: relative;
  z-index: 3;
}

.product-grid .post-grid-item {
  width: auto;
}

.post-grid-item {
  width: calc(33% - 126px);
  padding: 48px;
  position: relative;
  background: #f3ece2;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}

body.magazine .post-grid-item.first,
.post-grid-item.first {
  width: calc(66% - 104px);
  background: #20282f;
}

body.magazine .post-grid-item.first.featured {
  padding-left: 18%;
  width: calc(48% - 56px);
}

.post-grid-item.archive {
  width: 100%;
}

.post-grid-item:nth-child(2n) .post-mug-image {
  mix-blend-mode: multiply;
}

.post-grid-item:nth-child(2n) .post-mug {
  background: #e35336;
}

.post-grid-header {
  display: flex;
  gap: 24px;
}

.post-mug-container {
  overflow: hidden;
  height: 80px;
  width: 80px;
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
}

.post-mug-image {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  mix-blend-mode: color-dodge;
  z-index: 10;
  filter: grayscale(100%);
}

.post-mug {
  background: #20282f;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.post-grid-item.magazine {
  padding: 24px;
  width: calc(33% - 78px);
}

.post-grid-item.first .post-grid-item-content {
  color: #f3ece2;
}

.post-grid-item.first .title a {
  color: #f3ece2;
}

.post-grid-item.second {
  width: calc(66% - 120px);
}

.post-grid-item-content {
  position: relative;
  z-index: 3;
}

.post-grid-item.first.featured {
  padding-left: 18%;
  width: calc(48% - 56px);
}

.post-featured {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 24%;
  overflow: hidden;
}

.post-featured-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.34;
  z-index: 3;
  position: relative;
  filter: grayscale(100%);
  mix-blend-mode: color-dodge;
}

.post-featured .featured-screen {
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(32, 40, 47, 0), rgba(32, 40, 47, 1));
}

.post-grid-item:hover .post-featured img {
  opacity: 0.9;
  transition: all 0.5s ease;
}

.post-grid-item-content.magazine {
  display: flex;
  gap: 24px;
}

.post-grid-item-content.magazine .cover {
  width: 84%;
}

.post-grid-item-content.magazine .cover img {
  width: 100%;
  height: auto;
}

.post-grid-item.sub .post-grid-item-content {
  margin: 0;
}

.post-grid-frame {
  position: absolute;
  border: 1px solid;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: -24px;
  top: -24px;
  transition: all 0.2s ease;
}

.post-grid-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.post-grid-item:hover .post-grid-image {
  opacity: 0.69;
}

.post-grid-item:hover .post-grid-frame {
  left: -12px;
  top: -12px;
}

.featured-area .post-grid {
  margin-bottom: 0;
}

.featured-area .post-grid-item {
  color: #f3ece2;
  background: #20282f;
}

.post-grid-item.first .excerpt {
  color: #96a6a5;
}

.post-grid-item .excerpt {
  color: #334049
}

.featured-area .post-grid-frame {
  border-color: #ce482d;
  z-index: -1;
}


.post-grid-item .title {
  color: #222;
  font-size: 26px;
  font-family: 'sabon-next-bold';
  display: block;
  margin: 4px 0;
}

.post-grid-item.first .title {
  font-size: 38px;
}

a.hov {
  background-image: linear-gradient(90deg, #ce482d, #f45737);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.2s ease;
}

.featured-area a.hov {
  background-image: linear-gradient(90deg, #ce482d, #f45737);
}

.post-grid-item:hover a.hov {
  text-decoration: none;
  background-size: 100% 1px;
}

.post-grid-item .title a {
  color: #222;
}

.featured-area .post-grid-item .title a {
  color: #ede4d5
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
  padding: 0 38px;
  gap: 24px;
}

.featured-prod {
  grid-area: featured;
}

.prod-1 {
  grid-area: one;
}

.prod-2 {
  grid-area: two;
}

.prod-3 {
  grid-area: three;
}

.prod-4 {
  grid-area: four;
}

.product-grid-featured {
  display: grid;
  grid-template-areas:
    'featured featured featured featured'
    'one two three four'
  ;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 0 38px;
  gap: 24px;
}

.product-column {
  display: block;
}

.grid-product {
  padding: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f3ece2;
}

.grid-product.smaller,
.post-grid-item.search-result {
  padding: 24px;
}

.grid-product.featured-prod {
  padding: 48px;
  position: relative;
  display: flex;
  flex-direction: row;
  background: #f3ece2;
  gap: 48px;
}

.grid-product.featured-prod .grid-image img {
  max-width: 400px;
}

.grid-product.featured-prod .grid-image {
  width: max-content;
  position: unset;
}

.grid-product.featured-prod .grid-info {
  width: auto;
  flex-direction: column;
  justify-content: space-around;
  width: calc(100% - 396px);
}

.grid-product.featured-prod.product-top-meta,
.grid-product.featured-prod .grid-info-authors {
  font-size: 18px;
}

.grid-product.featured-prod .grid-info-title {
  font-size: 48px;
  line-height: 48px;
}

.grid-product.featured-prod .title-cont {
  margin: 8px 0;
}

.grid-product.featured-prod .product-description {
  margin-top: 48px;

}

.grid-product.featured-prod .grid-info-price {
  font-size: 18px;
  color: #000;
  margin: 24px 0 8px;
}



.post-grid-item.search-result .post-grid-item-content {
  margin-top: 0;
}

.product-column .grid-product.smaller {
  width: 300px;
}

.product-pricing {
  padding: 24px;
  background: #f3ece2;
}

.product-pricing-tabs {
  display: flex;
}

.product-pricing-header {
  padding: 12px 24px;
  cursor: pointer;
}

.product-pricing-header.active {
  background: #f3ece2;
  font-family: 'din-bold'
}

.grid-product.smaller .grid-image {
  width: 80%;
  margin: 0 auto 24px;
}

/*
.grid-image.cover::before {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  content: '';
  display: block;
  opacity: .6;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
} */

.grid-image.cover a {
  line-height: 0;
  vertical-align: top;
}

.grid-image img {
  max-width: 100%;
  position: relative
}

.product-image-cover::before,
.grid-image .cover-image::before {
  background: #b3aea6;
  content: ' ';
  position: absolute;
  height: 100%;
  width: 12px;
  right: -12px;
  transform: skew(0, 48deg);
  top: 7px;
}

.product-image-cover::after,
.grid-image .cover-image::after {
  background: #d9d4ca;
  content: ' ';
  position: absolute;
  bottom: -14px;
  height: 14px;
  width: 100%;
  transform: skew(39deg, 0);
  left: 6px;
}

.grid-info {
  text-align: left;
  margin-top: 12px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}

.release-date {
  margin-bottom: 12px;
}

.grid-info .left {
  max-width: 68%;
}


a.grid-info-title {
  color: #222;
  font-size: 22px;
  font-family: 'sabon-next-bold-italic';
}

/** Alt **/

.grid-product-alt {
  width: calc(50% - 48px);
  display: flex;
  background: #f3ece2;
  position: relative;
  margin-left: 24px;
  margin-top: 48px;
}

.grid-product-alt:nth-child(2n) {
  margin-left: 0px;
  margin-right: 24px;

}

.grid-image-alt {
  width: 30%;
}

.grid-image-alt img {
  max-width: 100%
}

.grid-frame {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  z-index: -1;
  top: -24px;
  left: -24px;
}

/** Product Page **/

.minor-head-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'din-regular';
  font-weight: normal;
}

.arc-type {
  font-size: 14px;
  font-size: #46535d;
  padding-right: 12px;
}

.arc-type svg {
  height: 18px;
  vertical-align: bottom;
  cursor: pointer;
}

.arc-type svg .cls-1 {
  transition: all .2s ease;
  fill: #46535d;
}


.arc-requests {
  position: relative;
  cursor: pointer;
  color: #46535d;
  transition: all .2s ease;
}

.arc-requests:hover {
  color: #ce482d;
}

.arc-requests:hover .arc-type svg .cls-1 {
  fill: #ce482d;
}

.arc-requester {
  position: absolute;
  padding: 12px;
  top: -40px;
  background: #fcfcfc;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  width: max-content;
  z-index: 100;
}

.display-message {
  position: fixed;
  z-index: 2001;
  padding: 12px 24px;
  font-size: 15px;
  top: 80px;
  left: calc(50% - 200px);
  background: #fcfcfc;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 400px;
  opacity: 1.0;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  font-family: 'Graphik';
}

.message-clear {
  width: 8px;
  height: 8px;
}

.message-clear svg {
  vertical-align: super;
}

.message-clear svg .cls-1 {
  fill: #46535d
}

.message-clear svg:hover .cls-1 {
  fill: #ce482d;
}

.message-label {
  font-family: 'din-regular';
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 6px;
  color: #46535d;
  text-transform: uppercase;
}

.display-message.success {
  border-left: 8px solid #82dda7;
}

.display-message.warn {
  border-left: 8px solid #ce482d;
}

.display-message.info {
  border-left: 8px solid #151b23;
}

.display-message.invisible {
  opacity: 0;
}

.actions-container {
  position: relative;
}

.actions-container a {
  cursor: pointer;
  font-weight: bold;
}

.actions-menu {
  position: absolute;
  z-index: 10000;
  top: 24px;
  right: 0;
  background: #fcfcfc;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
}

.action-item {
  border-bottom: 1px solid #d3c7c4;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  background: #fff;
  transition: all 0.2s ease;
}

.action-item:last-child {
  border: 0;
}

.action-item:first-child {
  border-radius: 4px 4px 0 0;
}

.action-item:last-child {
  border-radius: 0 0 4px 4px;
}

.action-item:hover {
  background: #d3c7c4;
}

.action-item .authors {
  font-weight: bold;
}

.contributors {
  margin-bottom: 24px;
  font-size: 22px;
}

.product-description {
  margin: 12px 0;
  line-height: 1.4em;
  max-width: 800px;
  font-size: 18px;
}

.info-box {
  line-height: 1.6em;
}

.product-description p {
  margin: 0 0 12px 0;
  line-height: 1.6em;
  font-size: 18px;
}

.product-description blockquote,
.pullquote {
  margin: 0 0 24px 0;
  font-size: 24px;
  line-height: 2.2em;
  font-family: 'sabon-next-bold-italic';
  color: #20282f;
  border-left: 3px solid #f45737;
  padding-left: 36px;
}


.product-description blockquote em {
  font-family: 'sabon-next-bold';
  font-style: normal;
}

.product-description blockquote p {
  font-size: 22px;
}

.product-description blockquote p:last-child {
  margin-bottom: 0;
}

.product-description blockquote cite {
  font-style: normal;
  font-family: 'din-regular';
  font-size: 16px;
  display: block;
  margin: 8px 0 0 0;
  text-align: right;
  color: #334049;
}

.product-description blockquote cite em {
  font-family: 'din-regular';
  font-style: italic;
}

.page-content {
  font-family: 'din-regular';
}

.page-content h2,
.page-content h3,
.page-content h4 {
  font-style: normal;
  font-family: 'din-bold';
}

.page-content h4 {
  text-transform: uppercase;
}

.page-content h2 {
  margin: 24px 0 12px 0;
  font-size: 30px;
}

.page-content blockquote {
  margin: 12px 0;
  background: rgba(20, 0, 0, 0.04);
  padding: 12px;
}

.quote-label {
  border-radius: 2px;
  font-size: 10px;
  font-family: 'din-bold';
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 2px 4px;
  margin-right: 6px;
  vertical-align: top;
}

.quote-label.good {
  background: #83c684;
  color: #daf0db;
}

.quote-label.bad {
  background: #d17e7e;
  color: #f7eeee;
}

.page-content p {
  font-size: 18px;
  line-height: 1.8em;
}

.press-description {
  margin: 12px 0;
  max-width: 88%;
}

.press-description p {
  margin: 0 0 12px 0;
}

.space {
  padding: 48px;
}

.space-shorter {
  padding: 24px 48px;
}

.space-top {
  padding: 48px 48px 0 48px;
}

.page-container {
  min-height: calc(100% - 105px);
}

.product-page {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.product-image {
  width: calc(32%);
  padding: 24px 0;
  text-align: center;
  margin-top: 48px;
}

.product-image-cover {
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
  line-height: 0px;
}

.product-image-frame {
  position: absolute;
  border: 1px solid #000;
  height: 100%;
  width: 100%;
  top: -24px;
  left: -24px;
  z-index: -1;
}

.bundle-covers {
  width: 100%;
  aspect-ratio: 1 /1.55;
  position: relative;
  overflow: hidden;
}

.bundle-cover {
  height: 100%;
  position: absolute;
  background-size: cover;
  top: 0;
  transition: all 0.2s ease;
  z-index: 1
}

.bundle-cover:hover {
  z-index: 9;
  width: 100% !important;
  left: 0 !important;
  background-position: 0 0 !important;
}

.product-image-cover img {
  width: 100%;
  height: auto;
}

.product-data {
  padding: 48px;
  width: calc(68% - 96px);
}

.product-page h1,
.post-header h1 {
  margin: 8px 0;
  font-size: 60px;
  line-height: 64px;
  font-family: 'sabon-next-bold-italic';
  font-weight: normal;
}

.product-stats-parent {
  display: flex;
  gap: 48px;
}

.product-stats {
  display: inline-grid;
  grid-template-columns: 48% 48%;
  grid-gap: 8px 12px;
  margin: 24px 0 24px;
  font-size: 18px;
  width: 80%;
  text-align: left;
}

.two-col {
  display: flex;
  justify-content: space-between;
}

.modal-form-col {
  width: 48%;
}

.product-stats.mobile {
  display: none;
}

.stat-label {
  font-family: 'din-regular';
}

.price-label {
  font-family: 'din-regular';
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 6px;
  color: #46535d;
}

.retail-price {
  font-size: 22px;
  font-family: 'din-regular';
}

.prices {
  margin-bottom: 12px;
}

.higher-price {
  font-family: 'din-bold';
  text-decoration: line-through;
  margin-right: 12px;
}

.real-price {
  font-size: 28px;
  font-family: 'din-bold';
}

.on-sale {
  font-size: 14px;
  color: #f45737;
}

.discount {
  font-size: 13px;
}


.cart-add {
  padding: 12px;
  display: flex;
  background: #fcfcfc;
  margin-bottom: 48px;
}

.cart-add .main-submit {
  margin: 0 0 0 8px;
}

.cart-add select {
  width: 200px;
  margin-right: 8px;
}

.edit-product-page {
  display: flex;
  flex-wrap: wrap;
}

.edit-product-page h1 {
  width: 100%;
}

.edit-product-page .main-form {
  width: 60%;
  padding-right: 64px;
}

.link-list a {
  display: block;
  margin-top: 12px;
}

/** Shopping Cart */

.table-header.table-item {
  font-family: 'din-regular';
  border-bottom: 1px solid #222;
  padding: 0 0 12px 0;
  background: none;
}

.table-header.table-item.admin-table {
  padding: 12px;
}

.table-item.dim {
  opacity: 0.4;
}

.table-header.table-item .flex-1:last-child {
  text-align: right;
}

.description {
  max-width: 1200px;
  margin-bottom: 24px;
}

.cart-pub-header {
  margin-bottom: 4px;
  font-family: 'sabon-next-bold';
  font-size: 18px;
  margin-bottom: 6px;
  padding: 6px 0;
  border-bottom: 2px solid #d3c7c4;
  font-size: 28px;
}

.cart-item,
.table-item {
  border-bottom: 1px solid #d3c7c4;
  margin-bottom: 4px;
  padding: 12px 0;
  display: flex;
}

.table-item {
  background: #f3ece2;
  padding: 12px;
}

.cart-item .col {
  flex: 1;
}

.cart-item .col-two {
  flex: 2;
  padding-right: 24px;
}

.cart-item .col:last-child {
  text-align: right;
}

.col-label {
  font-size: 14px;
  margin-bottom: 4px;
  font-family: 'din-regular';
  color: #46535d;
}

a.col-label {
  color: #ce482d;
}

.col.inventory-col {
  font-size: 13px;
}

.your-inventory {
  font-family: 'din-regular';
  font-size: 16px;
}

.cart-item .image,
.table-item .image {
  width: 40px;
  margin-right: 24px;
}


.cart-item .image img {
  width: 100%;
  height: auto;
}

.cart-item .title {
  font-family: 'din-regular';
  line-height: 14px;
}

.cart-item .authors,
.admin-orders .table-smaller {
  font-weight: 400;
  color: #46535d;
  font-size: 14px;
  display: block;
}

.cart-total {
  margin: 24px 0;
  text-align: right;
}

.single-select {
  margin-bottom: 12px;
  cursor: pointer;
}

.single-select.chosen::before {
  content: ' ';
  height: 12px;
  width: 12px;
  margin-right: 12px;
  border-radius: 50%;
  background: #af3921;
  display: inline-block;
}

.single-select.not-chosen::before {
  content: ' ';
  height: 12px;
  width: 12px;
  margin-right: 12px;
  border-radius: 50%;
  background: #e2d8c9;
  display: inline-block;
}

.status-pill {
  padding: 0 12px;
  color: #fcfcfc;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
}

.status-pill.private {
  background: #46535d;
}

.status-pill.public {
  background: #af3921;
}

.little-label {
  color: #46535d;
  font-size: 14px;
  font-family: 'din-regular';
}

.total-amount {
  font-size: 24px;
  font-family: 'din-regular';
}

/* Order Tables */

.order-row {
  display: flex;
  padding: 12px 48px;
  margin-bottom: 4px;
  background: #fcfcfc;
  justify-content: space-between;
  width: calc(100% - 96px)
}

.order-row.header {
  font-family: 'din-regular';
}

.order-col.title {
  font-family: 'din-regular';
}

.product-list-title {
  font-family: 'din-regular';
}

.order-row.upcoming {
  background: #fff5f5;
}

.order-col {
  padding: 0 20px 0 0;
}

.order-col:last-child {
  text-align: right;
  padding: 0;
}

.flex-1 {
  flex: 1;
}

.flex-small {
  flex: .25;
  display: inline-flex;
}

.flex-small-nf {
  flex: .3;
}

.flex-2 {
  flex: 2;
}

.bold {
  font-family: 'din-bold';
}

/** Admin table */

.admin-controls {
  display: flex;
  justify-content: space-between;
}

.admin-buttons button {
  margin-left: 6px;
}

.admin-table-with-controls {
  display: flex;
  justify-content: space-between;
}

.admin-table-with-controls .admin-table-controls {
  width: 20%;
  border-top: 1px solid #000;
  margin-top: 46px;
  padding-top: 24px;
}

.admin-table-with-controls .admin-table-body {
  width: 78%;
}

/** Order */

.new-shipment {
  background: #fcfcfc;
  padding: 48px 48px;
  border-radius: 8px;
  margin-top: 24px;
}

.new-shipment h2 {
  margin: 0 0 24px 0;
}

h2 .smaller {
  margin: auto 0;
}

h3 {
  font-weight: normal;
  font-family: 'sabon-next-bold';
  font-size: 24px;
}

.smaller {
  color: #46535d;
  font-size: 14px;
}

.order-info {
  margin-bottom: 48px;
  line-height: 1.4em;
}

.order-info .block {
  margin-bottom: 24px;
}

.progress {
  width: 100px;
  height: 14px;
  border-radius: 2rem;
  background: #d3c7c4;
  display: inline-block;
}

.progress .completed {
  height: 14px;
  display: block;
  background: #ce482d;
  border-radius: 2rem;
}

.return-dates {
  margin: 0 0 0 -4px;
  padding-left: 0px;
  list-style: none;
  font-size: 14px;
}

.return-timeline {
  display: flex;
}

.return-timeline .line {
  background: #ce482d;
  width: 2px;
  height: calc(100% - 22px);
  margin-top: 12px;
}

.return-dates li {
  margin: 0;
  padding: 0;
}

.return-dates li::before {
  content: "\2022";
  color: #ce482d;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 20px;
}

.line-item-list {
  margin-bottom: 12px;
}

.line-item {
  display: flex;
  margin-bottom: 4px;
  padding: 8px 0;
  border-bottom: 1px solid #d3c7c4;
}

.line-item.header-row {
  border-bottom: 1px solid #222;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.line-item input {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 80px !important;
}

.spaced-text {
  margin-left: 48px;
}

/** Admin Page */

.section-header {
  padding: 8px 48px;
  background: #fcfcfc;
  margin-bottom: 4px;
}

.sub-menu {
  margin: auto 0;
}

.sub-menu span {
  margin: auto 0 auto 24px;
  font-family: 'din-bold';
}

.sub-menu a {
  margin: auto 0 auto 16px;
  font-family: 'din-regular';
  color: #ede4d5;
}

.edit-link-header {
  font-size: 13px;
  font-weight: normal;
  margin-left: 8px;
}

.admin-orders {
  margin-top: 4px;
}

.admin-orders .cart-item {
  padding: 8px 0;
}

.orders-table {
  margin-top: 4px;
}

.calc {
  background: #f3ece2;
  padding: 16px;
  margin-top: 24px;
}

.calc h3 {
  margin: 0 0 12px 0;
  font-family: 'din-regular';
  font-weight: normal;
}

.admin-link-list a {
  display: block;
  margin-bottom: 4px;
}

/* Barcode */

.barcode-section {
  width: 30%;
}

.barcode-preview svg {
  margin-bottom: 24px;
  display: inline-block;
  border: 1px solid #d3c7c4;
}

/** Blog */

.press-link {
  margin-bottom: 8px;
}

.page-header-new {
  padding: 0 48px 24px;
  margin: 48px 0 24px;
  background-image: linear-gradient(90deg, #20282f, #f45737);
  background-size: 50% 1px;
  background-repeat: no-repeat;
  background-position: 48px 100%;
}

.page-header-new p:empty {
  padding: 0;
  margin-bottom: 12px;
  margin-top: 0px;
}

.page-header-new p {
  max-width: 1200px;
  margin-top: 12px;
}

.post-header {
  padding: 0 48px 48px;
  margin: 72px 0 24px;
  background-image: linear-gradient(90deg, #20282f, #f45737);
  background-size: 50% 1px;
  background-repeat: no-repeat;
  background-position: 48px 100%;
}

.post-item.post-header {
  margin-bottom: 24px;
  padding: 24px 0;
  display: flex;
  gap: 48px;
}

.post-header .minor-head-link {
  color: #f45737;
}

.post-preview-image {
  max-width: 200px
}

.post-preview-image img {
  width: 100%;
}

.post-list .post-item.post-header {
  width: 100%;
}

.post-header h1,
.page-header-new h1 {
  margin: 8px 0 0;
  font-size: 60px;
  line-height: 64px;
  font-family: 'sabon-next-bold-italic';
  font-weight: normal;
}

.post-header .subtitle {
  font-size: 28px;
  font-family: 'sabon-next-bold';
  margin-bottom: 12px;
}

.post-header .byline {
  font-size: 20px;
}

.post-header h1 a {
  color: #222;
  font-weight: normal;
}

.post-body {
  max-width: 800px;
  font-family: 'sabon-next';
  font-size: 20px;
  margin-bottom: 48px;
  padding-left: 128px;
}

.post-body em {
  font-family: 'sabon-next-italic';
  font-style: normal;
}

.post-body strong {
  font-family: 'sabon-next-bold';
}

.post-body strong em {
  font-family: 'sabon-next-bold-italic';
}

.post-body img {
  max-width: 100%;
}

.product-top-meta {
  color: #ce482d;
  font-family: 'din-bold';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.citations {
  font-family: 'din-regular';
  font-size: 15px;
  margin-bottom: 38px;
  max-width: 300px;
}

body {
  font-variant-numeric: oldstyle-nums;
}

.post-body p {
  margin: 0 0 24px 0;
  line-height: 2em;
}

.post-body blockquote {
  padding: 0 0 0 48px;
  margin: 0 0 24px 0;
  border-left: 4px solid #96a6a5;
  line-height: 1.8em;
  font-family: 'sabon-next';
  color: #313d46;
}

.post-body h3,
.post-body h3 strong {
  font-family: 'din-bold';
}

.post-body h3 em {
  font-family: 'din-bold-italic';
}

.post-body.dropcap>p:first-child:first-letter {
  color: #000;
  float: left;
  font-family: 'sabon-next-bold';
  font-size: 78px;
  line-height: 60px;
  padding-top: 14px;
  padding-right: 6px;
  padding-left: 0px;
}

.small-book-icon svg {
  height: 16px;
}

.small-book-icon.mg {
  padding-right: 6px;
}

.small-book-icon.sent svg .cls-1 {
  fill: #af3921;
}

.small-block-label {
  display: block;
  font-family: 'din-regular';
  font-size: 13px;
}

/* Footer */

#footer {
  background: #151b23;
  width: calc(100% - 96px);
  height: 40px;
  display: flex;
  padding: 0 48px;
}

#footer .sub-menu {
  font-size: 12px;
  color: #fcfcfc;
}

#footer .sub-menu a {
  color: #fcfcfc;
  margin: 0 24px 0 0;
}

/* Fucking Around */

.grid-product {
  position: relative;
}

.grid-image {
  position: relative;
  z-index: 10;
}

.product-image {
  position: relative;
}

.excerpt {
  margin: 24px 0;
  line-height: 1.4em;
}

.product-image img {
  z-index: 10;
  position: relative;
}

.blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  overflow: hidden;
  display: none;
}

.blur-image {
  height: calc(100% - 100px);
  width: calc(100% + 40px);
  margin: -60px 0 0 -60px;
  opacity: 0.4;
  filter: blur(60px);
  background-size: calc(100% + 40px) calc(100% + 40px);
}

.ex-list-meta,
.grid-prices {
  display: none;
}

.replies {
  border-top: 1px solid #d3c7c4;
  margin-top: 48px;
  padding-top: 24px;
}

.reply-thread {
  border-top: 1px solid #d3c7c4;
  padding-top: 24px;
  margin-bottom: 48px;
}

.reply-header {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  font-size: 20px;
  font-family: 'din-regular';
}

.post-categories {
  margin-bottom: 12px;
}

.replies .ProseMirror {
  min-height: 120px;
}

.cat-pill {
  padding: 4px 8px;
  background: #af3921;
  border: 1px solid #af3921;
  display: inline-block;
  margin: 0 8px 8px 0;
  color: #fcfcfc;
  font-size: 15px;
  transition: all 0.2s ease;
  cursor: pointer;
}

a.cat-pill:hover {
  color: #fcfcfc;
}

.post-edit-link {
  font-size: 13px;
  cursor: pointer;
}

.thread-reply {
  padding: 24px 0 12px;
  border-bottom: 1px solid #d3c7c4;
}

.thread-reply .minor-head-link {
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: none;
}

.image-preview {
  width: 120px;
  margin: 0 12px 12px 0;
  display: inline-block;
  cursor: pointer;
}

.image-preview img {
  width: 100%;
  height: auto;
}

.max-400 {
  max-width: 400px;
  display: inline-block;
}

@media only screen and (max-width: 1500px) {

  .post-grid-header {
    flex-direction: column;
  }

  .post-grid-item-content {
    position: relative;
    z-index: 10;
  }

  .magazine-tagline {
    display: block;
  }

  .page-header-new {
    padding: 0 24px 24px;
  }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
    padding: 0 38px;
    gap: 24px;
  }

  .grid-image {
    width: 48%;
  }

  .product-grid-featured {
    display: grid;
    grid-template-areas:
      'featured featured'
      'one two'
      'three four'
    ;
    margin-bottom: 24px;
    padding: 0 38px;
    gap: 24px;
  }
}

@media only screen and (min-width: 1920px) {
  .post-grid-item.first.vfirst .title a {
    font-size: 56px;
  }

  .post-grid-item.first.vfirst .subtitle {
    font-size: 20px;
  }

  .post-grid-item.first.vfirst .excerpt {
    margin-top: 48px;
    font-size: 24px;
    font-family: 'sabon-next';
  }
}

@media only screen and (max-width: 1000px) {

  .post-grid-item,
  .post-grid-item.first,
  .post-grid-item.first.featured,
  body.magazine .post-grid-item.first.featured {
    width: 100%;
  }

  .magazine-name {
    font-size: 48px;
  }

  .post-grid-item.magazine {
    padding: 24px 12px 24px;
    width: calc(100% - 24px);
  }
}

@media only screen and (max-width: 1260px) {
  .header-alt .search-box {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .paginator-sticky {
    position: sticky;
    bottom: 0;
    z-index: 1000;
    background: #f3ece2;
  }

  .empyrean-header {
    flex-direction: column;
  }

  .citation {
    font-size: 1vh;
  }

  .home-quote-medium {
    font-size: 2vh;
    padding: 12%;
  }

  .home-info-medium {
    font-size: 2vh;
    padding: 12%;
  }

  .home-quote-small {
    font-size: 1.7vh;
    padding: 12%;
  }

  .home-quote-big {
    font-size: 3.8vh;
    padding: 12%;
  }

  .home-banner {
    margin-bottom: 24px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    width: 100%;
  }

  .home-banner-image:nth-child(1) {
    order: 1;
  }

  .home-banner-image:nth-child(2) {
    order: 2;
  }

  .home-banner-image:nth-child(3) {
    order: 3;
  }

  .home-banner-image:nth-child(4) {
    order: 8;
  }

  .home-banner-image:nth-child(5) {
    order: 6;
  }

  .home-banner-image:nth-child(6) {
    order: 4;
  }

  .home-banner-image:nth-child(7) {
    order: 5;
  }

  .home-banner-image:nth-child(8) {
    order: 8;
  }

  .header-alt .cart-tag {
    position: absolute;
    top: 12px;
    right: 24px;
  }

  .header-alt .header-left {
    position: absolute;
    bottom: 12px;
    right: 24px;
  }

  .header-alt .the-logo {
    margin: 0;
  }

  .header-alt .the-logo a {
    flex-direction: row;
    text-align: left;
    max-width: 80%;
  }

  .header-alt .pressname {
    font-size: 15px;
  }

  .header-alt {
    display: flex;
    padding: 12px 24px;
    width: calc(100% - 48px);
  }

  .header-alt .the-logo svg.insignia {
    margin: 0 12px 0 0;
  }

  .post-grid-item-content.magazine {
    flex-direction: column;
  }

  .post-grid-item-content.magazine .cover {
    margin: 0 auto;
    width: 240px;
  }

  .featured-area-plain,
  .post-grid-item.magazine {
    padding: 24px 12px 24px;
    width: calc(100% - 24px);
  }

  .post-featured {
    width: 100%;
  }

  .post-featured .featured-screen {
    width: 100%;
  }

  .post-grid-item.first.featured {
    width: 100%;
    padding-top: 300px;
  }

  .post-grid-item,
  .post-grid-item.search-result {
    width: 100%;
  }

  .paginator {
    width: 100%;
    display: flex;
  }

  .paginator button {
    flex: 1;
    margin: 0;
    padding: 12px 12px;
    height: auto;
    width: auto;
    border-radius: 0;
  }

  .header {
    padding: 12px 12px;
    width: calc(100% - 24px);
    position: relative;
  }

  .mobile-label {
    color: #ede4d5;
    cursor: pointer;
    text-align: right;
    display: block;
  }

  .hide-mobile {
    display: none !important;
  }

  .welcome {
    margin-bottom: 48px;
  }

  .mobile-search {
    display: flex;
  }

  .mobile-search .search-box {
    padding: 12px;
  }

  .mobile-search .search-button {
    padding: 12px;
    background: #ce482d;
    color: #ede4d5;
    cursor: pointer;
  }

  .main-menu-container {
    background: #20282f;
    position: absolute;
    top: 30px;
    right: -24px;
    width: 280px;
  }

  .main-menu-container .main-menu-item,
  .main-menu-container a {
    width: calc(100% - 24px);
    display: block;
    padding: 12px 12px;
    border-top: 1px solid #313e47;
    margin: 0;
  }

  .extended-menu {
    position: unset;
    padding-top: 6px;
  }

  .extended-menu a {
    border: 0;
  }

  .search-container {
    display: none;
  }

  .product-stats.mobile {
    display: inline-grid;
  }

  .product-stats.desktop {
    display: none;
  }

  .the-logo svg.insignia {
    height: 62px;
  }

  .modal-content {
    max-height: 98%;
    width: calc(98% - 24px);
    height: calc(98% - 24px);
    margin: auto;
    padding: 12px;
  }

  .modal-content .standard-header h2 {
    font-size: 22px
  }

  .edit-bar {
    position: sticky;
    top: 0;
    height: 18px;
    padding: 12px 24px;
    width: calc(100% - 48px)
  }

  .main-menu-container.closed {
    display: none;
  }

  .mobile-menu {
    position: absolute;
    top: 42px;
    background: #f3ece2;
    width: 200px;
    right: -12px;
  }

  .mobile-menu-item {
    padding: 12px 24px;
    border-bottom: 1px solid #d3c7c4;
    font-size: 14px;
    transition: all 0.2s ease;
    background: #f3ece2;
    display: block;

  }

  .mobile-menu-item:hover {
    background: #ede4d5;
  }

  .mobile-menu-item a {
    font-family: 'din-regular';
  }

  .header .search-container {
    display: none;
  }

  .admin-two,
  .generic-block,
  .product-data,
  .admin-full {
    padding: 12px 24px;
    display: block;
  }

  .admin-orders .cart-item,
  .admin-orders .cart-item .col,
  .cart-item,
  .table-item {
    display: block;
  }

  .admin-orders .cart-item .col,
  .order-col {
    margin-bottom: 4px;
  }

  .cart-item .col:last-child {
    text-align: left;
  }

  .space-top {
    padding: 24px 12px 0 12px
  }

  .space {
    padding: 24px 12px
  }

  .space-shorter {
    padding: 12px 12px
  }

  .col.inventory-col {
    margin-top: 12px;
  }

  .cart-item .image {
    display: none;
  }

  .table-header {
    display: none;
  }

  .admin-col-large,
  .admin-col-small,
  .product-data,
  .admin-col {
    width: 100%;
  }

  .product-stats-parent {
    display: block;
    margin-bottom: 24px;
  }

  .prices {
    display: block;
  }

  .product-stats {
    margin-bottom: 4px;
    width: 100%;
  }

  .product-image {
    width: 100%;
  }

  .cart-add {
    display: block;
  }

  .cart-add input {
    margin-top: 4px;
    display: block;
  }

  .cart-add .main-submit {
    margin: 4px 0 0 0;
  }

  .product-description blockquote {
    font-size: 26px;
  }

  .standard-header h2 {
    font-size: 24px;
  }

  .product-grid,
  .product-grid-featured {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 24px;
    padding: 0 38px;
    gap: 24px;
  }

  .grid-image {
    width: 68%;
  }

  .product-grid-featured {
    display: grid;
    grid-template-areas:
      'featured'
      'one'
      'two'
      'three'
      'four'
    ;
    margin-bottom: 24px;
    padding: 0 38px;
    gap: 24px;
  }

  .paginator {
    margin: 0 auto;
  }

  .text-control input.med-input,
  .text-control.med-input select {
    width: calc(100% - 16px);
  }

  #footer .sub-menu.left {
    display: none;
  }

  .product-page h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .contributors {
    font-size: 22px;
    line-height: 1.4em;
  }

  .small-pub-list {
    display: block;
  }

  .post-grid {
    padding: 0 12px 24px 12px;
  }

  .post-grid-item .post-grid-frame {
    top: -12px;
    left: -12px;
  }

  .post-grid-item {
    width: 100%;
    padding: 24px;
  }

  .newsletter-form {
    display: block;
    padding: 12px;
    width: calc(100% - 24px);
  }

  .newsletter-form .description {
    padding: 0;
    margin: 0 0 12px 0 !important;
  }

  .welcome-intro {
    width: 100%;
    z-index: 12;
    position: relative;
  }

  .angled {
    display: none;
  }

  .circle {
    background: #323f48;
  }

  a.grid-info-title {
    font-size: 22px;
  }

  .featured-area {
    padding: 24px 24px 12px;
    width: calc(100% - 48px);
  }

  .post-body {
    padding: 0;
  }

  .header .the-logo {
    width: 60%;
  }

  .wordmark,
  .pressname {
    font-size: 15px;
  }

  .mobile-menu-container {
    position: absolute;
    right: 12px;
    bottom: 12px;
  }

  .grid-info {
    flex-direction: column;
  }

  .grid-info .left {
    max-width: 100%;
  }

  .grid-info-meta {
    flex-direction: row;
    margin-top: 12px;
  }

  .product-grid {
    padding: 0 24px;
  }

  .standard-header.naked {
    margin: 0 24px 24px 24px;
    width: calc(100% - 48px);
  }

  .standard-header.naked h2 {
    padding-right: 8px;
  }

  .admin-full.no-v {
    padding: 0 24px;
  }

  .post-header {
    padding: 0 24px 24px;
    background-position: 24px 100%;
  }

  .post-body iframe {
    max-width: 100%;
  }

  .post-header h1,
  .page-header-new h1 {
    font-size: 36px;
    line-height: 38px;
  }

}