/*--------------------------------------------------------------------------------------

1 - bbPress

--------------------------------------------------------------------------------------*/

/* General ************************************/

.gp-theme .bbp-breadcrumb {
line-height: 18px;
margin-bottom: 10px;
}
.gp-theme .bbp-breadcrumb a:hover {
text-decoration: underline;
}
.gp-theme .gp-entry-header.gp-bbp-entry-header {
margin-bottom: 10px;
}
.gp-theme #bbpress-forums {
font-size: 16px;
margin-bottom: 0;
overflow: visible;
}
.gp-theme #bbpress-forums div.bbp-search-form {
float: none;
}
.gp-theme #bbp-search-form {
overflow: hidden;
position: relative;
margin-bottom: 20px;
}
.gp-theme #bbpress-forums #bbp-search-form #bbp_search {
position: relative;
float: left;
width: 100%;
padding: 0 95px 0 10px;
border-right: 0 !important;
}
.gp-theme #bbpress-forums #bbp-search-form #bbp_search_submit {
position: absolute;
top: 0;
right: 0;
padding: 13px 15px;
font-size: 18px;
line-height: 1;
height: 100%;
border: 0;
cursor: pointer;
border-radius: 0;
}
.gp-theme #bbpress-forums .bbp-forums > .bbp-header,
.gp-theme #bbpress-forums .bbp-forums > .bbp-footer {
display: none;
}
.gp-theme #bbpress-forums .bbp-forums-list {
float: left;
border: 1px solid #ddd;
border-top: 0;
}
.gp-theme #bbpress-forums .bbp-forums-list li.odd-forum-row,
.gp-theme #bbpress-forums .bbp-forums-list li.even-forum-row {
overflow: hidden;
display: block;
font-size: 11px;
width: 100%;
}
.gp-theme #bbpress-forums .bbp-forums-list .bbp-forum .bbp-forum-link {
display: block;
margin-bottom: 10px;
font-size: 18px;
line-height: 23px;
}
.gp-theme #bbpress-forums .bbp-forums-list .bbp-forum .bbp-forum-link:hover {
text-decoration: underline;
}
.gp-theme #bbpress-forums .bbp-forums-list .bbp-forum .topic-reply-counts {
display: block;
float: left;
text-align: center;
}
.gp-theme #bbpress-forums .bbp-template-notice.info {
display: none;
}
.gp-theme .bbp-pagination {
margin-bottom: 20px;
line-height: 1;
}
.gp-theme .bbp-pagination-links a,
.gp-theme .bbp-pagination-links span.current {
background: 0;
border: 0;
}
.gp-theme .bbp-pagination-links a:hover,
.gp-theme .bbp-pagination-links span.current {
background: 0;
border: 0;
}
.bbp-pagination-count {
font-size: 12px;
line-height: 1;
}
.gp-theme #subscription-toggle {
float: right;
}
#bbpress-forums #favorite-toggle, 
#bbpress-forums #subscription-toggle {
line-height: 34px;
}
.gp-theme #subscription-toggle a,
.gp-theme #favorite-toggle a {
display: block;
position: relative;
padding: 8px 10px;
margin-bottom: 10px;
border-radius: 3px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
font-size: 18px;
line-height: 1;
font-family: 'Unica One', sans-serif;
letter-spacing: -1px;
cursor: pointer;
text-align: center;
background: #fe4a49;
color: #fff;
text-transform: uppercase;
-webkit-transition: all .2s ease-in-out !important;
transition: all .2s ease-in-out !important;
}
.gp-theme #subscription-toggle a:hover,
.gp-theme #favorite-toggle a:hover {
color: #fff;
box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
}
.gp-theme #subscription-toggle span {
float: right;
}
.gp-theme #bbpress-forums .gp-forum-home.bbp-forums .bbp-has-subforums .bbp-forum-info > .bbp-forum-title,
.gp-theme #bbpress-forums .bbp-topics .bbp-header,
.gp-theme #bbpress-forums .bbp-replies .bbp-header,
.gp-theme #bbpress-forums .bbp-search-results .bbp-header {
display: block;
padding: 15px 20px;
font-size: 16px;
border: 0;
background: #000;
color: #fff;
}
.gp-theme #bbpress-forums .bbp-forums-list,
.gp-theme #bbpress-forums .bbp-forums .bbp-body .bbp-forum-info {
width: 100%;
margin: 0 0 0 0px;
padding-left: 0px;
}
.gp-theme #bbpress-forums ul.bbp-lead-topic,
.gp-theme #bbpress-forums ul.bbp-topics,
.gp-theme #bbpress-forums ul.bbp-forums,
.gp-theme #bbpress-forums ul.bbp-replies,
.gp-theme #bbpress-forums ul.bbp-search-results {
border: 0;
}
.gp-theme #bbpress-forums p.bbp-topic-meta {
margin: 0;
line-height: 1;
font-size: 12px;
line-height: 22px;
}
.gp-theme #bbpress-forums div.bbp-topic-author a.bbp-author-name,
.gp-theme #bbpress-forums div.bbp-reply-author a.bbp-author-name {
width: 100%;
padding: 0 12px;
margin: 0 0 10px 0;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
font-size: 16px;
line-height: 18px;
}
.gp-theme #bbpress-forums div.bbp-forum-author .bbp-author-name + br,
.gp-theme #bbpress-forums div.bbp-topic-author .bbp-author-name + br,
.gp-theme #bbpress-forums div.bbp-reply-author .bbp-author-name + br {
display: none;
}
.gp-theme #bbpress-forums div.bbp-forum-author .bbp-author-role, 
.gp-theme #bbpress-forums div.bbp-topic-author .bbp-author-role, 
.gp-theme #bbpress-forums div.bbp-reply-author .bbp-author-role {
font-style: normal;
font-weight: 600;
margin: 0 12px;
line-height: 1;
display: inline-block;
padding: 5px;
font-size: 11px;
text-transform: uppercase;
background: #FE4A48;
color: #fff;
}
.gp-theme #bbpress-forums li.bbp-footer {
display: none;
}
.gp-theme #bbpress-forums div.bbp-reply-header {
background-color: #eee;
border-top: 1px solid #ddd;
}
.gp-theme #bbpress-forums div.bbp-forum-title h3,
.gp-theme #bbpress-forums div.bbp-topic-title h3,
.gp-theme #bbpress-forums div.bbp-reply-title h3 {
margin: 0;
font-size: 12px;    
font-family: inherit;
letter-spacing: 0;
}

