/*
 Theme Name: Nadig Farms Child
 Template: generatepress
 Version: 1.0
 Description: Child theme for Your Theme.
 Author URI: https://nadig.farm
*/

/* GeneratePress Site CSS */ /* Header */
.main-navigation:not(.is-open) .main-nav > ul {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 769px) {
    .main-navigation:not(.slideout-navigation)  {
      padding-left: 20px;
	  padding-right: 20px;
    }
}

/* Slideout menu */
.main-navigation.slideout-navigation .inside-navigation.grid-container {
	padding: 0 10px !important;
}
.slideout-navigation .main-nav {
	margin-bottom: 14px;
}

/* email signup form in footer */
.form-field-4ae86a8 {
	max-width: 400px;
	display: inline-block;
}

/* Reset one container blog bottom padding */
.one-container.archive .post:not(:last-child):not(.is-loop-template-item), .one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
	padding-bottom: initial;
}

/* Right sidebar*/
.inside-right-sidebar .wp-block-categories-list {
	list-style: none;
	margin: 0;
}
.inside-right-sidebar .wp-block-categories-list li:not(:last-child) {
	margin-bottom: 0.6em;
}
.latest-posts .gb-query-loop-item:last-child .gb-container {
	margin-bottom: 0;
	border-bottom: 0;
}

@media (max-width: 768px) {
	.sidebar.is-right-sidebar {
		margin-top: 0px;
	}
}

/* Box shadow */
.box-shadow {
	box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.3);
} /* End GeneratePress Site CSS */

* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.btn1 a.gb-button {
    border-radius: 16px;
    font-weight: 700;
    font-size: 20.5px;
    text-align: center;
    border: 2px solid #000000;

    /* Gradient base */
    background: linear-gradient(
        120deg,
        #fdb916 0%,
        #e09a00 50%,
        #fdb916 100%
    );
    background-size: 200% 100%;
    background-position: left center;

    color: #000000;
    font-family: "Cormorant Garamond", serif;

    transform: translateY(0);
    box-shadow: 0 4px 0 rgba(0,0,0,0.35);

    transition:
        background-position 0.4s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease;
}

/* Hover: gradient swipe + lift */
.btn1 a.gb-button:hover {
    background-position: right center;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0,0,0,0.35);
}

/* Click / press state */
.btn1 a.gb-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 0 rgba(0,0,0,0.35);
}

/* Keyboard focus */
.btn1 a.gb-button:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(0,0,0,0.6),
        0 4px 0 rgba(0,0,0,0.35);
}

.wc-backward, td.actions button {
	background-color: black !important;
	border-radius: 16px;
	font-weight: 700;
	font-size: 20.5px;
	text-align: center;
	border: 2px solid #000000;
	font-family: Cormorant Garamond, serif;
	transform: translateY(0);
	transition: background-position 0.4s ease-out, transform 0.4s ease-in;
}

.wc-backward:hover, td.actions button:hover {
	background-color: #fdb916 !important;
}

.checkout-button {
    border-radius: 16px;
    font-weight: 800 !important;
    font-size: 20.5px;
    text-align: center;
    border: 2px solid #000000;
    
    /* Gradient base */
    background: linear-gradient(
        120deg,
        #fdb916 0%,
        #e09a00 50%,
        #fdb916 100%
    );
    background-size: 200% 100%;
    background-position: left center;
    
    color: #000000 !important;
    font-family: "Cormorant Garamond", serif;
    
    transform: translateY(0);
    box-shadow: 0 4px 0 rgba(0,0,0,0.35);

    transition:
        background-position 0.4s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease !important;
}

/* Hover: gradient swipe + lift */
.checkout-button:hover {
    background-position: right center;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0,0,0,0.35);
}

/* Click / press */
.checkout-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 0 rgba(0,0,0,0.35);
}

/* Keyboard focus */
.checkout-button:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(0,0,0,0.6),
        0 4px 0 rgba(0,0,0,0.35);
}

.woocommerce-page #payment #place_order {
	background-color: #fdb916 !important;
	color: black !important;
}

.woocommerce-page #payment #place_order:hover {
	background-color: black !important;
	color: white !important;
}

.product-name a {
	color: black;
}

