/** Forum Home **/
#bbpress-forums ul {
	*zoom: 1;
	margin: 0;
	list-style: none;
	padding: 0;
}
#bbpress-forums .bbp-search-form #bbp_search {
	border-radius: 0;
	height: 22px;
	margin: 0;
}
#bbpress-forums .bbp-search-form #bbp_search_submit {
	font-family: 'SourceSansSemiBold';
	border: none;
	/* background-color: #e32831 */
	border: 1px solid #E32831;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 18px;
	margin-top: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#bbpress-forums .bbp-search-form #bbp_search_submit:hover {
	background-color: #F1F1F1 !important;
	color: #5a5a5a;
}
.bbp-forums {
	min-width: 320px;
}
#bbpress-forums ul:after, #bbpress-forums ul:before {
	display: table;
	content: "";
	line-height: 0;
}
#bbpress-forums ul:after {
	clear: both;
}
#bbpress-forums li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#bbpress-forums li p {
	margin-left: 0;
	margin-bottom: 10px;
	display: block;
}
#bbpress-forums li.bbp-header .forum-titles {
	margin-bottom: 0;
}
#bbpress-forums li.bbp-header {
	/* background-color: #e32831 */
}
#bbpress-forums li.bbp-header li {
	padding-top: 12px;
	padding-bottom: 12px;
}
#bbpress-forums li.bbp-header h5 {
	color: white;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
