@charset "UTF-8";

#buddypress a:hover{
	text-decoration: none;
}

#buddypress #header-cover-image,
#buddypress #item-nav,
#buddypress div.item-list-tabs#subnav,
#buddypress #item-body .profile,
#buddypress #item-header-content > .user-nicename,
#buddypress #item-header-content > span,
#buddypress div#item-header div#item-meta,
.editProfile form .clear-value,
.wpua-edit h3,
.wpua-edit .submit,
#wpua-undo-button-existing,
#wpua-remove-button-existing,
#wpua-upload-messages-existing,
#wpua-edit-attachment-existing,
#wpua-upload-existing,
#wpua-upload-button-existing,
#buddypress div#item-header > #message,
#buddypress .wpua-edit-container h3,
#buddypress .uni p.submit,
#members-list,
.item-list-tabs,
.pag-count,
#pag-bottom,
#buddypress #wpua-thumbnail-existing,
#buddypress #wpua-preview-existing span.description,
#buddypress .updated,
div#member-dir-pag-top {
	display: none !important;
}

#buddypress #item-header-cover-image {
	padding: 0px;
}

#buddypress #item-header-cover-image #item-header-avatar {
	margin-top: 0px;
	width: 100%;
}

#buddypress #item-header-cover-image #item-header-avatar img.avatar {
	border: none;
}

#buddypress div#item-header h2{
	padding-left: 0px !important;
}

#buddypress div#item-header h2, .polygamiamembers .item-title a{
	color: #cc813d;
	text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.0 ) !important;
	font-family: "adelle",sans-serif !important;
}

#buddypress #item-body > div {
	margin-top: 1%;
	margin-bottom: 1%;
}

#buddypress .buddysocialIcon img {
	margin: 5px;
	padding-right: 5px;
}

#buddypress .buddysocialIcon a:hover {
	text-decoration: none;
}

#buddypress #item-header-content  #item-buttons .loin {
	margin-top: 45px;
}

 #buddypress .buddycommentary .homecomments {
 	margin-right: 5px;
 }

@media screen and (min-width: 992px) {
#buddypress div#item-header #item-header-cover-image #item-header-content {
	width:100%;
	/*margin-left: 150px;
	padding-left: 30px;*/
}

#buddypress #item-body {
  	padding-left: 150px;
}

#buddypress .editProfile {
	    padding-left: 50px;
	    padding-right: 50px;
}

#submitButton {
	padding: 25px 20px;
}

#buddypress #item-header-cover-image #item-header-avatar {
	height: 150px;
}

}

#submitButton {
	text-align: right;
}

#buddypress .PolyActywity .loinOPS {
	margin-right: 16px;
	border-right: 1px solid;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#buddypress div#item-header img.avatar {
	margin: 0px;
	padding: 0px;

}

.heading {
	font-size: 18px;
}

.heading i {
	color: rgb(235, 124, 17);
}

.subText {
	font-size: 14px;
}

#buddypress #item-body .positive , #buddypress #item-body .negative {
	padding: 0px 10px;
}

#buddypress #item-body .positive, #buddypress #item-body .br {
	border-right: 1px solid;
}

#buddypress #item-body .mian, #buddypress #item-body .cont{
	padding-bottom: 1% !important;
}

#buddypress #item-body .mian{
	border-bottom: 1px solid;
}

#buddypress #item-body .progress-bar, #buddypress #item-body .progress{
	border-radius: 2em;
}

#buddypress #item-body .progress{
    height: 10px;
}

#buddypress #item-body .buddybio{
	font-size: 17px;
	padding-top: 1%;
	padding-bottom: 1%;
}

#buddypress .PolyActywity {
	margin-top: 0px !important;
}

#buddypress div.pagination .pagination-links a, #buddypress div.pagination .pagination-links span {
	padding: 5px 10px;
	font-size: 14px;
}

#LogNav {
	display: initial;
    position: absolute;
    right: 0px;
    top: 15px;
}

.editProfile .findavatar > div > label {
	text-align: right;
	padding-left: 25px;
}

