/*note: there is some css in eh customize theme area because it would work better there than in this plugin, which seems to get a low priority for global changes.*/

.noDisplay,
.hideme {
  display: none !important;
}

.btn.btn-primary{
border: 2px solid #fff !important;
}

body{
font-family: inter !important;
}
h1{
font-weight: 800px !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  font-weight: 700;
  color: #4AAAB8 !important;
}

.allcapsme{
text-transform: uppercase !important;
}
.entry-meta{
display: none;
}
.uwp_widgets.uwp_widget_author_box{
display: none !important;
}

/* LITTLE SURVEY FORM TWEAKS */
div.frm_description{
  font-size: 16px !important;
}
@media only screen and (max-width: 835px) {
  #menu-primary-menu li.menu-item a{
    /*making ipad pro portrait work */
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}

/* MAIN MENU WIDTH FIX (DESKTOP) */
.main-navigation ul ul {
width: auto;
}

/* WORKSHOP LISTING DESIGN TWEAKS */
.learndash-wrap .caption {
text-align: center;
}

.learndash-wrap .ld_course_grid_button a {
width: auto !important;
}

/* Still here dialog box  */
.dialog-box-container .dialog-btn span {
  white-space: nowrap;
  width: auto !important;
}

/* MOBILE SIZE ADJUSTMENT TO LOGO */
@media only screen and (max-width: 420px) {
  .site-logo {
    max-width: 160px !important;
  }
}