/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

/* =bbPress Style
-------------------------------------------------------------- */
#bbpress-forums {
	position: relative;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
	font-size: 1.2rem;
}
/* breadcrumb */
#bbpress-forums .bbp-forums-head {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
#bbpress-forums .bbp-forums-head .bbp-breadcrumb p {
	margin: 0;
}
#bbpress-forums .bbp-forums-head .bbp-breadcrumb {
	width: 62%;
}
#bbpress-forums .bbp-useful-links {
	width: 36%;
	display: flex;
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
	margin: 0 0 20px 0;
}
#bbpress-forums .bbp-breadcrumb a {
	color: #e4a101;
}
.bbp-breadcrumb-sep {
	margin: 0 2px;
}

/* paginations */
#bbpress-forums .bbp-pagination {
	margin-bottom: 25px;
}
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current {
	color: #1c1121;
	padding: 2px 10px;
	font-weight: 700;
}
#bbpress-forums .bbp-pagination-count {
	font-size: 13px;
}

/* notic, hint */
#bbpress-forums div.bbp-template-notice, #bbpress-forums div.indicator-hint {
	background-color: #fff;
	border-color: #ebebeb;
	margin: 0 0 25px;
	color: #1c1121;
	padding: 0;
}
#bbpress-forums .bbp-template-notice li, #bbpress-forums .bbp-template-notice p {
	margin: 15px 0 !important;
	font-size: 14px;
	line-height: inherit;
	padding: 0 20px;
}
#bbpress-forums div.bbp-template-notice a {
	margin: 0 8px;
	color: #909090;
}
/* search form */
#bbp_search {
	border: 1px solid #dfdfdf;
    padding: 4px 15px 4px 10px;
    margin-right: -15px;
}
#bbp_search::placeholder {
	color: #c4c4c4;
	color: 12px;
}
#bbp_search_submit {
	padding: 2px 10px;
	content: "";
	border: 0;
	padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
	transform: skewX(-20deg);
	background-color: #e4a101;
}
#bbp_search_submit:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    background:#e4a101;
    transform: skewX(20deg);
    z-index: 2;
}

/* forum list */
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
	padding: 25px 25px 60px 25px;
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
	background: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 15px;
	margin-bottom: 35px;
}
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
	font-size: 14px;
    color: #515151;
	font-weight: 500;
    text-transform: uppercase;
	padding: 10px 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #ececec;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border: 0;
	margin: 30px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #ececec;
	background-color: transparent;
}
#bbpress-forums li.bbp-forum-info, 
#bbpress-forums li.bbp-topic-title {
	position: relative;
}
#bbpress-forums li.bbp-forum-info .bbp-forum-title, 
#bbpress-forums li.bbp-topic-title p.bbp-topic-title-link {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 10px 50px;
}
li.bbp-forum-content {
	float: left;
	width: 100%;
}
li.bbp-forum-content > p {
	margin: 20px 0 0 50px;
}
#bbpress-forums li.bbp-body ul:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#bbpress-forums ul.bbp-forums .bbp-forum-info .bbp-author-avatar,
#bbpress-forums ul.bbp-topics .bbp-topic-title .bbp-author-avatar {
	position: absolute;
	top: -2px;
	left: 0;
}
#bbpress-forums ul.bbp-forums .bbp-forum-info p.bbp-topic-meta,
#bbpress-forums ul.bbp-topics .bbp-topic-title p.bbp-topic-meta {
	margin-left: 50px;
	line-height: 1;
	font-size: 13px;
}
#bbpress-forums .bbp-topic-meta .bbp-topic-started-by,
#bbpress-forums .bbp-topic-meta .bbp-topic-started-in {
	margin-bottom: 5px;
	line-height: 1.5;
}
#bbpress-forums p.bbp-topic-meta .bbp-author-name {
	color: #6c6c6c;
	position: relative;
	padding-left: 15px;
}
#bbpress-forums p.bbp-topic-meta .bbp-author-name:before {
	content: '';
    position: absolute;
    left: 0;
	bottom: 5px;
	background: #6c6c6c;
    width: 8px;
    height: 2px;
}
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar, 
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
	max-width: 30px;
	max-height: 30px;
	border-radius: 50%;
}
#bbpress-forums .bbp-forum-info p.bbp-topic-meta img.avatar,
#bbpress-forums .bbp-topic-title p.bbp-topic-meta img.avatar {
	max-width: 40px;
	max-height: 40px;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
	font-size: 13px;
	text-align: right;
}

