.franklin-recipes {
  display: grid;
  grid-template-columns: 0 1fr;
}
@media (min-width: 900px) {
  .franklin-recipes {
    grid-template-columns: 300px 1fr;
  }
}
.franklin-recipes .recipe-filters ul {
  list-style: none;
}
.franklin-recipes .recipe-filters .item-filter-list > ul {
  padding-left: 0;
}
.franklin-recipes .recipe-filters .item-filter-list > ul > li {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .franklin-recipes .recipe-filters .item-filter-list > ul {
    overflow: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }
  .franklin-recipes .recipe-filters .item-filter-list > ul::-webkit-scrollbar {
    width: 7px;
  }
  .franklin-recipes .recipe-filters .item-filter-list > ul::-webkit-scrollbar-thumb {
    background: #555555;
    border-radius: 7px;
  }
  .franklin-recipes .recipe-filters .item-filter-list > ul ul {
    padding-left: 0px;
  }
}
.franklin-recipes .recipe-filters input + .label-txt {
  padding-left: 8px;
}
@media (min-width: 900px) {
  .franklin-recipes .recipe-filters .stuck-container {
    position: sticky;
    top: 105px;
    max-height: calc(100vh - 105px);
    overflow: auto;
  }
  .franklin-recipes .recipe-filters .stuck-container::-webkit-scrollbar {
    width: 5px;
  }
  .franklin-recipes .recipe-filters .stuck-container::-webkit-scrollbar-track {
    background-color: #fbfbfb;
  }
  .franklin-recipes .recipe-filters .stuck-container::-webkit-scrollbar-thumb {
    background-color: #555555;
    border-radius: 3px;
  }
}
.franklin-recipes .open-recipe-filters,
.franklin-recipes .close-recipe-filters {
  display: none;
  position: absolute;
  left: 100%;
  background-color: black;
  color: white;
  font-weight: 600;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: bottom left;
  padding: 8px 18px;
  top: 10px;
  cursor: pointer;
}
.franklin-recipes .franklin-recipe-tiles {
  align-self: start;
}
@media (max-width: 900px) {
  .franklin-recipes .recipe-filters > h2 {
    display: none;
  }
  .franklin-recipes .item-filter-list {
    position: fixed;
    left: 0;
    top: 70px;
    bottom: 0;
    width: 300px;
    box-sizing: border-box;
    z-index: 20;
    background: black;
    padding-left: 20px;
    margin-left: -297px;
    padding-top: 60px;
    transition: margin-left 0.3s;
    border-right: solid 1px black;
    color: white;
  }
  .franklin-recipes .item-filter-list .individual-categories {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    overflow: auto;
  }
  .franklin-recipes .item-filter-list .individual-categories > ul {
    vertical-align: top;
    margin-right: 10px;
  }
  .franklin-recipes .item-filter-list .open-recipe-filters {
    display: block;
  }
  .franklin-recipes .item-filter-list.open {
    margin-left: 0;
  }
  .franklin-recipes .item-filter-list.open .open-recipe-filters {
    display: none;
  }
  .franklin-recipes .item-filter-list.open .close-recipe-filters {
    display: block;
  }
}
.franklin-recipe-tiles {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 900px) {
  .franklin-recipe-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .franklin-recipe-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
.franklin-recipe-tiles .recipe-tile {
  text-decoration: none;
  text-align: center;
  color: inherit;
}
.franklin-recipe-tiles .recipe-tile .img {
  background-size: cover;
  background-position: center center;
}
.franklin-recipe-tiles .recipe-tile .img:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: calc(1 / 2 * 100%);
  padding-bottom: calc(1 / 2 * 100%);
  vertical-align: middle;
}
.franklin-recipe-tiles .recipe-tile .bottom {
  margin-top: 7px;
}
.franklin-recipe-tiles .recipe-tile a {
  text-decoration: none;
  color: inherit;
}
.franklin-recipe .img img {
  width: 100%;
  height: auto;
}
.franklin-recipe .summary {
  margin: 20px auto;
  max-width: 800px;
  text-align: center;
}
@media (min-width: 900px) {
  .franklin-recipe .summary {
    margin-top: 50px;
  }
}
.franklin-recipe .iconic {
  margin: 40px auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
  text-align: center;
}
@media (min-width: 900px) {
  .franklin-recipe .iconic {
    grid-template-columns: repeat(4, 1fr);
  }
}
.franklin-recipe .iconic .iconic-img img {
  height: 50px;
}
.franklin-recipe .iconic .prep-time .iconic-txt span,
.franklin-recipe .iconic .cook-time .iconic-txt span,
.franklin-recipe .iconic .total-time .iconic-txt span {
  display: block;
}
.franklin-recipe .details {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 900px) {
  .franklin-recipe .details {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post-type-archive-recipes .franklin-recipes {
  margin-top: 50px;
  margin-bottom: 100px;
  column-gap: 0px;
}
@media (min-width: 900px) {
  .post-type-archive-recipes .franklin-recipes {
    margin-top: 100px;
    column-gap: 40px;
  }
}
.post-type-archive-recipes .page-header > a {
  text-decoration: none;
}
.post-type-archive-recipes .h1 {
  position: relative;
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-top: 0;
  color: white;
  /*
		&:after {
			content: '\00a0';
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background-color: rgba(0,0,0,.4);
		}
		*/
}
.post-type-archive-recipes .h1:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: calc(0.25 / 2 * 100%);
  padding-bottom: calc(0.25 / 2 * 100%);
  vertical-align: middle;
}
.post-type-archive-recipes .h1 .inner {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.post-type-archive-recipes .h1 h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}
@media (max-width: 900px) {
  .post-type-archive-recipes .h1 h1 {
    font-size: 6vw;
  }
}
.post-type-archive-recipes .h1 .button-row {
  margin-top: 30px;
}
.post-type-archive-recipes .h1 .button-row a {
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 6px;
}
.post-type-archive-recipes .page-footer-image {
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: white;
}
.post-type-archive-recipes .page-footer-image:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: calc(0.25 / 2 * 100%);
  padding-bottom: calc(0.25 / 2 * 100%);
  vertical-align: middle;
}
.recipes-template-default .back-to-recipes {
  display: block;
  margin-top: 80px;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
}
.recipes-template-default .back-to-recipes img {
  width: 30px;
  vertical-align: middle;
  padding-right: 14px;
}
.recipes-template-default .back-to-recipes:hover {
  text-decoration: underline;
}
.single-recipes {
  line-height: 1.5em;
}
.single-recipes #primary.content-area {
  background-color: black;
  color: white;
  padding-bottom: 1px;
}
.single-recipes .about-it .textual p {
  line-height: 1.5em;
}
.single-recipes .iconic {
  margin: 60px auto;
}
.single-recipes .iconic .iconic-txt {
  margin-top: 20px;
}
.single-recipes .iconic .iconic-value {
  margin-top: 10px;
}
.single-recipes .details h2 {
  font-size: 25px;
}
.single-recipes .details .detail-content {
  line-height: 1.5em;
}
.single-recipes .details .detail-content ul,
.single-recipes .details .detail-content ol {
  padding-left: 15px;
}
.single-recipes .details .detail-content ul li,
.single-recipes .details .detail-content ol li {
  margin-bottom: 0.75rem;
}
.single-recipes .details .detail-content ul li > *,
.single-recipes .details .detail-content ol li > * {
  display: inline;
}
.single-recipes .details .detail-content ul li p,
.single-recipes .details .detail-content ol li p {
  vertical-align: text-top;
}
.single-recipes .details .detail-content a {
  color: white;
  text-decoration: underline;
}
.single-recipes .related-recipes {
  margin-top: 80px;
  margin-bottom: 80px;
}
.single-recipes .related-recipes h2 {
  font-size: 25px;
}
.single-recipes .recipe-tile .bottom {
  margin-top: 20px;
}
.single-recipes .recipe-tile .bottom .title {
  font-size: 20px;
}
.post-type-archive-recipes {
  line-height: 1.5em;
}
.post-type-archive-recipes .franklin-recipes .recipe-filters .label-txt {
  line-height: 1.5em;
  font-size: 21px;
}
.post-type-archive-recipes .franklin-recipes .recipe-filters .item-filter-list {
  margin-top: 21px;
}
.post-type-archive-recipes .franklin-recipes .franklin-recipe-tiles .recipe-tile .bottom {
  margin-top: 20px;
}
.post-type-archive-recipes .franklin-recipes .franklin-recipe-tiles .recipe-tile .title {
  font-size: 25px;
  font-family: 'prohibition-round';
}
