.bi-main-wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* SECTION WRAPPER */

.blog-left {
	flex: 0 0 75%;
  	max-width: 75%;
}

.blog-sidebar {
	flex: 0 0 25%;
  max-width: 25%;
}

/* RECIPE LABEL */

.recipe-label {
	display: table;
	background: #f25c3a;
	color: #fff;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: 12px;
}

/* TITLE */

.blog-title {
font-size: 64px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  border-bottom: 3px solid #111;
  display: inline-block;
  padding-bottom: 6px;  
}

/* DESCRIPTION */
  
.blog-desc {
	font-size: 16px;
	color: #000;
	max-width: 100%;
	margin-bottom: 10px;
	line-height: 1.6;
}

/* META */

.blog-meta {
	font-size: 15px;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
	margin-bottom: 20px;
}

.blog-meta-time-share {

	display: inline-flex;
	align-items: center;
	gap: 10px;

	white-space: nowrap;

}

.blog-meta-reltime {

	display: inline-flex;
	align-items: center;
	gap: 6px;

}

.blog-meta .blog-detail-share-trigger img {

	display: block;

}

/* IMAGE */

.blog-featured-image img {
	width: 100%;
	border-radius: 12px;
	margin: 15px 0 18px;
	object-fit: cover;
}

/* RECIPE INFO ROW */

.recipe-info-row {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
	justify-content: center;
}

.info-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

/* RESPONSIVE */

@media (max-width:992px) {

	.blog-title {
		font-size: 30px;
	}

	.blog-desc {
		max-width: 100%;
	}

}

@media (max-width:768px) {

	.blog-title {
		font-size: 24px;
	}

	.recipe-info-row {
		gap: 18px;
	}

}

@media (max-width:480px) {

	.blog-title {
		font-size: 20px;
		line-height: 1.35;
	}

	.blog-meta {
		flex-wrap: wrap;
		gap: 10px;
	}

	.recipe-info-row {
		flex-direction: column;
		gap: 8px;
	}

}

@media (max-width:360px) {

	.blog-title {
		font-size: 18px;
	}

	.recipe-label {
		font-size: 11px;
	}

	.blog-desc {
		font-size: 13px;
	}

}

/* INGREDIENTS SECTION */

.ingredients-section {
	margin-top: 25px;
}

.ingredients-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}

.ingredient-group {
	margin-bottom: 18px;
}

.ingredient-group h5 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Ingredient List */

.ingredient-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.ingredient-list li {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	line-height: 1.5;
}

/* square box */

.ingredient-box {
	width: 12px;
	height: 12px;
	border: 2px solid #bdbdbd;
	display: inline-block;
	margin-top: 4px;
	flex-shrink: 0;
}

/* bold quantity */

.ingredient-list b {
	font-weight: 700;
}


/* RESPONSIVE */

@media(max-width:768px) {

	.ingredients-title {
		font-size: 18px;
	}

	.ingredient-list li {
		font-size: 13px;
	}

}

@media(max-width:480px) {

	.ingredient-list li {
		font-size: 13px;
		gap: 8px;
	}

	.ingredient-box {
		width: 11px;
		height: 11px;
	}

}

@media(max-width:360px) {

	.ingredient-list li {
		font-size: 12px;
	}

}


/* PREPARATION TITLE */

.prep-heading {
	font-size: 20px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 20px;
}

/* STEP BLOCK */

.prep-step-block {
	margin-bottom: 35px;
}

/* TEXT COLUMN */

.prep-text {
	padding-right: 20px;
}

/* STEP HEADER */

.prep-title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

/* STEP NUMBER */

.prep-step-number {
	width: 26px;
	height: 26px;
	background: #e53935;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
}

/* STEP TITLE */

.prep-title-row h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

/* STEP LIST */

.prep-list {
	padding-left: 18px;
	margin: 0;
}

.prep-list li {
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 1.6;
	color: #333;
}

/* IMAGE */

