/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* 
Blog module
*/
.kr_blog_post_area .blog_post {
  margin-bottom: 30px;
  padding-bottom:30px;
  border-bottom:1px solid #ebebeb;
}
.kr_blog_post_area .blog_post .post_thumbnail {
  position: relative;
  margin-bottom:30px;  
}
.kr_blog_post_area .blog_post .post_thumbnail .blog_mask {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.4);
}
.kr_blog_post_area .blog_post .post_thumbnail .blog_mask .blog_mask_content {
  position: absolute;
  left: 110%;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kr_blog_post_area .blog_post .post_thumbnail .blog_mask .blog_mask_content a {
  display: block;
  text-align: center;
  font-size: 70px;
  color: #fff;
}
.kr_blog_post_area .blog_post .post_thumbnail:hover .blog_mask {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.kr_blog_post_area .blog_post .post_thumbnail:hover .blog_mask .blog_mask_content {
  left: 50%;
}
.kr_blog_post_area .blog_post .post_thumbnail:hover .post_meta {
  opacity: 0;
  visibility: hidden;
}
.kr_blog_post_area .blog_post .post_content .post_title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px
}
.kr_blog_post_area .blog_post .post_content .post_title a {
  color: inherit;
}
.kr_blog_post_area .blog_post .post_content .post_title a:hover {
  color: #666;
}
.kr_blog_post_area .blog_post .post_content .post_meta {
  margin-bottom: 10px;
}
.kr_blog_post_area .blog_post .post_content .post_meta > p {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
  float: left;
  color: #555555;
  border-right: 1px solid #555555;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.kr_blog_post_area .blog_post .post_content .post_meta > p span {
  color: #000000;
}
.kr_blog_post_area .blog_post .post_content .post_meta > p:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.kr_blog_post_area .blog_post .post_content .post_description {
  font-size: 1.4rem;
  line-height: 2.1;
}
.kr_blog_post_area .blog_post .post_content .post_description {
	text-align: justify;
}
.kr_blog_post_area .blog_post .post_content .post_description p {
  margin-bottom: 10px;
}
.kr_blog_post_area .blog_post .post_content .read_more a {
  color: #555555; 
  font-size:16px;
  font-weight: bold;
  text-transform: capitalize; 
}
.kr_blog_post_area .blog_post .post_content .read_more a i {
  display: inline-block;
  vertical-align: -2px;
}
.kr_blog_post_area .blog_post .post_content .read_more a:hover {
  color: #000;
}
.kr_blog_post_area .blog_post .blog_post_bottom {
  margin-top: 60px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post {
  margin-bottom: 25px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul {
  display: block;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li {
  float: left;
  margin-right: 15px;
  max-width: 250px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li img {
  display: block;
  margin-bottom: 10px;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li h5 a {
  color: #000000;
}
.kr_blog_post_area .blog_post .blog_post_bottom .related_post ul li h5 a:hover {
  color: #666;
}
.kr_blog_post_area.blog_style_column .blog_post .post_title {
  font-size: 1.8rem;
  line-height: 1.3;
}
.kr_blog_post_area.blog_style_column .blog_post .post_content .post_meta {
  margin-bottom: 20px;
}
.kr_blog_post_area.blog_style_column .blog_post .post_content .post_meta > p {
  line-height: 1.4;
}
.kr_blog_post_area .comment_respond {
  margin-bottom: 60px;
}
.block.blog_block .block_content.products-block ul li .products-block-image {
  width: 79px;
  overflow: hidden;
  display: block;
  height: 63px;
}
.block.blog_block .block_content.products-block ul li .products-block-image img {
  max-width: none;
}
.block.blog_block .block_content.products-block ul li h5 a {
  font-size: 1.5rem;
}

.blog_block.blog_search .block_content .form-control {
  height: 46px;
  padding: 3px 15px;
  margin-bottom: 10px;
}
/* Additioanl style blog css */
.kr_blog_post_area .blog_post.col-sm-6:nth-of-type(2n+1){
	clear: left;
}
.kr_blog_post_area .blog_post.col-sm-3:nth-of-type(4n+1){
	clear: left;
}
.kr_blog_post_area .blog_post.col-sm-4:nth-of-type(3n+1){
	clear: left;
}
/* post formart carousel */
.blog_post .slick-prev, .blog_post .slick-next{
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-top: -21px;
	color: #555555;
	background: #ECECEC;
	font-size: 25px;
	display: block;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog_post .slick-prev:hover, .blog_post .slick-next:hover{
  color: #fff;
  background-color: #000;
}
.blog_post .slick-prev.slick-disabled, .blog_post .slick-next.slick-disabled{
  cursor: default;
  color: #555555;
  background: #ECECEC;
}
.blog_post .slick-prev{
  left: 0px;
}
.blog_post .slick-next{
  right: 0px;
}
.blog_post:hover .slick-prev, .blog_post:hover .slick-next{
  opacity: 1;
}
.blog_post:hover .slick-prev {
  left: 30px;
}
.blog_post:hover .slick-next{
  right: 30px;
}
.home_blog_post .post_thumbnail .post_format_items .embed-responsive-16by9{
	padding-bottom: 52.00%;
}
.blog_post_content p.meta_author,.blog_post_content p.meta_date {
    display: inline-block;
    padding-right: 10px;
}
.blog_post_content p.meta_category {
    display: inline-block;
}
.blog_post_content a.more {
    float: right;
}
.home_blog_post h3.page-heading {
    margin-bottom: 5px;
}
.row.home_blog_post_inner.carousel.slick-initialized.slick-slider {
    margin-top: 30px;
}
.arrow_carrot-right:before {
    content: ">";
}
.arrow_carrot-left:before {
    content: "<";
}
.home_blog_post .post_thumbnail .post_format_items{
    padding-bottom: 52.00%;
}
.embed-responsive-16by9{
    padding-bottom: 52.00%;
}
.xipblog_img,.img-responsive{
	display: block;
	max-width: 100%;
	height: auto; 
}
.xipblog_img.avatar  {
	margin:20px 0;
}
.comment_content_bottom {
	margin:30px 0;
	font-style:italic;
	font-size:13px;
}
.home_blog_post .post_thumbnail .post_format_items {
    padding-bottom: 0px;
}

.blog_title_block {
  margin-bottom: 20px;
}

.kr_blog_post_area .blog_post .post_content .post_description ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.kr_blog_post_area .blog_post .post_content .post_description ul li {
  list-style-type: disc;
  font-size: 14px;
}

.kr_blog_post_area .blog_post_content .post_description p {
  line-height: 22px;
}

#module-xipblog-archive .kr_blog_post_area .blog_post_content .post_description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#module-xipblog-archive .kr_blog_post_area .blog_post .post_thumbnail {
  height: 165px;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#module-xipblog-archive .kr_blog_post_area .blog_post .post_thumbnail img {
  height: 100%;
  width: auto !important;
  max-width: none;
}

#module-xipblog-archive #wrapper, #module-xipblog-single #wrapper {
  padding-top: 30px;
}

.post_description a {
  color: #8AC43F;
}

.post_description a:hover, .related_category_link a:hover {
  text-decoration: underline;
}

.related_category_link a {
  color: #8AC43F;
}

/* ===== Recipe info header (single article, under the image) ===== */
.recipe_info_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px;
  margin: 20px 0 24px;
  padding: 18px 20px;
  background: #f5f3ec;
  border-radius: 5px;
}

.recipe_info_item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 150px;
}

.recipe_info_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #8ac43f; /* brand accent - adjust as needed */
}

.recipe_info_icon svg {
  width: 22px;
  height: 22px;
}

.recipe_info_text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.recipe_info_label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a8a8a;
}

.recipe_info_value {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

@media (max-width: 575px) {
  .recipe_info_header {
    gap: 14px 12px;
    padding: 15px 12px;
  }

  .recipe_info_item {
    flex: 1 1 45%;
    min-width: 120px;
    gap: 5px;
  }

  .recipe_info_value {
    text-align: left;
    font-size: 13px;
    line-height: 15px;
  }

  .recipe_info_icon {
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
  }
}

/* ===== Ingredients checklist (single article) ===== */
.recipe_ingredients {
  margin: 0 0 24px;
  /* padding: 22px 24px;
  background: #f5f3ec;
  border-radius: 10px; */
}

.recipe_ingredients_list {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  width: fit-content;
  max-width: 350px;
}

.recipe_ingredient_item {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

.recipe_ingredient_item + .recipe_ingredient_item {
  border-top: 1px solid #e6e2d6;
}

.recipe_ingredient_label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 5px 0;
  cursor: pointer;
  font-weight: 400;
}

/* hide the native checkbox, keep it accessible */
.recipe_ingredient_check {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.recipe_ingredient_box {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 2px solid #8ac43f; /* brand accent - adjust as needed */
  border-radius: 5px;
  background: #fff;
  position: relative;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.recipe_ingredient_box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease;
}

.recipe_ingredient_check:checked + .recipe_ingredient_box {
  background: #8ac43f;
  border-color: #8ac43f;
}

.recipe_ingredient_check:checked + .recipe_ingredient_box::after {
  opacity: 1;
}

.recipe_ingredient_text {
  /* flex: 1 1 auto; */
  font-size: 16px;
  color: #333;
  transition: color 0.15s ease;
}

/* checked ingredient: strikethrough + lighter gray */
.recipe_ingredient_check:checked ~ .recipe_ingredient_text {
  text-decoration: line-through;
  color: #b3b3b3;
}

.recipe_ingredient_check:focus-visible + .recipe_ingredient_box {
  outline: 2px solid #6a994e;
  outline-offset: 2px;
}

/* ===== "View category" bar under related products (single article) ===== */
.related_category_bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 12px 16px;
  border: 1px solid #e6e2d6;
  border-radius: 5px;
  background: #fff;
}

.related_category_thumbs {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.related_category_thumb {
  width: 52px;
  height: 52px;
  border: 1px solid #e6e2d6;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related_category_thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.related_category_name {
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.related_category_btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 24px;
  background: #8AC43F; /* brand accent - adjust as needed */
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.15s ease;
  font-size: 12px;
    text-transform: uppercase;
}

.related_category_btn svg {
  width: 18px;
  height: 18px;
}

.related_category_btn:hover {
  background: #253237;
  color: #fff;
  text-decoration: none;
}

.postInformation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.meta_author {
  color: #555555;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Phones Portrait */
@media only screen and (min-width : 320px) and (max-width : 479px) {
  #module-xipblog-archive .kr_blog_post_area .blog_post .post_thumbnail img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  #module-xipblog-archive .kr_blog_post_area .blog_post .post_thumbnail {
    height: auto !important;
    margin-bottom: 10px;
  }

  .recipe_ingredients_list {
    width: 100%;
    max-width: 100%;
  }

  .related_category_bar {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .related_category_thumbs {
    order: 1;
    flex: 1 1 100%;
    justify-content: center;
  }

  .related_category_name {
    order: 2;
    margin-left: 0;
    flex: 1 1 100%;
  }

  .related_category_btn {
    order: 3;
  }

  .kr_blog_post_area .blog_post .post_content .post_meta {
    margin-bottom: 0;
  }

  .postInformation {
    margin-bottom: 15px;
  }
}

/* Phones Landscape */
@media only screen and (min-width : 480px) and (max-width : 767px) {
  .kr_blog_post_area .blog_post .post_thumbnail {
    height: 140px;
    margin-bottom: 10px;
  }
}

/* Phones Portrait and Landscape */
@media only screen and (min-width : 320px) and (max-width : 767px) {
  #module-xipblog-archive #wrapper, #module-xipblog-single #wrapper {
    padding-top: 0;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
  #module-xipblog-archive .kr_blog_post_area .blog_post .post_thumbnail {
    height: 75px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  #module-xipblog-archive .kr_blog_post_area .blog_post .post_thumbnail {
    height: 120px;
  }
}

/* Small and Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 1199px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  #module-xipblog-single .kr_blog_post_area .blog_post .post_thumbnail {
    max-height: 550px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #module-xipblog-single .kr_blog_post_area .blog_post .post_thumbnail img {
    height: 100%;
    width: auto !important;
    max-width: none;
  }
}
