/* Laitilan puhelimen viestintä ja asiakastiedotteita */
.wpcf7-form {
    margin: 0 auto;
}
.form-col-wrapper {
    text-align: left;
    height: 100%;
    clear: both;
}
.form-col-wrapper .col-medium {
    height: 100% !important;
    min-height: 50px !important;
    margin-bottom: 0px;
    margin-left: 0%;
}
.form-title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.2em;
    line-height: 1.2em;
 }
.form-col-wrapper .col-medium-right {
    text-align: right;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
    width: 100%;
    text-align: left;
}
.wpcf7-form > p > label, .wpcf7-form label {
    min-width: 200px;
}
.wpcf7-form input {
    padding: 7px;
    box-shadow: none;
    margin-bottom: 10px;
    border: 1px solid #e2dede;
    border-radius: 4px;
    float: unset;
    margin-right: 10px;
    display: block;
    width: 100%;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0em;
    width: 100%;
}
.wpcf7-form .wpcf7-radio {
    float: left;
    max-width: 450px;
}
.wpcf7-form textarea, textarea {
    border: 1px solid #e2dede;
    padding: 7px;
    margin-bottom: 20px;
    border-radius: 4px;
    width: 100%;
}
.wpcf7-form .wpcf7-submit {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    max-width: 300px;
    clear: both;
    margin: 20px auto 30px;
    min-width: 140px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    Background-color: #00AEEF;
    border-radius: 25px;
}

.wpcf7-form .wpcf7-radio {
    float: left;
}
.wpcf7-form .wpcf7-not-valid-tip {
    text-align: center;
    font-size: 14px;
    padding-left: 30px;
}
.wpcf7-form .last{
    margin-bottom: 30px;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
    display: block;
    clear: both;
    border: 2px solid #398f14;
}
.wpcf7-form .form-col-wrapper, .wpcf7-form p {
    text-align: center;
}
.wpcf7-form .wpcf7-quiz {
    max-width: 200px;
    margin: 0 auto;
} 
.wpcf7-form .wpcf7-list-item {
    max-width: 30px;
    float: left;
}
.wpcf7-form .acceptance {
    margin: 30px auto;
    text-align: left;
    max-width: 300px;
}
@media screen and (min-width: 580px) { 
    .wpcf7-form > p > label, label {
        text-align: center;
    }
    .wpcf7-form {
        max-width: 540px;
        margin: 20px auto;
    }
    .wpcf7-form textarea, textarea {
        min-width: 500px;
    }
}

@media screen and (max-width: 580px) { 
    .wpcf7-form {
        max-width: 90%;
    }
    .wpcf7-form > p > label, label {
        display: block;
        float: unset;
        text-align: center;
    }
    .wpcf7-form textarea, textarea {
        max-width: 100%;
    }
    .wpcf7-form input, .wpcf7-form textarea {
        width: 100%;
        padding: 7px 0px;
    }
    .wpcf7-form textarea {
        margin-bottom: 10px;
    }
    .wpcf7-form .wpcf7-quiz {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    } 
}