body #heroCarousel {
  max-height: fit-content;
  margin-bottom: 30px;
}

body .heroCarousel__list {
  background-color: #fff;
  transition: transform 0.5s;
  display: flex;
  flex-direction: row;
}

body .heroCarousel__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: unset;
  flex: 1 0 100%;
}

.heroCarousel__img,
.heroCarousel__content {
  flex: 1;
  box-sizing: border-box;
}

body .heroCarousel__content {
  width: 50%;
}

body .heroCarousel__content a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding: 0 80px;
}

body .heroCarousel__content a .most--popular--block {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  max-width: 165px;
  width: 100%;
  background: #BBD00F;
  color: #000000;
  text-transform: uppercase;
  padding: 0 16px;
}

body .heroCarousel__content a .recipe--info {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

body .heroCarousel__content a .heroCarousel__description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Jost-Regular";
  text-align: center;
  font-weight: 500;
}

.recipe_cta {
  font-family: "Jost-bold";
  text-align: center;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

.recipe_cta::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-right.png);
  background-position: center;
  background-size: contain;
}

body .heroCarousel__content a .heroCarousel__title {
  text-transform: none;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  font-family: "Jost-Bold";
}

body .heroCarousel__img {
  width: 50%;
  height: 625px;
}

body .heroCarousel__img img {
  width: auto;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}

body .heroCarousel__controls {
  font-size: 18px;
  display: flex;
  position: absolute;
  flex-direction: row;
  gap: 10px;
  right: 5px;
  top: 690px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.articles--glossary header {
  padding: 0;
  margin-bottom: 40px;
}

body .articles--glossary__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 40px 0;
}

body .articles--glossary__badge {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  max-width: 165px;
  width: fit-content;
  background: #00ADEC;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 20px;
}

body .articles--glossary__title {
  font-family: "Jost-bold";
  font-size: 46px;
  text-align: center;
  font-weight: 800;
}

body .articles--glossary__desc {
  font-family: "Jost-Bold";
  font-size: 14px;
  text-align: center;
  color: #000;
}

body .articles--glossary__body {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

body .articles--glossary__body li {
  padding: 0 2rem 0 0;
}

body .articles--glossary__body li a {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

body .articles--glossary__body li a:hover {
  text-decoration: none;
}


body .articles--glossary__body li a i {
  color: #D9D9D9;
  font-size: 14px;
}

body .articles--glossary__body ul {
  padding: 0;
  margin: 0;
  max-width: 720px;
  width: 100%;
}

body .articles--glossary__body aside {
  max-width: 300px;
  width: 100%;
}

body .articles--glossary__ad {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #f1f1f1;
}

body .articles--glossary__letters {
  display: flex;
  border: none;
  justify-content: center;
  padding: 0;
  width: fit-content;
  border-bottom: 1px solid #EFEFEF;
  margin: 0 auto;
}

body .articles--glossary__letters li {
  padding: 0 6px;
  font-size: 20px;
  border: none;
  font-weight: 700;
  line-height: 1;
}

body .articles--glossary__letters li a {
  background: #fff;
  color: #bbbbbb;
}

body .articles--glossary__letters li a.active {
  color: #000;
  text-decoration: underline;
}


body #missing_header h2 {
  font-family: 'Jost-Bold';
  margin-top: 0 !important;
}

body .articles__section--socialNocomment>ul>li:nth-of-type(1) span {
  display: none;
}

body .articles__section--socialNocomment>ul>li li a {
  display: flex;
  background: #fff;
  padding: 0px;
  border: none;
}

body .articles__section--socialNocomment>ul>li:last-of-type {
  width: 100%;
  background: #fff;
}

body .articles__section--socialNocomment>ul>li {
  display: block;
}



.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px 25px;
  max-width: 600px;
  width: 100%;
}

#modalContent {
  margin-bottom: 14px;
  line-height: normal;
}

#modal .articleGrid header {
  padding: 0;
}

#modal .articleGrid h2 {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: none;
}

#modal .articlesWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

#modal section.articleGrid .articleGrid__list {
  display: flex;
  flex-direction: row;
  gap: 14px;
  width: 100%;
  max-width: 100%;
}

#modal .recipe-fav-btn-js {
  display: none;
}

#modal .articleGrid__imgContainer {
  width: 100%;
  max-width: 60px;
  height: 100%;
  max-height: 60px;
}

#modal .cooking-time {
  display: none;
}

#modal .article_cat {
  display: none;
}

#modal .articleGrid__caption {
  border: none;
  padding: 0;
}

#modal section.articleGrid article.articleGrid__list .articleGrid__caption>div.details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#modal .article_title {
  font-size: 16px;
  font-family: "Jost-Bold";
  line-height: 1;
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

