/*General styling*/


/* Styling for desktop and larger screens */
@media only screen and (min-width: 991px) { 
    .only-mobile{
        display: none !important;
    }
		
		.content-sidebar {
  height: fit-content; /* ensures it doesn't stretch unnecessarily */
}
		
		.recipe-filters {
				 height: fit-content; /* ensures it doesn't stretch unnecessarily */
		}
		
		
	/*	.chrisgreen {
		margin-top:-27px !important;
}

.chrisgreen img {
		margin-top:-27px !important;
}*/
		

	/*	.comments-section-wrapper{
			justify-content:center !important;
			display:flex;
		}*/
		
	/*	.comments-section{
				max-width: 700px; 
        width: 100%;			
		}*/
		.custom-text-desktop{
				margin-top:160px;
		}	
		
		
		.comment-sec{
				width:700px !important;
		}
		.single-comment{
				width:1000px !important;
		}
		
		.mobile-divider{
				margin-top:-30px;
				margin-bottom: -15px !important;
		}
	#respond h3, h3#comments {
    text-align: center;
    font-size: 29px;
}
		
		.intro-left {
    justify-content:center !important;
}
		
		.related-posts-section {
				margin-top: -132px;
     
		}	
		
		.custom-mobile-buttons {
			  margin-top: -10px !important;	
				
		}
		
}


	/*style for search ajax results*/
.material #search-outer #search {
        margin-top: 50px !important;
		    height: 200px !important;
    }


#header-outer[data-lhe="animated_underline"] li > a .menu-title-text {
 color: white;
}

#header-outer[data-lhe="animated_underline"] li > a .menu-title-text:hover {
 color: #e4990d!important;
}

.custom-buttons{
		border-radius:8px;
}

.custom-paragraph{
		margin-top:22px;
}

.custom-footer-heading{
			font-size:25px !important;
		  margin-bottom:8px;
}

#footer-outer .widget h4, #sidebar h4 {
    margin-bottom: 8px;
    font-size: 21px;
}

/*styles for mobile screens*/
@media only screen and (max-width: 990px) { 
.custom-text{
		font-size:18px !important;
		line-height:0;
}
		
		.custom-mobile-buttons {
			  margin-top: -20px !important;	
				
		}
		
		.giveaway p{
			font-size:14px;	
		}
		
		.giveaway{
				margin:0 !important;
				padding:20px !important;
		}
		
		.giveaway-heading{
			font-size:22px !important;		
		}
		
		
		
/* Remove left padding/margin for unordered lists */
ul {
    padding-left: 10px !important; /* Remove default padding */
    margin-left: 0 !important; /* Remove default margin */
    list-style-position: inside; /* Align bullet closer to the content */
}
		
ol {
		padding-left: 10px !important; /* Remove default padding */
    margin-left: 0 !important; /* Remove default margin */
    list-style-position: inside; /* Align bullet closer to the content */
		}

.custom-heading{
			font-size:26.5px !important;
}
	.custom-recipe-pararagraph {
			font-size:15px !important;
			
		}
		
.custom-heading-unique{
		font-size:29px !important;
		}
		
.custom-special-heading{
		 text-align: center;
    font-size: 35px;
    line-height: 47px;
    margin-top: -89px;

		}
		
	.image-divider{
		max-width:100% !important;
			margin-bottom:-30px !important;
		}
		.mobile-divider{
				margin-top:-40px !important;
		}
		
		.mobile-adjuster{
			margin-top:0px !important;
		}	
		
		.single-recipe-container{
	padding-left:25px !important;
	padding-right:25px !important;
}
		
		.related-posts-section{
				margin-top: -60px;
        margin-bottom: 50px;
		}
		
	.content-title {
    font-size: 1.8rem !important;	
		line-height:45px;
		
}


#respond h3, h3#comments {
    text-align: center;
    font-size: 20px;
		margin-top:36px !important;
}		
		
		ul.children .fn{
			margin-left:50px;	
		}
		
	 .comment-list .comment-meta {
    margin-top: 8px;
}
		
		#rice-cart-container
		{
				margin-top:-55px !important; 
				padding-top:0px !important;
		}
		
}


