/**
 * Theme Name:     Artcloud Yhdistys Child
 * Author:         Artcloud
 * Template:       artcloudyhdistys
 * Text Domain:	   artcloud-yhdistys-child
 * Description:    Artcloud Yhdistys Child
 */



/* --- Contact Form 7 – Clean Modern Style --- */

.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Input + Textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Placeholder */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #999;
}

/* Focus State */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #c60031 !important;
    box-shadow: 0 0 4px rgba(198, 0, 49, 0.4);
    outline: none;
}

/* Checkbox items */
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 15px;
    font-size: 15px;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
    margin-right: 6px;
}

/* Submit button */
.wpcf7-form .wpcf7-submit {
    width: 100%;
    background-color: #c60031;
    color: #fff;
    padding: 14px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background-color .2s ease, transform .1s ease;
}

/* Button hover */
.wpcf7-form .wpcf7-submit:hover {
    background-color: #a8002a;
}

.wpcf7-form .wpcf7-submit:active {
    transform: scale(0.98);
}

/* Error messages */
.wpcf7-not-valid-tip {
    color: #c60031 !important;
    font-size: 14px;
    margin-top: 4px;
}

.wpcf7-response-output {
    margin-top: 15px;
    padding: 12px;
    border-radius: 6px;
    font-size: 15px;
}

/* Success message */
.wpcf7-mail-sent-ok {
    background: #e8f8e8;
    border: 1px solid #5cb85c !important;
}

/* Error message */
.wpcf7-validation-errors {
    background: #fff0f0;
    border: 1px solid #c60031 !important;
}

.wpcf7-spinner{
	display: none;
}
