#masthead:not(.lifestyle) {
  background-color: transparent;
  position: absolute;
  color: white;
}

body.lifestyle {
  --alternate-color: #000000;
}

body.lifestyle.single-post #content {
  margin-top: 0;
}

#masthead .header-lines-left::before, #masthead .header-lines-left::after, #masthead .header-lines-right::before, #masthead .header-lines-right::after {
  background-color: white;
}

.site-branding .custom-logo-link img.color-logo {
  display: none;
}

.site-branding .custom-logo-link img.knockout-logo {
  display: block;
}

.site-header__aux {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding-right: 1.2rem;
}

.site-header__aux .header-lines-left {
  position: relative;
  flex: 1 0 0;
  right: 0;
  width: auto;
}

.site-header__home-link {
  color: inherit;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
}

.lifestyle#masthead .site-header__home-link {
  line-height: 1.3em;
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.lifestyle#masthead .site-header__home-link::before {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #A3A3A3;
  opacity: 0;
  transform: translateY(4px);
  transition: 0.2s;
}

.lifestyle#masthead .site-header__home-link:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.site-header__search__inputs {
  border: 1px solid currentcolor;
  display: flex;
}

.site-header__search__search {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-family: mrs-eaves-xl-serif, serif;
  padding: 10px;
}

.site-header__search__inputs button[type="submit"] {
  width: 34px;
  height: 34px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header__search__inputs button[type="submit"] svg {
  width: 16px;
  height: 16px;
}

body.lifestyle .site-header__search__inputs {
  border-width: 0.5px;
}

body.lifestyle .site-header__search__search {
  text-align: right;
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 10px;
  letter-spacing: 0.08em;
  width: 200px;
  text-align: left;
}

body.lifestyle .site-header#masthead {
  padding: 10px 20px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .site-header__search {
    display: none;
  }
}

.content-area {
  padding-top: 0;
}

.headline-header {
  padding-top: 70px;
}

.headline-header__title {
  border-top-color: rgba(255,255,255,0.5);
}

p.headline-header__title {
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 2.4rem;
  margin-bottom: 0;
}

body.lifestyle p.headline-header__title {
  font-family: "Playfair Display", serif;
  text-align: center;
}

body.lifestyle.archive.category .page-header {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  padding: 0 25px;
  padding-bottom:50px;
  background: #F3F3F3;
  border-bottom: 0;
  margin-top: -107px;
  padding-top: 107px;
}

body.lifestyle.archive.category .page-header > div {
  width: 100%;
}

body.lifestyle.archive.category .page-header::after {
  width: calc(100% - 50px);
  left: 25px;
  bottom: 25px;
  height: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

body.lifestyle.archive.category .page-header h2 {
  margin-bottom: 0;
}

.page-header__subtitle {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: normal;
  text-transform: none;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin: 0;
  margin-bottom: 8px !important;
  display: block;
}

.content-margins.smaller {
  max-width: 815px;
}

.inline-search {
  margin: 70px 0;
}

.inline-search__label {
  font-family: nobel, "Lato", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: var(--alternate-color);
  margin-bottom: 1.2rem;
  display: block;
}

.inline-search__inputs {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
}

.inline-search__search {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  font-size: 18px;
  font-family: adobe-jenson-pro-display, serif;
  margin-bottom: 0;
}

.inline-search .button {
  font-family: nobel, "Lato", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: white;
  background-color: var(--alternate-color);
  display: block;
  white-space: nowrap;
  padding: 10px 28px;
}

.ad-slot {
  background-color: #DDDBDB;
  color: #939393;
  font-family: mrs-eaves-xl-serif, serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.ad-slot + p {
  margin-top: 32px;
}

.ad-slot + h1 {
  margin-top: 32px;
}

#footer-subscribe {
  margin-top: 80px;
}

.ghost span {
  background-color: currentcolor;
  padding: 2px 0;
  opacity: 0.2;
  animation-name: ghostloader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes ghostloader {
  0%, 100% {
    opacity: 0.2;
  } 50% {
    opacity: 0.05;
  }
}