/*style for type-writer effect*/
@keyframes typewriter {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: black;
    }
}

#typewriter-text {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid black; /* Adjust the blink cursor color */
    width: 0; /* Start with no width */
    animation: none; /* Default state: no animation */
    will-change: width;
}


/*single-recipe-styles*/

.single-recipe-container{
	padding-left:40px;
	padding-right:40px;
}

.intro-left {
    /* flex: 1; */
    display: flex;
		flex-direction: column;
    justify-content: center;
    text-align: center;
}


.intro-section {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
		padding-left:20px;
		padding-right:20px;
}

.intro-column {
    flex: 1;
}

.intro-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.recipe-category {
    font-size: 1rem;
    font-weight: bold;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.recipe-title {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.recipe-intro {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

/*styles for recipe intro meta*/
.recipe-info-meta {
    margin: 12px 0 15px;
}

.recipe-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
		background-color:#fafafa;
		padding:18px;
		padding-top:18px;
		padding-bottom:18px;
		border-radius:10px;
}

.recipe-info-item {
    font-size: 14px;
    color: #444;
    display: flex;
    align-items: center;
}

.recipe-info-item i {
    color: #e4990d;
    margin-right: 6px;
    font-size: 15px;
}

/* MOBILE ONLY: 2 per row + centered */
@media only screen and (max-width: 990px)  {
    .recipe-info-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 15px;
        justify-items: center; /* center each item */
        text-align: center;
    }

    /* Make the last item (Servings) span full width */
    .recipe-info-item:last-child {
        grid-column: span 2;
        justify-content: center;
        text-align: center;
    }
}


/*end recipe info meta */

.intro-buttons {
    display: flex;
    gap: 10px;
		justify-content:center;
}

.btn {
    padding: 10px 20px;
    background-color: #06311a !important;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #06311a !important;
		color:white;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
    transform: translateY(-3px); /* Move the button up */
}

.intro-right {
    flex: 1.5; /* Slightly bigger than the left column */
}

.recipe-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.recipe-featured-image {
    transition: all 0.3s ease; /* Smooth transition for the hover effect */
}



/*content section styles*/
.content-section {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
		justify-content: center;
}

.content-column {
    padding: 20px;
}

.content-main {
    flex: 7; /* 70% width */
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		max-width:865px;
		width:100%;
}

.content-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-text {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
}

.content-sidebar {
    flex: 3; /* 30% width */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		max-width:345px;
		width:100%;
}

/*recipe card section*/
.recipe-card {
    width: 70%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		margin-bottom:55px;
}

.recipe-card-columns {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.recipe-card-left {
    flex: 1;
}

.recipe-card-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recipe-card-right .featured-image {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.recipe-card-right .featured-image:hover {
    transform: scale(1.05);
}

.recipe-card-buttons {
    text-align: center;
    margin: 20px 0;
}
.rate-recipe button:hover, .print-recipe button:hover, .pin-button button:hover{
		
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Add shadow */
    transform: translateY(-3px); /* Move the button up */	
		
}

.recipe-card-buttons .btn {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: #ff6b6b;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.recipe-card-buttons .btn:hover {
    background-color: #ff4040;
		
}

.recipe-card-buttons .pinterest-btn {
    display: inline-flex;
    align-items: center;
}

.recipe-card-buttons .pinterest-icon {
    background-image: url('/wp-content/uploads/2024/12/pinterest.png');
    width: 16px;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
    background-size: contain;
}

.recipe-ingredients h3,
.ingredients h3,
.recipe-instructions h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

 /* Ingredients List */
        .ingredients-list {
            margin: 20px 0;
            padding-left: 0;
            list-style: none;
        }

        .ingredients-list li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .ingredients-list input[type="checkbox"] {
            width: 18px;
            height: 18px;
            cursor: pointer;
        }

        .ingredients-list input[type="checkbox"]:checked + label {
            text-decoration: line-through;
            color: #888;
        }

.recipe-instructions ol {
    margin: 0;
    padding-left: 20px;
}

.recipe-instructions li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.instagram-call-to-action {
    display: flex;
    align-items: center;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.instagram-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.recipe-meta {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    font-size: 16px;
		    padding-left: 20px;
}

.recipe-meta li {
    margin: 5px 0;
		margin-left:18px;
}


.recipe-card-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}

.recipe-card-buttons button,
.recipe-card-buttons .pin-button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.recipe-card-buttons button:hover,
.recipe-card-buttons .pin-button:hover {
    background-color: #005bb5;
}

.instagram-cta {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.instagram-cta img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

/*recipe video section*/
.recipe-video-section {
    margin: 40px 0;
    text-align: center;
}

.recipe-video-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.recipe-video-wrapper iframe {
    width: 100%;
    max-width: 800px;
    height: 450px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.recipe-video-wrapper p {
    font-size: 16px;
    color: #555;
}

.recipe-video-wrapper .video-container {
    width: 800px !important;
    height: 400px !important;
    overflow: hidden;
    margin: 0 auto;
}

.recipe-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover; /* Ensure the video fills the container */
}

/*rating section*/
/* Rating stars */
.rating-stars {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.star {
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.3s ease;
}

.star.checked {
    color: #ffcc00; /* Yellow color */
}

/* Rating form styling */
.rate-recipe {
    text-align: center;
}

.submit-rating {
    background-color: #ffcc00;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.submit-rating:hover {
    background-color: #e6b800;
}

.average-rating{
		text-align: center;
    margin-top: 10px;
}

.recipe-card-buttons .pin-button {
		    background-color: #de3737 !important;
}

#print-recipe{
	background-color:#06311a !important;	
}

#rate-recipe{
		background-color:#06311a !important;	
}


/*mobile styling for single-recipe page*/
@media only screen and (max-width: 990px) { 
		.intro-section{
			flex-direction:column-reverse;	
		}
		.intro-left{
			margin-top:-25px;	
		}
		
		
		.recipe-featured-image {
    transition: all 0.3s ease;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
		
		.recipe-featured-image img {
    height: auto;
    border-radius: 10px;
}
		.recipe-title {
    font-size: 2.3rem;
		}
		
		.btn{
			background-color: #06311a;
			border-radius: 8px;
			font-size:11.5px;
		}
		.content-section {
				flex-direction:column;
		}
		
		.content-column {
    padding: 10px;
}
		
		.content-sidebar {
    max-width:none; /* ensures it doesn't stretch unnecessarily */
}
		.recipe-card {
    width: 100%;
		}
		
		.recipe-card-right .featured-image {
    border-radius: 10px;
    transition: transform 0.3s ease;
    width: 132px;
    height: 131px;
    top: 11px;
    position: relative;
}
		.recipe-card-columns{
			  flex-direction: column-reverse;
		}
		
		.recipe-title {
        font-size: 1.4rem;
        text-align: center;
    }

		.recipe-meta {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    font-size: 16px;
    padding-left: 70px;
}

.recipe-card-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    padding: 20px;
}
		
		.recipe-card-buttons button{
			font-size: 18px;
    background-color: #06311a;
		}
		
		.ingredients h3{
				text-align:center;
		}
		.recipe-instructions h3{
				text-align:center;
		}
		.recipe-instructions{
				margin-top:50px;
		}
		
		.recipe-video-wrapper .video-container {
     width: 100% !important;
    height: 250px !important;
}
		.recipe-video-wrapper .video-container{
			width: 100% !important;
      height: auto !important;
		}
		
		.rate-recipe h2{
				margin-top:50px;
		}
		
		.average-rating{
		text-align: center;
    margin-top: 10px;
}
		/*newsletter mobile styles*/
		.newsletter-signup h1 {
    font-size: 1.5rem !important;
}
		.newsletter-btn{
			width: auto !important;
    font-size: 10px !important;
    margin-right: 12px !important;
}	

		.email-field button img.icon {
				height: 11px !important;
				top: 1px !important;
				left: 3px !important;
				
		}
		.only-desktop{
			display:none !important;	
		}
		
		.comment-sec{
		width:100% !important;	
		}
		
}


/*newsletter form*/
.newsletter-signup {
    text-align: center;
    margin: 30px auto;
}

.newsletter-signup h2 {
    font-size: 1.2rem;
    color: #444;
    margin: 0;
}

.newsletter-signup h1 {
    font-size: 2rem;
    color: #e4990d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bolder;

}

.newsletter-signup p {
    font-size: 1rem;
    color: #666;
}

.signup-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-field {
    position: relative;
    width: 100%;
    max-width: 400px;
		margin: 0 auto; 
}

.email-field input {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #ddd;
    border-radius: 50px;
    outline: none;
    font-size: 14px !important;
    padding-right: 120px; /* Adjust for the button */
    box-sizing: border-box;
}

.email-field button {
    position: absolute;
    right: 0px;
    top: 2px;
    bottom: 2px;
    background-color: #ff6600;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s ease;
}


.email-field button:hover {
    background-color: #e65c00;
}

.email-field button img.icon {
    width: 16px; /* Adjust the width as needed */
    height: 16px; /* Ensure the icon maintains aspect ratio */
    display: inline-block; /* Proper alignment */
		top: 2px;
    position: relative;
    left: 2px;
}

.newsletter-btn{
    margin-top: 5px !important;
    margin-bottom: 14px !important;
    margin-right: 7px;
    font-size: 14px !important;
    padding-left: 8px !important;

}



/* Mobile Responsiveness */
@media only screen and (max-width: 990px) { 
.email-field button {
    right: -6px;
}
}



/*style for newsletter popup*/
/*newsletter-popup*/

/* Popup Container */
.popup-container {
    display: flex;
    max-width: 800px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

/* Image Section */
.image-section {
    flex: 1;
    background-color: #f2f2f2; /* Light background color for padding area */
}

.image-section img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px 0 0 12px; /* Rounded corners on the left side */
}

/* Content Section */
.content-sec {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f9f9; /* Soft background color */
    border-radius: 0 12px 12px 0; /* Rounded corners on the right side */
}

/* Heading Styling */
.content-sec h2 {
    font-size: 27px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height:35px;
}

/* Paragraph Styling */
.content-sec p {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
}


/* Form Styling */
.content-sec form input[type="text"],
.content-sec form input[type="email"],
.content-sec form input[type="submit"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

/* Submit Button Styling */
.content-section form input[type="submit"] {
    background-color: #ff6347;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pum-container{
	top:100px !important;	
}

.pum-theme-1227 .pum-container, .pum-theme-default-theme .pum-container {
    border-radius: 33px;
   border: 3px solid #e4990d;
}

.pum-theme-1227 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    right: 9px;
    top: 9px;
    border-radius: 46px;
    background-color: #06311a;
    width:51px;
    height:51px;
    font-size:20px;

}

.pum-overlay {
    background: rgba(0, 0, 0, 0.7) !important; 
    transition: background 0.3s ease; 
}


/* Entry Animation for newsletter pop-up */
@keyframes teeter {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Entry Animation */
.pum-theme-1227 .pum-container, .pum-theme-default-theme .pum-container {
    animation: teeter 0.6s ease-out;
}

/* popup for cookbook*/
/*Book Image Animation */
.cookbook-container{
display: flex;
align-items: center; /* Vertically centers both image and content */		
}

.cookbook-popup-image {
  animation: badassZoomIn 2.5s ease-out;
  transform-origin: center;
}

.cookbook-popup-image img:hover {
  transform: scale(1.08);
		cursor:pointer;
}

@keyframes badassZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.4) rotate(-10deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.05) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

/* CTA Button */
.popup-btn {
  display: inline-block;
  background-color: #e87e04;
  color: #fff;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 600;
	font-size: 15px;
  margin-top: 17px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.popup-btn:hover {
  background-color: #cf6c00;
  transform: scale(1.05);
		color:#fff;
}


/* Mobile Responsiveness */
@media only screen and (max-width: 990px) { 
    .popup-container {
        flex-direction: column;
    }

    .image-section img {
        border-radius: 12px 12px 0 0;
    }

    .content-sec {
        border-radius: 0 0 12px 12px;
        padding: 20px;
    }

    .content-sec h2 {
        font-size: 20px;
        line-height:30px;
    }

    .content-sec p {
        font-size: 16px;
        font-weight: bolder;
        margin-bottom:0px;
         
    }
.pum-theme-1227 .pum-container, .pum-theme-default-theme .pum-container {
    border-radius: 33px;
   border: 3px solid #e4990d;
    min-width: 0%;
    max-width: 88% !important;
    top: 156.755px !important;
    left: 22.364px !important;
}
		/*cook book stylong for popup*/
		.cookbook-heading
		{
				line-height:30px !important;
				font-size:22px !important;
		}
}

/*mobile styling for single-recipe page*/
@media only screen and (max-width: 990px) { 
		.recipe-filter-container {
				flex-direction:column;
				margin:0px;
		}
		 /* 2 columns on mobile */
    .recipe-post {
        width: calc(50% - 10px); /* 2 columns on mobile */
				padding:0px !important;
    }
		
		 .recipe-post-image img {
        width: 100%; /* Make image take up the full width */
        height: 115px !important; 
        object-fit: cover; /* Keep the image cropped */
    }
		
		.recipe-posts-container{
			padding:0px;	
		}
		
		.recipe-filters{
				padding:0px;
		}
}


/*styles for wp form */
div.wpforms-container-full .wpforms-field-label{
		color:#000;
		}

div.wpforms-container-full .wpforms-field-sublabel{
		color:#000;
}

div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full textarea:focus, div.wpforms-container-full .wpforms-form textarea:focus {
		
		border:5px solid #06311a;
    box-shadow:none;
}

div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=email], div.wpforms-container-full .wpforms-form textarea{
		background-color: transparent;
    border-radius: 10px;
    color: #000;
    border: 4px solid #06311a;
    line-height: 100%;
    box-shadow: none;
		}

div.wpforms-container-full .wpforms-form textarea:focus {
    color: #000;
}

div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]{
		background-color: #e4990d;
    color: #fff;
    font-weight: bold;
		
}


/*style for newsletter in footer widget*/
.footer-column-third.newsletter-signup {
    margin-top:16px;
		text-align:left;
}



.footer-column-third.newsletter-signup p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.subscribe-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #06311a;
    color: #fff;
    font-size: 1.1rem;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		width:100%;
}

.subscribe-button:hover {
    background-color: #06311a;
    transform: translateY(-3px);
}

.subscribe-button:active {
    transform: translateY(1px);
}

.subscribe-button .subscribe-icon {
    width: 18px !important;
    height: 18px !important;
    margin-left: 10px;
    transition: transform 0.3s ease;
		top:17px;
		position:relative;
}

.subscribe-button:hover .subscribe-icon {
    transform: translateX(5px);
}


/*category archive styles*/
/* Category Title */
.category-archive-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
		margin-top:45px;
}

