/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

form .wpcf7-inline-wide select {
    width:100% !important;
}

@media (max-width: 600px) {
    .wpcf7-inline-wrapper .wpcf7-inline-field {
        width:100%;
        display: block;
        padding: 0;
    }
    p + .wpcf7-inline-wrapper {
        margin:0;
    } 
}

input[type="radio"] {
    width: auto !important;
}

span.wpcf7-form-control.wpcf7-radio.radio {
    display: flex;
    flex-direction: column;
}

.wpcf7 .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    color: red !important;
}

.wpcf7-response-output {
    background: #d4edda;
    padding: 16px !important;
}
.wpcf7 form .wpcf7-response-output {
    background:#4282cf2e !important;
    font-weight:bold !important;
}