/*******UM CSS*******/
.um{
     opacity:1 !important;
}
.um * {
     font-family: noto sans,sans-serif;
}
input {
    border-radius: 50px !important;
}
input#um-submit-btn {
    background: #1D315F;
    width: 100% !important;
    border-radius: 50px !important;
    border: 1px solid #1D315F !important;
}
.um-button.um-alt{
  width: 100% !important;
  border-radius: 50px !important;
}
.um-button{
      line-height: 0.7em !important;
}
input#um-submit-btn:hover {
    background: #fff;
    color: #1D315F;
    transition: .3s all ease;
}

.select2.select2-container .select2-selection {
  border-radius: 50px !important;
}
.um-field .select2.select2-container .select2-selection {
    border-radius: 50px !important;
}

.um_request_name {
    display: none !important;
}

/****Hide password field on Register***/
#um_field_7_user_password {
  display: none;
}

/*password protect page**/
.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:'DM sans',sans-serif;
}
div#chained-quiz-question-1 {
    font-size: 18px;
    font-weight: 500;
}
.chained-quiz-question {
    font-size: 18px !important;
    font-weight: 500 !important;
}
#chained-quiz-action-1 {
    background-color: #D93337;
    width: 100px;
    padding: 7px;
    margin: 10px 0px 10px 0px;
    border:none !important;
    border-radius:50px !important;
    color: #fff;
}
#chained-quiz-action-1:hover{
  background-color: #D93337;
}

/***Hide post date****/
span.td-post-date {
    display: none;
}




.td-block-row.td-post-next-prev, .author-box-wrap {
    display: none;
}