/* Recipe Grid Layout */
.category-archive-recipe-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
		padding-left:10px;
		padding-right:10px;
}

.category-archive-recipe-post {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.category-archive-recipe-post:hover {
    transform: scale(1.05);
}

.category-archive-recipe-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
		 height: 300px;
}

.category-archive-recipe-image img {
    width: 100%;
    height: 300px;
		object-fit:cover;
    transition: transform 0.3s ease-in-out;
}

.category-archive-recipe-image:hover img {
    transform: scale(1.1);
}

.category-archive-recipe-title {
    font-size: 1.2rem;
    margin-top: 15px;
    text-align: center;
    color: #333;
}

.category-archive-recipe-title a {
    text-decoration: none;
    color: inherit;
}

.category-archive-recipe-title a:hover {
    color: #007BFF;
}

/* Mobile Styles */
@media only screen and (max-width: 990px) { 
    .category-archive-recipe-grid {
        grid-template-columns: repeat(2, 1fr);
				padding-left: 10px;
				padding-right:10px;
    }
		
		.category-archive-recipe-title {
				line-height:normal;
		}
		
		.category-archive-recipe-image {
				height:180px !important;
		}
		
		.category-archive-recipe-post {
				padding:16px;
		}
		
		.category-archive-recipe-image img {
    height: auto;
		}
		
		/*styles for overlay canva on mobile to center text */
		#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container {
    width: 100%;
    text-align: center;
		font-size:18px;
}
		
		
}

