/*
Theme Name: MasteryPlus 2015 Child
Description: MasteryPlus.com Theme (child of twentyfifteen stock theme)
Author: Michael Ormes
Version: 1.0
Template: twentyfifteen
*/
@import url('../twentyfifteen/style.css');

/*
Hide "Proudly powered by WordPress"
https://wordpress.org/support/topic/how-do-i-remove-proudly-powered-by-wordpress
*/
.site-info {
   display: none;
}

/*
	Adding description to forum pages
	From: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#16-adding-description-to-forum-pages
*/
#bbpress-forums div.bbp-forum-content {
  clear: both !important;
  margin-left: 0 !important;
  padding: 0  !important;
}

/*
	styling to move 'Subscribe' on forum pages to right hand side
	From: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#17-move-subscribe-to-right-hand-side
*/
.single-forum .subscription-toggle  {
    float:right !important ;
}

/*
	Topic replys were gettin cut off
	From: https://bbpress.org/forums/topic/replies-cutting-off/
 */
#bbpress-forums .reply {
  margin-left: 0;
  text-align: inherit;
}

#bbpress-forums .hentry {
  margin: 0;
}