/*
Theme Name: Divine Fist Kung Fu
Theme URI: https://divinefistkungfu.com/
Author: Antigravity
Author URI: https://antigravity.ai
Description: A premium fitness and martial arts theme based on the Fitrainer template.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divine-fist
Tags: fitness, martial arts, kung fu, bootstrap, responsive
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
}

.widget_divine_fist_about_widget p {
    font-size: .9em;

}

section,
.section-padding {
    padding: 50px 0;
}

.site-main {
    margin: 0;
    padding: 0;
}

/* Footer Links Menu Fix */
.footer-copyright {
    font-size: .8em;

}

.footer-copyright .d-flex li:last-child {
    border-end: 0 !important;
    padding-right: 0 !important;
}

.footer-copyright .d-flex li:last-child.border-end {
    border-right: 0 !important;
}

.footer-copyright .d-flex li.last-no-border:last-child {
    border-right: 0 !important;
}

/* Poppins Font Application */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.nav-link,
.dropdown-item {
    font-family: 'Poppins', sans-serif !important;
}

/* --- Header Navigation Fixes --- */

/* Main Menu Spacing */
header .header-nav .nav-link {
    padding: 20px 15px !important;
    display: block !important;
}

/* Dropdown Arrow Fix */
header .dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 0.5em !important;
    vertical-align: middle !important;
    content: "" !important;
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
}

/* Dropdown Menu Item Spacing */
header .dropdown-menu>li>a {
    padding: 12px 30px !important;
    display: block !important;
}


/* Header & Menu Responsive Fixes */



@media (max-width: 1180px) {

    header .header-nav .navbar-collapse,
    header #responsive-menu,
    header .header-btn .btn-primary {
        display: none !important;
    }

    .header-nav-menu,
    .header-nav-inner,
    .header-nav,
    .header-right {
        overflow: visible !important;
        display: block !important;
        position: static !important;
    }

    #slicknav-mobile {
        display: block !important;
        width: 100% !important;
        position: static !important;
        z-index: 9999 !important;
        min-height: 10px !important;
    }

    .slicknav_menu {
        display: block !important;
        background: transparent !important;
    }

    .slicknav_btn {
        background-color: #DC1D24 !important;
        padding: 8px 12px !important;
        display: block !important;
        position: absolute !important;
        top: 15px !important;
        right: 20px !important;
        z-index: 10000 !important;
        border-radius: 4px !important;
    }

    .slicknav_nav {
        margin-top: 65px !important;
        /* Space for logo row */
        width: 100% !important;
    }

    .mobile-join-link {
        display: block !important;
    }
}



/* Straight Line Dividers (Replaces Wave SVG) */
.divider-wave {
    background-image: none !important;
    height: 3px !important;
    background-color: #DC1D24 !important;
    width: 60px !important;
    margin-bottom: 1.5rem !important;
    border-radius: 2px;
}

.divider-wave.white {
    background-color: #ffffff !important;
}

/* Footer & Widget Spacing Improvements */
.footer-bottom-links ul li {
    margin-bottom: 10px;
}

.footer-bottom-links ul li a {
    padding: 5px 0;
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-bottom-links ul li a:hover {
    padding-left: 5px;
    color: #DC1D24 !important;
}

/* --- Blog & Sidebar Widgets --- */
.blog-box .blog-image {
    height: 250px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blog-box .blog-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.blog-box .blog-info h4 a {
    transition: color 0.3s ease;
}

.blog-box .blog-info h4 a:hover {
    color: #DC1D24 !important;
}

.blog-excerpt p {
    margin-bottom: 0;
}

/* Category Widget Dot Icon */
.widget_categories ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.widget_categories ul li::before {
    content: "\f111";
    /* circle */
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 10px;
    color: #DC1D24;
}

.widget_categories ul li a {
    color: #676767;
    transition: color 0.3s ease;
}

.widget_categories ul li a:hover {
    color: #DC1D24;
}

/* Recent Posts Horizontal Layout */
.widget_recent_entries ul li {
    border-bottom: 1px dashed rgba(135, 135, 135, 0.1490196078);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_recent_entries ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget_recent_entries ul li a {
    display: block;
    font-weight: 500;
    color: #1D1E21;
    margin-bottom: 5px;
}

.widget_recent_entries .post-date {
    font-size: 0.8em;
    color: #676767;
}

/* Pagination Styling */
.pagination {
    justify-content: center;
    gap: 10px;
}

.pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #F5F5F5;
    border-radius: 50%;
    color: #1D1E21;
    transition: all 0.3s ease;
    display: inline-block;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #DC1D24;
    color: #ffffff;
    border-color: #DC1D24;
}

/* --- Contact Box Widget --- */
.contact-box-widget .contact-info-list li i {
    width: 20px;
    text-align: center;
}

.contact-box-widget .contact-info-list li a {
    color: inherit;
    transition: color 0.3s ease;
}

.contact-box-widget .contact-info-list li a:hover {
    color: #DC1D24;
}

/* --- Testimonial Carousel Widget --- */
.testimonial-box .testimonial-top {
    position: relative;
    z-index: 1;
}

.testimonial-box .testimonial-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.testimonial-box .testimonial-bottom img {
    border: 5px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}