/* Load More Button */
.category-archive-load-more {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 30px 0;
    background-color: #06311a;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.category-archive-load-more:hover {
    background-color: #06311a;
}

/*shop or woocommerce  page styles*/
.nectar-shop-header h1.page-title {
    display: none;
}

.woocommerce .woocommerce-breadcrumb {
		display:none;
}

.woocommerce ul.products li.product.classic .onsale {
    width: 42px;
		 animation: glowText 5s infinite;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background-color: #06311a;
    color: #fff;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
    transform: translateY(-3px); /* Move the button up */
}
/* Define the blink animation for the text */
@keyframes glowText {
    0%, 100% {
        box-shadow: 0px 0px 5px #06311a; /* Updated color #ff1053 */
    }
    25%, 75% {
        box-shadow: 0px 0px 10px #a7a7a7; /* Updated color #a7a7a7 */
    }
    50% {
        box-shadow: 0px 0px 15px #2eb01e; /* #2eb01e - Updated Color */
    }
}

.wc-block-components-product-name {
    font-size: 1.2em !important;
}

.wc-block-components-product-metadata {
    font-size: .95em !important;
		line-height:20px !important;
}

.wc-block-cart .wc-block-cart__submit-container {
   background-color:#06311a !important;
	 color:#fff;
		font-weight:bold;
}