/* topic */
#bbpress-forums #favorite-toggle a,
#bbpress-forums #subscription-toggle a {
	position: relative;
	font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    padding: 9px 20px;
    z-index: 1;
    margin-left: 7px;
    margin-right: 7px;
}
#bbpress-forums .bbp-row-actions #subscription-toggle span.is-subscribed a {
	color: #e4a101;
}
#bbpress-forums .bbp-row-actions #favorite-toggle a,
#bbpress-forums .bbp-row-actions #subscription-toggle a {
	position: absolute;
	right: 0;
    top: 0;
    background: transparent;
    padding: 2px 9px;
    font-size: 18px;
    font-weight: 500;
    border-color: #c4c4c4;
    border-radius: 5px;    
}
#bbpress-forums #favorite-toggle a::before,
#bbpress-forums #subscription-toggle a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-20deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    background: #e4a101;
    box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#bbpress-forums .bbp-row-actions #favorite-toggle a::before,
#bbpress-forums .bbp-row-actions #subscription-toggle a::before {
	content: none;
}
#bbpress-forums fieldset.bbp-form {
	padding: 0;
	margin: 0;
	border: 0;
}

/* replies */
#bbpress-forums ul.bbp-replies {
	border-radius: 10px;
	font-size: 13px;
	background-color: #fff;
}
#bbpress-forums ul.bbp-replies .bbp-reply-author {
	width: 20%;
    text-align: center;
	margin-right: 2%;
	float: none;
}
#bbpress-forums .bbp-user-section ul.bbp-replies .bbp-reply-author {
	width: 15%;
}
#bbpress-forums ul.bbp-replies li.bbp-header .bbp-reply-content,
#bbpress-forums ul.bbp-replies li.bbp-footer .bbp-reply-content {
	padding: 0;
}
#bbpress-forums ul.bbp-replies .bbp-reply-content {
	width: 78%;
	margin: 0;
	float: none;
	font-size: 14px;
	padding: 12px 0;
}
#bbpress-forums .bbp-user-section ul.bbp-replies .bbp-reply-content {
	width: 83%;
}
#bbpress-forums ul.bbp-replies .bbp-header,
#bbpress-forums ul.bbp-replies .bbp-footer {
	padding: 20px 20px 15px;
	display: flex;
	background-color: #f3f2f1;
}
#bbpress-forums div.bbp-reply-header {
    padding: 15px 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
}
#bbpress-forums div.bbp-reply-header span.bbp-header {
	display: inline;
	background-color: transparent;
}
#bbpress-forums span.bbp-admin-links a {
	font-size: 13px;
}
#bbpress-forums ul.bbp-replies .bbp-body .topic,
#bbpress-forums ul.bbp-replies .bbp-body .reply {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	display: flex;
	padding: 25px 20px 30px;
}
#bbpress-forums div.bbp-reply-author img.avatar {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 0 10px 0;
}
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-ip {
	font-size: 13px;
    color: #6c6c6c;
    letter-spacing: .5px;
	font-weight: 500;
	line-height: 1.8;
}
#bbpress-forums .bbp-reply-content .bbp-rely-author-name {
	margin-bottom: 6px;
}
#bbpress-forums .bbp-reply-content .bbp-author-link {
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	color: #1c1121;
}

/* user */
.bbp-user-page .bbpress-wrapper {
	/* padding: 35px 25px;
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
	background: #fff; */
	font-size: 13px;
}
#bbpress-forums #bbp-single-user-details {
	width: auto;
	float: none;
	display: flex;
	flex-direction: column;
}
#bbpress-forums .bbp-user-info-wrap {
    display: flex;
	margin-bottom: 70px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
	text-align: center;
	margin-right: 20px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	border-radius: 50%;
	width: 115px;
	height: 115px;
	margin: 0;
}
#bbpress-forums .bbp-user-info-wrap .bbp-user-info {
	width: calc(100% - 170px);
	margin-top: 15px;
}
#bbpress-forums .bbp-user-info-wrap .bbp-user-name {
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}
#bbpress-forums .bbp-user-info-wrap .bbp-user-forum-role {
	font-size: 14px;
	color: #909090;
}
#bbpress-forums .bbp-user-activities-count {
	display: flex;
	font-size: 15px;
	font-weight: 500;
	margin: 20px 0;
	color: #1c1121;
}
#bbpress-forums .bbp-user-activities-count .bbp-user-topic-count,
#bbpress-forums .bbp-user-activities-count .bbp-user-reply-count {
	margin: 0 10% 0 0;
}
#bbpress-forums .bbp-user-activities-count span {
	font-size: 13px;
	color: #909090;
	margin-left: 5px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul {
	padding-bottom: 12px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
	display: inline-block;
	margin: 0 25px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:first-child {
	margin: 0 25px 0 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child {
	margin: 0 0 0 25px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
	padding: 0;
	border-width: 0;
	color: #1c1121;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: none;
	opacity: 1;
}
#bbpress-forums #bbp-user-body {
	margin: 0;
}
#bbpress-forums .bbp-user-section {
	margin-top: 25px;
}