.editProfile form, .editProfile .findavatar {
	display: table;
}

.editProfile form .editfielddata.field_type_textbox,
.editProfile form .editfielddata.field_type_textarea,
.editProfile form .editfielddata.field_type_email,
.editProfile .findavatar > div {
	display: table-row !important;
}

.editProfile form .editfielddata.field_type_textbox > label, .editProfile form  .editfielddata.field_type_textbox > input,
.editProfile form .editfielddata.field_type_textarea > label, .editProfile form  .editfielddata.field_type_textarea > input,
.editProfile form .editfielddata.field_type_email > label, .editProfile form  .editfielddata.field_type_email > input,
.editProfile .findavatar > div > label, .editProfile .findavatar > div > form {
	display: table-cell !important;
}

.editProfile form .editfielddata.field_type_checkbox,
.editProfile form .editfielddata.field_type_radio,
.editProfile form .editfielddata.field_type_datebox {
	display: table-row-group !important;
}

.editProfile form .editfielddata.field_type_checkbox .checkbox,
.editProfile form .editfielddata.field_type_radio .radio,
.editProfile form .editfielddata.field_type_datebox .datebox {
	display: table-row !important;
}

.editProfile form .editfielddata.field_type_checkbox .checkbox label,
.editProfile form .editfielddata.field_type_radio .radio label,
.editProfile form .editfielddata.field_type_datebox .datebox label,
.editProfile form .editfielddata.field_type_datebox .datebox select {
	display: table-cell !important;
}

.editProfile form .editfielddata.field_type_checkbox .checkbox label:nth-child(2){
	text-align: left;
	padding-left: 35px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.editProfile form .editfielddata.field_type_checkbox .checkbox label:nth-child(2) input{
	margin-left: -35px;
}

.editProfile form .editfielddata.field_type_checkbox .checkbox label input {
	margin-right: 15px;
	display: none;
}

.editProfile form .editfielddata.field_type_radio .radio label input {
	display: none;
}

.editProfile form .editfielddata.field_type_radio .radio > div > label {
	padding-left: 30px !important;
	background: transparent url("/wp-content/themes/polygamia/img/radio.png") no-repeat scroll left center;
}

.editProfile form .editfielddata.field_type_checkbox .checkbox label:nth-child(2){
	background: transparent url("/wp-content/themes/polygamia/img/checkbox.png") no-repeat scroll left center;
}

.editProfile form .editfielddata label {
	padding: 0px 15px !important;
	text-align: right;
}

.editProfile form .editfielddata.field_type_textarea .wp-editor-wrap {
	width: 100%;
}

#buddypress .standard-form input[type="text"], #buddypress .standard-form input[type="email"]  {
	width:100%;
}

.mile {
	color: #f38f2e;
	padding-left: 15px;
	cursor: pointer;
}

#buddypress #item-header-cover-image #item-buttons {
	margin: 0px;
    padding: 0px;
}

#buddypress div.pagination .pagination-links {
	float: none !important;
}

.SubSubmit {
	padding: 5px 0px;
}

.polygamiamembers .item-title a {
	font-size: 16px;
}

.polygamiamembers .item-meta {
	font-size: 12px;
}

.polygamiamembers .element-main {
	margin: 1% 0px;
	padding-left: 0px;
	padding-right: 25px;
}

.polygamiamembers .element-list {
	cursor: pointer;
}

.polygamiamembers .element-list .item {
	margin: 2% 0px;
}

.memberslisticon {
	position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
}

.memberslisticon i {
	bottom: 0px;
    position: absolute;
    right: 0px;
}

#pag-down {
	text-align: center;
}

#buddypress div.pagination .pagination-links .next.page-numbers, #buddypress div.pagination .pagination-links .prev.page-numbers {
	padding: 5px;
}

#buddypress div.pagination .pagination-links .next.page-numbers i, #buddypress div.pagination .pagination-links .prev.page-numbers i {
	padding: 5px;
}

.field_type_image img {
	width: 100%;
}

.element-main .item-avatar img{
	height: 64px !important;
	width: 64px !important;
}
