@charset "UTF-8";
.reloading-recipes {
  border: 1px solid #666;
  padding: 30px;
  border-radius: 10px;
  background: #f1f1ff;
  text-align: center; }

.recipe-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: #ddd 5px 5px 20px;
  display: block;
  padding: 15px;
  margin: 20px 0px; }
  .recipe-card h3 {
    margin-bottom: 15px; }
  .recipe-card h4 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .recipe-card ul, .recipe-card ol {
    margin: 10px 20px !important; }
  .recipe-card .row.header {
    display: flex;
    flex-direction: row; }
    .recipe-card .row.header .block {
      padding: 10px; }
      .recipe-card .row.header .block.content {
        flex-basis: 50%;
        order: 1; }
      .recipe-card .row.header .block.image {
        flex-basis: 50%;
        order: 2; }
  .recipe-card .share-buttons {
    text-align: center;
    margin: 20px 0px 20px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap; }
  .recipe-card .share-button {
    padding: 10px 20px !important;
    border: 1px solid #000;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    color: #000;
    background: #fff;
    margin: 10px; }
  .recipe-card .share-button.facebook:hover {
    color: #fff !important;
    background: #4267b2;
    border-color: #4267b2; }
  .recipe-card .share-button.pinterest:hover {
    color: #fff !important;
    background: #c8232c;
    border-color: #c8232c;
    cursor: pointer; }
  .recipe-card .share-button.print:hover {
    color: #fff !important;
    background: #000;
    cursor: pointer; }
  .recipe-card .share-button.twitter:hover {
    color: #fff !important;
    background: #1EA1F3;
    border-color: #1EA1F3;
    cursor: pointer; }
  .recipe-card .ingred-instruction-tabs {
    display: none;
    padding: 10px; }
  .recipe-card .ingred-instruction-row {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd; }
    .recipe-card .ingred-instruction-row .block {
      padding: 10px; }
      .recipe-card .ingred-instruction-row .block.ingredients {
        flex-basis: 36%; }
      .recipe-card .ingred-instruction-row .block.instructions {
        flex-basis: 63%; }
  .recipe-card .nutrition-notes-row {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd; }
    .recipe-card .nutrition-notes-row .block {
      padding: 10px; }
      .recipe-card .nutrition-notes-row .block.nutrition {
        padding-right: 30px; }
      .recipe-card .nutrition-notes-row .block.instructions {
        flex-grow: 4; }
    .recipe-card .nutrition-notes-row .block.nutrition th, .recipe-card .nutrition-notes-row .block.nutrition td {
      border: none; }
    .recipe-card .nutrition-notes-row .block.nutrition .performance-facts {
      border: 1px solid black;
      margin: 0px;
      max-width: 320px;
      width: 320px;
      padding: 0.5rem; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts table {
        border-collapse: collapse; }
    .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__title {
      font-weight: bold;
      font-size: 2rem;
      margin: 0 0 0.25rem 0; }
    .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__header {
      border-bottom: 10px solid black;
      padding: 0 0 0.25rem 0;
      margin: 0 0 0.5rem 0; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__header p {
        margin: 0; }
    .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid {
      width: 100%; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table thead tr th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small thead tr th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid thead tr th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table thead tr td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small thead tr td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid thead tr td {
        border: 0; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td {
        font-weight: normal;
        text-align: left;
        padding: 0.25rem 0;
        border-top: 1px solid black;
        white-space: nowrap; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table .secondary th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small .secondary th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid .secondary th {
        padding-left: 5%; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table td:last-child, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td:last-child, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td:last-child {
        text-align: right; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table .blank-cell, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small .blank-cell, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid .blank-cell {
        width: 10px;
        border-top: 0; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table .thick-row th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small .thick-row th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid .thick-row th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table .thick-row td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small .thick-row td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid .thick-row td {
        border-top-width: 5px; }
    .recipe-card .nutrition-notes-row .block.nutrition .small-info {
      font-size: 0.7rem; }
    .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small {
      border-bottom: 1px solid #999;
      margin: 0 0 0.5rem 0; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small thead tr {
        border-bottom: 1px solid black; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td:last-child {
        text-align: left; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td {
        border: 0;
        padding: 0; }
    .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid {
      margin: 0 0 0.5rem 0; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td:last-child {
        text-align: left; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td:last-child::before {
          content: "â€¢";
          font-weight: bold;
          margin: 0 0.25rem 0 0; }
    .recipe-card .nutrition-notes-row .block.nutrition .text-center {
      text-align: center; }
    .recipe-card .nutrition-notes-row .block.nutrition .thick-end {
      border-bottom: 10px solid black; }
    .recipe-card .nutrition-notes-row .block.nutrition .thin-end {
      border-bottom: 1px solid black; }

@media screen and (max-width: 768px) {
  .recipe-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: #ddd 3px 3px 10px;
    display: block;
    padding: 10px;
    margin: 10px 0px; }
    .recipe-card .row.header {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .recipe-card .row.header .block {
        padding: 5px; }
        .recipe-card .row.header .block.content {
          flex-basis: 100%;
          order: 2; }
        .recipe-card .row.header .block.image {
          flex-basis: 100%;
          order: 1;
          margin-bottom: 10px; }
    .recipe-card .ingred-instruction-tabs {
      display: flex;
      flex-direction: row;
      margin-top: 20px;
      padding: 0px;
      border-top: 1px solid #ddd; }
      .recipe-card .ingred-instruction-tabs .block {
        flex-basis: 50%; }
        .recipe-card .ingred-instruction-tabs .block h3 {
          padding: 20px;
          padding-bottom: 5px;
          margin: 0px;
          margin-bottom: 15px; }
        .recipe-card .ingred-instruction-tabs .block a.active h3 {
          border-bottom: 3px solid #ddd; }
    .recipe-card .ingred-instruction-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 0px;
      padding-top: 0px;
      border-top: none; }
      .recipe-card .ingred-instruction-row .block {
        padding: 10px; }
        .recipe-card .ingred-instruction-row .block.ingredients {
          flex-basis: 100%; }
        .recipe-card .ingred-instruction-row .block.instructions {
          flex-basis: 100%;
          display: none; }
      .recipe-card .ingred-instruction-row h3.title {
        display: none; }
    .recipe-card .nutrition-notes-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #ddd; }
      .recipe-card .nutrition-notes-row .block {
        padding: 10px; }
        .recipe-card .nutrition-notes-row .block.nutrition {
          padding-right: 10px;
          margin-bottom: 20px;
          max-width: 100%; }
        .recipe-card .nutrition-notes-row .block.instructions {
          flex-grow: 4; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts {
        border: 1px solid black;
        margin: 0px;
        max-width: 100%;
        width: 100%;
        padding: 0.5rem; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts table {
          border-collapse: collapse; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__title {
        font-weight: bold;
        font-size: 2rem;
        margin: 0 0 0.25rem 0; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__header {
        border-bottom: 10px solid black;
        padding: 0 0 0.25rem 0;
        margin: 0 0 0.5rem 0; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__header p {
          margin: 0; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid {
        width: 100%; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table thead tr, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small thead tr, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid thead tr, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td {
          border: none; }
          .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table thead tr th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small thead tr th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid thead tr th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table thead tr td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small thead tr td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid thead tr td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table th th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small th th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid th th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table th td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small th td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid th td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table td th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table td td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td td {
            border: none; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td {
          font-weight: normal;
          text-align: left;
          padding: 0.25rem 0;
          border-top: 1px solid black;
          white-space: nowrap; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table .secondary th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small .secondary th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid .secondary th {
          padding-left: 5%; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table td:last-child, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td:last-child, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td:last-child {
          text-align: right; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table .blank-cell, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small .blank-cell, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid .blank-cell {
          width: 10px;
          border-top: 0; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table .thick-row th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small .thick-row th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid .thick-row th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table .thick-row td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small .thick-row td, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid .thick-row td {
          border-top-width: 5px; }
      .recipe-card .nutrition-notes-row .block.nutrition .small-info {
        font-size: 0.7rem; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small {
        border-bottom: 1px solid #999;
        margin: 0 0 0.5rem 0; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small thead tr {
          border-bottom: 1px solid black; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td:last-child {
          text-align: left; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small th, .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--small td {
          border: 0;
          padding: 0; }
      .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid {
        margin: 0 0 0.5rem 0; }
        .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td:last-child {
          text-align: left; }
          .recipe-card .nutrition-notes-row .block.nutrition .performance-facts__table--grid td:last-child::before {
            content: "â€¢";
            font-weight: bold;
            margin: 0 0.25rem 0 0; }
      .recipe-card .nutrition-notes-row .block.nutrition .text-center {
        text-align: center; }
      .recipe-card .nutrition-notes-row .block.nutrition .thick-end {
        border-bottom: 10px solid black; }
      .recipe-card .nutrition-notes-row .block.nutrition .thin-end {
        border-bottom: 1px solid black; } }
@media print {
  @page {
    margin: 0; }

  body {
    margin: 0.5cm; }

  #shopify-section-header, #shopify-section-footer, #preview-bar-iframe, .ingred-instruction-tabs, .share-buttons, .hide-print {
    display: none !important; }

  .pagebreakbefore {
    page-break-before: always;
    padding-top: 1cm; }

  .small-up--one-half {
    width: 45%; }

  .print-logo {
    display: block;
    text-align: center; }

  .avoid-page-break {
    page-break-inside: avoid;
    padding-top: 1cm; }

  .recipe-card {
    border: none;
    max-width: 100%;
    box-shadow: none;
    display: block; } }