/* Main forum page ************************************/

.gp-theme .gp-forum-home .gp-entry-header.gp-bbp-entry-header {
margin-bottom: 20px;
}
.gp-theme #bbpress-forums .gp-forum-home ul.bbp-forums {
border: 0;
}
.gp-theme #bbpress-forums .gp-forum-home.bbp-forums .bbp-forum-info > .bbp-forum-title {
display: block;
padding: 15px 20px;
font-size: 16px;
}
.gp-theme #bbpress-forums .gp-forum-home div.odd,
.gp-theme #bbpress-forums .gp-forum-home ul.odd {
background-color: transparent;
}
.gp-theme .gp-forum-home .bbp-forum-topic-count,
.gp-theme .gp-forum-home .bbp-forum-freshness {
display: none;
}
.gp-theme #bbpress-forums .gp-forum-home li.bbp-body {
border: 0;
}
.gp-theme #bbpress-forums .gp-forum-home li.bbp-body ul.forum.bbp-has-subforums {
border-top: 0 !important;
padding: 0;
margin-bottom: 20px;
}
.gp-theme #bbpress-forums .gp-forum-home li.bbp-body ul.forum {
margin-bottom: 10px;
}
.gp-theme #bbpress-forums .gp-forum-home li.bbp-body ul:last-child {
margin-bottom: 0;
}
.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list li.odd-forum-row,
.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list li.even-forum-row {
float: left;
height: auto;
border-top: 1px solid #ddd;
}
.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum-title-container {
width: 56%;
display: block;
float: left;
padding: 20px;
font-size: 14px;
line-height: 18px;
}
.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum .topic-reply-counts {
width: 18%;
height: auto;
padding: 20px;
font-size: 14px;
line-height: 22px;
}
.gp-theme #bbpress-forums .bbp-forums-list .freshness-forum-link {
display: block;
float: left;
width: 26%;
height: auto;
padding: 20px;
font-size: 14px;
line-height: 22px;
}
.gp-theme .bbp-forums-list .bbp-forum .last-posted-topic-title,
.gp-theme .bbp-forums-list .bbp-forum .last-posted-topic-user,
.gp-theme .bbp-forums-list .bbp-forum .last-posted-topic-time {	
overflow: hidden;
height: auto;
float: left;
margin-right: 2px;
}
.gp-theme .gp-forum-home .bbp-author-avatar {
display: none;
}
.gp-theme #bbpress-forums .gp-bbp-sub-sub-forums-list {
margin-top: 15px;
}

/* Forums shortcode ************************************/

