.screen-reader-response ul li {
    color: red !important;
}

.wpcf7-not-valid-tip {
    font-weight: 700;
    color: red;
}

.screen-reader-response {
    width: 94%;
    margin: 0px 3%;
    font-weight: 700;
    margin-bottom: 20px;
}

.wpcf7-response-output {
    width: 94%;
    margin: 0px 3%;
    font-weight: 700;
    margin-top: 20px;
}

.cp_iptxt {
    position: relative;
    width: 94%;
    margin: 0px 3%;
}

.cp_iptxt input[type='text'], .cp_iptxt textarea, .cp_iptxt input[type='email'] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #aaaaaa;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px 0 #707070 inset;
    border-radius: 4px;
}

input[type='text']:focus {
    outline: none;
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

input[type='email']:focus {
    outline: none;
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

textarea:focus {
    outline: none;
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

input[type='submit'] {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #007fc3;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}

input[type='submit']:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}