.modal_header {
  text-align: center;
  font-size: 24px;
  font-family: "Jost-bold";
  margin: 20px auto;
}

.modal_title {
  font-family: "Jost-bold";
  font-size: 20px;
}

.modal_title_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
  align-items: center;
  gap: 10px;
}

.modal__controls_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__controls_wrapper span {
  display: flex;
  align-items: center;
  gap: 5px;
}

body .articles__section--socialNocomment {
  border-bottom: none;
  padding: 0;
}

body .articles__section--socialNocomment>ul>li li:hover a {
  background: unset !important;
}

body .siteContainer {
  -webkit-transform: unset;
  transform: unset;
}

body .footer {
  z-index: 1;
  position: unset;
}

body .fa-lg {
  font-size: 1.2rem;
  line-height: 1;
}

body .articles__section--socialNocomment>ul>li>ul {
  display: flex;
  gap: 12px;
  width: 100%;
}

body .recipe-course .cat {
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
}

body .recipe-sub-details-container {
  max-width: 480px;
}

body .icon-container {
  flex: 1;
  text-align: center;
}

body .details-container ul li {
  margin-bottom: 12px;
}

body .download-svg {
  background: url(../img/svg/download.svg) no-repeat;
  width: 22px;
  height: 22px;
  display: block;
}

body .related-recipes-heading {
  font-size: 46px;
  font-family: 'Jost-Bold';
  color: #000;
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
}

body .authorBlurb {
  width: 100%;
}

body .recipe-course span.sponsored {
  text-transform: uppercase;
}

body .the-author {
  font-size: 12px;
  font-weight: 500;
  font-family: futura, sans-serif;
}

#incredients-container {
  width: 100%;
}

#incredients-container h3 {
  margin: 20px 0;
}

#incredients-container .recipe-link {
  display: block;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  border: 1px solid #000;
  border-radius: 8px;
  text-align: center;
  max-width: 150px;
  text-transform: uppercase;
  font-family: futura, sans-serif;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

#incredients-container .recipe-link:hover {
  background: #333;
}

body .authorBlurb__wrapper {
  max-width: 985px;
  width: 100%;
}

body .articles__section--socialComment {
  max-width: 650px;
  width: 100%;
}

body .comment-flag {
  background: url(../img/svg/flag.svg) no-repeat;
  max-width: 15px;
  width: 100%;
  height: 17px;
  display: block;
  float: right;
  margin-top: 5px;
}

body .comments__list .comment-reply-link {
  display: none;
  visibility: hidden;
}

body .error__button {
  background: #000;
  color: #fff;
}

body .comments__list p,
.comments__list--vcard p {
  display: block;
  padding: 0 48px;
}

@media screen and (min-width: 460px) {
  body .heroCarousel__item {
    max-width: 100%;
    max-height: fit-content;
  }

  body .left-col.col {
    max-width: unset;
  }
}

@media only screen and (max-width: 767px) {
  body .icon-container {
    flex: unset;
  }

  body .heroCarousel__item {
    display: flex;
    flex-direction: column;
    max-width: unset;
    max-height: unset;
  }

  body .heroCarousel__img img {
    width: auto;
    height: 350px;
    object-fit: cover;
  }

  body .heroCarousel__controls {
    right: unset;
    left: 50%;
    top: 425px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  body .heroCarousel__controls i {
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    padding: 8px 12px;
    cursor: pointer;
  }

  body .heroCarousel__list {
    width: unset !important;
  }

  body .heroCarousel__img {
    width: 100%;
  }

  body .heroCarousel__content {
    width: 100%;
    padding-top: 40px;
  }

  body .heroCarousel__content a {
    padding: 0;
    gap: 10px;
  }

  body .articles--glossary__body {
    flex-direction: column;
  }

  body .articles--glossary__letters {
    display: none !important;
    width: 100%;
    justify-content: unset;
    overflow-x: scroll;
    padding: 0;
  }

  body .articles--glossary__letters::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  body .articles--glossary__body ul {
    padding: 0;
    margin: 0;
  }

  body .articles--glossary__letters li {
    height: auto;
    margin: 0;
  }

  body .articles--glossary__desc br {
    display: none;
  }

  body .articles--glossary__body li {
    padding: 0;
  }

  body .modal-content {
    max-width: 95%;
  }

  body .footer {
    z-index: 1;
  }


  body .articles__section--socialNocomment>ul {
    padding: 0;
  }

  body #missing_header h2 {
    margin-left: 0 !important;
  }

  body .articleGrid__list:nth-of-type(2n+2) {
    padding-left: 0;
  }

}