.gp-theme #bbpress-forums .gp-forum-shortcode ul.forum:not(.status-category) .bbp-forum-info {
width: 56%;
display: block;
float: left;
padding: 20px;
font-size: 14px;
line-height: 18px;
}
.gp-theme #bbpress-forums .gp-forum-shortcode ul.forum:not(.status-category) .bbp-forum-info .bbp-forum-content {
font-weight: 500;
font-size: 12px;
line-height: 16px;
margin-top: 5px;
}
.gp-theme #bbpress-forums .gp-forum-shortcode ul.forum:not(.status-category) .bbp-forum-topic-count {
width: 18%;
height: auto;
padding: 20px;
font-size: 12px;
line-height: 20px;
}
.gp-theme #bbpress-forums .gp-forum-shortcode ul.forum:not(.status-category) .bbp-forum-freshness {
display: block;
float: left;
width: 26%;
height: auto;
padding: 20px;
font-size: 12px;
line-height: 20px;
}

/* Sub forum page ************************************/

.gp-theme #bbpress-forums li.bbp-header ul {
font-size: 13px;
}
.gp-theme #bbpress-forums li.bbp-body {
border: 1px solid #ddd;
border-top: 0;
}
.gp-theme #bbpress-forums li.bbp-body ul.forum,
.gp-theme #bbpress-forums li.bbp-body ul.topic {
padding: 0;
border-color: #ddd;
}
.gp-theme.forum .bbp-forum-info {
display: block;
float: left;
width: 56% !important;
height: auto;
padding: 20px !important;
}
.gp-theme.forum #bbpress-forums .bbp-forums .bbp-forum-info > .bbp-forum-title {
display: block;
background: none !important;
margin-bottom: 10px;
font-size: 18px;
line-height: 23px;
padding: 0;
}
.gp-theme.forum #bbpress-forums .bbp-forums .bbp-forum-info > .bbp-forum-title:hover {
text-decoration: underline;
}
.gp-theme.forum #bbpress-forums .bbp-forums .bbp-forum-info .bbp-forum-link {
font-size: 15px;
line-height: 20px;
}
.gp-theme #bbpress-forums .bbp-forum-info .bbp-forum-content {
font-size: 14px;
line-height: 18px;
margin: 0;
color: #000;
}
.gp-theme #bbpress-forums .bbp-forum-info .bbp-forum-content p {
margin: 0;
}
.gp-theme.forum .bbp-forum-topic-count {
display: block;
float: left;
padding: 10px;
text-align: center;
width: 18%;
padding: 20px;
font-size: 12px;
line-height: 20px;
}
.gp-theme.forum .bbp-forum-freshness {
display: block;
float: left;
padding: 20px;
width: 26%;
font-size: 12px;
line-height: 22px;
}
.gp-theme.forum #bbpress-forums .bbp-topic-freshness-author .avatar {
display: none;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list {
margin-top: 20px;
border: 0;
margin-left: 20px;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list li {
background: transparent;
margin-bottom: 10px;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list li:last-child {
margin-bottom: 0;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list .bbp-forum-link {
margin-bottom: 0;
}
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list .topic-reply-counts,
.gp-theme.forum #bbpress-forums .bbp-forum-info .bbp-forums-list .freshness-forum-link {
display: none;
}

/* Topics page ************************************/

.gp-theme #bbpress-forums .bbp-topics .bbp-header {
border-top: 0 !important;
}
.gp-theme #bbpress-forums .bbp-topics .forum-titles .bbp-topic-title {
width: 56%;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title {
width: 56%;
line-height: 20px;
}
.gp-theme #bbpress-forums .bbp-topics li.bbp-body {
border: 1px solid #ddd;
border-top: 0;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title,
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-voice-count,
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count,
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
padding: 20px;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-topic-permalink {
font-size: 15px;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-topic-permalink:hover {
text-decoration: underline;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title .bbp-topic-meta {
font-weight: 300;
font-size: 12px;
line-height: 1;
margin-top: 5px;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-voice-count,
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count {
font-size: 12px;
line-height: 26px;
width: 9%;
}
.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
font-size: 12px;
line-height: 26px;
width: 26%;
}
.gp-theme #bbpress-forums p.bbp-topic-meta img.avatar,
.gp-theme #bbpress-forums .bbp-topics .bbp-author-avatar,
.gp-theme #bbpress-forums .bbp-topic-revision-log .avatar {
display: none;
}
.gp-theme #bbpress-forums fieldset.bbp-form input[type=text], 
.gp-theme #bbpress-forums fieldset.bbp-form select {
height: auto;
}

/* Replies page ************************************/

#bbpress-forums li.bbp-header .bbp-search-author, 
#bbpress-forums li.bbp-footer .bbp-search-author, 
#bbpress-forums li.bbp-header .bbp-forum-author, 
#bbpress-forums li.bbp-footer .bbp-forum-author, 
#bbpress-forums li.bbp-header .bbp-topic-author, 
#bbpress-forums li.bbp-footer .bbp-topic-author, 
#bbpress-forums li.bbp-header .bbp-reply-author, 
#bbpress-forums li.bbp-footer .bbp-reply-author {
width: 80px;
font-size: 13px;
}
#bbpress-forums li.bbp-header .bbp-search-content, 
#bbpress-forums li.bbp-footer .bbp-search-content, 
#bbpress-forums li.bbp-header .bbp-forum-content, 
#bbpress-forums li.bbp-footer .bbp-forum-content, 
#bbpress-forums li.bbp-header .bbp-topic-content, 
#bbpress-forums li.bbp-footer .bbp-topic-content, 
#bbpress-forums li.bbp-header .bbp-reply-content, 
#bbpress-forums li.bbp-footer .bbp-reply-content {
margin-left: 110px;
font-size: 13px;
}
.gp-theme li.bbp-header div.bbp-reply-content span#subscription-toggle a,
.gp-theme li.bbp-header div.bbp-reply-content span#favorite-toggle a {
font-size: 14px;
line-height: 1;
padding: 0;
margin: 0;
}
.gp-theme li.bbp-header div.bbp-reply-content span#subscription-toggle a:hover,
.gp-theme li.bbp-header div.bbp-reply-content span#favorite-toggle a:hover {
box-shadow: none;
text-decoration: underline;
}
.gp-theme #bbpress-forums .bbp-replies li.bbp-body {
border: 1px solid #ddd;
border-top: 0;
}
.gp-theme #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-content {
font-size: 16px;
line-height: 28px;
}
.gp-theme span.bbp-admin-links a {
color: #aaa;
}
.gp-theme span.bbp-admin-links a:hover {
text-decoration: underline;
}
.gp-theme #bbpress-forums div.bbp-reply-content blockquote {
margin: 15px 0;
padding: 20px 50px 20px 20px;
} 
.gp-theme #bbpress-forums div.bbp-reply-content blockquote,
.gp-theme #bbpress-forums div.bbp-reply-content blockquote a {
line-height: 22px;
font-size: 14px;
}
.gp-theme #bbpress-forums div.bbp-the-content-wrapper input {
font-family: inherit;
text-transform: none;
letter-spacing: 0;
}
.gp-theme #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
border: 1px solid #ccc;
border-top: 0;
}
.gp-theme #bbpress-forums .status-closed {
color: #666;
}

