.download-button {
    background-color: #ffb606;
    background-image: linear-gradient(#ffb606, #e39a00, #d38a00);
    border: 1px solid #ffb606;
}

.download-button:hover {
    background-color: #ffb606;
    background-image: linear-gradient(#ffb606, #e59c12);
}

.half-form-fields {
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    width: calc(50% - 10px) !important;
    font-size: 13px;
}

.full-form-fields-field {
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 13px;
    width: 99%;
}

.full-form-fields-field textarea {
    max-height: 67px;
}

.half-form-fields textarea, .full-form-fields textarea {
    max-height: 67px;
}

.full-form-fields {
    width: 99%;
    font-weight: bolder;
    padding-bottom: 20px;
    display: flex;
}

.full-form-fields span {
    width: 100%;
}

.align-ol ol {
    margin-left: 40px;
}

.courses-list-search .ui-corner-all {
    color: #000 !important;
}

.fa-search {
    color: #fff;
}

span.wpcf7-form-control-wrap {
    display: unset;
    vertical-align: unset;
    width: auto;
}