/*
 * Theme Name: Vikinger - BuddyPress Social Community Child
 * Theme URI: https://odindesignthemes.com/vikinger-theme/
 * Author: Odin Design Themes
 * Author URI: https://themeforest.net/user/odin_design
 * Description: The next generation WordPress+Buddypress social community! We carefully designed this theme for you to have all you need to build an incredible community with full profiles, reactions, groups, badges, quests, ranks, credits and much more to come!
 * Version: 1.0.0
 * License: https://themeforest.net/licenses/
 * License URI: https://themeforest.net/licenses/
 * Text Domain: vikingerchild
 * Template: vikinger
*/


/* board 게시판 글상자 오른쪽 비주얼 탭 감추기
 * 
 * #wp-bbp_topic_content-editor-tools { display: none !important; }
 * #wp-bbp_reply_content-editor-tools { display: none !important; }
 * .wp-editor-tools { display: none !important; }
 * 테스트중 */

#wp-bbp_topic_content-editor-tools { display: none !important; }
#wp-bbp_reply_content-editor-tools { display: none !important; }


/* 게시판 사용자 프로필 포인트 이미지와 텍스트 정렬 240301
 * 사용자정의 - 추가CSS 에서 입력하면 바로적용되는데 이곳에 넣으면 안되는군  */
.gamipress-bbpress-user-points {
	vertical-align: super;
}

/* 메세지창 하단 프로필 배경 다크모드 적용 */
.bp-messages-wrap .chat-footer {
	background-color: var(--color-box-background);
}

/* 메세지창 대화 시작하기 텍스트 링크 다크모드 적용 */
.bp-messages-wrap a:not(.bm-no-link-style) {
	color: rgba(var(--color-primary-dark), 1) !important;
}

/* 메세지창 사이드바 오른쪽 하얀선 삭제 다크모드 적용 */
.bp-messages-wrap .bp-messages-side-threads > * {
	border-right: none;
}

/* 메세지창 대화시작학 링크누르면 오른쪽 화면 대화상대 찾기 박스 다크모드 적용 */
.bm_user_selector, .bm_user_selector .bm_user_selector__control {
	background-color: var(--color-box-background);
}

/* 메세지창 사이드바 상단 SVG아이콘과 하단 사용자명 다크모드 적용 */
.bpbm-user-me-name, .bm-svg {
	color: var(--color-primary-dark);
	font-weight: 300;
}

/* BBpress 테이블 스타일은 외모-사용자정의-추가CSS 에 있음 */
.bbp-reply-content table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

.bbp-reply-content th, td {
	border: 1px solid var(--color-border);
	color: var(--color-text);
	text-align: center;
	padding: 8px;
}

.bbp-reply-content th {
	color: var(--color-text);
}

/* BBpress 테이블 스타일은 외모-사용자정의-추가CSS 에 있음 끝*/

/* 블로그 하단 카테고리 세로형을 가로형으로 수정 */

.cat-list-order li {
	float:left;
	padding: 0 10px;
}


/* 비비프레스 구독 버튼 글자배치 임시 패치 */

#bbpress-forums #subscription-toggle span a, #bbpress-forums #favorite-toggle span a {
	min-width: 120px;
}