/* Contact Form 7 */

.wpcf7 input, .wpcf7 textarea {
    font-size: 16px;
    font-weight: 400;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
}

.wpcf7 textarea {
    min-height: 16em;
    width: 100%;
}

.wpcf7 input[type="submit"] {
    float: right;
    clear: both;
}


.wpcf7 .wpcf7-form-control .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}

.wpcf7 .wpcf7-form-control .wpcf7-list-item-label:before {
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0;
    background: #ececec;
    border: 1px solid #dddddd;
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #ececec 40%, #dadada 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #ececec 40%, #dadada 100%);
}


.wpcf7-list-item-label:after {
    content: '';
    width: 7px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: 3px;
    border: 2px solid #777;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1 !important;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
}