/*--------------------------------------------------------------
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
--------------------------------------------------------------*/


/*CHECKOUT */
.woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	display: none !important
}


/* PROFILE MENU */
#wp-admin-bar-my-account-groups, #wp-admin-bar-my-account-courses {
	display: none !important;
}


/*LEARNDASH Quiz */
.wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form {
	position: inherit;
}


/* CATEGORIES */
.category-makerbay-projects .page-header {
	display: none !important;
}
.cat-item-56 {
	display: none !important;
}


/* EVENTS CALENDAR */
.tribe-events-calendar-month__day-date {
	background-color: white
}
.tribe-events-calendar-month__events {
	background-color: white
}
.tribe-events-calendar-list__event-description p {
	display:none !important;
}


/* LOGIN */
.login form .lostmenot {
	padding-bottom: 20px !important;
}









