@charset "UTF-8";
/*Recipe Styling Begin here*/
/**
 * Boo Recipes Icon Font
 * Generated by IcoMoon
 * 
 * Font loading strategy: Use font-display: block to prevent FOIT (Flash of Invisible Text)
 * Icons will not show until font is fully loaded
 */
@font-face {
  font-family: "recipe_icon";
  src: url("../fonts/recipe_icon.eot?luqi1r");
  src: url("../fonts/recipe_icon.eot?luqi1r#iefix") format("embedded-opentype"), url("../fonts/recipe_icon.ttf?luqi1r") format("truetype"), url("../fonts/recipe_icon.woff?luqi1r") format("woff"), url("../fonts/recipe_icon.svg?luqi1r#recipe_icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; /* Prevents FOIT - icons won't show until font loads */
}
/* Base icon class - target only actual icon elements */
[class^=boo-recipe-]:before,
[class*=" boo-recipe-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "recipe_icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon container elements */
[class^=boo-recipe-],
[class*=" boo-recipe-"] {
  /* Display properties */
  display: inline-block;
  vertical-align: middle;
  /* Color inheritance - removed to allow admin setting to take precedence */
}

/* Size classes to match existing SVG sizing */
.icon-size-16 {
  font-size: 16px;
}

.icon-size-20 {
  font-size: 32px;
} /* Updated per user request */
.icon-size-24 {
  font-size: 24px;
}

.icon-size-32 {
  font-size: 32px;
}

/* Icon definitions */
.boo-recipe-ingredients-1:before {
  content: "\e900";
}

.boo-recipe-yields-1:before {
  content: "\e901";
}

.boo-recipe-grill:before {
  content: "\e902";
}

.boo-recipe-fondue-pot:before {
  content: "\e903";
}

.boo-recipe-microwave:before {
  content: "\e904";
}

.boo-recipe-user-chef:before {
  content: "\e905";
}

.boo-recipe-haute-cuisine:before {
  content: "\e906";
}

.boo-recipe-total_time:before {
  content: "\e907";
}

.boo-recipe-utensils:before {
  content: "\e908";
}

.boo-recipe-utensils-1:before {
  content: "\e909";
}

.boo-recipe-star:before {
  content: "\e90a";
}

.boo-recipe-print:before {
  content: "\e90b";
}

.boo-recipe-drag:before {
  content: "\e90c";
}

.boo-recipe-list:before {
  content: "\e90d";
}

.boo-recipe-grid:before {
  content: "\e90e";
}

.boo-recipe-youtube:before {
  content: "\e90f";
}

.boo-recipe-circle-envelope:before {
  content: "\e910";
}

.boo-recipe-pinterest:before {
  content: "\e911";
}

.boo-recipe-twitter-alt-circle:before {
  content: "\e912";
}

.boo-recipe-facebook:before {
  content: "\e913";
}

.boo-recipe-smiley:before {
  content: "\e914";
}

.boo-recipe-recipe-book:before {
  content: "\e915";
}

.boo-recipe-star_full:before {
  content: "\e916";
}

.boo-recipe-star_empty:before {
  content: "\e917";
}

.boo-recipe-total_time-1:before {
  content: "\e918";
}

.boo-recipe-ingredients:before {
  content: "\e919";
}

.boo-recipe-difficulty_level:before {
  content: "\e91a";
}

.boo-recipe-recipe_tags:before {
  content: "\e91b";
}

.boo-recipe-recipe_cuisine:before {
  content: "\e91c";
}

.boo-recipe-yields:before {
  content: "\e91d";
}

.boo-recipe-recipe_category:before {
  content: "\e91e";
}

.boo-recipe-recipe:before {
  content: "\e91f";
}

.boo-recipe-cooking_method:before {
  content: "\e920";
}

.boo-recipe-cooking_method-1:before {
  content: "\e921";
}

/* Accessibility improvements */
[class^=boo-recipe-]:before,
[class*=" boo-recipe-"]:before {
  /* Hide from screen readers since these are decorative */
  speak: never;
}

/* Loading state - optional enhancement */
.recipe-icon-loading {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.recipe-icon-loaded {
  opacity: 1;
}

.posttype-wrapper {
  display: flex;
  flex-direction: column;
}
.posttype-wrapper.has-sidebar main#posttype-main {
  flex: 1 0 100%;
}
.posttype-wrapper.has-sidebar aside {
  flex: 1 0 100%;
}
.posttype-wrapper.posttype-layout-right main#posttype-main {
  order: 0 !important;
}
.posttype-wrapper.posttype-layout-right aside {
  order: 1 !important;
}
.posttype-wrapper.posttype-layout-left main#posttype-main {
  order: 1 !important;
}
.posttype-wrapper.posttype-layout-left aside {
  order: 0 !important;
}