.woocommerce button.button:hover, .woocommerce a.button:hover {
	color: #ffffff;
	-webkit-transform: translateY(-1px);
	transform: translateY(-2px);
	transition: background-position 0.4s ease-out, transform 0.2s ease-in;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-components-button {
	border-radius: 16px;
	font-weight: 700;
	font-size: 20.5px;
	text-align: center;
	border: 2px solid #000000;
	background-color: #fdb916b0;
	color: #000000;
	font-family: Cormorant Garamond, serif;
	transform: translateY(0);
	transition: background-position 0.4s ease-out, transform 0.4s ease-in;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-components-button:hover {
	color: #ffffff;
	-webkit-transform: translateY(-1px);
	transform: translateY(-2px);
	transition: background-position 0.4s ease-out, transform 0.2s ease-in;
}

.gb-container-ac586ab8 {
padding: 0px 0px 10px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .woocommerce ul.products li.product .button, .has-spinner, .single_add_to_cart_button {
	border-radius: 16px !important;
	font-weight: 700 !important;
    font-size: 20.5px !important;
	text-align: center !important;
	border: 2px solid #000000 !important;
	background-color: #fdb916b0 !important;
	color: #000000 !important;
	font-family: Cormorant Garamond, serif !important;
	transform: translateY(0) !important;
	transition: background-position 0.4s ease-out, transform 0.4s ease-in !important;
	width: 275px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, .woocommerce ul.products li.product .button:hover, .has-spinner:hover, .single_add_to_cart_button:hover {
	color: #ffffff !important;
	-webkit-transform: translateY(-1px) !important;
	transform: translateY(-2px) !important;
	transition: background-position 0.4s ease-out, transform 0.2s ease-in !important;
}

.zip-result {
	color: white;
	padding: 10px;
	font-size: 22px;
    margin-bottom: 10px;
}

.gb-container-7350bfd6 {	
	padding: 188px 30px 10px !important;
}

h1.gb-headline-c94240f3 {
	display: none;
}

.woocommerce .entry-content {
	margin-top: 50px;
}

.custom-style .site-navigation {
	background-color: black;
}

.product-short-description {
    font-size: 14px !important;
    color: #555 !important;
    margin-top: 5px !important;
    line-height: 1.4 !important;
}

.postid-912, .postid-905, .postid-901, .postid-897, .postid-4289 {
    .beef-pricing-description {
	    font-size: 0.8em;
	    color: black;
	}
	#zipcode-checker button {
		border-radius: 16px;
		font-weight: 700;
    	font-size: 20.5px;
		text-align: center;
		border: 2px solid #000000;
		background-color: #fdb916b0;
		color: #000000;
		font-family: Cormorant Garamond, serif;
		transform: translateY(0);
		transition: background-position 0.4s ease-out, transform 0.4s ease-in;
	}
	#zipcode-checker button:hover {
		color: #ffffff;
		-webkit-transform: translateY(-1px);
		transform: translateY(-2px);
		transition: background-position 0.4s ease-out, transform 0.2s ease-in;
	}
	.zip-result {
		color: black !important;
		font-size: 22px !important;
	}
}

.postid-3587 {
	.pork-pricing-description {
	font-size: 0.8em;
	color: black;
	}
	
    #zipcode-checker button {
        border-radius: 16px;
        font-weight: 700;
        font-size: 20.5px;
        text-align: center;
        border: 2px solid #000000;
    
        /* Gradient base */
        background: linear-gradient(
            120deg,
            #fdb916 0%,
            #e09a00 50%,
            #fdb916 100%
        );
        background-size: 200% 100%;
        background-position: left center;
    
        color: #000000;
        font-family: "Cormorant Garamond", serif;
    
        transform: translateY(0);
        box-shadow: 0 4px 0 rgba(0,0,0,0.35);
    
        transition:
            background-position 0.4s ease,
            transform 0.2s ease,
            box-shadow 0.2s ease,
            color 0.2s ease;
    }

    /* Hover: gradient swipe + lift */
    #zipcode-checker button:hover {
        background-position: right center;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 6px 0 rgba(0,0,0,0.35);
    }
    
    /* Click / press */
    #zipcode-checker button:active {
        transform: translateY(0);
        box-shadow: 0 3px 0 rgba(0,0,0,0.35);
    }
    
    /* Keyboard focus */
    #zipcode-checker button:focus-visible {
        outline: none;
        box-shadow:
            0 0 0 3px rgba(0,0,0,0.6),
            0 4px 0 rgba(0,0,0,0.35);
    }
	.zip-result p {
		color: black !important;
	}
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	margin-bottom: 5px !important;
	color: black;
}

/*styling for zip code checker button*/

#zipcode-checker button {
		border-radius: 16px;
		font-weight: 700;
    	font-size: 20.5px;
		text-align: center;
		border: 2px solid #000000;
		background-color: #fdb916b0;
		color: #000000;
		font-family: Cormorant Garamond, serif;
		transform: translateY(0);
		transition: background-position 0.4s ease-out, transform 0.4s ease-in;
	}
#zipcode-checker button:hover {
		color: #ffffff;
		-webkit-transform: translateY(-1px);
		transform: translateY(-2px);
		transition: background-position 0.4s ease-out, transform 0.2s ease-in;
	}

