/*
Theme Name: NCPEDP
Theme URI: https://starthemes.net/wordpress-themes/fse-ncpedp-wordpress-theme/
Author: Starthemes
Author URI: https://starthemes.net
Description: NCPEDP Education WordPress theme is a state-of-the-art, full site editing WordPress theme meticulously crafted to elevate the online presence of educational institutions, e-learning platforms, and academic professionals. Designed with a focus on both aesthetics and functionality, this theme offers a seamless blend of modern design and robust features, ensuring a user-friendly experience for both site creators and visitors. The integration of block patterns allows for effortless customization, enabling users to construct complex page layouts with ease and precision, tailored to the unique needs of their educational content. Each block pattern is designed to be fully responsive, ensuring that the website looks stunning and functions flawlessly on all devices, from desktops to mobile phones. This theme supports a variety of content types, including course descriptions, faculty profiles, event calendars, and student testimonials, making it an ideal choice for universities, colleges, schools, and online learning platforms. The intuitive drag-and-drop interface streamlines the site-building process, while the extensive library of pre-designed blocks and templates accelerates the creation of a professional-looking website. NCPEDP Education WordPress theme is also optimized for SEO, ensuring that educational content ranks well in search engine results, thereby attracting more visitors and potential students. The theme's compatibility with popular plugins, such as WooCommerce and LMS (Learning Management System) plugins, extends its functionality, allowing for the integration of online courses, e-commerce capabilities, and more. With a commitment to accessibility, NCPEDP Education theme adheres to the highest standards, ensuring that all users, including those with disabilities, can navigate and interact with the site effectively. The theme's clean, code-efficient structure enhances site speed and performance, providing a smooth and engaging user experience. Additionally, comprehensive documentation and dedicated support are available to assist users in making the most of the theme's features. By choosing NCPEDP Education theme, educational institutions and educators can create a dynamic and interactive online presence that reflects their commitment to excellence in education.
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 7.2
Version: 1.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: ncpedp
Tags: education, e-commerce, blog, one-column, two-columns, three-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, right-sidebar, custom-background, wide-blocks

NCPEDP is based on Underscores theme(Underscores is distributed under the terms of the GNU GPL v2 or later).
NCPEDP WordPress Theme has been created by Starthemes(starthemes.net), 2024.
NCPEDP WordPress Theme is released under the terms of GNU GPL
*/



.wp-block-button__link {
    transition: all 0.3s ease; /* Smooth transition effect */
}

.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--primary); /* Change background color on hover */
    color: var(--wp--preset--color--secondary);          /* Change text color on hover */
    border-color: var(--wp--preset--color--secondary); /* Optional: change border color */
}


/* --- > 781px
-------------------------------------------------------- */
@media screen and (max-width:999px) {
    .wp-block-navigation__responsive-container,
    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
        display: none;
    }

    .wp-block-navigation__responsive-container-close svg,
    .wp-block-navigation__responsive-container-open svg{
        width: 42px;
        height: 42px;
    }
    
    .wp-block-navigation__responsive-container-open svg path,
    .wp-block-navigation__responsive-container-close svg path{
        fill: var(--wp--preset--color--black);
    }

    .wp-block-navigation__responsive-container-close{
        top: 20px;
        right: 20px;
    }

    .wp-block-navigation__responsive-container-open:not(.always-shown){
        display: block;
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none; 
    }

    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
        background-color: var(--wp--preset--color--secondary);
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
        padding: 1.5em;
    }

    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
        width: 100%;
        gap: 0 !important;
        border-bottom: none;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item {
        width: 100%;
        gap: 0 !important;
        border: none !important;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item a {
        width: calc( 100% - 48px );
        padding: 12px 24px 12px;
        line-height: 30px;
    }

    /*
    * Submenu Css
    */

    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
        display: block !important;
        margin-left: 15px;
        padding: 3px 10px;
        float: right;
        font-size: 19px;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 42px;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
        stroke: var(--wp--preset--color--white);
        display: block;
        width: 30px;
        height: 13px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
        width: 100%;
        gap: 0;
        margin: 0;
        padding: 0;
        display: none;
        box-shadow: none;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a {
        padding-left: 35px;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation-submenu__toggle[aria-expanded=true] + ul.wp-block-navigation__submenu-container {
        display: block;
        margin: 0;
        padding: 0;
    }
}


/* ======================== */

 /* Hide the actual file input */
 input[type="file"] {
    display: none;
}

/* Style the label to look like a link */
.file-input-label {
    color: #007bff; /* Link color */
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
}

/* Style for the file name */
.file-name {
    margin-left: 10px;
    font-size: 14px;
    color: #555;
}

/* Optional: Add some spacing between containers */
.file-input-container {
    margin-bottom: 15px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none; /* Hide all list items */
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:first-child {
    display: list-item; /* Show only the first list item */
}