/*******UM CSS*******/
.um{
     opacity:1 !important;
}
.um * {
     font-family: inter, sans-serif;
}
input {
    border-radius: 5px !important;
}
input#um-submit-btn {
    background: #222;
    width: 100% !important;
    border-radius: 5px !important;
    
}
.um .um-button.um-alt{
  border-radius: 5px !important;
}
a.um-button.um-alt {
    line-height: 0.7em !important;
    box-shadow: none;
    background: white !important;
}
.um-button{
      line-height: 0.7em !important;
}
input#um-submit-btn:hover {
    background: #fff;
    color: #C71F3D;
    transition: .3s all ease;
}
.um-field .select2.select2-container .select2-selection {
    border-radius: 5px !important;
}
#um_field_7_user_password{
    display:none!important;
}
/***hide Only fill in if you are not human***/
.um_request_name {
    display: none !important;
}


/*******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;
}
.llms-lesson-preview {
    display: inline-block !important;
    margin-top: 15px !important;
    max-width: 100%;
    position: relative;
    width: 480px !important;
}
body .is-enrolled .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete {
    margin-bottom: 0;
    position: absolute;
    top: 32px;
}
.llms-syllabus-wrapper .llms-has-favorite .llms-favorite-wrapper {
    display: none;
}
body .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link {
    background-color: #f0f0f0;
    padding: 7px 15px;
    min-height: auto;
}

h6, .entry-content h6 {
    font-size: 16px;
    font-size: 1.3rem;
    line-height: 1.25em;
    font-weight: 600;
}

h5, .entry-content h5 {
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: 600;
}
