.page .blogs-block .card {
  box-shadow: 0px 27px 90px 0px #D9D2C2, 0px 8.14px 48.537px 0px rgba(217, 210, 194, 0.65), 0px 3.381px 20.16px 0px rgba(217, 210, 194, 0.5), 0px 1.223px 7.291px 0px rgba(217, 210, 194, 0.35);
}

.single .entry-content > p {
  font-size: 1.15rem;
  line-height: 1.6;
}

.page .site-main {
  background: #FBF4ED;
  padding-bottom: 5rem;
  padding-top: 1px;
}
.page .section-heading {
  margin: 2.5rem auto 0.2rem;
}
.page .taxonomy-filter {
  padding: 2.2rem 1rem 0rem;
  max-width: 69rem;
  margin: 2rem auto 4rem;
  border-top: 2px solid #DB0032;
}
.page .taxonomy-filter .inner-wrapper {
  max-width: 55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.page .taxonomy-filter .cat-group {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
.page .taxonomy-filter .cat-group.active label {
  color: #DB0032 !important;
}
.page .taxonomy-filter .cat-group span {
  display: block;
}
.page .taxonomy-filter [type=radio]:not(:checked),
.page .taxonomy-filter [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.page .taxonomy-filter [type=radio]:not(:checked) + label,
.page .taxonomy-filter [type=radio]:checked + label {
  display: block;
  position: relative !important;
  top: 0;
  left: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  pointer-events: all;
  transform: none;
  color: #231F20;
  font-family: "brother-1816", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.page .taxonomy-filter [type=radio]:not(:checked) + label::before,
.page .taxonomy-filter [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  transition: all 0.2s ease-out;
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .taxonomy-filter [type=radio]:checked + label::before {
  border: 1px solid #FFFFFF;
}
@media (min-width: 800px) {
  .page .taxonomy-filter .cat-group {
    margin-bottom: 0;
  }
}
.page .blogs-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 0 1rem;
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 700px) {
  .page .blogs-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .page .blogs-block {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1450px) {
  .page .blogs-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1680px) {
  .page .blogs-block {
    gap: 3rem;
    padding: 0 3rem;
  }
}
.page .blogs-block.featured {
  padding: 0;
  max-width: 100%;
}
.page .blogs-block.featured .card {
  max-width: 100%;
  box-shadow: none;
  border: 0;
}
.page .blogs-block.featured .card .img-wrapper {
  border: 0;
}
.page .blogs-block.featured .card .text-wrapper {
  padding: 2rem 1rem;
  border: 0;
}
.page .blogs-block.featured .card .title {
  margin: 0;
}
.page .blogs-block.featured .card hr {
  margin: 0.7rem auto 1rem !important;
}
.page .blogs-block.featured .card .inner-wrapper {
  max-width: 28rem;
}
.page .blogs-block::before {
  content: "";
  background-image: url("../svg/loading.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -3.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  z-index: 999;
}
.page .blogs-block.loading::before {
  opacity: 1;
}
.page .blogs-block.loading .card {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.page .blogs-block .card {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: all 1s 0.3s ease;
  display: grid;
  grid-template-rows: 260px 1fr;
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  justify-content: space-between;
  align-items: center;
  max-width: 390px;
  margin: 0 auto;
  background: #FFFFFF;
}
.page .blogs-block .card.animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page .blogs-block .card .category {
  color: #DB0032;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}
.page .blogs-block .card .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  border: 2rem solid #FFFFFF;
}
.page .blogs-block .card .text-wrapper p {
  margin: 0;
}
.page .blogs-block .card .text-wrapper hr {
  margin: 0.8rem 0 1.1rem;
}
.page .blogs-block .card .text-wrapper .excerpt {
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.page .blogs-block .card .title {
  font-size: 1.625rem;
}
.page .blogs-block .card .read-more-link {
  display: block;
  margin-top: auto;
  color: #DB0032;
  font-family: "brother-1816", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.page .blogs-block .card .inner-wrapper {
  display: flex;
  flex-direction: column;
  flex: 100%;
  max-width: 24rem;
}
.page .blogs-block .card .img-wrapper {
  height: 100%;
  display: block;
  overflow: hidden;
}
.page .blogs-block .card .img-wrapper img {
  transition: 1s ease-out;
  height: 260px;
  object-fit: cover;
}
.page .blogs-block .card .button-wrapper {
  margin: 2.2rem auto 0 1rem;
}
.page .blogs-block .card .button-secondary::before,
.page .blogs-block .card .button-secondary::after {
  border-color: #DB0032;
}
.page .load-more-posts {
  margin: auto;
}
.page.hasHover .card .img-wrapper:hover img {
  transform: scale(1.1);
}

.single .site-main {
  background: #FBF4ED;
}
.single .asian_cuisine_101 {
  padding: 3rem 0;
}
.single .blog_category-featured-topic .entry-content {
  max-width: 61rem;
}
.single .back-blog {
  position: relative;
  top: -1rem;
  left: 1rem;
  z-index: 5;
  margin: 0;
  color: #DB0032;
}
.single .back-blog a {
  color: #DB0032;
}
.single .back-blog a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .single .back-blog {
    top: 8.5rem;
    position: absolute;
    left: 2rem;
  }
}
.single .blogs {
  padding: 4rem 0 0;
  background-color: #FFFFFF;
}
@media (max-width: 1025px) {
  .single .blogs {
    padding-top: 2rem;
  }
}
.single .blogs .category {
  color: #DB0032;
  font-size: 1.1rem;
}
.single .post-thumbnail {
  padding: 0 1rem;
  max-width: 82rem;
  margin: 0 auto;
  max-height: 40rem;
  overflow: hidden;
}
.single .post-thumbnail img {
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}
.single .meta {
  max-width: calc(100% - 2rem);
  text-align: center;
  padding: 1.25rem;
  margin: 0 auto 2rem;
  border-bottom: 2px solid #DB0032;
}
@media (min-width: 82rem) {
  .single .meta {
    max-width: 82rem;
  }
}
.single .meta p {
  margin: 0 auto;
}
.single .meta span {
  margin: 0 1rem;
}
.single .recipe-card {
  height: auto !important;
}
.single .recipe-card h2 {
  margin: 0 0 1em;
}
.single .related-articles {
  background-color: #FBF4ED;
  padding: 4rem 1rem 2rem;
  margin-top: 5rem;
}
.single .related-articles .related {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 820px;
  column-gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 1250px) {
  .single .related-articles .related {
    max-width: 1270px;
  }
}
@media (min-width: 1668px) {
  .single .related-articles .related {
    max-width: 100%;
  }
}
.single .related-articles .related .card {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: all 1s 0.3s ease;
  position: relative;
  justify-content: flex-start;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 390px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
}
.single .related-articles .related .card.animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1250px) and (max-width: 1668px) {
  .single .related-articles .related .card:nth-child(4) {
    display: none;
  }
}
.single .related-articles .related .card .category {
  color: #DB0032;
  font-size: 1.1rem;
}
.single .related-articles .related .card .title {
  font-size: 1.625rem;
}
.single .related-articles .related .card .excerpt {
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single .related-articles .related .card .read-more-link {
  display: block;
  margin-top: 1rem;
  color: #DB0032;
  font-family: "brother-1816", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.single .related-articles .related .card .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 2rem auto;
}
.single .related-articles .related .card .text-wrapper p {
  margin: 0;
}
.single .related-articles .related .card .text-wrapper hr {
  margin: 1rem 0;
}
.single .related-articles .related .card .inner-wrapper {
  width: 100%;
}
.single .related-articles .related .card .img-wrapper {
  z-index: 0;
  position: relative;
  height: 260px;
  width: 100%;
  display: block;
}
.single .related-articles .related .card .img-wrapper img {
  object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.single .related-articles .related .card .button-wrapper {
  margin: 2rem auto 0 1rem;
}
.single .related-articles .related .card .button-secondary::before,
.single .related-articles .related .card .button-secondary::after {
  border-color: #DB0032;
}

/*# sourceMappingURL=blog.min.css.map */
