/*Feedback form Text Field Width */
#mpcs-main .watupro-textarea-medium {
  width: 100%; 
  max-width: 700px;
}
/*remove course author name and photo from sales page*/ 
.course-author {
  height: 1px;
}
.card-footer {
  visibility: hidden; 
  display:none; 
  height:1px;
}


/*Certifcation with no price   */
.mepr_price {display: none;}

/*Certification Submit Button */ 
.mp-form-submit {color: tomato;}
#mpcs-main h2 {color: tomato;}


/*Remove Subscription from menu  */ 
#mepr-account-nav .mepr-subscriptions {
  display: none !important;
}

/*Class Formatting*/
#calendarContainer1 {
  background-color: red!important;
}

#notices {background-color: #f6f6f6; border: 10px solid #f6f6f6;}
#notices h2 {font-size: 1.2em; font-weight: bold;}


.icons-custom {color: pink;}

/*Memberpress Account page tabs 
#mepr-account-payments {display: none;}
#mepr-account-courses {display: none;}*/ 

