.elementor-element.wgi-class__wrapper {
    display: flex;
}

.elementor-element .wgi-class__outer {
    padding-left: 0
}



.elementor-element.wgi-class__wrapper .e-child {
    display: flex;
}

.elementor-element .wgi-class__divider-separator {
    border-top: 1px dashed #7A7A7A;
}

.elementor-element .wgi-class__label {
    font-size: 12px;
}

.elementor-element .wgi-class__overview--date {
    font-size: 24px
}

.elementor-element .wgi-class__description ul {
    margin-block-end: 1em;
}

.elementor-element .wgi-class__outer .wgi-class__reg-button {
    padding: 30px 0;
    border-bottom: 1px dashed #7A7A7A;
}


.elementor-element .wgi-class__reg-button a {
    display: inline-block;
    fill: #fff;
    line-height: 1;
    padding: 8px 17px;
    transition: all .3s;
    background-color: var(--e-global-color-accent);
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    fill: #ECECEC;
    color: #ECECEC;
    border-radius: 4px 4px 4px 4px;
    text-transform: uppercase;
}

.elementor-element .wgi-class__reg-button a:hover {
    color: #C0C0C0;
}

.elementor-element .wgi-class__list {}

.elementor-element .wgi-class__list__item {
    display: flex;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px dashed #7A7A7A;
}


.elementor-element .wgi-class__list__item:first-child {
    border-top: 1px dashed #7A7A7A;
}

.elementor-element .wgi-class__list__item>div {
    padding: 20px 10px;
}

.elementor-element .wgi-class__list__item__title {
    color: #1C244B;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    width: 40%;
    padding-left: 0 !important;
}

.elementor-element .wgi-class__list__item__date {
    width: 20%;
}

.elementor-element .wgi-class__list__item__ctas {
    width: 40%;
    text-align: right;
}

.elementor-element .wgi-class__list__item__ctas a:first-child {
    margin-right: 10px;
}

.elementor-element .wgi-class__regpanel {
    padding-top: 50px;
}

.elementor-element .wgi-class__regpanel .nf-after-field .nf-error-msg {
    display: none;
}


.elementor-element .wgi-class__regpanel .list-radio-wrap .nf-field-element li {
    width: 50px;
  padding-right: 20px !important;
}

.elementor-element .wgi-class__regpanel .list-radio-wrap .nf-field-element li label {
    margin-left: 1em;
    width: auto;
}



.elementor-element .wgi-class__regpanel .nf-field-label .nf-label-span,
.nf-field-label label {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.elementor-element .wgi-class__regpanel .nf-field-element textarea {
    height: 100px;
}

.elementor-element .wgi-class__regpanel .field-wrap input[type=submit] {
    display: inline-block;
    fill: #fff;
    line-height: 1;
    padding: 8px 17px;
    transition: all .3s;
    background-color: var(--e-global-color-accent);
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    fill: #ECECEC;
    color: #ECECEC;
    border-radius: 4px 4px 4px 4px;
    text-transform: uppercase;
    border: 0;
}

.elementor-element .wgi-class__regpanel .field-wrap input[type=submit]:hover {
    color: #C0C0C0;
}

.elementor-element .wgi-class__regpanel .nf-response-msg {
    display: none;
    font-weight: 500;
    font-size: larger;
    background-color: #f3f3f3;
    padding: 1em;
    padding-bottom: .25em;
    /* color: var(--e-global-color-accent); */
}


@media screen and (max-width: 991px) {
    .elementor-element .wgi-class__list__item {
        display: block;
    }

    .elementor-element .wgi-class__list__item>div {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .elementor-element .wgi-class__list__item .wgi-class__list__item__title {
        padding-bottom: 5px;
    }
    .elementor-element .wgi-class__list__item .wgi-class__list__item__date {
        padding: 0;
    }

    .elementor-element .wgi-class__list__item__ctas {
        text-align: left;
    }
}

@media screen and (max-width:599px) {

    .elementor-element .wgi-class__outer {
        padding-right: 0;
    }


    .elementor-element .wgi-class__regpanel .nf-form-cont .one-half {
        width: 100%;
        margin-left: 0
    }
    .elementor-element .wgi-class__reg-button a:not(:last-child) {
        margin-bottom: 10px;
    }

}