#main-nav, #sidebar-primary .widget-title, #sidebar-secondary .widget-title, .site-footer, .search-form .search-submit, .woocommerce-product-search button {
    background-color: #13B9E9;
}

a.button{
background-color: #13B9E9;
  text-decoration: none;
}
#tophead {
    background-color: #13B9E9;
}
/* change link colors */
a, a:visited {
   color: #D58011;
}
.site-title, .site-title a:link, .site-title a:visited{
   color: #037EA5;
}
/* increase site title size */
.site-title {
    font-size: 45px;
font-style: normal;
font-family: ChalkboardSE-Light
}

/*hide price range
*/
.summary .price{
    display: none;
}
.woocommerce-variation-price .price {
	display: inline;
}
.woocommerce-variation-description {
	background-color: #eeeeee;
	padding: 10px;
}
/* hide date and author on products/posts
 */
.entry-meta{
    display: none;
}
.nav-links span.current,.nav-links a {
    background-color: #13B9E9;
 color:#FFFFFF;
 font-style:bold
}
.related.products {
    display: none;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}
.akismet_comment_form_privacy_notice {
display: none;
}
/*
 * This is the prev/next product
 */
.nav-links {
    display: none;
}
.bbp-topic-voice-count, .bbp-pagination, .bbp-footer, .bbp-reply-permalink, .bbp-user-edit-link, .bbp-search-form, .is-subscribed, .form-allowed-tags {
	display: none;
}

.bbp-form {
	background-color: #eeeeee;
}
.woocommerce-product-gallery__image {
    pointer-events: none;
}
.variations td {
	text-align:left;
	font-size:medium;
	width:auto;
}

table .absorbing-column {
    width: 100%;
}

table {
    table-layout: auto;
}

.ld-assignment-column-approved{
	color: red;
	font-size:large;
	font-style:bold;
}

.ld-alert-messages {
	color: black;
	font-style: bold;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column, .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column  {
	text-align:left;
}

/* in-stock notifier */
.cwginstock-subscribe-form .panel-primary>.panel-heading {
   background-color:#13B9E9;
	 padding-bottom: 0px;
}
.cwgstock_button {
	width: 50%;
}

.cwginstock-subscribe-form .panel-primary{
	border-color: gray;
}