@font-face {
  font-family: cookbook;
  src: url(../fonts/cookbook.eot?79419125);
  src: url(../fonts/cookbook.eot?79419125#iefix) format("embedded-opentype"),
    url(../fonts/cookbook.woff2?79419125) format("woff2"),
    url(../fonts/cookbook.woff?79419125) format("woff"),
    url(../fonts/cookbook.ttf?79419125) format("truetype"),
    url(../fonts/cookbook.svg?79419125#cookbook) format("svg");
  font-weight: 400;
  font-style: normal;
}
.cookbook-icon::before {
  display: inline-block;
  font-family: cookbook;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: inherit;
  speak: none;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}
.cookbook-icon-star::before {
  content: "\e800";
}
.cookbook-icon-star-empty::before {
  content: "\e801";
}
.cookbook-icon-star-half::before {
  content: "\f123";
}
.cookbook-icon-print::before {
  content: "\e802";
}
.comment-form-cookbook-rating label {
  display: none;
}
.cookbook-rating-stars {
  cursor: default;
  font-size: 16px;
  margin: 0;
}
.cookbook-rating-stars .cookbook-icon {
  cursor: default;
  height: 16px;
  margin: 0;
  vertical-align: middle;
  width: 16px;
}
.comment-form-cookbook-rating .cookbook-rating-stars .cookbook-icon {
  cursor: pointer;
}
.cookbook-recipe {
  background: #f9f9f9;
  color: #606060;
  margin: 20px 0;
  padding: 20px;
}
@media only screen and (min-width: 500px) {
  .cookbook-recipe {
    padding: 30px;
  }
}
.cookbook-recipe div::after,
.cookbook-recipe div::before {
  clear: none;
}
.cookbook-recipe h2.cookbook-name,
.cookbook-recipe h3.cookbook-title,
.cookbook-recipe h4.cookbook-subtitle {
  color: #222;
  font-variant: normal;
  letter-spacing: normal;
  margin: 0;
  text-transform: none;
}
.cookbook-recipe h2.cookbook-name {
  clear: none;
  margin: 0 0 10px;
}
.cookbook-recipe h3.cookbook-title,
.cookbook-recipe h4.cookbook-subtitle {
  margin: 15px 0;
}
.cookbook-recipe p {
  margin: 0 0 20px;
}
.cookbook-recipe img {
  height: auto;
  max-width: 100%;
}
.cookbook-recipe .cookbook-extras {
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 620px) {
  .cookbook-recipe .cookbook-extras {
    float: right;
    margin: 0 0 25px 25px;
    max-width: 150px;
  }
}
.cookbook-recipe .cookbook-image {
  margin: 0 0 10px;
}
.cookbook-recipe .cookbook-image img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
.cookbook-recipe .cookbook-rating {
  margin: 0 0 15px;
  text-align: center;
}
.cookbook-recipe .cookbook-rating p {
  text-align: center;
}
.cookbook-recipe .cookbook-rating .cookbook-rating-votes {
  font-size: 0.9em;
  margin: 0;
}
.cookbook-recipe .cookbook-rating .cookbook-rating-average {
  display: block;
}
.cookbook-recipe .cookbook-rating .cookbook-rating-stars {
  margin-bottom: 0;
}
.cookbook-recipe .cookbook-button-link-print-preview {
  border: 1px solid #959595;
  color: #959595;
  cursor: pointer;
  display: block;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.cookbook-recipe .cookbook-button-link-print-preview:focus,
.cookbook-recipe .cookbook-button-link-print-preview:hover {
  background: #959595;
  border: 1px solid #959595;
  color: #fff;
  text-decoration: none;
}
.cookbook-recipe .cookbook-details,
.cookbook-recipe .cookbook-tag {
  color: #959595;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 0 5px;
  /*text-transform: lowercase;*/ /* REMOVED LOWERCASE PER ERIK'S REQUEST 7.25.23*/
}
.cookbook-recipe .cookbook-element-title,
.cookbook-recipe .cookbook-tag-title {
  font-weight: 700;
}
.cookbook-recipe .cookbook-element-title::after,
.cookbook-recipe .cookbook-tag-title::after {
  content: ":";
  display: inline;
}
.cookbook-recipe .cookbook-container-time {
  margin: 0 0 5px;
}
@media only screen and (min-width: 700px) {
  .cookbook-recipe .cookbook-container-time .cookbook-details {
    display: inline;
    margin-right: 6px;
  }
}
@media only screen and (min-width: 700px) {
  .cookbook-recipe .cookbook-container-time .cookbook-details::after {
    content: "|";
    display: inline;
    margin-left: 6px;
  }
}
.cookbook-recipe .cookbook-container-time .cookbook-details:last-of-type {
  margin-right: 0;
}
.cookbook-recipe
  .cookbook-container-time
  .cookbook-details:last-of-type::after {
  display: none;
}
.cookbook-recipe .cookbook-summary {
  margin: 15px 0;
}
.cookbook-recipe ol,
.cookbook-recipe ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.cookbook-recipe ol li,
.cookbook-recipe ul li {
  margin: 0;
}
.cookbook-recipe .cookbook-container-instructions p {
  margin: 0 0 5px;
}
.cookbook-recipe .cookbook-container-instructions p:last-of-type {
  margin-bottom: 0;
}
.cookbook-recipe
  .cookbook-container-instructions
  .cookbook-instructions-list
  .cookbook-instruction {
  margin: 0 0 8px;
}
.cookbook-recipe .cookbook-tag-container {
  margin: 0 0 5px;
}
.cookbook-nutrition {
  background: #fff;
  border: 1px solid #000;
  clear: both;
  margin: 20px auto 0;
  padding: 5px;
  width: 100%;
}
.cookbook-nutrition::after {
  clear: both;
  content: " ";
  display: block;
}
.cookbook-nutrition * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookbook-nutrition h3.cookbook-title-nutrition {
  font-weight: 600;
  margin: 0 0 2px;
}
.cookbook-nutrition .cookbook-nutrition-header {
  border: 0;
  border-bottom: 10px solid #000;
  margin: 0 0 5px;
  padding: 0 0 2px;
}
.cookbook-nutrition .cookbook-nutrition-header p {
  margin: 0;
}
.cookbook-nutrition .cookbook-nutrition-table {
  border: 0;
  border-collapse: separate;
  margin: 0;
  table-layout: auto;
  width: 100%;
}
.cookbook-nutrition .cookbook-nutrition-table .cookbook-nutrition-table-body {
  border: 0;
}
.cookbook-nutrition .cookbook-nutrition-table .cookbook-nutrition-table-cell {
  background: #fff;
}
.cookbook-nutrition
  .cookbook-nutrition-table
  .cookbook-nutrition-table-head
  .cookbook-nutrition-table-row
  .cookbook-nutrition-table-cell {
  border: 0;
}
.cookbook-nutrition .cookbook-nutrition-table .cookbook-nutrition-table-cell {
  border: 0;
  border-top: 1px solid #000;
  font-weight: 400;
  padding: 2px 0;
  text-align: left;
  white-space: nowrap;
}
.cookbook-nutrition
  .cookbook-nutrition-table
  td.cookbook-nutrition-table-cell:last-child {
  text-align: right;
}
.cookbook-nutrition .cookbook-nutrition-table .cookbook-nutrition-table-item {
  margin: 0;
  text-transform: none;
}
.cookbook-nutrition
  .cookbook-nutrition-table
  .cookbook-nutrition-table-cell-blank {
  border-top: 0;
  width: 10px;
}
.cookbook-nutrition
  .cookbook-nutrition-table
  .cookbook-nutrition-table-row-thick
  .cookbook-nutrition-table-cell {
  border-top-width: 5px;
}
.cookbook-nutrition .cookbook-nutrition-content {
  margin-left: 2px;
  word-spacing: -1px;
}
.cookbook-nutrition .cookbook-nutrition-footnote,
.cookbook-nutrition .cookbook-nutrition-table-cell-small {
  font-size: 0.8em;
}
.cookbook-nutrition .cookbook-nutrition-footnote {
  border-top: 10px solid #000;
  margin: 0;
}