#bbpress-forums li.bbp-body {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
#bbpress-forums li.bbp-body ul {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}
#bbpress-forums .bbp-forum-info h6 {
	margin-bottom: 0;
	margin-left: 25px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 4px 0 0 25px;
}
#bbpress-forums .bbp-forum-info .folderIcon {
	float: left;
}
#bbpress-forums .bbp-forum-info .folderIcon span {
	color: black;
	opacity: 0.3;
	filter: alpha(opacity=30);
	font-size: 16px;
}
#bbpress-forums .bbp-forum-freshness .forumFreshness {
	clear: both;
	display: block;
}
#bbpress-forums .bbp-forum-freshness .forumFreshness a {
	/* color: #e32831 */
}
#bbpress-forums .bbp-forum-freshness .bbp-topic-meta .bbp-author-avatar {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}
#bbpress-forums .bbp-forum-freshness .bbp-topic-meta .bbp-author-avatar img {
	display: block;
}
#bbpress-forums .bbp-forum-freshness .bbp-topic-meta a {
	font-family: 'sourceSans';
	font-size: 12px;
	line-height: 14px;
	color: #757575;
}
#bbpress-forums .bbp-topic-title .bbp-topic-permalink, #bbpress-forums .bbp-topic-title .bbp-topic-meta {
	margin-left: 60px;
	display: block;
}
#bbpress-forums .bbp-topic-title .topicAuthor {
	float: left;
}
#bbpress-forums .bbp-topic-title .topicAuthor .bbp-author-name {
	display: none;
}
#bbpress-forums .bbp-topic-title .bbp-topic-permalink h6 {
	margin-bottom: 5px;
}
#bbpress-forums .bbp-topic-voice-count p, #bbpress-forums .bbp-topic-reply-count p {
	margin-top: 10px;
}
#bbpress-forums .bbp-topic-title .bbp-topic-meta {
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
	color: #5a5a5a;
	font-size: 10px;
}
#bbpress-forums .bbp-topic-title .bbp-topic-meta a {
	color: #5a5a5a;
	margin-left: 2px;
}
#bbpress-forums .bbp-topic-freshness .bbp-topic-meta .bbp-author-avatar {
	border-radius: 50%;
	float: left;
	display: block;
	overflow: hidden;
}
#bbpress-forums .bbp-topic-freshness .forumFreshness {
	clear: both;
	display: block;
}
#bbpress-forums .bbp-topic-freshness .forumFreshness a {
	/* color: #e32831 */
}
#bbpress-forums .bbp-topic-freshness .bbp-topic-meta .bbp-author-name {
	font-family: 'sourceSans';
	font-size: 12px;
	line-height: 22px;
	color: #757575;
	float: left;
	margin-left: 10px;
}
#bbpress-forums .bbp-topic-freshness .bbp-topic-meta {
	display: table;
	margin: 0 auto;
}
#bbpress-forums .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author {
	float: left;
}
.newTopic .bbp-the-content-wrapper {
	margin-bottom: 15px;
}
.newTopic .bbp-the-content-wrapper .wp-editor-wrap {
	border: 1px solid #d4d4d4;
}
.newTopic input#bbp_topic_title, .newTopic input#bbp_topic_tags, .newTopic input#bbp_reply_edit_reason, .newTopic input#bbp_topic_edit_reason {
	border: 1px solid #d4d4d4;
	width: 100%;
	height: 38px;
	color: #a6a6a6;
	font-size: 12px;
	line-height: 18px;
	padding: 4px 10px;
	margin-bottom: 15px;
	font-style: italic;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.newTopic input#bbp_topic_title:focus, .newTopic input#bbp_topic_tags:focus {
	color: #747474;
}
.newTopic select {
	border: 1px solid #d4d4d4;
	width: 100%;
	height: 38px;
	color: #a6a6a6;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 10px;
	margin-bottom: 15px;
	font-style: italic;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.newTopic select:focus {
}
.newTopic select option {
	font-style: normal;
	color: #7a7a7a;
}
.newTopic .subscribeTopic input {
	float: left;
}
.newTopic .subscribeTopic label {
	margin-left: 20px;
	display: block;
	margin-top: 1px;
}
.bbp-submit-wrapper {
	float: right;
	clear: both;
}
.bbp-submit-wrapper button {
	border: none;
}
.replyCount {
	float: left;
	margin-bottom: 20px;
}
.replyCount p {
	margin: 0;
}
.replyLinks {
	float: right;
	margin-bottom: 20px;
}
.replyLinks p {
	font-weight: bold;
	float: right;
	margin: 0;
}
.replyLinks .is-favorite {
	background-image: url('../img/checked.png');
	background-position: left center;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.replyPagination {
	margin-top: 0;
}
ul.bbp-replies, ul.bbp-topics, ul.bbp-topics ul {
	padding: 0;
	margin: 0;
}
ul.bbp-topics {
	margin-bottom: 20px;
}
.bbpSingleReply, .bbp-topics li {
	list-style: none;
	margin-bottom: 0;
}
.bbpSingleReply .bbp-meta {
	margin-left: 90px;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
.bbpSingleReply .bbp-meta .bbp-reply-post-date {
	margin-bottom: 0;
	float: left;
	color: #5a5a5a;
	font-weight: normal;
	font-style: italic;
}
.bbpSingleReply .bbp-meta .bbp-header {
	color: #5A5A5A;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 12px;
	margin-bottom: 5px;
	float: left;
}
.bbpSingleReply .bbp-meta .bbp-reply-permalink {
	margin-left: 5px;
}
.bbpSingleReply .bbp-meta .bbp-admin-links, .bbpSingleReply .bbp-meta .bbp-reply-permalink {
	float: right;
	font-size: 10px;
	line-height: 12px;
	/* color: #e32831 */
	text-transform: uppercase;
}
.bbpSingleReply .topic-author {
	margin-bottom: 35px;
	overflow: hidden;
	clear: both;
}
.bbpSingleReply .bbp-reply-author {
	float: left;
	width: 70px;
	text-align: center;
	font-family: 'sourceSans';
	font-size: 12px;
	line-height: 19px;
	color: #5A5A5A;
}
.bbpSingleReply .bbp-author-avatar {
	width: 70px;
	height: 70px;
	margin-bottom: 5px;
	display: block;
	position: relative;
}
.bbpSingleReply .bbp-reply-author .bbp-author-name {
	font-size: 14px;
	/* color: #e32831 */
}
.bbpSingleReply .bbp-author-avatar:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.bbpSingleReply .bbp-reply-content {
	margin-left: 90px;
	border: 1px solid #dcdcdc;
	position: relative;
	padding: 20px;
	min-height: 50px;
	background-color: white;
}
.bbpSingleReply .bbp-reply-content:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 6px 12px 6px 0;
	border-right-color: white;
	left: -12px;
	top: 1px;
	margin-top: 15px;
}
.bbpSingleReply .bbp-reply-content:after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 7px 13px 7px 0;
	border-right-color: #dcdcdc;
	left: -13px;
	top: 0;
	margin-top: 15px;
}
.bbpSingleReply .bbp-reply-content ul:after {
	clear: none !important;
}
.bbpSingleReply .bbp-reply-content ul, .bbpSingleReply .bbp-reply-content ol {
	padding-left: 20px;
}
.bbpSingleReply .bbp-reply-content ul li, .bbpSingleReply .bbp-reply-content ol li {
	list-style: inherit;
}
.bbpSingleReply .bbp-reply-content a {
	/* color: #e32831 */
	padding: 0 2px;
	text-decoration: underline;
}
#bbpress-forums .status-trash, #bbpress-forums .status-spam {
	background-color: #fee;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
	border-top: 1px solid #DCDCDC;
	margin-top: 10px;
	padding-top: 10px;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
	font-family: 'sourceSans';
	font-size: 12px;
	line-height: 19px;
	color: #5A5A5A;
	margin: 0 0 7px 0;
	font-weight: normal;
}
.moveReply input[type="radio"] {
	float: left;
}
.moveReply label {
	margin: 0 0 10px 20px;
}
.moveReply label p {
	font-size: 14px;
}
.moveReply input[type="text"] {
	border: 1px solid #D4D4D4;
	width: 100%;
	height: 38px;
	color: #A6A6A6;
	font-size: 12px;
	line-height: 18px;
	padding: 4px 10px;
	margin-bottom: 20px;
	font-style: italic;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.moveReply select {
	border: 1px solid #D4D4D4;
	width: 100%;
	height: 38px;
	color: #A6A6A6;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 10px;
	margin-bottom: 15px;
	font-style: italic;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.moveReply input[type="text"]:focus {
	border-color: #D4D4D4;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.mergeTopic select {
	border: 1px solid #D4D4D4;
	width: 100%;
	height: 38px;
	color: #A6A6A6;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 10px;
	margin-bottom: 20px;
	font-style: italic;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.mergeTopic input[type="checkbox"] {
	float: left
}
.mergeTopic p {
	margin-left: 20px;
}
.bbp-template-notice {
	border: 1px solid #D8D8D8;
	background-color: #FEFEFE;
	padding: 10px 20px;
	margin: 0.5em 0 20px;
	border-radius: 5px;
	clear: both;
}
.bbp-template-notice.info {
	background-color: #ECF5FD;
	border: 1px solid #AABAC8;
}
.bbp-template-notice p {
	font-family: 'sourceSans';
	font-size: 12px;
	margin-bottom: 0;
}
.bbp-template-notice.info p {
	color: #4074A1;
}
.bbp-template-notice.error {
	background-color: #E54E4B;
	border: 1px solid #BB120F;
	color: #FFF;
}
.bbp-template-notice.error p {
	color: white;
}
.bbp-template-notice img.avatar, .bbp-topic-meta img.avatar {
	width: 14px;
	height: auto;
	border-radius: 50%;
}
.aq_alert.bbpAlert {
	margin: 0.5em 0 20px !important;
	font-family: 'sourceSans';
	clear: both;
}
.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
	clear: left;
}
/** Forum Home End **/
/** User Page **/
.userPage {
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	margin-bottom: 30px;
}
#bbp-single-user-details {
	width: 30%;
	float: left;
	border-right: 1px solid #e0e0e0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#bbp-user-body {
	width: 70%;
	padding: 20px;
	border-left: 1px solid #e0e0e0;
	margin-left: -1px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#bbp-user-avatar {
	margin-top: 20px;
	margin-bottom: 20px;
}
#bbp-user-avatar, #bbp-user-navigation li a {
	margin-right: auto;
	margin-left: auto;
	width: 155px;
	display: block;
}
#bbp-user-navigation {
	margin-bottom: -1px;
}
#bbp-user-navigation li {
	border-bottom: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	position: relative;
}
#bbp-user-navigation li:first-child {
	border-top: 1px solid #e0e0e0;
}
#bbp-user-navigation li.current {
	background-color: transparent;
}
#bbp-user-navigation li.current:after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	/* background-color: #e32831 */
}
#bbp-user-navigation li a {
	padding-top: 15px;
	padding-bottom: 15px;
}
#bbp-user-navigation li h5 {
	margin-bottom: 0;
}
.bbp-topic-action #favorite-toggle a, .bbp-topic-action #subscription-toggle a {
	float: right;
	color: #5A5A5A;
	font-size: 16px;
	line-height: 15px;
	width: 15px;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	display: block;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.bbp-topic-action #favorite-toggle a:hover, .bbp-topic-action #subscription-toggle a:hover {
	color: white;
	/* background-color: #e32831 */
}
li.bbp-forum-info, li.bbp-topic-title {
	float: left;
	text-align: left;
	width: 55%;
	padding-left: 20px;
	margin-bottom: 0;list-style none;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
	float: left;
	text-align: center;
	width: 10%;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
	text-align: center;
	float: left;
	width: 22%;
}
li.bbp-header div.bbp-topic-content span#subscription-toggle, li.bbp-header div.bbp-topic-content span#favorite-toggle, li.bbp-header div.bbp-reply-content span#subscription-toggle, li.bbp-header div.bbp-reply-content span#favorite-toggle {
	float: right;
}
/* Edit User */
#bbpress-forums #bbp-your-profile fieldset div {
	margin-bottom: 20px;
	width: 100%;
	clear: left;
}
#bbpress-forums #bbp-your-profile fieldset select {
	margin-bottom: 0;
	width: 60%;
	background: #F9F9F9;
	border: 1px solid #DDD;
	box-shadow: none;
	padding: 5px 8px;
	height: 20px;
	border-radius: 0;
	box-sizing: initial;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
}
#bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea {
	margin-bottom: 0;
	width: 60%;
	background: #f9f9f9;
	border: 1px solid #ddd;
	box-shadow: none;
	padding: 5px 8px;
	border-radius: 0;
}
#bbpress-forums #bbp-your-profile fieldset input:focus, #bbpress-forums #bbp-your-profile fieldset textarea:focus {
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	outline-color: rgba(240,255,240,0.1);
}
#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
	width: auto;
}
#bbpress-forums #bbp-your-profile fieldset legend {
	display: none;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
	float: left;
	width: 20%;
	padding: 5px 20px 5px 0;
	text-align: right;
	cursor: pointer;
}
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
	text-align: left;
	width: 60%;
}
#bbpress-forums #bbp-your-profile fieldset span.description {
	background-color: #ECF5FD;
	border: 1px solid #AABAC8;
	padding: 5px 8px;
	margin: 0.5em 0 20px;
	border-radius: 5px;
	color: #4074A1;
	clear: both;
	float: left;
}
#bbpress-forums #bbp-your-profile fieldset fieldset {
	margin: 0;
	border: none;
	padding: 0;
	clear: none;
	float: none;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
	width: 60%;
	display: inline;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input, #bbpress-forums #bbp-your-profile fieldset fieldset.password span {
	width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
	margin: 0;
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
	float: right;
	/* background-color: #e32831 */
	border: none;
	text-align: center;
	padding: 5px 10px;
	border-radius: 3px;
}
#bbpress-forums #bbp-your-profile fieldset.submit button p {
	color: #FFF;
	margin: 0;
}
#pass-strength-result {
	margin-bottom: 0;
	width: 60%;
	height: 12px;
	line-height: 12px;
	font-size: 11px;
	background: #F9F9F9;
	border: 1px solid #DDD;
	box-shadow: none;
	padding: 5px 8px;
	border-radius: 0;
	position: relative;
	z-index: 1;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
#pass-strength-result:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
}
#pass-strength-result.short:after {
	width: 25%;
	background-color: #FF444A;
}
#pass-strength-result.bad:after {
	width: 50%;
	background-color: #FFD459;
}
#pass-strength-result.good:after {
	width: 75%;
	background-color: #7796CC;
}
#pass-strength-result.strong:after {
	width: 100%;
	background-color: #38BB1D;
}
/* Edit User End*/
/** User Page End **/
