/*
Theme Name: LP
Author: WeBrains.net
Author URI: https://www.webrains.net
Version: 1.0
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1 !important;
}

span.wpcf7-not-valid-tip {
    color: #3f3f3f;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
}
.wpcf7-not-valid {
    border-color: red !important;
}