.wc-block-cart__submit-button {
		color:#fff !important;
}

@media only screen and (max-width: 990px) { 
.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size:14px;
}
		.woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 45px;
}
	.woocommerce div.product .woocommerce-tabs .panel h1{
			font-size:30px;
		}
}



/*style for printing*/
@media print {
    /* Hide all elements except the recipe card section */
    body * {
        visibility: hidden;
    }

    /* Make the recipe section visible and center it */
    #recipe-section, #recipe-section * {
        visibility: visible;
    }

    #recipe-section {
        position: relative;
        left: 50%;
        transform: translateX(-50%);  /* This centers the element horizontally */
        width: 90%;  /* Adjust width as needed */
        max-width: 800px;  /* Set a maximum width for classic design */
        padding: 20px;
        font-family: "Times New Roman", serif;  /* Classic font style */
        background-color: #fff;  /* White background for print */
        border: 1px solid #ddd;  /* Border around the recipe card */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);  /* Light shadow for classic look */
    }

    /* Additional styling for elements inside the recipe card */
    .recipe-card-columns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .recipe-card-left, .recipe-card-right {
        width: 48%;
    }

    .recipe-title {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .recipe-category {
        font-size: 14px;
        color: #888;
    }

    .recipe-meta {
        font-size: 14px;
        list-style-type: none;
        padding-left: 0;
    }

    .recipe-meta li {
        margin-bottom: 5px;
    }

    .ingredients, .recipe-instructions {
        margin-top: 20px;
    }

    h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    ul.ingredients-list {
        list-style-type: disc;
        padding-left: 20px;
    }

    ol {
        padding-left: 20px;
    }

    /* Style the buttons (if you want them to show during print) */
    .recipe-card-buttons {
        display: none !important;
    }

    /* If the buttons are needed, adjust their style */
    .print-recipe, .pin-button, .rate-recipe {
        display: none !important;
    }
		
		.instagram-call-to-action {
			display:none !important;	
		}
}