#custom-register-user input[type="submit"] {
		border-radius: 16px;
		font-weight: 700;
    	font-size: 20.5px;
		text-align: center;
		border: 2px solid #000000;
		background-color: #fdb916b0;
		color: #000000;
		font-family: Cormorant Garamond, serif;
		transform: translateY(0);
		transition: background-position 0.4s ease-out, transform 0.4s ease-in;
	}

#custom-register-user input[type="submit"]:hover {
		color: #ffffff;
		-webkit-transform: translateY(-1px);
		transform: translateY(-2px);
		transition: background-position 0.4s ease-out, transform 0.2s ease-in;
	}


#custom-register-user input[type="email"],
#custom-register-user input[type="password"] {
	border-radius: 10px;
    padding: 11px;
    box-sizing: border-box;
    width: 300px;
}

#custom-register-user input[type="email"]:focus,
#custom-register-user input[type="password"]:focus {
	outline: 2px solid #007BFF;
    transition: outline 0.3s;
}

    .gb-container-ac586ab8 .gb-button {
        border-radius: 16px;
        font-weight: 700;
        font-size: 20.5px;
        text-align: center;
        border: 2px solid #000000;
    
        /* Gradient base */
        background: linear-gradient(
            120deg,
            #fdb916 0%,
            #e09a00 50%,
            #fdb916 100%
        );
        background-size: 200% 100%;
        background-position: left center;
    
        color: #000000;
        font-family: "Cormorant Garamond", serif;
    
        transform: translateY(0);
        box-shadow: 0 4px 0 rgba(0,0,0,0.35);
    
        transition:
            background-position 0.4s ease,
            transform 0.2s ease,
            box-shadow 0.2s ease,
            color 0.2s ease;
    }
    
    /* Hover: gradient swipe + lift */
    .gb-container-ac586ab8 .gb-button:hover {
        background-position: right center;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 6px 0 rgba(0,0,0,0.35);
    }
    
    /* Click / press */
    .gb-container-ac586ab8 .gb-button:active {
        transform: translateY(0);
        box-shadow: 0 3px 0 rgba(0,0,0,0.35);
    }
    
    /* Keyboard focus */
    .gb-container-ac586ab8 .gb-button:focus-visible {
        outline: none;
        box-shadow:
            0 0 0 3px rgba(0,0,0,0.6),
            0 4px 0 rgba(0,0,0,0.35);
    }

/*end of styling for zip code checker button*/

#zipcode {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 2%;
    }

    /* Apply border-radius to input fields */
    #zipcode {
        border-radius: 10px;
        padding: 11px;
        box-sizing: border-box;
    }

    /* Additional styles for focus */
    #zipcode {
        transition: outline 0.3s;
    }

    #zipcode:focus {
        outline: 2px solid #007BFF;
    }

.main-navigation .inside-navigation {
display: flex !important;
align-items: flex-start !important;
flex-wrap: wrap !important;
justify-content: space-between !important;
}

.navigation-branding img, .site-logo.mobile-header-logo img {
    position: relative;
    padding: 7px 0;
    display: block;
    transition: height .3s ease;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
	padding: 25px 30px 100px 30px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	display: none;
}

h1.gb-headline-dd6a09da {
	text-shadow: 1px 1px 1px black;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
	font-size: 30px;
	text-shadow: 0.03em 0.07em black;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	border-radius: 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.gb-image-ac9658b4 {
	border-radius: 20px;
}

.gb-image-9df53814 {
	border-radius: 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product a img {
    border-radius: 20px;
}

.product_meta {
    display: none;
}

/* Hide author box */
.paging-navigation {
	display:none;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
	padding: 1.5px !important;
	font-size: 0.7em !important;
}

.woocommerce-info {
	display: none;
}

.gb-container-0d52042b {
	display: none !important;
}

.awcdp_balance_pay {
	display: none;
} 

/*removes sale graphic on products*/
.single-product span.onsale {
	display: none;
}

.woocommerce ul.products li.product strong {
	padding-bottom: 10px;
	margin-top: -8px;
}

.tradingview-widget-container {
	height: 500px !important;
}

/*my-account page*/
.page-id-11 {
	.inside-article a {
		color: #000000;
	}
	.inside-article a:hover {
		color: #fdb916;
		text-decoration: underline;
	}
}

/*main naivgation bar*/
.main-navigation:not(.is-open) .main-nav>ul {
	width: 1045px;
	left: 48.5%;
}

.js-woopayments-copy-test-number:hover {
	color: black;
}
/*end - main navigation bar*/

.woocommerce-review__published-date, .woocommerce-review__dash {
	display: none;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
	font-size: 22px;
}

.subscribe-text {
	margin-bottom: 0.1em;
	font-size: 15px;
	text-align: center;
}

/*custom message in customer's cart*/
.custom-cart-message-1 {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-top: 12px;
}

.custom-cart-message-2 {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-top: -15px;
}
/*end - custom message in customer's cart*/

/*woocommerce-cart-form and checkout-review-order*/
.woocommerce-cart-form {
	word-wrap: normal;
}
.woocommerce-checkout-review-order {
	word-wrap: normal;
}
/*end - woocommerce-cart-form and checkout-review-order*/

/* login button */
/* WooCommerce Login Submit */
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-button {
    border-radius: 16px;
    font-weight: 800 !important;
    font-size: 20.5px;
    text-align: center;
    border: 2px solid #000000;

    /* Gradient base */
    background: linear-gradient(
        120deg,
        #fdb916 0%,
        #e09a00 50%,
        #fdb916 100%
    );
    background-size: 200% 100%;
    background-position: left center;

    color: #000000 !important;
    font-family: "Cormorant Garamond", serif;

    transform: translateY(0);
    box-shadow: 0 4px 0 rgba(0,0,0,0.35);

    transition:
        background-position 0.4s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease !important;
}

/* Hover: gradient swipe + lift */
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-button:hover {
    background-position: right center;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0,0,0,0.35);
}

/* Click / press */
.woocommerce-form-login__submit:active,
.woocommerce-form-register__submit:active,
.woocommerce-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 0 rgba(0,0,0,0.35);
}

