/* Enter Your Custom CSS Here */

/* WP Radius Task #3538 - change recipe dropdown text to white */

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #FFF;
}

/* WP Radius Task #3565 - increase single post add comment and next post links */

.entry-comments-link,
.adjacent-entry-pagination {
  font-size: 14px;
}

/* WP Radius Task #3675 - update BBK program page */

.page-id-2508 .content .entry-content a.button {
  background: #5F861E;
}

.page-id-2508 .content .entry-content a.button:hover {
  background: #FFF;
}

/* WP Radius Task #3721 - Change home page buttons linking to programs */

#text-12 article {
  margin-bottom: 0;
}

#text-12 img {
  border: none !important;
	width: auto;
}

/* Remove prices from program category page */
.term-106.tax-product_cat .products .amount {
  display: none;
}

/* WP Radius Task #3871 - adjust header search text */
.genesis-nav-menu .search-form input[type="search"] {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/* WP Radius Adjust header widget width to fit menu */
.genesis-nav-menu .widget-area {
  width: 16%;
}