@charset "UTF-8";

@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/opensanshebrew-light-webfont.eot);
  src: url(../fonts/opensanshebrew-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-light-webfont.woff) format("woff"), url(../fonts/opensanshebrew-light-webfont.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/opensanshebrew-italic-webfont.eot);
  src: url(../fonts/opensanshebrew-italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-italic-webfont.woff) format("woff"), url(../fonts/opensanshebrew-italic-webfont.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/opensanshebrew-regular-webfont.eot);
  src: url(../fonts/opensanshebrew-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-regular-webfont.woff) format("woff"), url(../fonts/opensanshebrew-regular-webfont.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/opensanshebrew-bolditalic-webfont.eot);
  src: url(../fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-bolditalic-webfont.woff) format("woff"), url(../fonts/opensanshebrew-bolditalic-webfont.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/opensanshebrew-bold-webfont.eot);
  src: url(../fonts/opensanshebrew-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-bold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-bold-webfont.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 800;
  font-style: italic;
  src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
  src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-extrabold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-extrabold-webfont.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-weight: 800;
  font-style: normal;
  src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
  src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-extrabold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-extrabold-webfont.ttf) format("truetype");
}

.wrapper {
  max-width: 1260px;
  padding: 10px 0px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 240px;
}

.breadcrumbs {
  font-size: 14px;
  color: black;
  font-weight: bold;
  color: #363F45;
  color: #90A4AD;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 20px;
}

.breadcrumbs .bc-divider {
  margin: 0 8px;
  display: inline;
}

.breadcrumbs span:last-child {
  color: #363F45;
}

.breadcrumbs a {
  color: #90A4AD;
}

.breadcrumbs a span:last-child {
  color: #90A4AD;
}

.main-header {
  height: 600px;
  width: 100%;
  background: url(" ") center center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}

.main-header iframe {
  width: 100%;
  height: 100%;
}

