/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wdm-course-credit p{
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 36px;
    position: relative;
}

.wdm-access-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0px;
}
.wdm-access-wrapper div {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.wdm-datepicker-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0 25px 0;
}
.wdm-datepicker-container .enroll-custom-date {
    padding: 5px 10px;
}

.wdm-datepicker-container label {
    margin-right: 20px;
}

.widget-area .wc-button {
    font-size: 15px;
    line-height: 17px;
    padding: 1em 2em;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #07294d;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-shadow: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.widget-area .wc-button:hover {
    background-color: #ffc600;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.elementor .fa.fa-star-o {
    font-family: Font Awesome 5 Free;
}

.lcc-access-banner {
    padding: 15px;
    background: #e1e1e1;
    opacity: 1;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 4px;
}

.lcc-access-banner .message-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.lcc-access-banner .message {
    font-size: 1.2rem;
    padding: 10px 0;
    padding-right: 15px;
}

/* MY ACCOUNT */
.lcc-upcomming-courses-wrapper {
    padding: 20px;
    background-color: #fff;
}

.lcc-upcomming-courses-wrapper .lcc-header {
    text-align: center;
    font-weight: 600;
}

.lcc-upcomming-courses-wrapper .lcc-upcomming-row {
    display: flex;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
}

.lcc-upcomming-courses-wrapper .lcc-upcomming-row.header {
    background-color: #edf0f2;
    font-size: 1.1em;
}
.lcc-upcomming-courses-wrapper .lcc-upcomming-th {
    font-weight: 600;
}
.lcc-upcomming-courses-wrapper .lcc-upcomming-th,
.lcc-upcomming-courses-wrapper .lcc-upcomming-td {
    padding: 10px;
}
.lcc-upcomming-courses-wrapper .lcc-upcomming-th.title,
.lcc-upcomming-courses-wrapper .lcc-upcomming-td.title {
    flex: 5;
    text-align: left;
    font-weight: 600;
}

.lcc-upcomming-courses-wrapper .lcc-upcomming-th.date,
.lcc-upcomming-courses-wrapper .lcc-upcomming-td.date {
    flex: 2;
}

.lcc-upcomming-courses-wrapper .lcc-upcomming-th.action,
.lcc-upcomming-courses-wrapper .lcc-upcomming-td.action {
    flex: 4;
}

.lcc-upcomming-courses-wrapper .lcc-upcomming-bundle-data {
    width: 100%;
}

.lcc-upcomming-courses-wrapper .lcc-upcomming-innner-row {
    display: flex;
    align-items: center;
}

.lcc-upcomming-courses-wrapper .lcc-upcomming-innner-row.courses {
    margin-left: 30px;
    border-top: 1px solid #e1e1e1;
}

@media only screen and ( max-width: 600px ) {
    .lcc-upcomming-courses-wrapper .lcc-upcomming-row {
        flex-direction: column;
    }
    .lcc-upcomming-courses-wrapper .lcc-upcomming-th.title,
    .lcc-upcomming-courses-wrapper .lcc-upcomming-td.title {
        text-align: center;
    }
}