/**
 * Theme Name:     Elementor Judo Sensei
 * Author:         onScreen.nl
 * Template:       hello-elementor
 * Text Domain:	   elementor-judo-sensei
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      https://onscreen.nl
 * Author URI:     https://onscreen.nl
 * Version:        1.0
 */


/* START Custom CSS om knop in de ContactForm7 formulieren aan te passen | M. Jongen | 01.05.2026 */
.wpcf7 input[type="submit"] {
    background-color: #17105c;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #2ab1ea;
    color: #000000;
}

/* EIND Custom CSS om knop in de ContactForm7 formulieren aan te passen | M. Jongen | 01.05.2026 */