/* Search results page ************************************/

.gp-theme #bbpress-forums .bbp-search-results div.bbp-forum-header, 
.gp-theme #bbpress-forums .bbp-search-results div.bbp-topic-header {
border-top-width: 1px !important;
}
.gp-theme #bbpress-forums .bbp-search-results li.bbp-body {
border-top-width: 0 !important;
}
.gp-theme #bbpress-forums .bbp-search-results div.bbp-forum-content {
margin-left: 12px;
}
.gp-theme #bbpress-forums .bbp-search-results .bbp-body div.bbp-forum-content,
.gp-theme #bbpress-forums .bbp-search-results .bbp-body div.bbp-topic-content,
.gp-theme #bbpress-forums .bbp-search-results .bbp-body div.bbp-reply-content {
font-size: 14px;
line-height: 26px;
}
.gp-theme #bbpress-forums .bbp-search-results .bbp-forum-header .bbp-meta,
.gp-theme #bbpress-forums .bbp-search-results .bbp-topic-header .bbp-meta,
.gp-theme #bbpress-forums .bbp-search-results .bbp-reply-header .bbp-meta {
line-height: 1;
margin-bottom: 5px;
}
.gp-theme #bbpress-forums .bbp-search-results .bbp-topic-title .bbp-topic-title-meta {
margin-top: 5px;
line-height: 1;
}


/*--------------------------------------------------------------------------------------

2 - Widgets

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
bbPress Forum/Topic/Replies Lists
--------------------------------------------------------------*/

.gp-theme .widget_display_forums li,
.gp-theme .widget_display_topics li,
.gp-theme .widget_display_replies li {
font-size: 14px;
line-height: 19px;
margin-top: 20px;
}
.gp-theme .widget .bbp-forum-title,
.gp-theme .widget bbp-reply-topic-title {
font-weight: 500;
font-size: 14px;
line-height: 19px;
}
.gp-theme .bbp-author-name {
margin-left: -2px;
}
.gp-theme .widget .bbp-author-avatar {
display: none;
}
.gp-theme .widget_display_replies ul li div,
.gp-theme .widget_display_topics ul li div {
font-size: 11px;
line-height: 1;
margin-top: 2.5px;
}

