.et-btn a {
    letter-spacing: 2px;
    font-size: 1.25vw;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgb(0, 0, 0) !important;
    font-family: Lato, Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    border-radius: 0px;
    border-width: 0px !important;
}
.et-btns-container {
    display: flex;
    justify-content: flex-end;
}

.et-btn {
    margin-left: 10px;
}

.user-tc-login a {
    background-color: #FF6E00!important;
    color: white;
    padding: 10px 20px;
}

.user-tc-login small {
    margin-top: 10px;
    display: block;
    font-size: 12px;
}

.user-single-job {
    background-color: #f4f4f4;
    margin-top: 12px;
    padding: 20px;
}

.user-j-header h3 {
    padding-bottom: 0;
}

.user-j-meta {
    font-size: 12px;
}

.user-j-lessons {
    margin-top: 10px;
}

.uj-lesson {
    margin-top: 4px;
}

.uj-lesson .uj-date {
    font-weight: bold;
}
.tutor-tier-checkbox {
    display: none !important;
}

li.gfmc-column {
    display: none;
    width: 33.33% !important;
    float: left;
}
li.gfmc-column ul {
    padding-left: 0 !important;
}


li.gfmc-row-1-column {
    display: block;
}

li.gfmc-column select,
li.gfmc-column input {
    width: 100% !important;
}

li.gfmc-row-4-column,
li.gfmc-row-7-column,
li.gfmc-row-10-column {
    clear: both;
}


#field_7_96 {
    margin-top: 20px;
}

@media(max-width: 768px) {
    li.gfmc-column {
        width: 50% !important;
    }
    li.gfmc-row-4-column,
    li.gfmc-row-7-column,
    li.gfmc-row-10-column {
        clear: none;
    }
    li.gfmc-row-3-column,
    li.gfmc-row-5-column,
    li.gfmc-row-7-column,
    li.gfmc-row-9-column {
        clear: none;
    }
}

@media(max-width: 480px) {
    li.gfmc-column {
        width: 100% !important;
    }
}

.contractor-datetime-label {
    font-weight: bold;
    text-decoration: underline;
}
li.gfmc-column {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.margin-top-20 {
    padding-top: 40px !important;
}

.btn-signup {
    margin-left: 0;
}

.btn-signup a {
    background-color: #ff8b32 !important;
    color: white !important;
}

#privacy_policy_field label {
    display: inline-block;
    position: relative;
    top: -10px;
}

#privacy_policy_field .description {
    display: inline-block;
    width: calc(100% - 58px);
    margin-left: 10px;
}

#privacy_policy_field .required {
    display: none;
}
#privacy_policy_field .description:after {content: '*';color: #ff4149;}

.uj-l-status {
    padding: 3px 8px;
    font-size: 12px;
}

.uj-l-status.plannedm
.uj-l-status.in-progress {
    background-color: #1e87db;
    color: white;
}
.uj-l-status.complete {
    background-color: #83aa68;
    color: white;
}
.uj-l-status.awaiting-confirmation {
    background-color: #ff9200;
    color: white;
}

body:not(.logged-in) .et_pb_button_module_wrapper.et_pb_button_1_tb_header_wrapper,
body:not(.logged-in) .et_pb_button_module_wrapper.et_pb_button_3_tb_header_wrapper {
    display: none;
}

body.logged-in .et_pb_button_module_wrapper.et_pb_button_0_tb_header_wrapper,
body.logged-in .et_pb_button_module_wrapper.et_pb_button_2_tb_header_wrapper {
    display: none;
}