/* Enter Your Custom CSS Here */
/*LAWYERS PAGE*/
/*Set gradient effect on hover*/
.portfolio_shader {
    background: linear-gradient(to bottom, rgba(130,36,227,0) 10%, rgba(130,36,227,0.3) 100%) !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: black;
color: white;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: black;
color: white;
}