.elementor-3035 .elementor-element.elementor-element-615608f > .elementor-element-populated{padding:0px 15px 0px 0px;}.elementor-3035 .elementor-element.elementor-element-3fa9962{column-gap:0px;}.elementor-3035 .elementor-element.elementor-element-e389cc3{column-gap:0px;}@media(max-width:767px){.elementor-3035 .elementor-element.elementor-element-615608f > .elementor-element-populated{margin:0px 0px 0px 15px;--e-column-margin-right:0px;--e-column-margin-left:15px;}}/* Start custom CSS for shortcode, class: .elementor-element-e95dcbb *//* ==========================================
   CONTACT FORM 7 - FINAL FORM CSS
   ========================================== */

.wpcf7,
.wpcf7 form,
.wpcf7 .contact-form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Form Group */
.wpcf7 .form-group {
    display: block !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Labels */
.wpcf7 .form-group label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}

/* Required star */
.wpcf7 .form-group label span {
    color: #777777;
}

/* Inputs + Textarea */
.wpcf7 .form-control {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;

    margin: 0 !important;
    padding: 11px 14px !important;

    border: 1px solid #cccccc;
    background: #ffffff;
    color: #333333;

    font-family: inherit;
    font-size: 14px;
    line-height: 20px;

    outline: none;
}

/* Input fields */
.wpcf7 input[type="text"].form-control,
.wpcf7 input[type="email"].form-control {
    height: 50px !important;
}

/* Message */
.wpcf7 textarea.form-control {
    width: 100% !important;
    max-width: 100% !important;

    min-height: 190px !important;
    height: 190px !important;

    resize: vertical !important;
    overflow: auto !important;
}

/* Focus */
.wpcf7 .form-control:focus {
    border-color: #999999;
    outline: none;
}

/* ==========================================
   SUBMIT BUTTON - CENTER
   ========================================== */

.wpcf7 .form-submit {
    width: 100% !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;

    text-align: center !important;
}

/* Button */
.wpcf7 .submit-btn,
.wpcf7 input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 100px !important;
    height: 42px !important;

    margin: 0 auto !important;
    padding: 0 25px !important;

    border: 1px solid #222222 !important;
    border-radius: 24px !important;

    background: #ffffff !important;
    color: #222222 !important;

    font-size: 14px !important;
    line-height: 1 !important;

    cursor: pointer;
}

/* Button hover */
.wpcf7 .submit-btn:hover,
.wpcf7 input[type="submit"]:hover {
    background: #222222 !important;
    color: #ffffff !important;
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .wpcf7 .form-group {
        margin-bottom: 14px !important;
    }

    .wpcf7 .form-group label {
        margin-bottom: 5px !important;
    }

    .wpcf7 input[type="text"].form-control,
    .wpcf7 input[type="email"].form-control {
        height: 48px !important;
    }

    .wpcf7 textarea.form-control {
        min-height: 180px !important;
        height: 180px !important;
    }

    .wpcf7 .form-control {
        padding: 10px 12px !important;
    }
}/* End custom CSS */