/* Keyboard focus */
.woocommerce-form-login__submit:focus-visible,
.woocommerce-form-register__submit:focus-visible,
.woocommerce-button:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(0,0,0,0.6),
        0 4px 0 rgba(0,0,0,0.35);
}

/*cart page*/
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	margin: 0.6em;
}
/*end - cart page*/

/*checkout page*/
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight: 400;
}
/*end - checkout page*/

/*order details*/
.woocommerce table.shop_table, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-size: 23px;
}

/*description tab*/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	text-shadow: 1px 1px 1px black;
}

.email-signup-form {
	color: white;
    padding-bottom: 30px;
}

.wpcf7-validates-as-email {
	border-radius: 10px;
	padding: 11px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.wpcf7-form-control wpcf7-submit has-spinner {
border-radius: 16px;
font-weight: 700;
font-size: 20.5px;
text-align: center;
}

.wpcf7-spinner {
display: contents !important;
}

.woocommerce-review-link {
	color: black !important;
}

.entry-date, published {
	color: black !important;
}

.gb-headline-f8dca619, .gb-headline-88c86da7, .gb-headline-851f9cfe {
	text-shadow: 2px 0 0 black;
}

/* table of contents for blog articles */
.toc-headline {
	font-family: "Open Sans", open sans-serif;
	font-weight: 700;
	display: flex;
	align-items: center;
	font-size: 26px;
	line-height: 2.3em;
	text-transform: none;
	padding-left: 10px;
}

.table-of-contents {
	font-size: 18px;
	background-color: floralwhite;
	padding: 0px 10px 5px 10px;
	margin: -35px 5px 10px 5px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	width: 100%;
}

.table-of-contents a {
	color: black;
	text-decoration: none;
	position: relative;
	display: flex;
	transition: color 0.3s ease;
	font-size: 16px;
	line-height: 2.2rem;
	font-weight: 600;
}

.table-of-contents a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: width 0.3s ease;
}

.table-of-contents a:hover::after{
	width: 100%;
}

.table-of-contents li {
	margin-bottom: 0.26em;
}

.inside-right-sidebar {
	position: sticky;
	top: 55px;
}

.gb-container-1da98c24 {
	padding: 180px 30px 10px !important;
}

.blog-cta-1 {
	border: 1px solid var(--accent);
	padding: 5px 20px 5px 20px;
	background-color: floralwhite;
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.gb-container-db97c7d0 {
	background-color: cornsilk;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.3);
}

.gb-container-85c89a10 {
	border-radius: 10px;
}

.gb-image-91e17455 {
	border-radius: 10px;
	box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.3);
}

.gb-container-6b3fe734, .gb-container-18f61c26, .gb-container-d58ddf00, .gb-container-d58ddf00, .gb-container-d58ddf00, .gb-container-d58ddf00 {
	box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.3);
}

@media (max-width: 1024px) 
{
    .gb-container-6b3fe734, .gb-container-18f61c26, .gb-container-d58ddf00, .gb-container-c1a5f83b, .gb-container-78cb3772, .gb-container-4869f57d {
        width: 75%;
    }
	
	.gb-container-ad280419, .gb-container-2878a57f, .gb-container-fac6fe6d, .gb-container-6872132a {
		padding-top: 50px !important;
	}
	
	.gb-container-53ec5ded {
		padding-top: 100px !important;
	}
	
	.gb-container-a82c9764 {
		align-items: baseline !important;
	}
	
	.gb-container-b37333b5 {
		flex-direction: row !important;
	}
	
	.gb-container-4869f57d, .gb-container-78cb3772, .gb-container-c1a5f83b, .gb-container-d58ddf00, .gb-container-18f61c26, .gb-container-6b3fe734 {
		width: 290px !important;
	}
	
}

