/*
Theme Name: Maxcoach Child
Theme URI: http://maxcoach.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: maxcoach
Text Domain:  maxcoach-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/*
 * UTILITIES
 */
.d-block{
  display: block;
}
.d-block-important{
  display: block !important;
}
.d-none{
  display: none;
}
.d-none-important{
  display: none !important;
}

/*
 * LEARNPRESS
 */

.lp-content-wrap{
  margin-bottom: 50px;
}

/* Courses */
.course-thumbnail-modality{
  background   : #ef7414;
  border-radius: 5px;
  color        : white;
  font-size    : 13px;
  left         : 10px;
  padding      : 5px 10px;
  position     : absolute;
  top          : 10px;
  z-index      : 9;
}

/* Single */
.single-lp_course .entry-title{
  display : none;
}

.entry-course-info .course-meta > div.course-instructor{
  display: none;
}

.maxcoach-course .course-thumbnail .course-mode{
  background   : #ef7414;
  border-radius: 11px;
  color        : white;
  padding      : 5px 10px;
  position     : absolute;
  left         : 15px;
  top          : 15px;
}

#learn-press-course-tabs ul.learn-press-nav-tabs .course-nav.course-nav-tab-instructor{
  display: none;
}