/* style_z1-recipe-library */
@charset "UTF-8";

/*łśćłżź*/
/*                                                                                                                    */
/* Author: Krystian Lenik                                                                                             */
/*                                                                                                                    */
/* ================================================================================================================== */
/* =============================================== mixin [START] ==================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */
/* =============================================== mixin [END] ====================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */
/* =============================================== global [START] =================================================== */
/* ================================================================================================================== */
/* ----------------------------------------------- override [START] ------------------------------------------------- */
/* ----------------------------------------------- override [END] --------------------------------------------------- */
/* ----------------------------------------------- general [START] -------------------------------------------------- */
/* ----------------------------------------------- general [END] ---------------------------------------------------- */
/* ================================================================================================================== */
/* =============================================== global [END] ===================================================== */
/* ================================================================================================================== */
/* =============================================== recipe-library [START] =========================================== */
.tx-sytura-recipe-library {
  display: block;
  position: relative;
  width: 80%;
  margin: auto;

  @media (max-width: 991.98px) {
    width: 100%;
  }
}

/* =============================================== recipe-library [END] ============================================= */
/* =============================================== recipe-library-listing_max-outer [START] ========================= */
/* =============================================== recipe-library-listing_max-outer [END] =========================== */
/* =============================================== recipe-library-listing [START] =================================== */
.recipe-library-details_button {
  margin-top: 30px;
}

.recipe-library-listing {
  display: block;
  position: relative;
  overflow: hidden;
}
.recipe-library-listing_seo-list {
  display: none;
}

.recipe-library-listing_banner {
  background-color: #cca12a;
  padding: 50px;
  border-radius: 20px;
}

.recipe-library-listing_top-title {
  margin-bottom: 15px;
  line-height: 1.1;
  color: #ffffff;
}

.recipe-library-listing_one-column-title {
  color: #cca12a;
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  .recipe-library-listing_top-title {
    text-align: center;
  }
}
.recipe-library-listing_one-column {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .recipe-library-listing_one-column {
    display: none;
    position: relative;
  }
}

