.directory.members div#primary,
.lms-topic-sidebar-wrapper .lms-course-members-list,
.learndash-wrapper .ld-section-heading h2,
.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text{
display: none;
}
.woocommerce #content div.product form.cart .variations td.value,
.woocommerce #content div.product form.cart .variations td.label{
	display: block;
	width: 100%;
}
p {text-align:justify;}

.woocommerce #content div.product form.cart .button,
.bb-single-course-sidebar a.btn-advance,
.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button,
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button,
.button,
.woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button,
.woocommerce-checkout #payment #place_order,
.woocommerce form button.button,
#buddypress .comment-reply-link, #buddypress .generic-button a, #buddypress .standard-form button, #buddypress a.button, #buddypress input[type=button], #buddypress input[type=reset], #buddypress input[type=submit], #buddypress ul.button-nav li a, a.bp-title-button,
#buddypress .comment-reply-link.small, #buddypress .generic-button a.small, #buddypress .standard-form button.small, #buddypress a.button.small, #buddypress input[type=button].small, #buddypress input[type=reset].small, #buddypress input[type=submit].small, #buddypress ul.button-nav li a.small, a.bp-title-button.small,
.learndash-wrapper .ld-status{
	border-radius: 5px;
}
.learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title>span:first-child,
.bb-completed-item{
	text-decoration: none;
}
.woocommerce ul.products li.product .price{
	color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods{
	background-color: #231e23;
}
input, select, textarea,
.select2-container--default .select2-selection--single{
	background-color: #231e23;
}
.notification-dropdown{
	background-color: #231e23;
}
.header-mini-cart ul.cart_list li.mini_cart_item{
	background-color: #000;
}

@media(min-width: 1024px){
.learndash-wrapper .bb-lms-header .lms-header-instructor, .learndash-wrapper .bb-lms-header .lms-header-title,
.learndash-wrapper .learndash_content_wrap{
	max-width: 1180px;
	}
	.lms-topic-sidebar, .lms-topic-sidebar-wrapper{
		max-width: 470px;
	}
}

.big-font {
   font-size: 18px;
}

.small-font {
   font-size: 12px;
}


select {
  background-color: white;
  color: black;
  border: 1px solid white;
}

select:focus {
  outline: none;
  border: 1px solid grey;
}

