.wpcf7 p:after {
    content: "";
    clear: both;
    display: table
}

.wpcf7 p:last-of-type {
    --content-spacing: 0
}

.wpcf7 label:not(.wpcf7-form-control-wrap) {
    color: black;
    font-family: jost;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.wpcf7 .wpcf7-submit {
    
    background-color: transparent;
    border: 2px solid black;
    color: black;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;


}

.wpcf7 .wpcf7-submit:hover{
    
    background-color: black ;
    border: 2px solid black;
    color: #CCA059;
}

.wpcf7 .wpcf7-submit+.ajax-loader {
    float: left;
    margin-left: 20px
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: .9em;
    font-style: italic;
    margin-top: 5px
}

.wpcf7 .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-style: italic
}

.wpcf7 .wpcf7-list-item:first-child {
    margin-left: 0
}