.ld-course-list-items .ld_course_grid .btn-primary {
    color: #ffffff;
    background-color: #5CB85C;
    border-color: #5CB85C;
}

.ld-course-list-items .ld_course_grid .btn-primary:hover {
    color: #ffffff;
    background-color: #94B9FF;
    border-color: #94B9FF;
}

.ld-course-list-items .ld_course_grid .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    max-width: 150px;
    border-radius: 25px;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) #btn-join,
.learndash-wrapper:not(.ld-registration__outer-wrapper) .btn-join {
    align-items: center;
    background-color: #94B9FF;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: .75em;
    font-weight: 800;
    height: auto;
    justify-content: center;
    line-height: 1.25em;
    margin: 0;
    max-width: 385px;
    opacity: 1;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    transition: opacity .3s ease;
    white-space: normal;
    width: 100%;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) #btn-join:hover,
.learndash-wrapper:not(.ld-registration__outer-wrapper) .btn-join:hover {
    align-items: center;
    background-color: #CDFFD8;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    color: #94B9FF;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: .75em;
    font-weight: 800;
    height: auto;
    justify-content: center;
    line-height: 1.25em;
    margin: 0;
    max-width: 385px;
    opacity: 1;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    transition: opacity .3s ease;
    white-space: normal;
    width: 100%;
}

.ld-tab-content .learndash-wrap,
figure.wp-block-gallery {
    margin: 100px 0 !important;
}

.back-to-dashboard-conteiner {
    max-width: 200px;
}

.back-to-dashboard-conteiner p {
    font-size: 22px;
}

.back-to-dashboard-ld-button {
    align-items: center;
    background-color: #0b192c;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: .75em;
    font-weight: 800;
    height: auto;
    justify-content: center;
    line-height: 1.25em;
    margin: 0;
    max-width: 385px;
    opacity: 1;
    padding: 1em;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    text-transform: none;
    transition: opacity .3s ease;
    white-space: normal;
    width: 100%;
    max-width: 200px;
}

a.back-to-dashboard-ld-button {
    text-decoration: none;
    color: #fff !important;
}

.ld-button {
    position: relative;
    align-items: center;
    background-color: #61CE70;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    font-family: inherit;
    font-size: .75em;
    font-weight: 800;
    height: auto;
    justify-content: center;
    line-height: 1.25em;
    margin: 0;
    max-width: 385px;
    opacity: 1;
    padding: 5px 10px 5px 30px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    text-transform: none;
    transition: opacity .3s ease;
    white-space: normal;
}

.ld-button-desktop {
    display: flex !important;
}

.ld-button-mobile {
    display: none !important;
}

.ld-button::before {
    font-family: 'dashicons';
    content: "\f110";
    color: #ffffff;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 13px;
    top: 13px;
    font-size: 22px;
}

.ld-button a {
    color: #fff !important;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
	color: #fff;
	background: #94b9ff !important;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section .icon {
    width: auto;
    height: auto;
    display: block;
    font-size: 1rem;
    padding: 5px;
    background: #94b9ff !important;
    color: #fff;
    border-radius: 5px;
}

.site-navigation-dropdown ul.menu li a {
    display: block;
    padding: 10px 20px !important;
    background: transparent !important;
    color: #55595c;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843);
    font-size: 19px !important;
}

@media screen and (max-width: 768px) {
    .site-navigation-dropdown ul.menu li.ld-button {
        margin-bottom: 10px;
        max-width: 200px;
        margin: 20px auto 20px auto;
    }

    .ld-button-desktop {
        display: none !important;
    }
    
    .ld-button-mobile {
        display: flex !important;
    }
}