/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.entry-title a {color: #f92c8b !important}

.fins_btn_minus,
.fins_btn_plus{
  cursor: pointer;
  background: #E5E5E5;
  padding: 3px 6px;
  border-radius: 4px;
  border: solid 1px #ccc;
}

.holderCustomContactForm{
  position: relative;
}

.sectionRepeat .repeatRow{
  width: 100%;
  display: block;
}

.repeatGroup{
  margin-top: 10px;
}

.labelContactForm{
  width: 170px;
  /*background: red;*/
  display: inline-block;
}

.infoPlaceForm{
  position: absolute;  
}

.dividerContactForm{
  padding-top: 10px;
  padding-bottom: 10px;
}

.commentOtherTopics{
  width: 100%;
}

.holderCustomContactForm input[type=text], .holderCustomContactForm input[type=date], .holderCustomContactForm input[type=email],
.holderCustomContactForm select{
  
  width: calc(80% - 80px) !important;
  margin-bottom: 2px;
  padding: 4px;;
 
}

/*grid courses*/
#ld_course_categorydropdown{
  margin-bottom: 20px !important;
}

.ld_course_grid .entry-title{
  font-size: 15px !important;
  line-height: 15px;
}

.ld-content-actions .ld-content-action{
  text-align: center;
}
.ld-course-step-back{
  margin:3px !important;
  
}

.learndash-wrapper .ld-pagination{
  color: red !important;
  font-size: 14px !important;
}

.learndash-wrapper .ld-pagination .ld-pages{
  background-color: #FFD200 !important;
}


/*--------------------------------------------------------------
      Courses
      --------------------------------------------------------------*/

    .col6{
      float: left;
    }

    @media screen and (min-width: 60em) {
        .col6 {
            width: 50%;
        }
    }

    @media screen and (min-width: 80em) {
        .col6 {
            width: 33.33333%;
        }
    }

    @media screen and (min-width: 100em) {
        .col6 {
            width: 33.33%;
        }
    }

    

   

    .item-course{
      border: 1px solid #D8D8D8;
      padding: 19px;
      background-color: #FFF;
      word-wrap: break-word;
      margin-right: 20px;
      margin-bottom: 20px;

      box-shadow: 6px 6px 0px 0px rgba(163,163,163,0.3);
    }


    .diplay-none, #diplay-none{
      display: none !important;
    }


    .ld-node-header h3 button.ld-button-reset{
      font-size: 15px !important;  
    }

    .ld-progress-percentage, .ld-progress-bar, .learndash_mark_complete_button{
      display:none !important;
    }