.inside-article,
#main,
.content-area,
#content,
#page, body {
    height: 100%;
}

.access-error-block {
    text-align: center;
    width: 60%;
    margin-left: 20%;
    padding-bottom: 100px;
}

.access-error-title {
    margin-top: 120px;
}

.access-error-message {
    margin-top: 30px;
    margin-bottom: 30px;
}

.access-error-block button {
    background-color: orange;
    border-radius: 30px;
}

#footer-widgets {
    background-color: #ffffff;
}

.learndash_checkout_button.learndash_stripe_button {
    width: 100%;
    float: none !important;
    max-width: 100% !important;
    margin-right: 0 !important;

}
hr {
    margin-bottom: 10px;
}
.buy-form-price,
.buy-form-list {
    text-align: center;
}
.buy-form-list ul {
    width: 290px;
    margin: auto;
    text-align: left;
    font-size: 18px;
}
.buy-form-list ul i{
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.course-progress-title {
    visibility: hidden;
}
.learndash-stripe-checkout {
    text-align: center;
}
.learndash-stripe-checkout-button.btn-join.button {
    background-color: #F19715 !important;
    border: 1px solid #F19715 !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 30px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    padding: 0px!important;
    line-height: 38px !important;
    width: 180px !important;
    text-align: center !important;
}
.learndash-stripe-checkout-button.btn-join.button:hover {
    background: none !important;
    border: 1px solid #F19715 !important;
    color:#F19715 !important;
}

.not-bought .title {
    color: #444242;
    font-size: 29px;
}

.not-bought .subtitle {
    color: #444242;
    font-size: 17px;
    margin: auto 10%;
}


.buy-form-list ul li {
    color: #757072;
    font-size: 15px;
    line-height: 32px;
}

.buy-form-price,
.buy-form-list {
    text-align: center;
}
.buy-form-list ul {
    width: 260px;
    margin: auto;
    text-align: left;
    font-size: 18px;
}


@media screen and (max-width: 900px) {
    .access-error-block {
        text-align: center;
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 768px) {
    .inside-article {
        padding: 10px!important;
    }
}
