.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-email, .wpcf7 .wpcf7-select,
.modal-content-inner .wpcf7 .wpcf7-text, .modal-content-inner .wpcf7 .wpcf7-email {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 100%;
    box-sizing: border-box;
    min-width: 100%;
    border: none;
    background: #fff;
    box-shadow: none;
    letter-spacing: 0;
    outline: none;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    text-align: left;
    font-family: inherit;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 400;
}

.wpcf7 h3 {
    font-size: 24px;
    font-family: "Bulo", sans-serif;
}

html .modal-menu-item.tt_primary_button, html .modal-content-inner .wpcf7-submit {
    background: #fcb813 !important;
    border-color: #fcb813 !important;
    color: #ffffff !important;
}

html .modal-menu-item.tt_primary_button:hover, html .modal-content-inner .wpcf7-submit:hover {
    background: #002266 !important;
    border-color: #002266 !important;
    color: #ffffff !important;
}