/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Palette
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Etc.
--------------------------------------------------------------*/
/* MASTHEAD */
article:not(.mast-ahoy) .masthead-eyebrow {
  color: white;
}

/* HEADER OVERRIDES */
.article--full .post.has-gradient .post-header__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #E7EFF6;
  padding: 5vw 20px 30px;
  width: 80vw;
  transform: rotate(-4deg);
  box-shadow: 4px 3px 2px 1px rgba(0, 0, 0, 0.4);
  top: auto;
  right: 50px;
  bottom: 50px;
  margin: 0;
  z-index: 14;
}
.article--full .post.has-gradient .post-header__text::after {
  content: "";
  display: block;
  background: url(../pushpin.html);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 50%;
  width: 7vw;
  height: 7vw;
  transform: translateX(calc(-50% - 1vw));
}
.article--full .post.has-gradient .post-header__text__section {
  display: flex;
  justify-content: center;
}
.article--full .post.has-gradient .post-header__text__section a {
  background: var(--dmb);
  color: white;
}
.article--full .post.has-gradient .post-header__text__title, .article--full .post.has-gradient .post-header__text__dek {
  text-shadow: none;
}
.article--full .post.has-gradient .post-header__text__title {
  color: black;
  font-size: 2.7rem;
  text-align: center;
  /* stylelint-disable-next-line declaration-no-important */
  max-width: none !important;
  margin-top: 20px;
}
.article--full .post.has-gradient .post-header__text__dek {
  color: var(--black, black);
}
.article--full .post.has-gradient .post-header::after {
  content: none;
}
.article--full .post.has-gradient .post-header__image .post-header__image .image__wrapper img {
  /* stylelint-disable-next-line declaration-no-important */
  transform: none !important;
}
.article--full .post.has-gradient .post-header__text::before,
.article--full .post.has-gradient .post-image-credit::before,
.article--full .post.has-gradient .post-subheader::before {
  content: none;
}
.article--full .post.has-gradient .post-subheader .post-header__text__dek {
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .article--full .post.has-gradient .post-header__text__title {
    font-size: 4.8rem;
  }
}
@media (orientation: landscape), (min-height: 900px) {
  .article--full .post.has-gradient .post-header__text {
    padding: 3vw 20px 30px;
    width: 40vw;
    min-height: 20vw;
    bottom: 250px;
  }
  .article--full .post.has-gradient .post-header__text::after {
    width: 4vw;
    height: 4vw;
  }
}
@media (orientation: portrait) and (min-height: 900px) {
  .article--full .post.has-gradient .post-header__text {
    bottom: 50px;
  }
  .article--full .post.has-gradient .post-header__text__title {
    font-size: 3.6rem;
  }
}

/* CHAPTER BREAKS */
.post-content span.chapter_break {
  margin: 40px auto 80px;
}

/* TAPED IMAGES */
.gallery.tape,
.gallery.tape .gallery__images {
  overflow: visible;
}

.gallery.tape .gallery__image,
.image.tape {
  position: relative;
}
.gallery.tape .gallery__image::before,
.image.tape::before {
  display: block;
  content: "";
  position: absolute;
  width: 150px;
  height: 30px;
  top: -13px;
  box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
  transform: rotateZ(2deg) translateX(-50%);
  border-left: 1px dashed rgba(254, 254, 254, 0.6);
  border-right: 1px dashed rgba(254, 254, 254, 0.6);
  border-top-left-radius: 100px 2px;
  background: linear-gradient(to right, rgba(254, 254, 254, 0.6), rgba(254, 254, 254, 0.7), rgba(254, 254, 254, 0.6));
  z-index: 1;
}
.gallery.tape .gallery__image:nth-of-type(1)::before,
.image.tape:nth-of-type(1)::before {
  left: 37%;
}
.gallery.tape .gallery__image:nth-of-type(2)::before,
.image.tape:nth-of-type(2)::before {
  left: 60%;
}
.gallery.tape .gallery__image:nth-of-type(3)::before,
.image.tape:nth-of-type(3)::before {
  left: 44%;
}
.gallery.tape .gallery__image:nth-of-type(4)::before,
.image.tape:nth-of-type(4)::before {
  left: 45%;
}
.gallery.tape .gallery__image:nth-of-type(5)::before,
.image.tape:nth-of-type(5)::before {
  left: 48%;
}

/* SMOKE EFFECT */