/* Forum header/footer */
#bbpress-forums ul {
 	font-size: 1.35em; 
}


/*styling to move 'Subscribe' to right hand side */
.single-forum .subscription-toggle  {
    float:right !important ;
  	background: lightgrey;
}

/* breadcrumb formatting */
div.bbp-breadcrumb {
	display: none; /*this will hide all breadcrumbs*/
}


.forum-title div.bbp-breadcrumb {
 	display: block; /*this will display breadcrumbs you've created*/
}

.forum-title div.bbp-breadcrumb .bbp-breadcrumb-root {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 40.5px;
}

.forum-title div.bbp-breadcrumb span.bbp-breadcrumb-sep {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 40.5px;
}

.forum-title div.bbp-breadcrumb .bbp-breadcrumb-forum {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 40.5px;
}

.forum-title div.bbp-breadcrumb span.bbp-breadcrumb-current {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 40.5px;
}

#bbpress-forums .status-closed {
  color: black;
}

#bbpress-forums .status-closed a {
  color: rgb(19, 196, 165);
}
