/* Contact Form 7 styles */
.wpcf7 { margin: 10px 0; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
    font-size: 13px;
    padding: 6px 8px;
    border: 1px solid #c8d8e8;
    width: 100%;
    max-width: 400px;
    display: block;
    margin-bottom: 8px;
    border-radius: 2px;
    box-sizing: border-box;
}
.wpcf7 input[type="submit"] {
    padding: 6px 20px;
    background: #00529c;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 2px;
}
.wpcf7 input[type="submit"]:hover { background: #003a70; }
.wpcf7-not-valid-tip { color: #cc0000; font-size: 11px; }
.wpcf7-response-output { margin-top: 8px; padding: 6px 10px; border: 1px solid #c8d8e8; font-size: 12px; }
