/*==== BLOG CSS ====*/
.cooking_lms .blog_item {
  cursor: pointer;
  display: block;
  margin-top: 30px;
}

@media only screen and (max-width: 479px) {
  .cooking_lms .blog_item {
    margin-top: 25px;
  }
}

.cooking_lms .blog_item:hover img {
  transform: scale(1.05);
}

.cooking_lms .blog_item:hover .blog_item_title {
  color: var(--frontend-primary, #f28054);
}

.cooking_lms .blog_item_img {
  display: block;
  width: 100%;
  padding-bottom: 60.65%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .blog_item_img {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .blog_item_img {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .blog_item_img {
    margin-bottom: 10px;
  }
}

.cooking_lms .blog_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out;
}

.cooking_lms .blog_item > span {
  color: var(--frontend-text-color, #687083);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .blog_item > span {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .blog_item > span {
    margin-bottom: 5px;
  }
}

.cooking_lms .blog_item_title {
  font-family: 'DM Sans', sans-serif;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: bold;
  color: var(--frontend-primary-2, #4D3222);
  transition: all .4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cooking_lms .blog_item_title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .blog_item_title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .cooking_lms .blog_item_title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cooking_lms .blog_item_title {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cooking_lms .blog_item_title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .cooking_lms .blog_item_title {
    margin-bottom: 10px;
  }
}

.cooking_lms .blog_item .redmore {
  transition: all .4s ease-in-out;
  color: var(--frontend-primary, #f28054);
}

.cooking_lms .blog_item .redmore span {
  border-color: var(--frontend-primary, #f28054);
}