.posttype-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posttype-container .posttype-section {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 100%;
}
.posttype-container .posttype-sub-section {
  display: flex;
  text-align: center;
  flex-basis: 100%;
}
.posttype-container .posttype-sub-section > div {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.posttype-container .posttype-sub-section > div:not(:last-of-type) {
  border-right: 2px solid #f1f1f1;
}
.posttype-container .posttype-sub-section > div > span,
.posttype-container .posttype-sub-section > div > div {
  flex-basis: 100%;
}
.posttype-container .posttype-sub-section .subsection-icon {
  flex: 0 0 15%;
}
.posttype-container .recipe-taxonomy div .subsection-value {
  /* Comma separation removed to prevent double commas */
}
.posttype-container .recipe-description {
  text-align: unset;
}
.posttype-container .instructions-subsection {
  font-style: italic;
  margin-bottom: 0.5em;
}
.posttype-container .recipe-instructions .instructions-list {
  padding-left: 30px;
  counter-reset: instruction;
  margin-left: 0;
  margin-bottom: 0;
}
.posttype-container .recipe-instructions .instructions-list li {
  padding-left: 0px;
}
.posttype-container .recipe-instructions .recipe-single-instruction {
  display: flex;
  counter-increment: instruction;
  margin-bottom: 5px;
  margin-left: 0;
}
.posttype-container .recipe-instructions .recipe-single-instruction:before {
  margin-right: 10px;
  content: counter(instruction);
  border-radius: 100%;
  width: 1.8em;
  height: 1.8em;
  min-width: 1.8em;
  min-height: 1.8em;
  text-align: center;
  display: inline-block;
}
.posttype-container .recipe-nutrition .nutrition-info-cont {
  display: flex;
  justify-content: space-around;
}

.posttype-section-box {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .posttype-wrapper {
    flex-direction: row !important;
  }
  .posttype-wrapper.has-sidebar main#posttype-main {
    flex: 1 0 75% !important;
    width: 75% !important;
  }
  .posttype-wrapper.has-sidebar aside {
    flex: 1 0 25% !important;
    width: 25% !important;
  }
  .posttype-container .recipe-nutrition .nutrition-info-cont {
    display: inherit;
    justify-content: unset;
  }
}
.nutrition-facts {
  font-size: small;
  line-height: 1.4;
  border: 1px solid #000;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  width: 300px;
  padding: 0.5rem;
}
.nutrition-facts p {
  margin: 0;
}
.nutrition-facts table {
  border-collapse: collapse;
}
.nutrition-facts .calories-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 5px solid #000;
}
.nutrition-facts .amount-serving-text {
  border-bottom: 1px solid #000;
  font-size: 0.8em;
}
.nutrition-facts .nutrition-dv-section {
  display: flex;
  justify-content: flex-end;
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px 0;
  border-bottom: 1px solid #000;
}
.nutrition-facts .calories-section {
  padding: 5px 0;
}
.nutrition-facts .nutrition-parent {
  font-weight: bold;
}
.nutrition-facts .nutrition-child {
  padding-left: 20px;
}
.nutrition-facts .nutrition-facts-details {
  border-bottom: 10px solid #000;
}
.nutrition-facts .nutrition-facts-details .nutrition-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 3px 0;
}
.nutrition-facts .nutrition-facts-details .nutrition-percent {
  font-weight: bold;
}

.nutrition-facts__title {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 0.25rem 0;
}

.nutrition-facts__header {
  border-bottom: 10px solid black;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
}
.nutrition-facts__header p {
  margin: 0;
}

.nutrition-facts__table, .nutrition-facts__table--grid, .nutrition-facts__table--small {
  width: 100%;
}
.nutrition-facts__table thead tr th, .nutrition-facts__table--grid thead tr th, .nutrition-facts__table--small thead tr th, .nutrition-facts__table thead tr td, .nutrition-facts__table--grid thead tr td, .nutrition-facts__table--small thead tr td {
  border: 0;
}
.nutrition-facts__table th, .nutrition-facts__table--grid th, .nutrition-facts__table--small th, .nutrition-facts__table td, .nutrition-facts__table--grid td, .nutrition-facts__table--small td {
  font-weight: normal;
  text-align: left;
  padding: 0.25rem 0;
  border-top: 1px solid black;
  white-space: nowrap;
}
.nutrition-facts__table td:last-child, .nutrition-facts__table--grid td:last-child, .nutrition-facts__table--small td:last-child {
  text-align: right;
}
.nutrition-facts__table .blank-cell, .nutrition-facts__table--grid .blank-cell, .nutrition-facts__table--small .blank-cell {
  width: 1rem;
  border-top: 0;
}
.nutrition-facts__table .thick-row th, .nutrition-facts__table--grid .thick-row th, .nutrition-facts__table--small .thick-row th, .nutrition-facts__table .thick-row td, .nutrition-facts__table--grid .thick-row td, .nutrition-facts__table--small .thick-row td {
  border-top-width: 5px;
}

