.elementor-toggle-item{
	border-radius:15px !important;
}


.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

.entry-content {
    font-family: Arial, sans-serif; /* Change to your website's font */
    color: #333; /* Text color */
    background-color: #fff; /* Background color */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: adds subtle shadow */
	margin-top: 15%;
}

.affwp-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.affwp-form legend {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #4A90E2; /* Change to your website's primary color */
    font-weight: bold;
}

.affwp-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.affwp-form input[type="text"],
.affwp-form input[type="email"],
.affwp-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd; /* Border color */
    border-radius: 4px;
    box-sizing: border-box;
}

.affwp-form input[type="submit"] {
    background-color: #4A90E2; /* Button background color, change to match your site */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.affwp-form input[type="submit"]:hover {
    background-color: #357ABD; /* Darker shade for hover effect */
}

/* hide header and footer on waitlist page */

.page-id-34865 .elementor-location-header, .page-id-34865 .elementor-location-footer {
	display: none !important;
}
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }
.premium-blog-content-wrapper {
	background: #fff !important;
	padding-top: 10px !important;
	padding-bottom: 4px !important;
}

.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link:hover a {
	color: #56C032 !important;
}

.woocommerce-MyAccount-navigation-link:after {
	background-color: #56C032 !important;
}

.woocommerce-button {
	color: #fff !important;
}

body.page-id-38181 .site-header, body.page-id-39013 .elementor-location-header {
	display: none !important;
}

#enter-adnosaur-button {
    display: none; /* Hide Enter Adnosaur button initially */
}

.woocommerce #content .ast-woocommerce-container div.product div.images, .woocommerce .ast-woocommerce-container div.product div.images, .woocommerce-page #content .ast-woocommerce-container div.product div.images, .woocommerce-page .ast-woocommerce-container div.product div.images {
	width: 10% !important;
}

.woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary {
	width: 86% !important;
}

.order-again {
	display: none;
}

.ast-single-variation {
	    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 25px 15px 25px;
}

.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .qty {
	display: none;
}

.single_variation_wrap .quantity {
	display: none !important;
}

.single_variation_wrap .single_add_to_cart_button {
	    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    fill: #E7E7E7;
    color: #FFF !important;
    background-color: #50B36B;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 5px 66px -9px #50B36B;
    padding: 15px 25px 15px 25px;
	margin-left: 0 !important;
}