@media (max-width: 767px) 
{
    h1.gb-headline-dd6a09da {
        font-size: 40px;
    }
	.gb-container-c710f22a {
        flex-direction: column;
        padding: 10px 20px;
    }
	
	.gb-container-0e1a3954 {
		margin-top: 0px !important;
	}
	
	.gb-container-fac6fe6d {
		padding-top: 0px !important;
	}
	
	.gb-container-53ec5ded {
		padding-top: 0px !important;
	}
	
	.gb-container-4869f57d, .gb-container-78cb3772, .gb-container-c1a5f83b, .gb-container-d58ddf00, .gb-container-18f61c26, .gb-container-6b3fe734 {
		width: 350px !important;
	}
	
	p.gb-headline-8f33f0a9 {
		font-size: 19px !important;
	}
	
	p.gb-headline-7a63ab04 {
		font-size: 19px !important;
	}
	
	.gb-container-138ff547 {
		padding: 180px 20px 60px !important;
	}
	
	h1.gb-headline-d1e0e135 {
		font-size: 41px !important;
		margin-bottom: 15px !important;
	}
	
	p.gb-headline-699fd426 {
		font-size: 12px !important;
	}
	
	p.gb-headline-d579961b {
		font-size: 19px !important;
	}
	
	h1.gb-headline-dd6a09da {
		font-size: 22px !important;
		margin-top: -45px !important;
	}
	
	.gb-image-10fd4e6e {
		max-width: 300px !important;
	}
	
	figcaption.gb-headline-ed57b84c {
		width: 350px !important;
	}
	
	.gb-block-image-10fd4e6e {
		max-width: 300px !important;
	}
	
	.gb-container-de78802e {
		align-items: center;
		display: flex;
		flex-direction: column;
		padding: 5%;
	}
	
	.is-right-sidebar {
		order: 1;
	}
	
	.container .site-content .content-area {
		order: 2;
	}

}

.woocommerce span.onsale {
	display: none;
}

