/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
.site-header .sub-menu {
  padding-bottom: 0;
}

#wp-admin-bar-my-account-messages,
#wp-admin-bar-my-account-cursos{ 
  display: none;
}

.sub-menu #mi-membresia{ 
  border-top: 1px solid #eee;
  background: #fdfdfd;
  font-weight: 600;
}

.sub-menu #mi-membresia a{ 
    margin-bottom: 0;
    padding: 1rem 0.9375rem;
}

.sub-menu .logout-link{
  border-top: 1px solid #eee; 
  background: #f9f9f9; 
  border-radius: 0 0 4px 4px !important;
} 
  .sub-menu .logout-link a{
    margin-bottom: 0;
    padding: 1rem 0.9375rem;
  }


/* Course Grid */
#page .bb-course-title a{
    display: inline-block;
    max-height: none;
}

/* Members list */
.members-list .list-courses{
  line-height: 14px;
  margin-bottom: 10px;
}
  .members-list .list-courses a{
    font-size: 14px;
  }

.members-list .view_desc{
  font-size: 12px;
  line-height: 16px;
}

/* Ratings */
.rating-container .fa{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
