/* Contact Form 7 Styles */

.wpcf7 input  {
border: none; 
width: 100%;
}


.wpcf7 input [type="email"],
.wpcf7 p {margin-bottom:50px;
}
.wpcf7 textarea {
width: 100%;
line-height: 30px;
border: none;
}

input.wpcf7-submit {
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    box-shadow: none;
    height: 35px;
    width: 100%;
    text-align: center;
    font-family: "Muli";
    text-transform: uppercase;
    letter-spacing: 2px;
    
}

input.wpcf7-submit:hover {
    color: #ffffff;
    background-color: #555555;
    font-family: "Muli";
    text-transform: uppercase;
    letter-spacing: 2px;
}