.woocommerce ul.products li.product.sales-flash-overlay .onsale {
	display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

/*css for hyperlinks on blog articles*/
.single-post .entry-content a {
	color: #1f1f1f;
	text-decoration: none;

	/* TWO background layers */
	background-image:
		linear-gradient(currentColor, currentColor),   /* base line */
		linear-gradient(forestgreen, forestgreen);     /* hover line */

	background-repeat: no-repeat;
	background-position:
		0 100%,   /* base line position */
		0 100%;   /* hover line position */

	background-size:
		100% 0.75px,  /* thin default underline */
		0% 2px;       /* hidden hover underline */

	padding-bottom: 3px;

	/* transitions belong here */
	transition:
		background-size 0.35s ease,
		color 0.4s ease;
}

.single-post .entry-content a:hover {
	color: #000;

	background-size:
		100% 0.75px,  /* base line stays */
		100% 2px;     /* green line animates in */
}

.single-post .entry-content li a {
	color: #1f1f1f;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding-bottom: 1px;
	transition: border-color 0.2s ease, color 0.2 ease;
}

.single-post .entry-content li a:hover {
	color: #000;
	background-size: 100% 2px;
}

.single-post .entry-content a:hover::after {
	width: 100%;
}

.navigation-branding img, .site-logo.mobile-header-logo img {
	margin-top: -35px !important;
	height: 145px !important;
  width: auto;
  border-radius: 30px;
	}

.wp-block-button__link {
	color: black !important;
	border: 2px solid black;
}

.wp-block-button__link:hover {
	color: white !important;
}

/*end css for hyperlinks on blog articles*/

/* hyperlink on about us page */

.post-63 {
	.inside-article p a {
		color: black;
		text-decoration: underline;
	}
}

.post-63 {
	.inside-article p a:hover {
		color: #fdb916;
		text-decoration: underline;
	}
}

/* end of hyperlink on about us page */

.entry-content, .wp-block-button {
	margin-bottom: 20px !important;
}

.page-id-1742 p a {
	color: black;
	text-decoration: underline;
	}

.page-id-1742 p a:hover {
	color: #fdb916;
}

.page-id-1742 .gb-container-8c385b01 p a {
	color: white;
	text-decoration: none;
	}

.page-id-1742 .gb-container-403da3ac p a {
	color: white;
	text-decoration: none;
	}

.page-id-4694 .gb-container-8c385b01 p a {
	color: white;
	text-decoration: none;
	}

.page-id-4694 .gb-container-403da3ac p a {
	color: white;
	text-decoration: none;
	}

.page-id-1742 .gb-container-054b32e1 p a {
	color: white;
	text-decoration: none;
	}

.page-id-1742 p a:hover {
	color: #fdb916;
}

.page-id-4694 p a {
	color: black;
	text-decoration: underline;
	}

.page-id-4694 p a:hover {
	color: #fdb916;
}

.page-id-4694 .gb-container-2d0039d1 p a {
	color: white;
	text-decoration: underline;
	}

.page-id-4694 .gb-container-2d0039d1 p a:hover {
	color: #fdb916;
}

.page-id-91 {
	.entry-content a {
	color: black;
	text-decoration: underline;
}

	.entry-content a:hover {
	color: #fdb916;
}
}

.wpcf7-spinner {
display: contents !important;
}

.wpcf7 input[type="email"] {
		border-radius: 10px;
    padding: 11px;
    box-sizing: border-box;
}

.wpcf7-form {
	padding-top: 15px;
	margin-bottom: -15px;
}

.grecaptcha-badge { visibility: hidden; }

/* handpicked-grid products */

.my-handpicked-grid .product {
	flex: 1 1 250px;
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 1.5em;
	text-align: center;
}

.my-handpicked-grid .product .title {
	font-size: 27px !important;
  text-shadow: 0.03em 0.07em black !important;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
	text-align: center;
}

.my-handpicked-grid .product .add_to_cart_button {
    border-radius: 16px !important;
    font-weight: 700 !important;
    font-size: 20.5px !important;
    text-align: center !important;
    border: 2px solid #000000 !important;

    /* Gradient base */
    background: linear-gradient(
        120deg,
        #fdb916 0%,
        #e09a00 50%,
        #fdb916 100%
    ) !important;
    background-size: 200% 100% !important;
    background-position: left center !important;

    color: #000000 !important;
    font-family: "Cormorant Garamond", serif !important;

    transform: translateY(0) !important;
    box-shadow: 0 4px 0 rgba(0,0,0,0.35);

    transition:
        background-position 0.4s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease !important;

    width: 275px;
}

/* Hover (gradient swipe + lift) */
.my-handpicked-grid .product .add_to_cart_button:hover {
    background-position: right center !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 0 rgba(0,0,0,0.35);
}

/* Click / press */
.my-handpicked-grid .product .add_to_cart_button:active {
    transform: translateY(0) !important;
    box-shadow: 0 3px 0 rgba(0,0,0,0.35);
}

/* Keyboard focus (important for accessibility) */
.my-handpicked-grid .product .add_to_cart_button:focus-visible {
    outline: none !important;
    box-shadow:
        0 0 0 3px rgba(0,0,0,0.6),
        0 4px 0 rgba(0,0,0,0.35);
}

/* WooCommerce loading state */
.my-handpicked-grid .product .add_to_cart_button.loading {
    opacity: 0.85;
    cursor: wait;
}

/* WooCommerce "Added to cart" state */
.my-handpicked-grid .product .add_to_cart_button.added {
    background: linear-gradient(
        120deg,
        #2f7d32 0%,
        #1f5f2a 50%,
        #2f7d32 100%
    ) !important;
    background-size: 200% 100% !important;
    color: #ffffff !important;
}

.my-handpicked-grid .product img {
  max-height: 268px;
	width: 100%;
	border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	height: 100%;
	max-width: fit-content;
}

.my-handpicked-grid .product .price {
	font-weight: bold;
	margin: 0.5em 0;
	text-align: center;
}

.my-handpicked-grid .product .wc-short-description {
	font-size:0.9em;
	color:#666;
	margin:0.25em 0;
}

.google-review-hyperlink a {
	color: #fdb916b0 !important;
}

.google-review-hyperlink a:hover {
	color: white !important;
}

.page-id-5899  {
	.inside-article p a {
		color: black;
		text-decoration: underline;
	}
}

.page-id-5899 {
	.inside-article p a:hover {
		color: #fdb916;
		text-decoration: underline;
	}
	.zip-result {
		color: black;
	}
}

.main-navigation .menu-bar-item>a {
	font-size: 21px;
}

.main-navigation .menu-toggle, .sidebar-nav-mobile:not(#sticky-placeholder) {
	font-size: 21px;
}

.main-navigation .main-nav > ul > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}

.main-navigation .main-nav > ul > li > a:hover::after,
.main-navigation .main-nav > ul > li > a:focus-visible::after {
	transform: scaleX(1);
}

.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_item > a::after {
	transform: scaleX(1);
}

.main-navigation .main-nav ul ul li a::after {
	height: 1px;
	bottom: 0;
}

