/*******UM CSS*******/
.um {
  opacity:1 !important;
}
.um * {
  font-family: Manrope,sans-serif;
}
input {
    border-radius: 5px !important;
}
input#um-submit-btn {
    background: #e3000f;
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #e3000f !important;
    color: #fff !important;
}
.um-button{
      line-height: 0.7em !important;
}
input#um-submit-btn:hover {
    background: #e3000f;
    color: #222;
    transition: .3s all ease;
}
.um-button.um-alt {
  border-radius: 5px !important;
}

#um_field_7_user_password {
  display: none;
}
/***hide Only fill in if you are not human***/
.um_request_name {
    display: none !important;
}


.post-password-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}





/*******LLMS***********/
/********Course Footer*****/
.llms-loop-item-footer {
    display: none;
}
/******Course alignment*****/
h4.llms-loop-title {
    text-align: center;
}
/******course button*****/
.llms-lesson-button-wrapper {
    margin: 30px 0px 25px 0px;
}
/*****course Title height******/
.llms-lesson-preview .llms-extra+.llms-main {
    width: 100% !important;
}
/*****quiz choices******/
p.llms-choice-text {
    display: inline !important;
}



/*********chained quiz********/
.chained-quiz * {
  font-family:'manrope',sans-serif;
}
div#chained-quiz-question-1 {
    font-size: 21px;
    font-weight: 500;
}
.chained-quiz-question {
    font-size: 17px !important;
    font-weight: 500 !important;
}
#chained-quiz-action-1 {
    border-radius: 50px !important;
    background-color: #E3000F;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.29);
    width: 100px;
    padding: 7px;
    margin: 10px 0px 10px 0px;
    border: none !important;
    color: #fff;
}


.td-block-row.td-post-next-prev, .author-box-wrap {
    display: none;
}
