#post-hero {
  height: 37vh;
}
.single-story {
  width: 100%;
  height: auto;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.single-story__photo-tag {
  width: auto;
  height: 32px;
  padding: 1rem 0;
  background: var(--white);
}
.single-story__photo-tag h6 {
  width: 100%;
  height: 100%;
  color: var(--black);
}
.single-story__photo-tag h6 a {
  color: var(--black);
}
.single-story__photo-tag h6 a:hover {
  text-decoration: underline;
}
.single-story__content {
  /*padding: 0 1.25rem;*/
}
.single-story__content h2 {
  font-size: var(--h3);
}
.single-story__content p, .single-story__content li {
  /*max-width: unset;*/
  font-size: 21px;
  line-height: 33px;
}
.single-story__content p.has-medium-font-size, .single-story__content li.has-medium-font-size {
  font-size: 24px !important;
  line-height: 37px;
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .single-story__content p, .single-story__content li {
    font-size: 20px;
  }
}
.single-story__content figure.aligncenter {
  margin: 0 -130px;
}
.single-story__content figure {
  padding: 0;
  position: relative;
  margin: 0 -130px;
  width: auto !important;
}
.single-story__content figure img {
  margin-bottom: 3rem;
  margin-top: 3rem;
  width: 100%;
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .single-story__content figure img {
    margin-top: 3rem;
  }
}
.single-story__content figure figcaption {
  font-size: 14px;
  text-align: right;
  margin-bottom: 6rem;
}
.single-story__content figure iframe {
  margin: auto !important;
}
.single-story__content figure:not(.full) img {
  background-color: #f5f5f5;
  object-fit: contain;
  margin-top: 6rem;
  max-height: 70vh;
}
.single-story__content .is-layout-flex figure, .single-story__content .is-layout-flex figure.aligncenter {
  margin: 0;
}
.single-story__content .affiliate-stinger, .affiliate-stinger {
  font-size: 90%;
}
@media (max-width: 1280px) {
  .single-story__content figure, .single-story__content figure.aligncenter {
    margin: 0 -50px;
  }
  .single-story__content .is-layout-flex figure, .single-story__content .is-layout-flex figure.aligncenter {
    margin: 0;
  }
  .single-story__content figure.aligncenter {
    width: auto !important;
  }
}
@media (max-width: 1100px) {
  .single-story__content figure, .single-story__content figure.aligncenter {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .ct-section > .ct-section-inner-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .ct-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .single-story {
    padding: 0;
  }
  #post-hero {
    height: calc(80vh - 12.6rem);
  }
}
@media (max-width: 480px) {
  #section-153-37526 > .ct-section-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #section-179-37526 > .ct-section-inner-wrap > .ct-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.google-auto-placed, .ap_container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.authors-stack {
  display: flex;
  align-items: center;
  text-align: left;
}
.authors-stack-images {
  margin-right: 10px;
  white-space: nowrap;
}
.guides .authors-stack-images {
  margin-right: 5px;
}
.authors-stack-images img {
  border-radius: 100%;
  border: 5px solid #fff;
  display: inline-block;
  height: 80px;
  width: 80px;
}
.guides .authors-stack-images img {
  height: 60px;
  width: 60px;
}
.authors-stack-images img:not(:first-child) {
  margin-left: -20px;
}
.authors-stack-names h5 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.authors-stack.foodie-favorite .authors-stack-names h6, .guides .authors-stack-names h6 {
  color: var(--black);
  font-weight: 300;
  margin-bottom: auto;
  margin-right: auto;
  margin-top: auto;
  text-transform: uppercase;
}
.authors-stack.foodie-favorite .authors-stack-names:first-child h6 {
  font-weight: 500;
}
.authors-stack.foodie-favorite .authors-stack-images {
  margin: 0 10px;
}
.authors-stack.foodie-favorite .authors-stack-images img {
  border: 0;
  height: 45px;
  width: 45px;
}
@media (max-width: 500px) {
  .authors-stack-images {
    margin-right: 20px;
  }
  .authors-stack-images img {
    border: 3px solid #fff;
    height: 60px;
    width: 60px;
  }
  .authors-stack-names h5 {
    font-size: 21px;
  }
}
