.wpcf7 {
    width: 98%;
    margin-top: 5px
}

.contact-h1 {
    font-size: 20px;
    font-weight: 100;
    font-family: "open sans";
    margin-top: 25px
}

.wpcf7-text,
.wpcf7-textarea {
    display: block;
    border: 1px solid #ccc;
    height: 30px;
    padding: 3px 5px;
    line-height: 24px;
    width: 100%
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: #7db17d auto 5px;
    outline-offset: -1px
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
    border-color: #c00
}

.wpcf7-not-valid-tip {
    color: #c00
}

.wpcf7-textarea {
    max-width: 100%;
    height: 263px;
    margin-bottom: 25px
}

.screen-reader-response {
    display: none
}

.wpcf7-submit {
    background-image: url(../images/mail-icon.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border: solid 1px transparent;
    line-height: 26px;
    cursor: pointer;
    padding: 5px 5px 5px 45px;
}

.wpcf7-submit:focus,
.wpcf7-submit:active {
    background-image: url(../images/mail-icon.png);
    background-position: 15px 10px;
    background-repeat: no-repeat
}

.wpcf7-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 20px;
    height: 20px;
    background: url(../images/radio.png) left center no-repeat;
    background-size: 20px;
    position: relative;
    top: 2px
}

.wpcf7-radio input[type="radio"]+.wpcf7-list-item-label {
    font-size: 20px;
    line-height: 20px;
    color: #999;
    font-weight: 100;
    font-family: "open sans";
    margin-right: 40px
}

.wpcf7-radio input[type="radio"]:checked {
    background: url(../images/radio_checked.png) left center no-repeat
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label {
    color: #333
}

.wpcf7-radio input[type="radio"]:focus,
.wpcf7-radio input[type="radio"]:active {
    outline: none
}

.wpcf7-validation-errors {
    color: #cc0000
}

.wpcf7-mail-sent-ng {
    color: #7db17d
}

@media (max-width: 1024px) { 
    .wpcf7-submit {
        background-image: url(../images/mail-icon.png);
        background-position: 5px 5px;
        background-repeat: no-repeat;
        border: solid 1px transparent;
        line-height: 26px;
        cursor: pointer;
        padding: 5px 5px 5px 45px;
    }
    
    .wpcf7-submit:focus,
    .wpcf7-submit:active {
        background-image: url(../images/mail-icon.png);
         background-position: 5px 5px;
        background-repeat: no-repeat;
    }
    
    .wpcf7-radio input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        width: 20px;
        height: 20px;
        background: url(../images/radio.png) left center no-repeat;
        background-size: 20px;
        position: relative;
        top: 2px
    }
    
    .wpcf7-radio input[type="radio"]+.wpcf7-list-item-label {
        font-size: 16px;
        line-height: 20px;
        color: #999;
        font-weight: 100;
        font-family: "open sans";
        margin-right: 20px
    }
    
    .wpcf7-radio input[type="radio"]:checked {
        background: url(../images/radio_checked.png) left center no-repeat
    }
    
    .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label {
        color: #333
    }
}