/*
Theme Name: WhiteDot Child
Theme URI: https://wp-themes.com/whitedot
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress WhiteDot child theme.
Template: whitedot
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: whitedot-child
*/

.field-visibility-settings-toggle{
	display:none;
}


.display_none{
	display:none;
}

/* common */
.main-header{
	height:100px;
}

.renameTitle{
	margin:0 auto;
}



/* profile */

.profile .subnav,
.profile h1,
.profile h2,
.profile h3{
	display:none;
}

.buddypress-wrap .profile{
	margin:0!important;
}
.profile .single-headers,
.profile .buddypress-wrap .item-body{
	margin:0;
}

.profile .profile-loop-cover{
	border:1px solid black;
	display: table;
	width: 100%;
}

.profile .profile-avatar{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.profile .profile_body{
	display: table-cell;
	width: 70%;
	padding:0;
}
	.profile .profile_body .label{
		width: 0%!important;
	}

.profile .profileEditLinkBorder{
	display: inline-block;
    border: 1px solid black;
    border-top: 0;
}

.profile .profileEditLink{
	text-align: right;
}


.profile .profileEditLink a{
    padding: 1em;
    line-height: 2.5;
}


.profile #item-header-avatar{
	padding:1em;
}

.profile .disclosureRange{
	margin-top:0.5em;
}

/* BBS */
	.bbpress h1{
		display:none;
	}

	.bbpress .bbp-breadcrumb{
		margin:1em 0;
	}

	.bbpress .shareRangeSelect,
	.bbpress .shareInstructorSelect{
		height:2em !important;
	}

	.bbpress .shaleList:nth-child(n+2){
		margin-left:1em;
	}

	.bbsView .threadBox,
	.threadView .threadBox{
		margin:1em auto;
		border:1px solid black;
		padding-bottom:1em;
		width: 100%;
	}


	.bbsView .messeageArea{
		display:table-cell;
		font-size: 120%;
    	line-height: 150%;
	}

		.bbsView .messeageArea .posterArea,{
			margin-bottom:1em;
		}

		.bbsView .messeageArea .posterArea .titleArea h2{
			display:inline-block;
			padding:0;
		}

		.bbsView .messeageArea .posterArea .titleArea .headerArea,
		.threadView .messeageArea .posterArea .titleArea .headerArea{
			margin:0.5rem 0;
		}

		.bbp-meta .inlineItem:nth-child(n+2),
		.bbsView .messeageArea .posterArea .titleArea .headerArea .inlineItem:nth-child(n+2){
			margin-left:1em;
		}

		.bbsView .messeageArea .responseArea .responceBox{
			margin:0;
			padding:0;
		}

		.bbsView .messeageArea .responseArea .responceBox .timeArea{
			display:inline-block;
		}

		.bbsView .messeageArea .responseArea .responceBox .messeageTxt{
			display:inline-block;
			vertical-align: top;
			max-width: 30em;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}




/* -------------------------------------------------------------------------------- */

	.single-topic h1{
		display:none;
	}

	.bbsView .bbp-topics,
	.threadView .bbp-replies{
		border:0 !important;
	}

	.bbsView .posterImgArea,
	.threadView .posterImgArea,
	.threadView .responseImgArea{
		display:table-cell;
		vertical-align: middle;
		text-align: center;
		width:150px;
		padding-top:3em;
	}

		.bbsView .posterImgArea .posterUserName,
		.threadView .posterImgArea .posterUserName,
		.threadView .responseArea .responseBox .responseImgArea .responseUserName{
			margin:0.5em;
			font-size:150%;
		}


	.threadView .messeageArea{
		display:table-cell;
		font-size: 120%;
    	line-height: 150%;
	}

		.threadView .messeageArea .posterArea{
			margin-bottom:1em;
			padding:1em;
		}

		.threadView .threadBox .messeageArea .posterArea{
			margin-bottom:1em;
			padding:0;
		}

		.threadView .posterImgArea .posterUserName{
			margin:0.5em;
			font-size:150%;
		}

		.threadView .messeageArea .posterArea .titleArea h2{
			display:inline-block;
			padding:0;
		}

		.threadView .messeageArea .posterArea .titleArea .timeArea{
			margin-left:1em;
		}

		.bbsView .messeageArea .messeageTxt p,
		.threadView .messeageArea .posterArea .messeageTxt p,
		.threadView .messeageArea .responseArea .responceBox .messeageTxt p{
			margin:0;
			padding:0;
		}



		.threadView .messeageArea .responseArea .responceBox .timeArea{
			display:inline-block;
			margin-top:3em;
		}

		.threadView .messeageArea .responseArea .responceBox .messeageTxt{
			display:inline-block;
		}



	.threadView .responseArea{
		height:500px;
		overflow-y:scroll;
		border:1px solid black;
	}

		.threadView .responseArea .responseBox{
			display:table;
			width:100%;
		}

		.threadView .responseArea .responseBox .messeageArea{
			display:table-cell;
		}


		.threadView .responseForm {
			border:solid black 1px;
		}

		.threadView .responseForm .bbp-submit-wrapper{
			float:inherit;
			text-align:right;
		}

		.threadView .responseForm textarea{
			background-color:#e0e0e0;
			color:black;
			bolder:1px solid black;
		}





