/* ------------------------------------*\
    COLOURS
\*------------------------------------ */
/* ------------------------------------*\
    FONT FAMILY
\*------------------------------------ */
/* ------------------------------------*\
    FONT WEIGHTS
\*------------------------------------ */
/* ------------------------------------*\
    FONT SIZES
\*------------------------------------ */
/* ------------------------------------*\
    PAGE SIZES
\*------------------------------------ */
.recipe-landing {
  background: #000;
  padding-top: 80px;
}
.recipe-landing__sidebar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 0 20px;
  row-gap: 15px;
  width: 25%;
	margin-right: 3%;
}
@media only screen and (max-width: 991px) {
  .recipe-landing__sidebar a {
    display: ruby;
    text-align: center;
  }
}
@media only screen and (max-width: 1279px) {
  .recipe-landing__sidebar {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
	  margin-right: 0% !important; 
  }
}
@media only screen and (max-width: 991px) {
  .recipe-landing__sidebar {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .recipe-landing__sidebar {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recipe-landing__sidebar .browse__item {
  width: 140px;
  height: 140px;
}
.recipe-landing__post-image img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.recipe-landing__post-link {
  text-decoration: none;
}
.recipe-landing__post-title {
  color: #fff;
  padding: 12px 10px;
  min-height: 70px;
}
.recipe-landing__item {
  position: relative;
  border: 0.25px solid #cecece;
  border-radius: 4px 4px 4px 4px;
  height: fit-content;
  padding-bottom: 25px;
}
.recipe-landing__item .site-btn {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  padding: 5px 0px;
}
.recipe-landing__wrapper {
  display: flex;
  row-gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1279px) {
  .recipe-landing__wrapper {
    display: block;
  }
}
.recipe-landing__main-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 20px;
  row-gap: 20px;
  grid-column-gap: 20px;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .recipe-landing__main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .recipe-landing__main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recipe-landing__related-title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.recipe-landing__btn {
  text-align: center;
  padding-bottom: 50px;
}
.recipe-landing__item-btn {
  text-align: center;
}

.recipe-landing__item:hover .site-btn {
  background-color: #232323;
}

/*# sourceMappingURL=recipes-landing.css.map */
