/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/*
.bb-grid-cell {
    padding: 0 !important;
}
*/

.login-split {
    left: none !important;
    right: 0;
}

.Welcome {
    font-family: 'Bitter', serif;
}

.Slider {
    font-family: 'Bitter', serif;   
    margin-top: 10px;
}

.Slider__title {
    font-weight: 600;
    margin-top: 60px;
    font-size: 25px;
}

.Welcome_title {
    margin-top: 50px;
}

.swiper-info h2 {
    font-size: 16px !important;
    text-align: center !important;
    margin: auto !important;
}

.Slider a {
    color: #000;
}

.EditorCenter {
    margin-top: 60px;
    background-color: #F4F4F4;
    padding: 60px;
}

.EditorCenter_title {
    font-size: 35px;
    font-weight: 600;
    padding-top: 80px;
}

.EditorCenter_2ndimg {
    position: relative;
    left: -20px;
    border-radius: 10px;
    overflow: hidden;
}

.Shortcode {
    
    margin-bottom: 30px;
    position: relative;
}

.Shortcode__login {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
}
.Shortcode__form {
    padding-top: 80px;
    min-height: 600px;
}

.Shortcode h2 {
    font-family: 'Bitter', serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
}
.Shortcode__sx {
    background-color: #BECACA;
    padding: 60px;
}
.Shortcode__dx {
    min-height: 600px;
}

#login {
    max-width: 300px;
}

.login-submit .button {
    min-width: 300px;
}


.login-username label {
    display: block;
}


.login-username .input {
    min-width: 100%;
    border-radius: 0 !important;
}


.login-password label {
    display: block;
}

.login-password .input {
    min-width: 100%;
    border-radius: 0 !important;
}

/*
h1, h2, h3, p, a {
    font-family: 'Bitter', serif !important;
}
*/

.bitter {
    font-family: 'Bitter', serif !important;
}
.nunico {
    font-family: 'Nunito', serif !important;
}

#page-id-5 .bb-icon-l.bb-icon-search{
    display: none;
}


.learndash-wrapper .ld-content-actions .ld-content-action {
    flex-basis: inherit !important;
}

.learndash-wrapper .ld-content-actions {
    justify-content: center;
}



.taxonomy-ld_course_category .bb-pagination.pagination-below {
    display: none !important;
}


.set_opacity .bb-cover-list-item{
    /*
    background-color: #e2e2e2;
    opacity: .6;
    */
}

.ld-required-background {
    background-color: #f29236 !important;
   
    right: 0 !important;
    
    text-align: right !important;
    /* float: right; */
    display: inline-block;
    border-radius: 15px 0 0 15px !important;
}
.ld-optional-background {
    background-color: #08c !important;
   
    right: 0 !important;
    
    text-align: right !important;
    /* float: right; */
    display: inline-block;
    border-radius: 15px 0 0 15px !important;
}


.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action {
    min-width: 240px;
}

.ld-video-delay-message {
    position: absolute;
    font-size: 10px;
}