/*******UM CSS*******/
.um {
  opacity: 1 !important;
}
.um * {
  font-family: 'Manrope' ,sans-serif;
}
input {
    border-radius: 1px !important;
}
input#um-submit-btn {
            background-color: #197dce;
            padding: 15px 45px;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;
            border-radius: 1px !important;
            width: 100% !important;
        }

input#um-submit-btn:hover {
          background-position: right center;
          color: #fff;
          text-decoration: none;
          transition: .3s all ease;
        }
.um-button{
      line-height: 0.7em !important;
}

.um-button.um-alt {
  border-radius: 1px !important;
}
.um-row {
    margin: 1px !important;
}
/***hide Only fill in if you are not human***/
.um_request_name {
    display: none !important;
}

/******Hide Registration password field*******/
#um_field_7_user_password {
  display: none;
}



/*******LLMS***********/
/********Course Footer*****/
.llms-loop-item-footer {
    display: none;
}
.td-post-featured-image {
    display: none;
}
.td-module-meta-info {
    display: none;
}
.author-box-wrap {
    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;
}
.llms-lesson-meta.llms-has-favorite {
    display: none;
}
button#llms_mark_complete {
    font-size: 1.6rem;
    border: 1px solid #0387ba;
}
button#llms_mark_complete:hover {
    background: #0387ba;
	 color: #ffffff;
}
[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #bcc8cd;
}

.td-block-row.td-post-next-prev {
    display: none;
}

/*****quiz choices******/
p.llms-choice-text {
    display: inline !important;
}

/*********chained quiz********/
.chained-quiz * {
  font-family: 'Manrope',sans-serif;
}
div#chained-quiz-question-1, div#chained-quiz-question-2, div#chained-quiz-question-3{
    font-size: 18px;
    font-weight: 500;
}
.chained-quiz-question {
    font-size: 17px !important;
    font-weight: 500 !important;
}
#chained-quiz-action-1, #chained-quiz-action-2, #chained-quiz-action-3 {
    background-color: #197dce;
    width: 100px;
    padding: 7px;
    margin: 10px 0px 10px 0px;
    border:1px solid #197dce !important;
    border-radius: 50px !important;
    color: #fff;
	  font-size: 16px !important;
}
#chained-quiz-action-1:hover, #chained-quiz-action-2:hover, #chained-quiz-action-3:hover{
  background-color: #222222;
  color: #fff;
}
