.um-member {
  margin-right: -50px;
}

.um-directory {
  margin: 0px;
  padding: 0px;
}

.approved.masonry-brick {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.um-faicon-cog {
  text-align: left;
  font-size: -22px;
  margin: 80px;
}

/*Hide border line for each contact in People page*/

.um-member {
  border-style: hidden;
}

/*Smaller size for each contact in People page*/

.um-member-photo.radius-1 {
  padding: 1px;
  margin: 1px;
}

/*Hide the title of each page*/

/*.entry-title {
  display: none;
}*/

/*the distance beetwen path line and the content*/

#forbottom {
  padding-top: 10px;
}

/*Dont show Ultimate Member messages "We are sorry. We cannot find any users who match your search criteria." and "1 Member" */

.um-members-none {
  display: none;
}

.um-members-total {
  display: none;
}

/*.um-member.um-role-um_technician.approved.masonry-brick {
  margin: 0px;
  padding: 0px;
  width: 100px;
}*/


/*delete all menus tabs for text area in user edit profile*/
.wp-editor-tabs {
  display: none;
}
/*delete only the first menu line for text area in user edit profile*/
.mce-container.mce-menubar.mce-toolbar.mce-first {
  display: none;
}