.wp-block-quote {
    font-size: 15px !important;
}

/*code for woocommerce custom checkout*/
.woocommerce-info{
		background-color:#06311a !important;
}

.woocommerce #order_review #payment #place_order {
		background-color:#06311a !important;
}


.faq-section details {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.faq-section summary {
  cursor: pointer;
  font-weight: bold;
  color: #333;
}

.faq-section summary:hover {
  color:#06311a;
}

/*code for sticky carousel header*/
#joyfulcook-carousel-wrapper .joyfulcook-arrow {
    color: #e4990d !important;
}

.joyfulcook-arrow.left {
    left: 5px;
	color: #e4990d !important;
}
.joyfulcook-arrow.right {
    right: 5px;
	color: #e4990d !important;
}

.joyfulcook-arrow {
    color: #e4990d !important;

}
.visually-hidden{
		display:none !important;
}




/*ads sense code */
.adsense-wrapper {
  margin: 30px 0;
  text-align: center;
  max-width: 100% !important;
  overflow: hidden !important;
	width: 100% !important;
}


@media only screen and (max-width: 990px) { 
  .adsense-wrapper {
    padding: 0 10px !important;     /* Prevent ad from hugging mobile edges */
  }
}


/*************************************************************/
/*styles for tablet screens*/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	 p {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
  }

  h1 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }

  h2 {
    font-size: 1.75rem !important;
    line-height: 1.35 !important;
  }

  h3 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

  h4 {
    font-size: 1.25rem !important;
    line-height: 1.45 !important;
  }

  h5 {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
  }

  h6 {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

		
	#typewriter {
			font-size:2.0rem !important;
		}
		
		.content-sidebar{
				max-width:100% !important;
				width:100% !important;
		}
		
}