.main-header .likes-count {
  background: #D81018;
  width: 72px;
  height: 113px;
  height: 100px;
  position: absolute;
  top: -13px;
  left: 20px;
  top: 0px;
  text-align: center;
  padding-top: 7px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.main-header .likes-count.disabled {
  pointer-events: none;
}

.main-header .likes-count.disabled .heart-icon {
  opacity: 1;
}

.main-header .likes-count .heart-icon {
  width: 26px;
  margin: 0 auto;
  height: auto;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.main-header .likes-count .heart-icon:hover {
  opacity: 0.8;
}

.main-header .likes-count span {
  display: block;
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  margin-top: 10px;
}

.main-header .likes-count .wpulike-robeen .count-box {
  bottom: 10px;
  right: 0;
}

.main-header .likes-count .wpulike-robeen .wp_ulike_btn:checked+svg .heart {
  fill: white;
}

.simplefavorites-modal-content {
  font-size: 16px;
  color: #363F45;
  text-align: center;
}

.title-box {
  position: relative;
}

.title-box .fav-btn {
  position: absolute;
  top: -60px;
  left: 10px;
  text-align: center;
  font-family: "Open Sans Hebrew", sans-serif;
  margin: 0 auto;
}

.title-box .fav-btn .fav-container {
  background: white;
  border-radius: 100%;
  overflow: hidden;
  width: 79px;
  height: 76px;
  margin: 0 auto;
}

.title-box .fav-btn span {
  font-size: 14px;
  display: block;
  color: #363F45;
  font-weight: bold;
  margin-top: 0px;
  position: relative;
  top: -10px;
}

.title-box .simplefavorite-button {
  background: white;
  border: 0;
  font-size: 0px;
  outline: none;
  padding: 20px;
  cursor: pointer;
}

.title-box .simplefavorite-button.active {
  opacity: 1;
}

.title-box .simplefavorite-button i {
  font-weight: bold;
  color: #D81018;
  font-size: 36px;
}

.title-box .simplefavorite-button:after {
  content: "";
  font-size: 22px;
  display: block;
  color: #363F45;
}

.h1 {
  color: #363F45;
  font-size: 48px;
  text-align: right;
  margin: 0;
  font-weight: bold;
  max-width: 1000px;
}

.subtitle {
  color: #363F45;
  font-size: 18px;
  text-align: right;
  font-weight: 400;
  max-width: 740px;
}

.credits {
  font-size: 14px;
  color: #90A4AD;
  max-width: 740px;
  font-weight: 600;
  margin-bottom: 20px;
}

.credits ul {
  list-style: none;
  padding: 0;
}

.credits a {
  color: #90A4AD;
}

.recipe-details {
  border-top: 2px solid #e9e9e9;
  font-size: 14px;
  color: #90A4AD;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.recipe-details .section {
  padding: 30px;
  border-right: 2px solid #e9e9e9;
  display: inline-block;
}

.recipe-details .section:first-of-type {
  padding-right: 0;
  border-right: 0;
}


.recipe-details .section img {
  vertical-align: middle;
  margin-left: 10px;
}

.recipe-details .section span {
  color: #363F45;
}

.recipe-details .type-icons {
  float: left;
  text-align: center;
}

.recipe-details .section.time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.recipe-details .section .icon-time {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0C3.81291 0 0 3.81291 0 8.5C0 13.1871 3.81291 17 8.5 17C13.1871 17 17 13.1871 17 8.5C17 3.81291 13.1871 0 8.5 0ZM12.5425 12.8966C12.4044 13.0347 12.223 13.1042 12.0417 13.1042C11.8604 13.1042 11.6789 13.0347 11.5409 12.8966L7.99923 9.35498C7.86603 9.22256 7.79171 9.04253 7.79171 8.85421V4.25C7.79171 3.85831 8.10896 3.54171 8.5 3.54171C8.89104 3.54171 9.20829 3.85831 9.20829 4.25V8.56096L12.5425 11.895C12.8194 12.1721 12.8194 12.6197 12.5425 12.8966Z' fill='%23532F27'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.recipe-details .type-icons .icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  color: #363F45;
  font-size: 10px;
  margin-top: 12px;
  margin-right: 5px;
}

.recipe-details .type-icons .icon img {
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 3px;
}

.share-bar {
  position: relative;
  top: -1px;
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  padding: 18px 0;
}

.share-bar .share-icons {
  text-align: right;
  display: inline-block;
}

.share-bar .share-icons img {
  height: 40px;
  width: auto;
  margin-left: 10px;
}

.share-bar .comments-count {
  float: left;
  color: #363F45;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}

.share-bar .comments-count img {
  vertical-align: middle;
  margin-left: 6px;
  height: 20px;
  width: 20px;
}

.recipe-container {
  overflow: hidden;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 30px;
}

.recipe-main {
  float: right;
  width: 1120px;
  width: calc(100% - 460px);
  box-sizing: border-box;
}

.recipe-main .recipe-section-title {
  font-size: 32px;
  color: #D81018;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 30px 20px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.recipe-main .ingredients,
.recipe-main .recipe-section-content {
  font-size: 18px;
  color: #363F45;
  line-height: 36px;
  padding-right: 20px;
  box-sizing: border-box;
}

.recipe-main .ingredients .ing-part {
  margin-bottom: 40px;
}

.recipe-main .ingredients .ing-part:last-of-type {
  margin-bottom: 30px;
}

.recipe-main .ingredients strong {
  display: block;
}

.recipe-main .conv-shop {
  border-bottom: 2px solid #e9e9e9;
  padding-right: 20px;
  box-sizing: border-box;
}

.recipe-main .shopping {
  display: inline-block;
  vertical-align: middle;
}

.recipe-main .shopping img {
  vertical-align: middle;
}

.recipe-main .shopping .cart-icon {
  height: 28px;
  width: auto;
  margin-left: 14px;
}

.recipe-main .shopping .shop-logo {
  height: 20px;
  width: auto;
}

.recipe-main .shopping span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #363F45;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #D81018;
}

.recipe-main .shop-divider {
  background: #E9E9E9;
  width: 2px;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 20px;
}

.recipe-main .conversion {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.recipe-main .conversion .conv-icon {
  width: 24px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.9 3.2C1.8 2.6 0.899997 1.8 0.399997 0.8C0.299997 0.6 0.299997 0.4 0.399997 0.3C0.499997 0.1 0.599997 0 0.799997 0H15.2C15.4 0 15.6 0.1 15.7 0.3C15.8 0.5 15.8 0.7 15.7 0.8C15.1 1.8 14.2 2.6 13.2 3.2C12.2 3.7 11.1 4 10 4V5.4H12.5C13.4 5.4 14.2 6.1 14.4 7L15.5 15.8C15.6 16.3 15.4 16.9 15 17.3C14.6 17.7 14.1 17.9 13.6 17.9H2.3C1.8 17.9 1.2 17.7 0.899997 17.3C0.499997 16.9 0.399997 16.4 0.399997 15.8L1.6 7C1.7 6.1 2.5 5.4 3.5 5.4H6V4C4.9 4 3.8 3.7 2.9 3.2ZM3.4 6.5C3 6.5 2.7 6.8 2.6 7.2L1.5 16C1.5 16.2 1.5 16.5 1.7 16.6C1.9 16.8 2.1 16.9 2.3 16.9H13.6C13.8 16.9 14 16.8 14.2 16.6C14.4 16.4 14.4 16.2 14.4 16L13.3 7.2C13.3 6.8 12.9 6.5 12.5 6.5H3.4ZM9 5.4V4H7V5.4H9ZM6.5 3H9.6C11.4 3 13.1 2.3 14.2 1.1H1.9C3 2.3 4.6 3 6.5 3Z' fill='%23532F27'/%3E%3Cpath d='M8 7.3C10.4 7.3 12.4 9.3 12.4 11.7C12.4 14.1 10.4 16.1 8 16.1C5.6 16.1 3.6 14.1 3.6 11.7C3.6 9.3 5.6 7.3 8 7.3ZM8 15C9.8 15 11.3 13.5 11.3 11.7C11.3 9.9 9.8 8.4 8 8.4C6.2 8.4 4.7 9.9 4.7 11.7C4.7 13.5 6.2 15 8 15Z' fill='%23532F27'/%3E%3Cpath d='M7.6 11.3C7.8 11.1 8.1 11.1 8.4 11.3L9.7 12.6C9.9 12.8 9.9 13.1 9.7 13.4C9.6 13.5 9.5 13.6 9.3 13.6C9.2 13.6 9 13.5 8.9 13.4L7.6 12.1C7.4 11.9 7.4 11.5 7.6 11.3Z' fill='%23532F27'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.recipe-main .conversion p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #363F45;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #D81018;
}

.comment-form label {
  min-width: 50px;
  display: inline-block;
}

.comment-form-email {
  display: none;
}

#email-notes {
  display: none;
}

.instructions .steps-container {
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
}

.instructions .steps-container .recipe-section-title {
  padding: 0;
  margin-bottom: 30px;
}

.instructions .step {
  display: block;
}

.instructions .step.done .step-num {
  background: none;
}

.instructions .step .step-num {
  display: table-cell;
  vertical-align: top;
  width: 42px;
  padding-left: 20px;
  background: url("../img/dots.png") center center;
  background-repeat: repeat-y;
  background-position: 40px 0;
}

.instructions .step .step-num .circle {
  font-size: 18px;
  color: #363F45;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 39px;
  background: white;
  border: 2px solid #90A4AD;
  border-radius: 9999px;
  position: relative;
  top: -8px;
}

.instructions .step .step-num .circle.done {
  border: 2px solid #D81018;
}

.instructions .step .step-desc {
  font-size: 18px;
  color: #363F45;
  line-height: 1.4;
  display: table-cell;
  vertical-align: top;
  max-width: 640px;
  padding-bottom: 40px;
}

.instructions .step .step-desc li {
  list-style: none;
  padding: 0;
}

.instructions .step .step-desc img {
  width: 100%;
  margin: 20px 0;
}

.instructions .step .step-desc p {
  margin: 0;
}

.our-tip {
  background: #90A4AD;
  min-height: 100px;
  width: 100%;
  color: white;
  box-sizing: border-box;
  padding: 40px;
  padding-top: 20px;
  margin-top: 20px;
  padding-left: 90px;
  margin-bottom: 40px;
}

.our-tip .tip-title {
  font-weight: normal;
  font-size: 32px;
  color: white;
  margin: 0;
  margin-bottom: 20px;
}

.our-tip .tip-title img {
  height: 42px;
  width: auto;
  vertical-align: middle;
  margin-left: 10px;
}

.our-tip p {
  color: white;
  font-size: 16px;
}

.our-tip li {
  color: white;
  font-size: 16px;
  line-height: 1.8;
}

.our-tip ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.our-tip li {
  padding-left: 1em;
  text-indent: -1em;
}

.our-tip li:before {
  content: "⚬";
  font-size: 20px;
  padding-left: 14px;
}

.comments-bar {
  margin-bottom: 60px;
}

.comments-bar .comment-count {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  color: #D81018;
  font-weight: bold;

}

.comments-bar .comment-count span.comment-count-icon {
  width: 32px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='43' viewBox='0 0 45 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7 22.8V17H3.6C1.6 17 0 18.6 0 20.6V35C0 36.7 1.4 38.1 3.1 38.1C3.7 38.1 4.2 38.4 4.5 38.9L5.6 40.8L6.5 42.4C6.9 43.1 7.9 43.1 8.3 42.4L9.2 40.8L10.2 39C10.5 38.4 11.1 38.1 11.8 38.1H29.8C31.8 38.1 33.4 36.5 33.4 34.5V29.2H15.1C11.6 29.2 8.7 26.3 8.7 22.8Z' fill='%23532F27'/%3E%3Cpath d='M41.4 5.2C40.9 5.2 40.5 5 40.3 4.5L38.9 2.1L38 0.599997C37.6 -0.100003 36.6 -0.100003 36.2 0.599997L35.3 2.2L34 4.3C33.7 4.9 33.1 5.2 32.4 5.2H15.1C13.1 5.2 11.5 6.8 11.5 8.8V22.8C11.5 24.8 13.1 26.4 15.1 26.4H41.4C43.4 26.4 45 24.8 45 22.8V8.8C45 6.8 43.4 5.2 41.4 5.2ZM38.3 20H18.2C17.4 20 16.8 19.4 16.8 18.6C16.8 17.8 17.4 17.2 18.2 17.2H38.4C39.2 17.2 39.8 17.8 39.8 18.6C39.7 19.4 39.1 20 38.3 20ZM38.3 14.1H18.2C17.4 14.1 16.8 13.5 16.8 12.7C16.8 11.9 17.4 11.3 18.2 11.3H38.4C39.2 11.3 39.8 11.9 39.8 12.7C39.7 13.5 39.1 14.1 38.3 14.1Z' fill='%23532F27'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}

.comments-bar .comment-count img {
  vertical-align: middle;
  margin-left: 10px;
  height: 31px;
  width: auto;
}

.comments-bar .add-btn {
  background-color: #532F27;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 225px;
  padding: 19px 30px;
  height: 60px;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  cursor: pointer;
}

.comments-bar .add-btn img {
  vertical-align: middle;
  margin-left: 10px;
}

.related-side {
  float: left;
  margin: 0 auto;
  width: 408px;
}

.related-side .related-title {
  font-size: 32px;
  color: #D81018;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 30px 0;
}

.related-side .recipe-tile {
  display: inline-block;
  height: auto;
  width: 400px;
  position: relative;
  text-align: right;
  vertical-align: middle;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.related-side .recipe-tile .thumbnail {
  height: 260px;
  width: 100%;
  background: url("../img/thumb-400.jpg") center no-repeat;
  background-size: cover;
}

.related-side .recipe-tile .info-box {
  background: white;
  height: 130px;
  width: 100%;
  box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.06);
}

.related-side .recipe-tile .recipe-title {
  position: absolute;
  right: 30px;
  bottom: 70px;
  width: 90%;
  height: 50px;
  line-height: 1.1;
  font-size: 24px;
  color: #363F45;
  font-weight: bold;
}

.related-side .recipe-tile .list-count {
  color: white;
  font-size: 14px;
  border-bottom: 2px solid #D81018;
  display: inline-block;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.related-side .recipe-tile .list-count img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.related-bottom {
  display: block;
  margin: 0 auto;
  width: 1260px;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}

.related-bottom .related-title {
  font-size: 48px;
  color: #D81018;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 40px;
}

.related-bottom a:nth-of-type(3n) .recipe-tile {
  margin-left: 0;
}

.related-bottom .recipe-tile {
  display: inline-block;
  height: auto;
  width: 400px;
  position: relative;
  text-align: right;
  vertical-align: middle;
  margin-left: 30px;
  margin-bottom: 30px;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.06);
}

.related-bottom .recipe-tile .thumbnail {
  height: 260px;
  width: 100%;
  background: url("../img/thumb-400.jpg") center no-repeat;
  background-size: cover;
}

.related-bottom .recipe-tile .info-box {
  background: white;
  height: 130px;
  width: 100%;
  box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.06);
}

.related-bottom .recipe-tile .recipe-title {
  position: absolute;
  right: 30px;
  bottom: 70px;
  width: 90%;
  height: 50px;
  line-height: 1.1;
  font-size: 24px;
  color: #363F45;
  font-weight: bold;
}

.related-bottom .recipe-tile .list-count {
  color: white;
  font-size: 14px;
  border-bottom: 2px solid #D81018;
  display: inline-block;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.related-bottom .recipe-tile .list-count img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 3px;
}

@media print {

  .main-header,
  .top-nav,
  .breadcrumbs,
  .fav-btn,
  .share-bar,
  .related-side,
  .conv-shop,
  .comments-bar,
  .comments-section,
  .related-bottom,
  .footer-menu,
  .link-access {
    display: none !important;
  }

  * {
    color: black !important;
    background: none !important;
    font-family: sans-serif !important;
  }

  .recipe-main {
    width: 100%;
  }

  .subtitle {
    max-width: 900px;
  }

  .instructions .step .step-desc {
    max-width: 800px;
  }
}

@media screen and (max-width: 640px) {
  .share-bar {
    padding: 22px;
  }

  .title-box {
    padding: 22px;
    box-sizing: border-box;
  }

  .recipe-container {
    padding: 20px;
    box-sizing: border-box;
  }

  .recipe-details .section {
    padding: 22px;
    box-sizing: border-box;
  }

  .recipe-details .section:first-of-type {
    padding-right: 22px;
  }

  .recipe-details .section span {
    font-size: 15px;
  }

  .comment-form label {
    min-width: 80px;
    display: inline-block;
  }

  .simplefavorite-button span {
    display: none;
  }

  .comments-bar {
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .comments-section {
    padding-left: 30px;
  }

  .comment-respond {
    padding: 0 20px;
  }

  .comment-respond form {
    font-size: 24px;
  }

  .comment-respond textarea,
  .comment-respond input {
    font-size: 24px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 2px solid rgba(54, 63, 69, 0.39);
  }

  .related-side {
    display: none;
  }

  .recipe-main {
    width: 100%;
  }

  .related-bottom {
    width: 100%;
  }

  .h1 {
    max-width: 80%;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 48px;
  }

  .related-bottom {
    width: 100%;
  }

  .related-bottom .recipe-tile {
    margin-left: 0;
    width: 90%;
  }
}

/*# sourceMappingURL=recipe.css.map */