/*
 Theme Name:   Eduma Child
 Description:  Eduma Child Theme
 Author:       Ad Kraft
 Author URI:   https://ad-kraft.com/
 Template:     eduma
 Version:      1.0.0
 Text Domain:  edumachild
*/

.product-grid .product__title a.button.product_type_simple:before {
   display:none;
}

.site-main .product-grid .product_cat-courses .product__title .button  {
    display:none !important;
}
.site-main .product-grid .product_cat-shop .view-course-btn {
    display: block !important;
}
.site-main .product-grid .product__title{
	min-height:181px !important;
	padding:10px 5px;
}
.txt-pink-light{
	color:#fc7067;
}
.site-main .product-grid .product_cat-shop .view-course-button {
    background-color: #FC7067 !important;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
}
.site-main .product-grid .product_cat-shop .add_to_cart_button {
    background-color:#FC7067 !important;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
}
.site-main .product-grid .product_cat-shop .view-product-button {
    background-color: #FC7067 !important;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
}
.site-main .product-grid .product_cat-shop .view-product-button {
    background-color: #FC7067 !important;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
}
.site-main .product-grid .product_cat-courses .view-course-btn:before {
    content: none !important;
    display: none !important;
}
.site-main .product-grid .product_cat-courses .view-course-btn:before {
    content: none !important;
    display: none !important;
}

/* .wpcf7 .wpcf7-submit {
    background-color: #fc7067;   
    color: #ffffff;             
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
} */

.breadcrumbs-wrapper {
/*     display: none !important; */
}
.thim-widget-icon-box .wrapper-box-icon .boxes-icon a {
	color:#fc7067;
}
input{
    padding: 10px 10px;
}

/* Hide Accessibility Statement author name */
.mdp-readabler-statement span {
    display: none !important;
}

/* Add space below category before Buy Now button */
.single-product .product_meta {
    margin-bottom: 15px;
}

/* Dark Grey Border Form Style */
.popup-form input {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #555;   /* Dark grey border */
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
    transition: all 0.3s ease;
}

/* Focus Effect */
.popup-form input:focus {
    border-color: #333;  /* Darker grey on focus */
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
    outline: none;
}

/* Submit Button (Matching Dark Style) */
 /*.popup-submit {
    width: 100%;
    padding: 12px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
} */

.popup-submit:hover {
    background: #111;
} 

.popup-description {
   color: #444 !important; 
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: left;	
}

.pum-title {
    margin-bottom: 10px !important;
}

/* Contact Form 7 input fields inside popup */
.pum-content input[type="text"],
.pum-content input[type="email"],
.pum-content input[type="tel"],
.pum-content textarea {
    border: 1.5px solid #777 !important;  /* darker border */
    background-color: #fff;
    color: #333;
	
}

/* On focus (when user clicks) */
.pum-content input:focus,
.pum-content textarea:focus {
    border-color: #f26c63 !important;   /* match your coral button */
    box-shadow: 0 0 0 2px rgba(242,108,99,0.2);
    outline: none;
}
.pum-content ::placeholder {
    color: #777;
    opacity: 1;
}

/* Center the submit group */
.submit-group {
    text-align: center;
}

/* Style the submit button */
 .popup-submit {
    width: auto !important;        
    padding: 8px 30px;           
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    background-color: #f26c63;     
    color: #fff !important;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.popup-submit:hover {
    background-color: #e85c54;
} 

/* Input typed text color */
.popup-form input,
.popup-form textarea {
    color: #222 !important;          /* dark text when typing */
    font-weight: 500;
}

/* Placeholder color */
.popup-form input::placeholder,
.popup-form textarea::placeholder {
    color: #555 !important;          /* darker placeholder */
    opacity: 1 !important;           /* fix Firefox light issue */
}

/*Newsletter popup**/
.newsletter-popup {
    display: flex;
    width: 900px;
    max-width: 100%;
}

.newsletter-left {
    background: #f5a623;
    width: 50%;
    padding: 50px;
    color: #fff;
	font-family: 'Poppins', sans-serif;
}

.newsletter-left h2 {
    font-size: 40px;
    margin-bottom: 20px;
	color:#fff;
	text-align:center;
}

.newsletter-left p {
    font-size: 18px;
    margin-bottom: 30px;
}

.newsletter-left input[type="email"] {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #f44d7b !important;
    margin-bottom: 20px;
}

.newsletter-left input[type="submit"] {
    width: 100%;
    padding: 15px;
    background: #ffffff;
    color: #ff4f81;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
	text-transform: none;
}
.newsletter-left input[type="submit"]:hover {
    background: #ffffff;
}

.newsletter-right {
    width: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-right img {
    max-width: 90%;
    height: auto;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .newsletter-popup {
        flex-direction: column;
    }

    .newsletter-left,
    .newsletter-right {
        width: 100%;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .pum-container {
        width: 600px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .pum-container {
        width: 90% !important;
    }
}

.newsletter-left .wpcf7-response-output{
    display:none !important;
}
.lost-pass-link{
	color:#FC7067;
}
.pmpro_card_actions{
	display:none;
}
.woocommerce-terms-and-conditions-wrapper a{
	color:#FC7067;
}


/* WooCommerce External Product Buy Now Button */

.site-main a.button.product_type_external {
    display: block !important;
    position: relative !important;
    top: -32px !important;
    float: right !important;
    font-size: 13px !important;
    width: auto !important;
    line-height: 40px;
    padding: 0 18px !important;

    background: #fc7067 !important;   /* red background */
    color: #ffffff !important;        /* white text */
    border: none !important;
    border-radius: 4px;
	font-weight: 600;
}

/* Remove cart icon */
.site-main a.button.product_type_external::before,
a.button.product_type_external i,
a.button.product_type_external svg {
    display: none !important;
}

/* Hover effect */
.site-main a.button.product_type_external:hover {
    background: #fc7067 !important;
    color: #ffffff !important;
}
.products .product a.button.product_type_external {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Remove hover-only behavior */
.products .product:hover a.button.product_type_external {
    opacity: 1 !important;
    visibility: visible !important;
}