.main-navigation .main-nav ul ul li a::after {
	transform: scaleX(1);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.main-navigation .main-nav ul ul li a:hover::after {
	opacity: 1;
}

.main-navigation .main-nav ul ul li a {
	position: relative;
	padding: 10px 16px 10px 20px; /* room for the indicator */
	display: block;
}

.main-navigation .main-nav ul ul li a::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%) scaleY(0);
	width: 2px;
	height: 70%;
	background-color: currentColor;
	transition: transform 0.2s ease;
	transform-origin: center;
}

.main-navigation .main-nav ul ul li a::before {
	transform: translate(-4px, -50%);
	opacity: 0;
	transition: all 0.2s ease;
}

.main-navigation .main-nav ul ul li a:hover::before {
	transform: translate(0, -50%);
	opacity: 1;
}

/* Woocommerce menu links effects */

/* Base link style */
.site-main .woocommerce-MyAccount-navigation li a {
    position: relative;
    display: block;
    padding: 10px 16px 10px 20px; /* room for indicators */
    color: #1f1f1f; /* normal text color */
    text-decoration: none;
    opacity: 0.85; /* slightly faded at rest */
    transform: translateY(0); /* start at normal position */
    transition: color 0.3s ease; /* text color transition */
}

/* Text fade and slide transition using CSS variables for stagger */
.site-main .woocommerce-MyAccount-navigation li a span {
    display: inline-block;
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s; /* delay for sequential animation */
    opacity: 0;
    transform: translateY(2px); /* start slightly lower */
}

/* Text color, fade, and upward slide on hover/active */
.site-main .woocommerce-MyAccount-navigation li a:hover,
.site-main .woocommerce-MyAccount-navigation li.is-active > a {
    color: #000000; /* black text on hover */
}

.site-main .woocommerce-MyAccount-navigation li a:hover span,
.site-main .woocommerce-MyAccount-navigation li.is-active > a span {
    opacity: 1;
    transform: translateY(0); /* slide up */
}

/* Horizontal hover underline (thin to thick with bounce and delay) */
.site-main .woocommerce-MyAccount-navigation li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px; /* start thin */
    width: 100%;
    background-color: forestgreen; /* matches main menu hover color */
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
    transition: transform 0.3s ease-out 0.25s, opacity 0.3s ease-out 0.25s, height 0.3s ease-out 0.25s; /* delayed after vertical + text */
}

/* Animate horizontal line on hover/active with bounce */
.site-main .woocommerce-MyAccount-navigation li a:hover::after,
.site-main .woocommerce-MyAccount-navigation li.is-active > a::after {
    transform: scaleX(1);
    opacity: 1;
    height: 2px; /* grow thicker on hover */
    animation: bounceLine 0.3s ease-out 0.25s; /* delayed bounce */
}

/* Vertical hover indicator (grows slightly first) */
.site-main .woocommerce-MyAccount-navigation li a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%) scaleY(0.7); /* start slightly shorter */
    width: 2px;
    height: 70%; /* full height at rest */
    background-color: forestgreen; /* matches main menu hover color */
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    transform-origin: center;
}

/* Animate vertical line first on hover/active */
.site-main .woocommerce-MyAccount-navigation li a:hover::before,
.site-main .woocommerce-MyAccount-navigation li.is-active > a::before {
    transform: translateY(-50%) scaleY(1); /* grow to full height */
    opacity: 1;
}

/* Keyframes for subtle horizontal line bounce */
@keyframes bounceLine {
    0% { transform: scaleX(0); }
    70% { transform: scaleX(1.05); } /* slight overshoot */
    100% { transform: scaleX(1); }    /* settle at final width */
}


/* blog CSS optimization */

.single-post .entry-content h2 {
	font-weight: 700;
	font-size: 2.20rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	padding-left: 0.75rem;
	border-left: 4px solid forestgreen;
	padding-bottom: 0.5rem;
	line-height: 1.25;
}

.single-post .entry-content h3 {
	font-size: 1.70rem;
	font-weight: 600;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	line-height: 1.25;
}

h2.gb-headline-ee98a98e {
	font-size: 19px;
	position: relative;
	display: inline-flex;
}

h2.gb-headline-ee98a98e a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 2px;
	background-color: currentcolor;
	transition: width 0.25s ease;
}

h2.gb-headline-ee98a98e:hover a::after {
	width: 100%;
}

/* end of blog CSS optimization */

.nadig-faq-answer a {
	color: black !important;
	font-weight: 500;
}


.nadig-faq-answer a:hover {
	color: black !important;
	text-decoration: none !important;
}

/* end of handpicked-grid products */

