/*
    FORM STYLING
*/
.wpcf7 textarea,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"] {
    display: block;
    margin-bottom: 15px;
    padding: 15px 15px;
    width: 100%;
    font-family: montserrat, sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #edede3;
}
.wpcf7 textarea {
    height: 200px;
}
.wpcf7 input[type="checkbox"] {
    position: relative;
    top: -1px;
    margin: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    background-color: #ccc;
}
.wpcf7 .mc4wp-checkbox > label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wpcf7 input[type="submit"] {
    margin-top: 45px;
    margin-bottom: 0;
    padding: 9px 25px 11px 25px;
    width: 50%;
    font-family: ff-cocon-pro, sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    background-color: #e35544;
}
