/*My DASHBOARD*/
.wbcom-front-end-course-dashboard-my-courses-content .ld-mycourse-edit{
    display: none !important;
}
.ld-dashboard-profile-summary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.1;
}
.ld-dashboard-profile-summary {
  position: relative;
  text-align: center;
  padding: 60px 25px;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/ld-dashboard-cover.jpg);
  border-radius: 0!important;
  overflow: hidden;
}


/*GLOBALFORMATING*/
hr {margin:20px 0px 20px 0px!important; border-bottom: 2px solid var(--global-gray-600);}
blockquote {border: #efefef 4px solid; padding: 25px; margin:10px;}
/*GLOBAL FORMATING END*/


/*LIGHT BOX*/
.wplightbox {border: 1px solid #efefef; margin: 25px; /*width: 30vw!important;*/}
.wp-block-separator {color: #efefef!important;}


@media screen and (max-width: 800px) {
  .wplightbox, .kb-row-layout-wrap img {text-align:center!important; margin-left:auto!important; margin-right:auto!important; margin-bottom: 25px;}
}
/*LIGHT BOX END*/


.ir-ask-doubts{ display:none!important; }
.ir-ask-doubts.shown{ display:block!important; }


.pp-overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: none;
}
#popup_ohwa_external_link{
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 320px;
    width: 100%;
    transform: translate( -50%, -50% );
    background: #fff;
    z-index: 9999;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
    padding: 20px;
    display: none;
}
.pp-footer{ 
    margin-top:10px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.pp-footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.pp-footer ul li{
    display: inline-block;
    text-align: center;
    width: 40%;
    margin-left: 3%;
    margin-right: 3%;
}
.pp-footer ul li a{
    display: block;
    text-transform: uppercase;
    font-family: "DM Sans", Sans-serif;
    font-weight: bold;
    color: #fff;
    background: #0170b9;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
}
.ohwa-embedded-iframe{
    min-height: 768px;
}

/*.ld-login-modal.ld-can-register {
    position: relative!important;
    margin: 0 auto!important;
    transform: initial;
    visibility: visible;
    opacity: 1;
    left: initial!important;
    top: initial!important;
    transform: initial!important
}*/

.ld-modal-closer.ld-icon.ld-icon-delete {
    /*pointer-events: none;
    z-index: -99999;
    display: none;
    visibility: hidden;
    opacity: 0*/
    padding: 15px !important;
    font-size: 30px !important;
}

.ld-login-modal-branding{
    text-align: center;
}
.ld-login-modal-branding img{
/*    max-width: 200px;*/
    margin: 0px auto;
    max-height: 80px !important;
}

/* LEARNDASH FORMS */
.learndash-wrapper #learndash-registration-wrapper form input,
.learndash-wrapper #learndash-reset-password-wrapper form input{
    border: 1px #162f61 solid !important;
    border-radius: 0px !important;
    color: #162f61 !important;
}
.learndash-wrapper #learndash-registration-wrapper form label,
.learndash-wrapper #learndash-reset-password-wrapper form label{
    color: #162f61;
    font-family: "Lato", Sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.learndash-wrapper #learndash-registration-wrapper form input[type="submit"], 
.learndash-wrapper #learndash-reset-password-wrapper form input[type="submit"],
.show-register-form a{
    background-color: #162f61 !important;
    color: #fff !important;
    border-radius: 0px !important;
    border: 0px !important;
    margin-bottom: 0px;
    display: block !important;
    padding: 0.4em 1em !important;
    text-align: center !important;
}
.learndash-registration-field,
#loginform p{
    margin-bottom: 10px !important;
}
.show-password-reset-link{
    font-size: 14px;
    margin-bottom: 15px;
}

/* GRAVITY FORMS */
.gform_legacy_markup_wrapper ul.gform_fields li.gfield{
    padding-right: 0px;
    margin-top: 12px;
    list-style: none;
}
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
    font-weight: 300;
}
#gfield_description_1_3{
    padding-top: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
#input_1_3_1_container label,
#input_1_3_2_container label{
    margin-bottom: 0px;
}

/*TABLE TEXT*/

tbody {
    vertical-align: top;
}

/*QUIZ*/

.wpProQuiz_content .wpProQuiz_question_text {
    font-size: 1em;
    margin-bottom: 10px;
  
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_question {
    padding: 0em 1em 1em 1em;  border: 2px solid #abb8c361;
	border-radius: 5px;
}

.ld-profile-edit-link,
.ld-profile-avatar{
    display: none !important;
}

.buddypress-wrap {
    margin: 80px auto !important;
    max-width: 800px !important;
    padding: 20px !important;
    background: #f4f5f8 !important;
}

.cst-ir-button a{
    font-family: "Poppins", Sans-serif;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background-color: #71BEFF;
    border-style: none;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 16px 8px 16px !important;
    margin-left: 0px !important;
}
.cst-ir-button a:hover{
    background-color: #2283D3;
}
#buddypress .main-navs,
#buddypress #item-header{
    display: none !important;
}
#buddypress #member-secondary-nav{
    padding-left: 0px;
}
#buddypress #member-secondary-nav a{
    background: #014388;
    color: #fff;
}
/*header .menu-item-type-custom.menu-item-object-custom a{
    background: #fff !important;
    font-size: 15px !important;
    padding: 8px 16px !important;
    border-radius: 3px !important;
    color: #162f61 !important;
    margin-left: 8px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

header .menu-item-type-custom.menu-item-object-custom a:hover,
header .item-is-fixed.item-is-stuck .menu-item-type-custom.menu-item-object-custom a{
    background: #162f61 !important;
    color: #fff !important;
}*/


.page-template-ir-wisdm-dashboard-template footer{
    padding-left: 0px !important;
}