/*ipad pro screen size styles protrait*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) {
  
  .content-section {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 10px;
  }

  .content-main, .content-sidebar {
    max-width: 100%;
  }

  .content-sidebar {
    margin-top: 20px;
  }
			
	  p {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
  }

  h1 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }

  h2 {
    font-size: 1.75rem !important;
    line-height: 1.35 !important;
  }

  h3 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

  h4 {
    font-size: 1.25rem !important;
    line-height: 1.45 !important;
  }

  h5 {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
  }

  h6 {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

		
	#typewriter {
			font-size:2.0rem !important;
		}
							
}


/*style for business winner*/
.spotlight-winner{
		
    display:none!important;
}

body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before {
		
		background-color:#e4990d !important;
}

/*header menu style*/
#top {
		background-color:#06311a!important;
}

body #header-outer{
			background-color:#06311a!important;
}

#header-outer header .sf-menu > li.nectar-regular-menu-item > a > .nectar-menu-icon{
		color:#fff!important;
}

#header-outer header .sf-menu > li.nectar-regular-menu-item > a:hover > .nectar-menu-icon {
		color:#e4990d!important;
}

#header-outer a.cart-contents .cart-wrap span{
		background:#e4990d!important;
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, body.material #top nav ul #search-btn a span {
		color:#fff!important;
}

body.material #header-outer .cart-menu .cart-icon-wrap:hover .icon-salient-cart,
body.material #top nav ul #search-btn a:hover span {
		color:#e4990d!important;
}
/*style for the burger icon */
#top nav ul .slide-out-widget-area-toggle a .lines:after {
		background-color:#fff!important;
}

