/**handles:ltar-site-changes**/
#ldgr-enroll-users-popup .ldgr-add-user .ldgr-field:nth-child(even) {
    padding-left: 0;
}
#wdm_group_wrapper #wdm_group_filter input {
    padding: 0 25px 0 40px !important;
}
#wdm_group_wrapper {
    padding-top: 10px;
}
body #wdm_group_wrapper #wdm_group_length select {
    height: auto;
}
#wdm_group_wrapper table#wdm_group th, 
#wdm_group_wrapper table#ldgr-group-code-table th {
    color: white;
}
.ldgr-lightbox .ldgr-popup .ldgr-edit-gn input {
    margin: 0 auto !important;
}
.groups .ldgr-group-listing .ldgr-search-groups input {
    padding: 0 25px 0 40px !important;
}

.single-product .wdm_group_registration {
    display: none !important;
}
.ltar_wdm_group_registration {
    padding-bottom: 10px;
}

.et-content-wrap .content-current section {
    display: block;
}

#content .wpb_text_column .um-form ul :last-child {
    font-size: initial;
}

body.woocommerce div.product form.cart .button {
    float: none;
}

@media screen and (max-width: 655px) {
    #wdm_group_wrapper #wdm_group_filter {
        float: none !important;
        text-align: center;
        clear: both;
        padding-top: 20px;
        margin: 0 auto;
    }
    #wdm_group_wrapper #wdm_group_filter input {
        text-align: center;
        padding: 0 40px !important;
    }
    .groups .ldgr-group-listing .list .gr-title {
        display: block;
        clear: both;
        width: 100%;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
        padding-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .ldgr-group-single .ldgr-top-banner .ldgrs-left {
        margin: 0 auto;
    }
    .ldgr-group-single .ldgr-top-banner .ldgrs-right {
        margin: 0 auto;
    }
    .groups #wdm_groups_tab .enroll-new-user.ldgr-mobile {
        float: none;
        height: auto;
    }
    #ldgr-enroll-users-popup {
        width: 350px;
        left: calc(50% - 175px);
    }
    #ldgr-enroll-users-popup .ldgr-popup {
        overflow-x: hidden;
    }
    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-users {
        width: 100%;
    }
    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-users .ldgr-field input {
        margin: 0 auto !important;
    }
    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-users .ldgr-field.remove-user {
        flex: 0 0 calc(50% + 55px);
    }
    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-more-users {
        margin: 0 auto;
        width: 150px;
    }
    #ldgr-enroll-users-popup .ldgr-upload-csv .ldgr-upload-wrap .ldgr-uploader {
        flex: 0 0 92%;
    }
    .ldgr-lightbox .ldgr-popup .ldgr-edit-gicon > div {
        /*margin-right: calc(50% - 42px);*/
    }
}
@media screen and (min-width: 768px) {
    .ldgr-lightbox .ldgr-popup .ldgr-edit-gicon > div {
        text-align: center;
        margin: 0 auto !important;
        width: 390px;
    }

    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-users {
        width: 100%;
    }
    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-users .ldgr-field input {
        margin: 0 auto !important;
    }
    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-user .ldgr-field {
        flex: 0 0 100%;
    }
    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-users .ldgr-field.remove-user {
        flex: 0 0 100%;
    }
    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-user .remove-user .ldgr-icon-Trash {
        margin-left: calc(50% - 50px);
    }
    #ldgr-enroll-users-popup .ldgr-tabs-content .ldgr-add-more-users .ldgr-plus {
        margin-left: calc(50% - 68px);
    }
}