#main-header {
display: none;
}
#page-container {
padding-top: 0px !important;
margin-top: -1px !important;
} 
#et-navigation {
display: none;
} input::placeholder {
font-size: 14px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 input[type="file"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
padding: 5px;
background-color: transparent;
border: 1px dashed rgba(35, 31, 32, 0.5);
border-radius: 0px;
width: 100%;
}
.gprivacy {
font-size: 12px;
width: 100%;
}
.wpcf7 input[type="submit"] {
width: 30%;
background-color: transparent;
border: 2px solid #ee7729;
border-radius: 3px;
font-size: 20px;
color: #ee7729;
}
.wpcf7 label {
padding: 10px;
}
.wpcf7 input[type="submit"]:hover {
background-color: #ee7729;
color: #ffffff;
}