.lines-button{
		background-color:#fff!important;
}

.lines:before {
	background-color:#fff!important;
}

#header-outer #top nav ul .slide-out-widget-area-toggle a .lines-button .lines{
		 background-color:#fff!important;
}

#header-outer #top nav ul .slide-out-widget-area-toggle a:hover .lines-button .lines {
    	background-color:#e4990d!important;	/* your hover color */
}

#header-outer #top nav ul .slide-out-widget-area-toggle a .lines-button .lines {
    transition: background-color 0.25s ease;
}


#top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#top nav ul .slide-out-widget-area-toggle a:hover .lines-button {
    background-color:#e4990d!important; /* your hover color */
}

#top nav ul .slide-out-widget-area-toggle a .lines:after,
#top nav ul .slide-out-widget-area-toggle a .lines:before,
#top nav ul .slide-out-widget-area-toggle a .lines-button {
    transition: background-color 0.25s ease;
}
/*style for cart icon */
.icon-salient-cart:before, body.material .icon-salient-cart:before {
		color:#fff!important;
}

body.material .cart-icon-wrap:hover .icon-salient-cart:before,
body.material .cart-menu .cart-icon-wrap a:hover .icon-salient-cart:before {
    color: #e4990d !important; /* your hover color */
}

/*style for mobile search icon */
#header-outer .mobile-search .icon-salient-search {
		color:#fff !important;
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart:hover{
			color:#e4990d!important;
}



@media only screen and (max-width: 990px) {
    .custom-special-heading {
				margin-top:0px !important;
		}
		
		.just-arrange {
    margin-top: -40px !important;
}
		
			.just-arrange-real {
    margin-top: -165px !important;
}
		.reverse{
				display:flex;
				flex-direction:column-reverse !important;
		}
		
		#reverse{
				display:flex !important;
				flex-direction:column-reverse !important;
		}
		
}

/*code for recipe cloud filter*/
.tintin-recipe-filter-wrapper {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    border-radius: 20px;
    position: relative;

    /* 🔥 GLASS EFFECT */
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Optional subtle shine */
.tintin-recipe-filter-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(120deg, rgba(255,255,255,0.25), transparent);
    pointer-events: none;
}

/* SECTION */
.tintin-filter-section {
    margin-bottom: 50px;
}

.tintin-filter-title {
    font-size: 28px;
    font-weight: bolder;
    margin-bottom: 20px;
    color: #fff;
		-webkit-text-stroke: 1px white;
		
}

/* GRID */
.tintin-filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ITEMS (GLASS PILLS) */
.tintin-filter-item {
    padding: 10px 18px;
    border-radius: 30px;

    /* 🔥 GLASS PILL */
    background: linear-gradient(135deg, #fff, #fff);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(8px);

    border: 1px solid rgba(255, 255, 255, 0.4);

    text-decoration: none;
    font-size: 14px;
    color: #000;
		font-weight:bold;

    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover */
.tintin-filter-item:hover {
    transform: translateY(-5px) scale(1.05);

    /* Keep your brand color but glassy */
    background: linear-gradient(135deg, #06311a, #035027);
    color: #fff;

    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Cuisine variation */
.tintin-filter-item.cuisine:hover {
    background: linear-gradient(135deg, #06311a, #035027);
}

/* Center ingredients on mobile */
@media (max-width: 768px) {
    .tintin-filter-grid {
        justify-content: center;
    }
}

/* Entrance animation */
.tintin-filter-item {
    opacity: 0;
    transform: translateY(20px);
    animation: tintinFadeUp 0.5s ease forwards;
}

.tintin-filter-item:nth-child(odd) {
    animation-delay: 0.1s;
}
.tintin-filter-item:nth-child(even) {
    animation-delay: 0.2s;
}

@keyframes tintinFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}