.small-info {
  font-size: 0.7rem;
}

.nutrition-facts__table--small {
  border-bottom: 1px solid #000;
  margin: 0 0 0.5rem 0;
}
.nutrition-facts__table--small thead tr {
  border-bottom: 1px solid black;
}
.nutrition-facts__table--small td:last-child {
  text-align: left;
}
.nutrition-facts__table--small th, .nutrition-facts__table--small td {
  border: 0;
  padding: 0;
}

.nutrition-facts__table--grid {
  margin: 0 0 0.5rem 0;
}
.nutrition-facts__table--grid td:last-child {
  text-align: left;
}
.nutrition-facts__table--grid td:last-child::before {
  content: "•";
  font-weight: bold;
  margin: 0 0.25rem 0 0;
}

.text-center {
  text-align: center;
}

.thick-end {
  border-bottom: 10px solid black;
}

.thin-end {
  border-bottom: 1px solid black;
}

/*
  Making iframe responsive
 */
@media screen {
  .responsive-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .responsive-video-container video,
  .responsive-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  max-width: 100% !important;
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.share-buttons-cont {
  padding: 0.5em 0;
  margin-top: 0.5em;
}
.share-buttons-cont .share-link-button {
  padding: 8px 10px 4px;
  margin-right: 3px;
  border-radius: 3px;
  line-height: 1em;
  background: #999999;
  color: #fff !important;
  margin-bottom: 6px;
  text-decoration: none;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  display: grid;
}
.share-buttons-cont .share-link-button:hover {
  background: #777777;
  color: #ffffff;
  border-color: #777777;
}
.share-buttons-cont .share-link-button .share-icon {
  padding: 0 4px;
}
.share-buttons-cont .share-link-button.facebook-share {
  background-color: #3B5998;
}
.share-buttons-cont .share-link-button.twitter-share {
  background-color: #1DA1F2;
}
.share-buttons-cont .share-link-button.linkedin-share {
  background-color: #2274b9;
}
.share-buttons-cont .share-link-button.email-share {
  background-color: #666666;
}
.share-buttons-cont .share-link-button.pinterest-share {
  background-color: #bc0d1e;
}
.share-buttons-cont .share-link-button.google-plus-share {
  background-color: #DD5144;
}

/* Smartphones (portrait and landscape) ----------- */
@media screen and (max-width: 568px) {
  .share-buttons-cont .share-link-button {
    min-width: 65px;
  }
}
.single-recipe-style2 .posttype-section {
  display: block;
}
.single-recipe-style2 .posttype-section-box {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single-recipe-style2 .posttype-section-box .recipe-media {
  padding-top: 0.5em;
  justify-content: flex-start;
  max-width: 100%;
  flex-basis: 100%;
  flex-direction: column;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box {
  max-width: 100%;
  flex-basis: 100%;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .posttype-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 100%;
  max-width: 100%;
  padding-bottom: 0.2em;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .posttype-section .posttype-sub-section > div {
  flex: 1;
  padding: 0.1em;
  border: 0px !important;
  margin-bottom: 0.1em;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .posttype-section .posttype-sub-section p {
  margin-bottom: 0;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .subsection-icon {
  max-width: 15%;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .recipe-meta > div {
  padding: 0.05em 0;
  margin-bottom: 0.05em;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .recipe-meta.recipe-style2 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  text-align: left;
  width: 100%;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .recipe-meta.recipe-style2 > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 1rem;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .recipe-meta.recipe-style2 .key-point-label {
  display: flex;
  align-items: center;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .recipe-meta.recipe-style2 .key-point-label p {
  display: none;
}
.single-recipe-style2 .posttype-section-box .posttype-section-sub-box .recipe-meta.recipe-style2 .subsection-value {
  justify-self: start;
  text-align: left;
  white-space: nowrap;
}
.single-recipe-style2 .recipe-main-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-recipe-style2 .recipe-main-body .recipe-ingredients,
.single-recipe-style2 .recipe-main-body .recipe-instructions {
  flex: 0 0 100%;
}
.single-recipe-style2 .recipe-main-body .recipe-nutrition {
  flex: 1 1 100%;
}
.single-recipe-style2 .recipe-time-info {
  border-bottom: 1px dashed #e5e5e5;
}
.single-recipe-style2 .recipe-key-points-style-2 {
  flex-direction: column;
}
.single-recipe-style2 .recipe-key-points-style-2 > div {
  justify-content: space-between;
}
.single-recipe-style2 .recipe-key-points-style-2 > div:not(:last-of-type) {
  border-right: 0px !important;
}
.single-recipe-style2 .recipe-key-points-style-2 > div > span,
.single-recipe-style2 .recipe-key-points-style-2 > div > div {
  flex-basis: unset;
}
.single-recipe-style2 .recipe-key-points-style-2 > div > span svg,
.single-recipe-style2 .recipe-key-points-style-2 > div > div svg {
  margin-right: 0.5em;
}
.single-recipe-style2 .key-point-label {
  display: flex;
  gap: 5px;
}
.single-recipe-style2 .posttype-container .posttype-sub-section {
  gap: 5px;
}
.single-recipe-style2 > div .key-point-label {
  display: flex;
  flex: 1 1 50%;
  justify-content: flex-start;
}
.single-recipe-style2 > div p {
  flex: 1 1 50%;
}

@media screen and (min-width: 767px) {
  .single-recipe-style2 .posttype-section-box .recipe-media {
    max-width: 50%;
    flex-basis: 50%;
  }
  .single-recipe-style2 .posttype-section-box .posttype-section-sub-box {
    max-width: 50%;
    flex-basis: 50%;
  }
  .single-recipe-style2 .posttype-section-box .posttype-section-sub-box .posttype-section {
    padding-left: 1em;
    flex: 1 0 50%;
  }
  .single-recipe-style2 .recipe-main-body .recipe-ingredients,
  .single-recipe-style2 .recipe-main-body .recipe-instructions {
    flex: 0 0 50%;
  }
}
.single-recipe-style2 .posttype-container .posttype-sub-section > div:not(:last-of-type) {
  border-right: 0 !important;
}

.recipe-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.boorecipe-recipe .recipe-head {
  padding-bottom: 1em;
}
.boorecipe-recipe .recipe-section-heading {
  margin-bottom: 0.5em;
}
.boorecipe-recipe .recipe-img-cont {
  margin-bottom: 1rem;
}
.boorecipe-recipe .recipe-img {
  width: 100%;
  max-width: 100%;
}
.boorecipe-recipe .recipe-ingredients {
  margin-bottom: 1em;
}
.boorecipe-recipe .recipe-tool-section, .boorecipe-recipe .cooking-method-section {
  grid-column-start: 1;
  grid-column-end: -1;
}
.boorecipe-recipe .recipe-tools-list:not(.tools-images) {
  display: flex;
}
.boorecipe-recipe .recipe-tools-list:not(.tools-images) .recipe-tool {
  margin-right: 5px;
}
.boorecipe-recipe .recipe-tools-list:not(.tools-images) .recipe-tool:after {
  content: ", ";
}
.boorecipe-recipe .recipe-tools-list.tools-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
  grid-gap: 5px;
}
.boorecipe-recipe .recipe-tools-list.tools-images .recipe-tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.boorecipe-recipe .cooking-method-list:not(.tools-images) {
  display: flex;
}
.boorecipe-recipe .cooking-method-list:not(.tools-images) .cooking-method {
  margin-right: 5px;
}
.boorecipe-recipe .cooking-method-list:not(.tools-images) .cooking-method:after {
  content: ", ";
}
.boorecipe-recipe .cooking-method-list.tools-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
  grid-gap: 5px;
}
.boorecipe-recipe .cooking-method-list.tools-images .cooking-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.boorecipe-recipe .recipe-author-avatar.external-author-avatar {
  max-width: 30px;
  max-height: 30px;
}
.boorecipe-recipe .recipe-meta > div {
  padding: 0.5em 0;
}
@media screen and (min-width: 30em) {
  .boorecipe-recipe.ingredients-by-side .recipe-meta {
    flex: 1 1 50%;
    padding-right: 1em;
  }
  .boorecipe-recipe.ingredients-by-side .recipe-ingredients {
    padding: 1rem;
    flex: 1 0 40%;
  }
  .boorecipe-recipe.nutrition-side .recipe-instructions {
    flex: 1 1 50%;
    padding-right: 1em;
  }
  .boorecipe-recipe.nutrition-side .recipe-nutrition {
    flex: 1 0 40%;
  }
}
.boorecipe-recipe.ingredients-by-side {
  display: grid;
}
.boorecipe-recipe .recipe-additional-notes {
  grid-column: 1/3 span;
}
.boorecipe-recipe div#comments {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 100%;
}
.boorecipe-recipe .related-recipes-section {
  width: 100%;
}

.posttype-wrapper {
  /* Side bar Styling */
}
.posttype-wrapper main#posttype-main {
  padding: 1em;
}
.posttype-wrapper #secondary.widget-area {
  padding: 1em;
}
.posttype-wrapper #secondary.widget-area > li {
  list-style: none;
}

.recipe-external-author-name-wrapper {
  text-align: left;
}

.recipe-author-name-box {
  display: flex;
  margin-right: 1em;
}
.recipe-author-name-box .recipe-author-avatar img {
  flex: 1;
  display: flex;
  margin-right: 0.25em;
}

@media only screen and (min-width: 50em) {
  .recipe-instructions {
    grid-column: 1/2 span;
    grid-row: 1;
  }
  .recipe-instructions .instructions-list {
    padding-left: 5px;
  }
  .recipe-instructions .recipe-single-instruction:before {
    border-radius: 0px;
    background-color: #155724;
    color: #ffffff;
  }
  .recipe-ingredients .select-item {
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 30px;
  }
  .recipe-ingredients .select-item:before {
    position: absolute;
    left: -25px;
    top: 5px;
    border: 2px solid #35b518;
  }
  .recipe-layout-style1 .recipe-body .recipe-main-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
    grid-gap: 1.5em 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    /* h3:not(.nutrition-facts__title){
      background: #e8e8e8;
      line-height: 1.3em;
      padding-left: 0.5em;
      padding-right: 0.5em;
      font-weight: 400;
      letter-spacing: .05em;
      text-transform: uppercase;
    }*/
  }
  .recipe-layout-style1 .recipe-nutrition {
    grid-row: 1/2 span;
  }
}
.posttype-wrapper.ingredients-in-row .recipe-body .recipe-main-body {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  grid-gap: 0 !important;
}

.select-items-cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.select-items-cont .select-item {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
}
.select-items-cont .select-item.active {
  color: #888;
  text-decoration: line-through;
}
.select-items-cont .select-item::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.recipe-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 1em;
}
.recipe-rating input {
  position: absolute;
  left: -999999px;
}
.recipe-rating label {
  display: inline-block;
  font-size: 0;
}
.recipe-rating > label svg {
  color: #ccc;
}
.recipe-rating > label:hover, .recipe-rating > label:hover ~ label, .recipe-rating > label.selected, .recipe-rating > label.selected ~ label {
  cursor: pointer;
}
.recipe-rating > label:hover svg, .recipe-rating > label:hover ~ label svg, .recipe-rating > label.selected svg, .recipe-rating > label.selected ~ label svg {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-stars svg {
  color: #f0ad4e;
}

@media print {
  * {
    background: none !important;
    background-color: unset !important;
    color: #000000 !important;
  }
  .single-recipe {
    background: #ffffff;
    color: #000000 !important;
    margin: 0;
    max-width: 100%;
  }
  .recipe-img-cont,
  .recipe-share-buttons,
  .responsive-video-container,
  .wp-video,
  .single-featured-image-header,
  .subsection-icon,
  aside#secondary,
  img.avatar,
  .recipe-rating,
  .boorecipe-print-link,
  .recipe-author-name-box,
  .related-recipes-section,
  .recipe-comments,
  i {
    display: none !important;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
  }
}
.recipe-author-box {
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1em;
  background: #f6f6f6;
}

@media screen and (min-width: 40em) {
  .recipe-author-box {
    flex-direction: row;
    text-align: unset;
  }
  .recipe-author-img {
    flex-basis: 120px;
  }
  .recipe-author-desc {
    flex-basis: calc(100% - 120px);
  }
}
.slider-image-section, .slider-thumbs-section {
  border-top: 0;
  border-bottom: 0;
}

.slider-image-section {
  margin-bottom: 0;
}
.slider-image-section .flex-direction-nav a {
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}
.slider-image-section .flex-direction-nav a:before {
  font-size: 40px !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: rgba(0, 0, 0, 0.8) !important;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) !important;
}

.slider-thumbs-section {
  padding: 0.5em;
  background-color: #e7f1e6;
}
.slider-thumbs-section .flex-direction-nav {
  display: none !important;
}
.slider-thumbs-section .flex-control-nav {
  display: none !important;
}

.flex-direction-nav a:before {
  font-size: 2em;
}

.single-recipe-style3, .single-recipe-style4 {
  display: grid;
}
.single-recipe-style3.ingredients-by-side, .single-recipe-style4.ingredients-by-side {
  display: grid;
}
.single-recipe-style3.ingredients-in-row .boo-recipe-details-wrapper, .single-recipe-style4.ingredients-in-row .boo-recipe-details-wrapper {
  display: flex !important;
  flex-direction: column !important;
}
.single-recipe-style3 .recipe-meta.recipe-style3, .single-recipe-style3 .recipe-meta.recipe-style4, .single-recipe-style4 .recipe-meta.recipe-style3, .single-recipe-style4 .recipe-meta.recipe-style4 {
  display: grid;
}
.single-recipe-style3 .recipe-meta.recipe-style3 a, .single-recipe-style3 .recipe-meta.recipe-style4 a, .single-recipe-style4 .recipe-meta.recipe-style3 a, .single-recipe-style4 .recipe-meta.recipe-style4 a {
  text-decoration: underline;
}
.single-recipe-style3 .recipe-meta.recipe-style3 > div, .single-recipe-style3 .recipe-meta.recipe-style4 > div, .single-recipe-style4 .recipe-meta.recipe-style3 > div, .single-recipe-style4 .recipe-meta.recipe-style4 > div {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-left: 3.5em;
  margin-bottom: 0.75em;
  border: none;
}
.single-recipe-style3 .recipe-meta.recipe-style3 > div div svg, .single-recipe-style3 .recipe-meta.recipe-style3 > div div i, .single-recipe-style3 .recipe-meta.recipe-style4 > div div svg, .single-recipe-style3 .recipe-meta.recipe-style4 > div div i, .single-recipe-style4 .recipe-meta.recipe-style3 > div div svg, .single-recipe-style4 .recipe-meta.recipe-style3 > div div i, .single-recipe-style4 .recipe-meta.recipe-style4 > div div svg, .single-recipe-style4 .recipe-meta.recipe-style4 > div div i {
  position: absolute;
  left: 0px;
  width: 3em;
  height: 3em;
}
.single-recipe-style3 .recipe-meta.recipe-style3 > div .key-point-label, .single-recipe-style3 .recipe-meta.recipe-style4 > div .key-point-label, .single-recipe-style4 .recipe-meta.recipe-style3 > div .key-point-label, .single-recipe-style4 .recipe-meta.recipe-style4 > div .key-point-label {
  font-size: 0.85em;
  line-height: 1em;
  text-align: left;
}
.single-recipe-style3 .recipe-meta.recipe-style3 > div span.subsection-value,
.single-recipe-style3 .recipe-meta.recipe-style3 > div .subsection-value, .single-recipe-style3 .recipe-meta.recipe-style4 > div span.subsection-value,
.single-recipe-style3 .recipe-meta.recipe-style4 > div .subsection-value, .single-recipe-style4 .recipe-meta.recipe-style3 > div span.subsection-value,
.single-recipe-style4 .recipe-meta.recipe-style3 > div .subsection-value, .single-recipe-style4 .recipe-meta.recipe-style4 > div span.subsection-value,
.single-recipe-style4 .recipe-meta.recipe-style4 > div .subsection-value {
  font-size: 1.25em;
  line-height: 1.6em;
  text-align: left;
}
.single-recipe-style3 .recipe-datePublished, .single-recipe-style4 .recipe-datePublished {
  font-size: 0.9em;
}
.single-recipe-style3 .recipe-time-info, .single-recipe-style4 .recipe-time-info {
  display: grid;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 3.5em;
  position: relative;
  text-align: left;
  border-top: none !important;
}
.single-recipe-style3 .recipe-time-info > div, .single-recipe-style4 .recipe-time-info > div {
  border: none !important;
  padding: 0.5em 0px;
}
.single-recipe-style3 .recipe-time-info .subsection-icon, .single-recipe-style4 .recipe-time-info .subsection-icon {
  position: absolute;
  left: 0px;
}
.single-recipe-style3 .recipe-time-info .subsection-icon svg, .single-recipe-style4 .recipe-time-info .subsection-icon svg {
  width: 3em;
  height: 3em;
}
.single-recipe-style3 .recipe-time-info .subsection-label, .single-recipe-style4 .recipe-time-info .subsection-label {
  font-size: 0.85em;
  line-height: 1em;
}
.single-recipe-style3 .recipe-time-info span.subsection-value,
.single-recipe-style3 .recipe-time-info .subsection-value, .single-recipe-style4 .recipe-time-info span.subsection-value,
.single-recipe-style4 .recipe-time-info .subsection-value {
  font-size: 1.25em;
  line-height: 1.6em;
  text-align: left;
}
.single-recipe-style3 h3.recipe-section-heading, .single-recipe-style4 h3.recipe-section-heading {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1em;
}
.single-recipe-style3 .recipe-ingredients .select-item, .single-recipe-style4 .recipe-ingredients .select-item {
  padding-left: 0.5em;
}
.single-recipe-style3 .recipe-instructions ol.instructions-list, .single-recipe-style4 .recipe-instructions ol.instructions-list {
  padding-left: 0.5em !important;
}
.single-recipe-style3 span.recipe-rating-value,
.single-recipe-style3 .recipe-rating-value, .single-recipe-style4 span.recipe-rating-value,
.single-recipe-style4 .recipe-rating-value {
  font-size: 1.5em;
}
.single-recipe-style3 .ast-page-builder-template .comments-area, .single-recipe-style4 .ast-page-builder-template .comments-area {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (min-width: 35em) {
  .single-recipe-style3 .recipe-meta.recipe-style3, .single-recipe-style3 .recipe-meta.recipe-style4, .single-recipe-style4 .recipe-meta.recipe-style3, .single-recipe-style4 .recipe-meta.recipe-style4 {
    grid-template-columns: 1fr 1fr;
  }
  .single-recipe-style3 .recipe-time-info, .single-recipe-style4 .recipe-time-info {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 50em) {
  .single-recipe-style3 .recipe-meta.recipe-style3, .single-recipe-style3 .recipe-meta.recipe-style4, .single-recipe-style4 .recipe-meta.recipe-style3, .single-recipe-style4 .recipe-meta.recipe-style4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .single-recipe-style3 .recipe-time-info, .single-recipe-style4 .recipe-time-info {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .single-recipe-style3 .boo-recipe-details-wrapper, .single-recipe-style4 .boo-recipe-details-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
  }
  .single-recipe-style3 .boo-recipe-details-wrapper .recipe-ingredients, .single-recipe-style4 .boo-recipe-details-wrapper .recipe-ingredients {
    grid-row: 1;
  }
  .single-recipe-style3 .boo-recipe-details-wrapper .recipe-instructions, .single-recipe-style4 .boo-recipe-details-wrapper .recipe-instructions {
    grid-row: 1;
    grid-column: 2/2 span;
  }
  .single-recipe-style3 .boo-recipe-details-wrapper .recipe-nutrition, .single-recipe-style4 .boo-recipe-details-wrapper .recipe-nutrition {
    grid-row: 2/2 span;
  }
  .single-recipe-style3 .boo-recipe-details-wrapper .recipe-author-box, .single-recipe-style4 .boo-recipe-details-wrapper .recipe-author-box {
    background: transparent;
  }
}
@media screen and (min-width: 50em) {
  .single-recipe-style3 .single-recipe-style3 .boo-recipe-details-wrapper .recipe-time-info, .single-recipe-style4 .single-recipe-style3 .boo-recipe-details-wrapper .recipe-time-info {
    grid-row: 1;
    grid-column: 1/-1;
  }
  .single-recipe-style3 .single-recipe-style3 .boo-recipe-details-wrapper .recipe-ingredients, .single-recipe-style4 .single-recipe-style3 .boo-recipe-details-wrapper .recipe-ingredients {
    grid-row: 2;
  }
  .single-recipe-style3 .single-recipe-style3 .boo-recipe-details-wrapper .recipe-instructions, .single-recipe-style4 .single-recipe-style3 .boo-recipe-details-wrapper .recipe-instructions {
    grid-row: 2;
    grid-column: 2/2 span;
  }
}

@media screen and (min-width: 70em) {
  div.recipe-layout-style3:not(.has-sidebar) .recipe-meta.recipe-style3, div.recipe-layout-style3:not(.has-sidebar) .recipe-meta.recipe-style4, div.recipe-layout-style4:not(.has-sidebar) .recipe-meta.recipe-style3, div.recipe-layout-style4:not(.has-sidebar) .recipe-meta.recipe-style4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* Special CSS For Style 4  starts from here. */
.recipe-layout-style4 main#posttype-main {
  width: 100%;
}

.single-recipe-style4 {
  display: grid;
  overflow: hidden;
}
.single-recipe-style4 .recipe-image-slider {
  margin-bottom: 0px;
}
.single-recipe-style4 .recipe-image-slider .flexslider {
  border: 0px;
  border-radius: 0px;
  background: transparent;
}
.single-recipe-style4 .posttype-section.recipe-img-cont {
  margin-bottom: 0px;
  display: flex;
  justify-self: center;
  min-width: 100%;
}
.single-recipe-style4 .posttype-section.recipe-img-cont img {
  width: auto;
  max-width: unset;
  min-width: 100%;
  height: auto;
  max-height: unset;
}
.single-recipe-style4 .recipe-meta.recipe-style4 {
  height: 100%;
}
.single-recipe-style4 .key-point-label {
  color: #ffffff;
}
.single-recipe-style4 h1.recipe-title, .single-recipe-style4 .posttype-sub-section {
  padding-left: 15px;
  padding-right: 15px;
  background: #040404;
  margin-bottom: 0px !important;
  color: #cccccc;
  align-content: flex-start;
}
.single-recipe-style4 h1.recipe-title .subsection-value a, .single-recipe-style4 .posttype-sub-section .subsection-value a {
  color: #cccccc;
  text-decoration: none;
  -webkit-transition: transform ease 0.5s;
  -moz-transition: transform ease 0.5s;
  -ms-transition: transform ease 0.5s;
  -o-transition: transform ease 0.5s;
  transition: transform ease 0.5s;
}
.single-recipe-style4 h1.recipe-title .subsection-value a:hover, .single-recipe-style4 .posttype-sub-section .subsection-value a:hover {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.single-recipe-style4 h1.recipe-title {
  color: #ffffff;
  font-weight: 500;
  padding-top: 0.75em;
  font-size: 2em;
}
.single-recipe-style4 .recipe-time-info {
  background: #63ad20;
  color: #ffffff;
  padding-left: 60px;
  align-items: center;
  align-self: flex-end;
  background: rgba(5, 130, 73, 0.7);
  z-index: 1;
}
.single-recipe-style4 .recipe-time-info .subsection-label {
  color: #ffffff;
}
.single-recipe-style4 .recipe-time-info > div {
  padding-left: 10px;
}
.single-recipe-style4 .recipe-time-info:after {
  background: #000059;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.single-recipe-style4 .recipe-datePublished {
  color: #047f47;
  font-style: italic;
}
.single-recipe-style4 .recipe-time-info {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
}

.single-recipe-style4:not(.recipe-has-icons) .recipe-meta.recipe-style4 > div {
  padding: 0px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.single-recipe-style4:not(.recipe-has-icons) .recipe-meta.recipe-style4 .key-point-label {
  font-size: 1rem !important;
  margin-right: 0.5em;
}
.single-recipe-style4:not(.recipe-has-icons) .recipe-meta.recipe-style4 .key-point-label:after {
  content: ":";
}
.single-recipe-style4:not(.recipe-has-icons) .posttype-sub-section.recipe-time-info {
  padding-left: 0px;
}

@media screen and (min-width: 35em) {
  .single-recipe-style4 .recipe-time-info {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 50em) {
  .single-recipe-style4 .recipe-meta.recipe-style4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 70em) {
  .single-recipe-style4 {
    grid-template-columns: 2fr 1fr;
  }
  .single-recipe-style4 .posttype-section.recipe-img-cont {
    grid-row: 1/5;
    grid-column: 1/2;
    height: 100%;
    display: flex;
    align-items: stretch;
  }
  .single-recipe-style4 .posttype-section.recipe-img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .single-recipe-style4 .responsive-video-container {
    grid-row: 1/5;
    grid-column: 1/2;
    height: 100% !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .single-recipe-style4 .responsive-video-container video,
  .single-recipe-style4 .responsive-video-container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .single-recipe-style4 .boo-recipe-details-wrapper {
    grid-column: 1/2 span;
  }
  .single-recipe-style4 .recipe-share-buttons {
    display: flex;
    justify-content: center;
    grid-column: 1/3;
  }
  .single-recipe-style4 .share-buttons-cont {
    display: flex;
  }
  .single-recipe-style4 .recipe-time-info {
    grid-column: 1;
    grid-row: 4;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid !important;
  }
  .single-recipe-style4 .related-recipes-section,
  .single-recipe-style4 .comments-area {
    grid-column: 1/span 2;
  }
  .single-recipe-style4 .recipe-time-info {
    display: block;
  }
  .recipe-meta.recipe-style4 {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 767px) {
  .posttype-wrapper.posttype-layout-left {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 35em) {
  .single-recipe-style4 .posttype-section.recipe-img-cont {
    max-height: 75vh;
  }
}
.posttype-wrapper.ingredients-in-row .boo-recipe-details-wrapper {
  display: flex !important;
  flex-direction: column !important;
}

/* CSS for style 4 ends here. */
/* CSS for style 2 starts here. */
/* CSS for style 2 ends here. */

/*# sourceMappingURL=boorecipe-premium-single.css.map */