/*--------------------------------------------------------------
bbPress Search Forums Form
--------------------------------------------------------------*/

.gp-theme #bbp_search {
float: left;
}

/*--------------------------------------------------------------
bbPress Statistics
--------------------------------------------------------------*/

.gp-theme .widget_display_stats {
font-size: 20px;
padding-bottom: 0;
}
.gp-theme .widget_display_stats dt {
float: left;
clear: left;
margin-bottom: 20px;
}
.gp-theme .widget_display_stats dd {
float: right;
clear: right;
margin-bottom: 20px;
}
.gp-theme .widget_display_stats dt,
.gp-theme .widget_display_stats strong {
font-weight: 300;  
}


/*--------------------------------------------------------------------------------------

3 - Media Queries

--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 567px) {

	/* General ************************************/

	.gp-theme #bbpress-forums div.bbp-search-form {
	position: relative;
	width: 100%;
	top: 0;
	right: 0;
	}
	.gp-theme #bbpress-forums div.bbp-topic-author a.bbp-author-name,
	.gp-theme #bbpress-forums div.bbp-reply-author a.bbp-author-name {
	padding: 0;
	}
	.gp-theme #bbpress-forums div.bbp-forum-author .bbp-author-role,
	.gp-theme #bbpress-forums div.bbp-topic-author .bbp-author-role,
	.gp-theme #bbpress-forums div.bbp-reply-author .bbp-author-role {
	margin: 0;
	}
	.gp-theme .bbp-breadcrumb {
	width: 100%;
	}
	.gp-theme .bbp-breadcrumb + #subscription-toggle {
	margin-bottom: 20px;
	}
		
	/* Main forum page ************************************/

	.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum-title-container,
	.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum .topic-reply-counts,
	.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .freshness-forum-link,
	.gp-theme #bbpress-forums .gp-forum-shortcode ul.forum:not(.status-category) .bbp-forum-topic-count,
	.gp-theme #bbpress-forums .gp-forum-shortcode ul.forum:not(.status-category) .bbp-forum-freshness {
	width: 100%;
	text-align: left;
	}
	.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum-title-container,
	.gp-theme #bbpress-forums .gp-forum-home .bbp-forums-list .bbp-forum .topic-reply-counts,
	.gp-theme #bbpress-forums .gp-forum-shortcode ul.forum:not(.status-category) .bbp-forum-info,
	.gp-theme #bbpress-forums .gp-forum-shortcode ul.forum:not(.status-category) .bbp-forum-topic-count {
	padding-bottom: 0;
	}
	
	/* Sub forum page ************************************/

	.gp-theme.forum .bbp-forum-info,
	.gp-theme.forum .bbp-forum-topic-count,
	.gp-theme.forum .bbp-forum-freshness {
	width: 100% !important;
	text-align: left;
	}
	.gp-theme.forum .bbp-forum-info,
	.gp-theme.forum .bbp-forum-topic-count {
	padding-bottom: 0 !important;
	}
	
	/* Topics page ************************************/

	.gp-theme #bbpress-forums .bbp-topics .bbp-header {
	display: none;
	}
	.gp-theme #bbpress-forums .bbp-topics li.bbp-body {
	border-top-width: 1px !important;
	}
	.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title,
	.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
	width: 100%;
	text-align: left;
	}
	.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
	padding-top: 0;
	}
	.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-title {
	padding-bottom: 0 !important;
	}
	.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-voice-count,
	.gp-theme #bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count {
	display: none;
	}	
	.gp-theme #bbpress-forums li.bbp-header .bbp-reply-author {
	display: none;
	}
	.gp-theme #bbpress-forums li.bbp-header .bbp-reply-content {
	margin-left: 0;
	}
		
	/* Topic form ************************************/

	.gp-theme #bbpress-forums fieldset.bbp-form input {
	width: 100%; 
	}
	.gp-theme #bbpress-forums div.bbp-the-content-wrapper input {
	width: auto;
	}	

}

@media only screen and (max-width: 480px) {
		
	/* Replies page ************************************/

	.gp-theme #bbpress-forums div.bbp-reply-author {
	margin: 10px 10px 10px;
	min-height: 50px;
	padding-left: 60px;
	position: relative;
	text-align: left;
	width: 100%;
	}
	.gp-theme #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {
    width: 40px;
    }
	.gp-theme #bbpress-forums div.bbp-reply-content {
	clear: both;
	margin: 10px;
	padding: 0;
	}

}