/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.25.1749988139
Updated: 2025-06-15 11:48:59

*/

/*
Theme Name: Kadence Child Dark
Theme URI: https://yourwebsite.com
Description: Dark mode child theme for Kadence
Author: Your Name
Author URI: https://yourwebsite.com
Template: kadence
Version: 1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");

/* === ChatGPT-style Dark Theme === */

body {
    background-color: #1e1e1e;
    color: #eaeaea;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

a {
    color: #4ea8ff;
}
a:hover {
    color: #82cfff;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

button,
input[type="submit"],
.ld-button {
    background-color: #4ea8ff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
}
button:hover,
input[type="submit"]:hover,
.ld-button:hover {
    background-color: #82cfff;
    color: #1e1e1e;
}

.ld-course-list .ld-course-card {
    background-color: #2a2a2a;
    border: 1px solid #333333;
    color: #eaeaea;
}

.ld-course-list .ld-course-card-title {
    color: #ffffff;
}

input, textarea, select {
    background-color: #2b2b2b;
    color: #eaeaea;
    border: 1px solid #444;
}

.site-header, .site-footer {
    background-color: #121212;
    color: #eaeaea;
}

.wp-block-group,
.wp-block-cover {
    background-color: #2a2a2a !important;
    color: #eaeaea;
}

* {
    box-shadow: none !important;
}


button,
input[type="submit"],
.wp-block-button__link,
.learndash-wrapper .ld-button,
.ld-course-list .ld-button {
    background-color: #4ea8ff !important;
    color: #1e1e1e !important;
    border: none;
    border-radius: 4px;
    padding: 12px 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s ease;
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.ld-button:hover {
    background-color: #82cfff !important;
    color: #121212 !important;
}


.wp-block-button__link,
.learndash-wrapper .ld-button {
    background: transparent !important;
    border: 2px solid #4ea8ff !important;
    color: #4ea8ff !important;
}

.wp-block-button__link:hover,
.learndash-wrapper .ld-button:hover {
    background: #4ea8ff !important;
    color: #1e1e1e !important;
}

/* Base Button Styles */
button,
input[type="submit"],
.wp-block-button__link,
.learndash-wrapper .ld-button,
.ld-course-list .ld-button {
    background-color: #4ea8ff !important;
    color: #1e1e1e !important;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: 600;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover and Focus State */
button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.learndash-wrapper .ld-button:hover {
    background-color: #82cfff !important;
    color: #121212 !important;
}

/* Ghost/Outline Button Variant */
.button-outline,
.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    border: 2px solid #4ea8ff !important;
    color: #4ea8ff !important;
}

.button-outline:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #4ea8ff !important;
    color: #1e1e1e !important;
}

/* Rounded Button Variant */
.button-rounded {
    border-radius: 999px !important;
}

/* Disable ugly blue focus rings */
button:focus,
input[type="submit"]:focus,
.wp-block-button__link:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(78, 168, 255, 0.4);
}