.recipe-library-listing_two-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.recipe-library-listing_two-columns > .inner-col-lt {
  width: 540px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.recipe-library-listing_two-columns > .inner-col-rt {
  width: calc(100% - 540px - 18px);
}
@media (max-width: 991.98px) {
  .recipe-library-listing_two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recipe-library-listing_two-columns > .inner-col-lt {
    width: 100%;
  }
  .recipe-library-listing_two-columns > .inner-col-rt {
    padding-top: 10px;
    width: 100%;
  }
}
.recipe-library-listing_filter-tag-list {
  display: block;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 80%;
  margin: auto;
}
.recipe-library-listing_filter-tag-list > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}
.recipe-library-listing_filter-tag-list > ul > li {
  display: inline-block;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
}
.recipe-library-listing_filter-tag-list > ul > li > a {
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #747474;
}
.recipe-library-listing_filter-tag-list > ul > li > a.bind-action-active {
  color: #283c50;
}
.recipe-library-listing_filter-tag-list > ul > li > a:hover {
  color: #283c50;
  text-decoration: underline;
}
.recipe-library-listing_filter-category-list {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .recipe-library-listing_filter-category-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/* .recipe-library-listing_filter-category-list.bind-display-three > ul > li {
    width: calc(100% / 3);
}
@media (max-width: 767.98px) {
    .recipe-library-listing_filter-category-list.bind-display-three > ul > li {
        width: 100%;
    }
} */
.recipe-library-listing_filter-category-list > ul {
  padding-left: 0;
  list-style: none;
  margin: -5px -5px -5px -5px;
  position: relative;
  overflow: hidden;
}
.recipe-library-listing_filter-category-list > ul > li {
  display: block;
  padding: 5px 5px 5px 5px;
  width: 50%;
  position: relative;
  float: left;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .recipe-library-listing_filter-category-list > ul > li {
    width: 100%;
  }
}
.recipe-library-listing_filter-category-list > ul > li > a {
  background: #cca12a;
  display: block;
  padding: 13px 10px 13px 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 19px;
  border-radius: 20px;
}
.recipe-library-listing_filter-category-list > ul > li > a.bind-action-active {
  background: #8e8424;
}
.recipe-library-listing_filter-category-list > ul > li > a:hover {
  background: #8e8424;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .recipe-library-listing_filter-category-list > ul > li > a {
    padding: 8px 10px 8px 10px;
  }
}
.recipe-library-listing_slider {
  display: block;
  position: relative;
  overflow: hidden;
}
.recipe-library-listing_slider-slide {
  display: block;
  margin-bottom: 0;
  position: relative;
}
.recipe-library-listing_slider-slide_link-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.recipe-library-listing_slider-slide_link-box > .inner-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.recipe-library-listing_slider-slide_link-box > .inner-image > img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.recipe-library-listing_slider-slide_link-box > .inner-title {
  background: rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  position: absolute;
  padding: 10px 15px 11px 15px;
  bottom: 0;
  left: 0;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.recipe-library-listing_slider button.slick-arrow {
  background-size: 15px 26px !important;
  width: 53px;
  height: 53px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (max-width: 575.98px) {
  .recipe-library-listing_slider button.slick-arrow {
    background-size: 12px 21px !important;
    width: 43px;
    height: 43px;
  }
}
.recipe-library-listing_slider button.slick-arrow.slick-prev {
  background: url('vhs-assets-css-3ff0297fd7a2571a95849ac576c28649.svg')
    center center no-repeat white;
  border-radius: 0 50% 50% 0;
  display: block;
  overflow: hidden;
  left: -19px;
  text-indent: -100px;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 480px) {
  .recipe-library-listing_slider button.slick-arrow.slick-prev {
    line-height: 0px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .recipe-library-listing_slider button.slick-arrow.slick-prev {
    line-height: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .recipe-library-listing_slider button.slick-arrow.slick-prev {
    line-height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recipe-library-listing_slider button.slick-arrow.slick-prev {
    line-height: 0px;
  }
}
@media (min-width: 992px) {
  .recipe-library-listing_slider button.slick-arrow.slick-prev {
    line-height: 0px;
  }
}
.recipe-library-listing_slider button.slick-arrow.slick-prev:hover {
  background-color: #bec7d0;
  left: -9px;
}
@media (max-width: 575.98px) {
  .recipe-library-listing_slider button.slick-arrow.slick-prev {
    left: -15px;
  }
  .recipe-library-listing_slider button.slick-arrow.slick-prev:hover {
    left: -5px;
  }
}
.recipe-library-listing_slider button.slick-arrow.slick-next {
  background: url('vhs-assets-css-6108820b248e6f6acba89f6e9927adf0.svg')
    center center no-repeat white;
  border-radius: 50% 0 0 50%;
  display: block;
  overflow: hidden;
  text-indent: -100px;
  right: -19px;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 480px) {
  .recipe-library-listing_slider button.slick-arrow.slick-next {
    line-height: 0px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .recipe-library-listing_slider button.slick-arrow.slick-next {
    line-height: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .recipe-library-listing_slider button.slick-arrow.slick-next {
    line-height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recipe-library-listing_slider button.slick-arrow.slick-next {
    line-height: 0px;
  }
}
@media (min-width: 992px) {
  .recipe-library-listing_slider button.slick-arrow.slick-next {
    line-height: 0px;
  }
}
.recipe-library-listing_slider button.slick-arrow.slick-next:hover {
  background-color: #bec7d0;
  right: -9px;
}
@media (max-width: 575.98px) {
  .recipe-library-listing_slider button.slick-arrow.slick-next {
    right: -15px;
  }
  .recipe-library-listing_slider button.slick-arrow.slick-next:hover {
    right: -5px;
  }
}
.recipe-library-listing_slider div.slick-list {
  z-index: 1;
}
.recipe-library-listing_slider.slick-dotted {
  margin-bottom: 0 !important;
}
.recipe-library-listing_slider-dots-ul {
  background: rgba(255, 255, 255, 0.4);
  padding-left: 0;
  list-style: none;
  display: block;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 480px) {
  .recipe-library-listing_slider-dots-ul {
    line-height: 0px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .recipe-library-listing_slider-dots-ul {
    line-height: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .recipe-library-listing_slider-dots-ul {
    line-height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recipe-library-listing_slider-dots-ul {
    line-height: 0px;
  }
}
@media (min-width: 992px) {
  .recipe-library-listing_slider-dots-ul {
    line-height: 0px;
  }
}
.recipe-library-listing_slider-dots-ul > li {
  display: inline-block;
  padding: 0 3px 0 3px;
  margin: 0;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (min-width: 0) and (max-width: 480px) {
  .recipe-library-listing_slider-dots-ul > li {
    line-height: 0px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .recipe-library-listing_slider-dots-ul > li {
    line-height: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .recipe-library-listing_slider-dots-ul > li {
    line-height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recipe-library-listing_slider-dots-ul > li {
    line-height: 0px;
  }
}
@media (min-width: 992px) {
  .recipe-library-listing_slider-dots-ul > li {
    line-height: 0px;
  }
}
.recipe-library-listing_slider-dots-ul > li:first-child {
  padding-left: 0;
}
.recipe-library-listing_slider-dots-ul > li:last-child {
  padding-right: 0;
}
.recipe-library-listing_slider-dots-ul > li.slick-active {
  padding-top: 0;
}
.recipe-library-listing_slider-dots-ul > li.slick-active > button {
  background: #cca12a;
}
.recipe-library-listing_slider-dots-ul > li > button {
  background: #ffffff;
  border: none;
  border-radius: 50%;
  outline: none;
  padding: 0;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: hidden;
  text-indent: -1000px;
}
@media (min-width: 0) and (max-width: 480px) {
  .recipe-library-listing_slider-dots-ul > li > button {
    line-height: 0px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .recipe-library-listing_slider-dots-ul > li > button {
    line-height: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .recipe-library-listing_slider-dots-ul > li > button {
    line-height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recipe-library-listing_slider-dots-ul > li > button {
    line-height: 0px;
  }
}
@media (min-width: 992px) {
  .recipe-library-listing_slider-dots-ul > li > button {
    line-height: 0px;
  }
}
.recipe-library-listing_slider-dots-ul > li > button:hover {
  background-color: #bec7d0;
  cursor: pointer;
}
.recipe-library-listing_recipe-list {
  display: block;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: auto;

  @media (max-width: 992px) {
    width: 100%;
  }
}
.recipe-library-listing_recipe-list > ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.recipe-library-listing_recipe-list > ul > li {
  display: block;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}
.recipe-library-listing_recipe-list > ul > li:first-child {
  padding-top: 0;
}

.recipe-library-listing_recipe-list > ul > li > div {
  display: block;
  position: relative;
  overflow: hidden;
}
.recipe-library-listing_recipe-list > ul > li > div.inner-message {
  padding: 15px 15px 15px 15px;
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > div.inner-message.bind-type-info {
  border: 2px solid #17a5d3;
  color: #17a5d3;
}
.recipe-library-listing_recipe-list > ul > li > div.inner-message p {
  margin-bottom: 0;
}
.recipe-library-listing_recipe-list > ul > li > a {
  background: #f7f1de;
  border-radius: 20px;
  display: block;
  color: #8e8424;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.recipe-library-listing_recipe-list > ul > li > a:hover {
  background: #d4caaa;
}
.recipe-library-listing_recipe-list > ul > li > a > .inner-lt {
  width: 212px;
  min-height: 160px;
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 20px;
}
.recipe-library-listing_recipe-list > ul > li > a > .inner-lt > img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .recipe-library-listing_recipe-list > ul > li > a > .inner-lt {
    width: 100%;
    text-align: center;
  }
  .recipe-library-listing_recipe-list > ul > li > a > .inner-lt > img {
    margin-top: 22px;
    max-width: 212px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .recipe-library-listing_recipe-list > ul > li > a > .inner-lt {
    width: 100px;
  }
  .recipe-library-listing_recipe-list > ul > li > a > .inner-lt > img {
    margin-top: 21px;
  }
}
.recipe-library-listing_recipe-list > ul > li > a > .inner-rt {
  width: calc(100% - 235px);
  min-height: 160px;
  padding: 0 20px 0 0;
  position: relative;
  float: right;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .recipe-library-listing_recipe-list > ul > li > a > .inner-rt {
    width: 100%;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .recipe-library-listing_recipe-list > ul > li > a > .inner-rt {
    width: calc(100% - 120px);
  }
}
.recipe-library-listing_recipe-list > ul > li > a > .inner-rt > .inside-title {
  display: block;
  padding-top: 16px;
  position: relative;
  font-size: 21px;
  line-height: 24px;
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-description {
  display: block;
  padding-top: 8px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-description
  * {
  display: inline;
  margin: 0;
  padding: 0;
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-description
  ul
  > li {
  background: url('vhs-assets-css-72f0bee7bed47b3c98e3b99ead3e239b.svg')
    3px center no-repeat;
  padding-left: 11px;
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-info-items {
  display: block;
  padding: 35px 0 9px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items {
    padding-top: 15px;
    text-align: center;
  }
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-info-items
  > .insider-type-time,
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-info-items
  > .insider-type-text {
  background: #dfe2e8;
  border-radius: 4px;
  padding: 3px 15px 4px 15px;
  margin-right: 19px;
  position: relative;
  float: left;
  overflow: hidden;
  color: #7e8a96;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  min-width: 125px;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-time,
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-text {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    float: none;
  }
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-info-items
  > .insider-type-time
  > img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 7px 0 0;
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-info-items
  > .insider-type-author {
  margin: -28px 0 0 -19px;
  width: 405px;
  position: relative;
  float: right;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-author {
    display: block;
    margin: 0 auto 0 auto;
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-author {
    width: 340px;
  }
}
@media (max-width: 575.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-author {
    width: 100%;
    text-align: center;
  }
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-info-items
  > .insider-type-author
  .insider-type-author_image-info {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-width: 164px;
  padding-top: 22px;
  position: relative;
  float: left;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-author
    .insider-type-author_image-info {
    display: block;
    padding-top: 10px;
    margin: 0 auto 0 auto;
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-author
    .insider-type-author_image-info {
    max-width: 130px;
  }
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-info-items
  > .insider-type-author
  .insider-type-author_image-logo {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-width: 164px;
  padding: 22px 0 0 11px;
  position: relative;
  float: left;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-author
    .insider-type-author_image-logo {
    display: block;
    padding-top: 10px;
    margin: 0 auto 0 auto;
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-author
    .insider-type-author_image-logo {
    max-width: 130px;
  }
}
.recipe-library-listing_recipe-list
  > ul
  > li
  > a
  > .inner-rt
  > .inside-info-items
  > .insider-type-author
  .insider-type-author_image-person {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  position: relative;
  float: right;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .recipe-library-listing_recipe-list
    > ul
    > li
    > a
    > .inner-rt
    > .inside-info-items
    > .insider-type-author
    .insider-type-author_image-person {
    display: inline-block;
    margin: 8px auto 0 auto;
    float: none;
  }
}
.recipe-library-listing_recipe-list > ul > li {
  display: flex;

  @media (max-width: 991.98px) {
    flex-direction: column;
  }
  a {
    @media (max-width: 991.98px) {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .inner-lt {
      width: 300px;
    }
    .inner-rt {
      width: calc(100% - 330px);

      @media (max-width: 991.98px) {
        width: 100%;
      }

      .inside-title {
        line-height: 2;
        font-size: 25px;
      }

      .inside-description {
        font-size: 16px;
        line-height: 1.5;
      }
    }
  }
}
/* =============================================== recipe-library-listing [END] ===================================== */
/* =============================================== recipe-library-details_max-outer [START] ========================= */
/* =============================================== recipe-library-details_max-outer [END] =========================== */
/* =============================================== recipe-library-details [START] =================================== */
.recipe-library-details {
  display: block;
  position: relative;
  overflow: hidden;
}
.recipe-library-details_wrapper {
  display: block;
  padding: 0 15px 0 15px;
  position: relative;
}
.recipe-library-details_message {
  display: block;
  padding: 15px 15px 15px 15px;
  position: relative;
  overflow: hidden;
}
.recipe-library-details_message.bind-type-info {
  border: 2px solid #bb1919;
  color: #bb1919;
}
.recipe-library-details_message p {
  margin-bottom: 0;
}
.recipe-library-details_top-title {
  background: #17a5d3;
  padding: 9px 20px 8px 20px;
  font-size: 24px;
  line-height: 27px;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .recipe-library-details_top-title {
    text-align: center;
  }
}
.recipe-library-details_title {
  display: block;
  padding-top: 24px;
  position: relative;
  color: #17a5d3;
  font-size: 23px;
  line-height: 26px;
}
.recipe-library-details_info-list {
  border-top: 1px solid #17a5d3;
  border-bottom: 1px solid #17a5d3;
  margin-top: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #17a5d3;
}
@media (max-width: 767.98px) {
  .recipe-library-details_info-list {
    display: none;
  }
}
.recipe-library-details_info-list > ul {
  padding-left: 0;
  list-style: none;
  background: url('vhs-assets-css-7b27af8d00a56e04377b1b5120101703.svg')
    10px center no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0 4px 35px;
  margin-bottom: 0;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recipe-library-details_info-list > ul > li {
  border-left: 1px solid #17a5d3;
  padding: 5px 15px 5px 15px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.recipe-library-details_info-list > ul > li:first-child {
  border-left: none;
}
.recipe-library-details_two-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.recipe-library-details_two-columns > .inner-col-lt {
  width: 450px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.recipe-library-details_two-columns > .inner-col-rt {
  width: calc(100% - 450px - 25px);
}
@media (max-width: 991.98px) {
  .recipe-library-details_two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recipe-library-details_two-columns > .inner-col-lt {
    width: 100%;
  }
  .recipe-library-details_two-columns > .inner-col-rt {
    width: 100%;
    padding-top: 10px;
  }
}
.recipe-library-details_attr-list {
  display: block;
  padding-top: 13px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .recipe-library-details_attr-list.bind-number-one {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .recipe-library-details_attr-list.bind-number-two {
    display: none;
  }
}
.recipe-library-details_attr-list > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.recipe-library-details_attr-list > ul > li.inner-type-time,
.recipe-library-details_attr-list > ul > li.inner-type-text {
  background: #dfe2e8;
  border-radius: 4px;
  padding: 6px 15px 6px 15px;
  margin-right: 19px;
  position: relative;
  float: left;
  overflow: hidden;
  color: #7e8a96;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  min-width: 125px;
}
@media (max-width: 991.98px) {
  .recipe-library-details_attr-list > ul > li.inner-type-time,
  .recipe-library-details_attr-list > ul > li.inner-type-text {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    float: none;
  }
}
.recipe-library-details_attr-list > ul > li.inner-type-time > img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 7px 0 0;
}
.recipe-library-details_author-list {
  display: block;
  padding-top: 27px;
  position: relative;
  overflow: hidden;
}
.recipe-library-details_author-list > ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .recipe-library-details_author-list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recipe-library-details_author-list > ul > li.inner-type-person > img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  max-width: 73px;
  max-height: 73px;
}
.recipe-library-details_author-list > ul > li.inner-type-text {
  padding-left: 16px;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.recipe-library-details_author-list
  > ul
  > li.inner-type-text
  > .inside-next-line {
  display: none;
}
@media (max-width: 767.98px) {
  .recipe-library-details_author-list > ul > li.inner-type-text {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .recipe-library-details_author-list
    > ul
    > li.inner-type-text
    > .inside-next-line {
    display: inline-block;
  }
}
.recipe-library-details_author-list > ul > li.inner-type-image {
  padding-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.recipe-library-details_author-list > ul > li.inner-type-image > img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-width: 156px;
}
.recipe-library-details_author-list
  > ul
  > li.inner-type-image
  > img.inside-banner {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .recipe-library-details_author-list > ul > li.inner-type-image {
    padding: 15px 0 0 0;
  }
}
.recipe-library-details_preparation-description {
  display: block;
  padding-top: 24px;
  position: relative;
  overflow: hidden;
}
.recipe-library-details_file-download {
  display: block;
  padding-top: 24px;
  position: relative;
  overflow: hidden;
}
.recipe-library-details_file-download > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 19px;
  line-height: 21px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.recipe-library-details_file-download > a:hover {
  color: #8e8424;
}
.recipe-library-details_go-back {
  display: block;
  padding-top: 47px;
  position: relative;
  overflow: hidden;
}
.recipe-library-details_go-back > a {
  border: 2px solid #17a5d3;
  display: inline-block;
  padding: 10px 25px 10px 25px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 19px;
  line-height: 21px;
  color: #17a5d3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (max-width: 767.98px) {
  .recipe-library-details_go-back > a {
    display: block;
  }
}
.recipe-library-details_go-back > a:hover {
  border-color: #283c50;
  background: #283c50;
  color: #ffffff;
  text-decoration: none;
}

/* =============================================== recipe-library-details [END] ===================================== */