.prep-image-col img {
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	/* shadow */
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* RESPONSIVE */

@media (max-width:768px) {

	.prep-heading {
		font-size: 18px;
	}

	.prep-list li {
		font-size: 13px;
	}

}

@media (max-width:576px) {

	.prep-text {
		padding-right: 0;
		margin-bottom: 15px;
	}

}

@media (max-width:360px) {

	.prep-step-number {
		width: 22px;
		height: 22px;
		font-size: 12px;
	}

	.prep-title-row h4 {
		font-size: 14px;
	}

	.prep-list li {
		font-size: 12px;
	}

}

/* ABOUT ME TITLE */

.about-title {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

.about-title span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

/* lines */

.about-title:before,
.about-title:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 35%;
	height: 1px;
	background: #ddd;
}

.about-title:before {
	left: 0;
}

.about-title:after {
	right: 0;
}

/* CARD */

.about-card {
	border: 1px solid #e5e5e5;
	padding: 25px 20px;
	text-align: center;
	margin-bottom: 50px;
}

/* LOGO */

.about-logo {
	width: 140px;
	height: 140px;
	margin: auto;
	margin-bottom: 15px;
	border-radius: 50%;
	background: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-logo img {
	max-width: 90px;
}

/* TEXT */

.about-card p {
	font-size: 14px;
	color: #444;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* SOCIAL ICONS */

.about-social {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.social {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.social i {
	font-size: 16px;
	line-height: 1;
}

/* COLORS */

.fb {
	background: #3b5998;
}

.ig {
	background: #e4405f;
}

.tt {
	background: #000000;
}

.yt {
	background: #ff0000;
}

.tw {
	background: #1da1f2;
}

.ln {
	background: #0077b5;
}

.pt {
	background: #e60023;
}

/* RESPONSIVE */

@media(max-width:480px) {

	.about-logo {
		width: 120px;
		height: 120px;
	}

	.about-logo img {
		max-width: 80px;
	}

	.about-card p {
		font-size: 13px;
	}

}

.sidebar-widget.about-widget {
	padding-left: 60px;
}


/* NEWSLETTER BOX */

.newsletter-box {
	background: #f5f5f5;
	padding: 35px 25px;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 30px;
}

/* TITLE */

.newsletter-box h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* DESCRIPTION */

.newsletter-box p {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin-bottom: 25px;
}

/* INPUT */

.newsletter-box input {
	width: 100%;
	padding: 14px;
	border: none;
	background: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	outline: none;
}

/* BUTTON */

.newsletter-box button {
	width: 100%;
	background: #e50914;
	color: #fff;
	border: none;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	transition: all .3s ease;
}

.newsletter-box button:hover {
	background: #c40711;
	transform: translateY(-2px);
}

@media(max-width:480px) {

	.newsletter-box {
		padding: 25px 20px;
	}

	.newsletter-box h4 {
		font-size: 18px;
	}

	.newsletter-box button {
		padding: 12px;
		font-size: 14px;
	}

}

/* LATEST RECIPES BOX */

.latest-recipes-box {
	border: 1px solid #e5e5e5;
	padding: 25px;
	margin-bottom: 30px;
}

/* TITLE */

.latest-title {
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

.latest-title span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	background: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

/* title lines */

.latest-title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	z-index: 1;
}

/* ITEM */

.latest-item {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 20px;
	text-decoration: none;
}

.latest-item:last-child {
	margin-bottom: 0;
}

/* IMAGE */

.latest-item img {
	width: 125px;
	height: 110px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}

/* TEXT */

.latest-content h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 6px 0;
	color: #222;
	line-height: 1.3;
}

.latest-content span {
	font-size: 15px;
	color: #999;
}

/* HOVER */

.latest-item:hover h5 {
	color: #e50914;
}

.latest-item:hover {
	text-decoration: none;
}

/* RESPONSIVE */

@media (max-width:768px) {

	.latest-item img {
		width: 85px;
		height: 65px;
	}

	.latest-content h5 {
		font-size: 14px;
	}

}

@media (max-width:480px) {

	.latest-recipes-box {
		padding: 20px;
	}

	.latest-item {
		gap: 10px;
	}

	.latest-item img {
		width: 75px;
		height: 60px;
	}

	.latest-content h5 {
		font-size: 13px;
	}

	.latest-content span {
		font-size: 11px;
	}

}


/* POPULAR CATEGORIES */

.popular-categories-box {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	padding: 25px;
	margin-bottom: 30px;
}

/* TITLE */

.popular-categories-box h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

/* LIST */

.popular-categories-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.popular-categories-box li {
	margin-bottom: 15px;
}

.popular-categories-box li:last-child {
	margin-bottom: 0;
}

/* ROW */

.popular-categories-box a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #333;
	font-size: 15px;
}

/* COUNT BADGE */

.popular-categories-box b {
	background: #d9d9d9;
	color: #333;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 8px;
	font-weight: 600;
}

/* HOVER */

.popular-categories-box a:hover {
	color: #e50914;
}

@media (max-width:480px) {

	.popular-categories-box {
		padding: 20px;
	}

	.popular-categories-box h4 {
		font-size: 16px;
	}

	.popular-categories-box a {
		font-size: 14px;
	}

	.popular-categories-box b {
		font-size: 12px;
		padding: 3px 8px;
	}

}

/* SIDEBAR AD */

.sidebar-ad {
	margin-bottom: 30px;
}

.sidebar-ad a {
	display: block;
}

.sidebar-ad img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
	transition: all .3s ease;
}

/* hover effect */

.sidebar-ad img:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}


/* RELATED BLOGS */

.related-blogs {
	margin-top: 40px;
}

/* TITLE */

.related-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

/* GRID */

.related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* CARD */

.related-card {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: #222;
	background: #fff;
	transition: all .3s ease;
}

.related-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* IMAGE */

.related-card img {
	width: 100%;
	height: 248px;
	object-fit: cover;
}

/* CONTENT */

.related-content {
	padding: 15px;
}

.related-content h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.related-content p {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
	line-height: 1.5;
}

/* META */

.related-meta {
	display: flex;
	gap: 15px;
	font-size: 12px;
	color: #888;
}

/* TABLET */

@media (max-width:992px) {

	.related-grid {
		grid-template-columns: repeat(2, 1fr);
	}

}

/* MOBILE */

@media (max-width:576px) {

	.related-grid {
		grid-template-columns: 1fr;
	}

	.related-card img {
		height: 200px;
	}

}


/* COMMENT SECTION */

.comment-section {
	margin-top: 50px;
}

/* CARD */

.comment-card {
	background: #fff;
	border-radius: 12px;
	padding: 35px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

/* TITLE */

.comment-card h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* NOTE */

.comment-note {
	font-size: 13px;
	color: #666;
	margin-bottom: 15px;
}

/* RATING */

.rating {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	margin-bottom: 25px;
}

.stars {
	color: #f5c518;
	font-size: 16px;
}

/* FORM */

.form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.form-group {
	flex: 1;
}

.form-group input,
.form-group textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px;
	font-size: 14px;
	outline: none;
	background: transparent;
}

.form-group textarea {
	height: 80px;
	resize: none;
}

/* BUTTON */

.comment-btn {
	background: #e50914;
	color: #fff;
	border: none;
	padding: 12px 22px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	transition: all .3s ease;
}

.comment-btn:hover {
	background: #c40711;
}

@media (max-width:768px) {

	.form-row {
		flex-direction: column;
		gap: 15px;
	}

	.comment-card {
		padding: 25px;
	}

}

@media (max-width:480px) {

	.comment-card h3 {
		font-size: 20px;
	}

	.comment-btn {
		width: 100%;
	}

}


@media (max-width: 991px) {
	.sidebar-widget.about-widget {
		padding-left: 0;
		padding-top: 50px;
	}
}


.social:hover {
	color: #fff;
	text-decoration: none;

}
.social {
	text-decoration: none;
}
.social i {
	text-decoration: none;
}


.blog-detail-wrapper p img {
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 1385px) {
	.blog-left {
		flex: 0 0 65%;
  		max-width: 65%;
	}
	.blog-sidebar {
		flex: 0 0 35%;
  		max-width: 35%;
	}
	.sidebar-widget.about-widget {
		padding-left: 0
	}
}



@media (max-width: 767px) {
	.blog-left {
		flex: 0 0 100%;
  		max-width: 100%;
	}
	.blog-sidebar {
		flex: 0 0 100%;
  		max-width: 100%;
	}
	.sidebar-widget.about-widget {
		padding-left: 0
	}
	.bi-main-wrapper {
		padding-top: 50px;
	}
	div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
		width: 100% !important;
	}
}


/* Share popup (news detail / homepage stories pattern) */

.bi-share-popup {

	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;

}

.bi-share-popup.active {

	display: flex;

}

.bi-share-box {

	background: #fff;
	padding: 24px;
	border-radius: 14px;
	width: 280px;
	text-align: center;
	animation: blogDetailPopupIn 0.25s ease;

}

@keyframes blogDetailPopupIn {

	from {
		transform: scale(0.8);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}

}

.bi-share-box h4 {

	margin-bottom: 18px;
	font-family: 'Oswald', sans-serif;

}

.bi-share-options {

	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;

}

.bi-share-options a {

	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f3f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #111;
	font-size: 18px;
	transition: 0.3s;
	text-decoration: none;

}

.bi-share-options a:hover {

	background: #ff0000;
	color: #fff;
	transform: translateY(-3px);

}

.bi-share-close {

	border: none;
	background: #111;
	color: #fff;
	padding: 8px 16px;
	border-radius: 8px;
	cursor: pointer;

}

.bi-share {

	cursor: pointer;

}
