/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764069743
Updated: 2025-11-25 11:22:23

*/

.colorcheck {
    min-height: 100vh;   /* vult mooi het scherm */
    padding: 40px 20px;
    box-sizing: border-box;
}
.ticket-icon svg { stroke: #ffffff !important; }

/* Submit button van check-in formulier (ID 2) zwart + wit */
#gform_2 .gform_footer input[type="submit"],
#gform_2 .gform_footer button[type="submit"],
#gform_submit_button_2 {
    background: #000 !important;   /* zwarte achtergrond */
    color: #fff !important;        /* witte tekst */
    border: none !important;       /* geen rand */
    padding: 40px 28px !important;
    font-size: 26px !important;
    text-transform: uppercase;
    border-radius: 6px;            /* mooie afgeronde hoeken */
    cursor: pointer;
}

/* Hover effect (optioneel) */
#gform_2 .gform_footer input[type="submit"]:hover,
#gform_2 .gform_footer button[type="submit"]:hover,
#gform_submit_button_2:hover {
    background: #333 !important;
}

/* Zorg dat alle onderdelen van het formulier onder elkaar komen */
.post-password-form p {
    display: block !important;
}

.post-password-form label {
    display: block !important;
    margin-bottom: 8px;
}

/* Wachtwoordveld op eigen regel */
.post-password-form input[type="password"] {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    box-sizing: border-box;
}

/* Button op eigen regel */
.post-password-form input[type="submit"] {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    background: #1f8d55;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
}

.post-password-form input[type="submit"]:hover {
    background: #157040;
}

/* Mobiele spacing fix */
@media (max-width: 600px) {
    .post-password-form {
        padding: 20px !important;
    }

    .post-password-form p {
        margin: 0 0 15px 0 !important;
    }
}

/* Logo boven het wachtwoordformulier */
.post-password-form::before {
    content: "";
    display: block;
    width: 200px;
    height: 60px; /* wordt automatisch geschaald */
    margin: 0 auto 20px auto;
    background-image: url('https://verisure-events.nl/wp-content/uploads/2025/11/Logo_of_Verisure.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
