/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.0-public-alpha.21.1.1768234374
Updated: 2026-01-12 16:12:54

*/

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 18px 16px;
    background-color: #ebebeb;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
	margin-bottom: -4px;
	margin-top: -4px;
}

.wpcf7-form textarea {
    height: 200px;
    resize: vertical;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #aaa;
}

.wpcf7-form input[type="submit"] {
    background-color: #2d8fd4;
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #2179b8;
}
.cf7-cf-turnstile{
	margin-bottom: -65px !important;
}