.nadig-faq-question {
	width: 100%;
	text-align: left;
	padding: 16px 18px;
	margin-bottom: 12px;
	background-color: #1f1f1f;
	color: #ffffff;
	border: 1px solid #2f2f2f;
	border-radius: 6px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.nadig-faq-question:hover,
.nadig-faq-question:focus-visible {
	background-color: #262626;
	border-color: forestgreen;
}

.nadig-faq-question:focus-visible {
	outline: none;
	box-shadow: 0 0 0 2px rgba(34, 139, 34, 0.35);
}

.nadig-faq-question.active {
	background-color: #111;
	border-color: forestgreen;
}

.nadig-faq-icon {
	flex-shrink: 0;
	width: 10px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
}

.nadig-faq-question.active .nadig-faq-icon {
	transform: rotate(-135deg);
}

.nadig-faq-text {
	flex: 1;
}

.nadig-faq-answer {
	padding: 0 18px 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	font-size: 1.15rem;
	line-height: 1.6;
	color: #333;
	border-left: 2.5px solid forestgreen;
}

p.gb-headline-8f33f0a9 {
	  font-size: 17.48px;
    margin-bottom: 15px;
    color: var(--base-2);
    background-color: rgba(0, 0, 0, 0.69);
    padding: 8px;
    border-radius: 15px;
}

/* Order Statuses */

/* Processing Status Wrapper */
.nadig-processing-status {
    padding: 12px 14px;
    border-radius: 8px;
    background-color: rgb(42 105 187 / 53%);
    margin-bottom: 1rem;
	  font-size: 18px;
	font-family: Open Sans, sans-serif;
}

/* Base Badge Style */
.nadig-processing-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
}

/* Open Orders */
.nadig-processing-badge--open {
    background: #e6f2ea;
    color: #1f6f3d;
}

/* Final Orders */
.nadig-processing-badge--final {
    background: #fff4d6;
    color: #8a5a00;
}

/* Fully Booked */
.nadig-processing-badge--full {
    background: #fde8e8;
    color: #8a1c1c;
}

.nadig-processing-status small {
	font-size: 90%;
	font-family: sans-serif;
}

.nadig-emoji {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 1rem;      /* adjust as needed */
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

/* Woocommerce tables */

.woocommerce table.shop_attributes td {
	padding: 8px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	font-size: 15px;
}

@media (max-width: 1024px) 
{
		.single-post {
		.navigation-branding img, .site-logo.mobile-header-logo img {
			margin-top: 0px;
		}
	}
	
		.navigation-branding img, .site-logo.mobile-header-logo img {
		margin-top: -50px !important;
	}
	
	.page-id-1742 {
		.navigation-branding img, .site-logo.mobile-header-logo img {
			margin-top: -25px !important;
		}
	}
	.page-id-11 .navigation-branding img .site-logo.mobile-header-logo img {
		margin-top: -25px;
	}
	
}

@media (max-width: 767px) 
{
		.navigation-branding img, .site-logo.mobile-header-logo img {
		margin-top: 0px !important;
	}
	
	.single-post {
		.navigation-branding img, .site-logo.mobile-header-logo img {
			margin-top: 25px;
		}
	}
		.page-id-1742 {
		.navigation-branding img, .site-logo.mobile-header-logo img {
			margin-top: 0px !important;
		}
	}
	
	.gb-container-afa141fb {
		display: none;
	}
	
	.gb-container-0079fdc1 {
		display: inline-block;
		align-items: center;
	}
	
	h2.gb-headline-828dfec3 {
		font-size: 41px;
	}
	
	.gb-container-926d4e6e {
		width: 350px;
	}
	
	.gb-image-718fe83b {
		width: 350px;
		vertical-align: middle;
	}
	
	.gb-image-ce10d39a {
		width: 350px;
		vertical-align: middle;
	}
	
	.gb-image-0a38e203 {
		 width: 350px;
	}
	
	.footer-flag {
		max-width: 200px !important;
	}
	
	.gb-grid-wrapper-4e33aea2 {
		display: grid;
	}
	
	.page-id-5899 {
		.gb-container-138ff547 {
			padding: 20px 20px 60px !important;
		}
	}
	
	.page-id-5899 {
		.gb-headline-699fd426 {
			font-size: 17px !important;
		}
	}

}

/* start blog articles at the bottom of product pages */

.product-page-blog-section {
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.blog-section-heading {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.blog-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gb-container-a784e204 a {
	color: white !important;
}


.gb-container-a784e204 a:hover {
	color: #fdb916 !important;
}

/* Responsive grid: 2 columns on tablets, 1 column on phones */
@media (max-width: 1024px) {
  .blog-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-post-grid {
    grid-template-columns: 1fr;
  }
}

.blog-post-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.blog-post-card:hover {
  transform: translateY(-4px);
}

.blog-post-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.blog-post-thumbnail {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.blog-post-content {
  padding: 16px;
}

.blog-post-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-post-excerpt {
  font-size: 14px;
  color: #555;
}

/* end blog articles at the bottom of product pages */