/* Start custom CSS for shortcode, class: .elementor-element-fddb24f */.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #ddd; 
    color: #000;
    width: 600px;
    border: 2px solid grey;
}


.wpcf7
{
      padding: 15px;
      max-width: 50%;
      margin: auto;
}


.wpcf7 input[type="submit"] {
    background-color: #ABABAB;
    color: #000000;
    width: 600px;
    border: 2px solid grey;
    margin-bottom: -25px;
    font-size: 21px;
    font-weight: bold;
    border-radius: 12px;
    transition: background-color 0.3s;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #9C0000;
    color: #ffff;
}/* End custom CSS */