/* 
Theme Name:		 GeneratePress Child
Theme URI:		 http://childtheme-generator.com/
Description:	 GeneratePress Child is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:			 fujii
Author URI:		 http://childtheme-generator.com/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 generatepress-child
*/


/*
    Add your custom styles here
*/

/*ipを消す*/
.bbp-author-ip {
    display: none;
}

/**/
.bbp-author-role {
	display: none;
}

/*アイコンを消す*/
#bbpress-forums img.avatar {
    display: none;
}

/*名前を消す*/
.bbp-author-name {
	display: none;
}

/*名前を消す*/
.bbp-topic-started-by {
    font-size: 0; 
}

/*名前を消す*/
.bbp-reply-author {
	display: none;
}

.bbp-header {
	display: none;
}

.bbp-footer {
	display: none;
}

.bbp-reply-content {
	
}