@charset "utf-8";
/* CSS Document */


.team-rounded {
  padding: 0;
  margin: 0;
}

.team-rounded .team-item {
  display: inline-block;
  margin: 20px 10px;
  padding: 0 0 20px;
  vertical-align: top;
  width: 200px;
}
.team-rounded .team-post{}
.team-rounded .team-post a {
  text-decoration: none;
}
.team-rounded .team-post a.read-more {
  font-weight: bold;
}
.team-rounded .team-thumb {
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}


.team-rounded .team-thumb img {
  box-shadow: none;
  width: 100%;
}



.team-rounded .team-title {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.team-rounded .team-position {
  color: rgb(102, 102, 102);
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px 10px;
}




		

.team-rounded .team-content {
  color: rgb(102, 102, 102);
  font-size: 12px;
  overflow: hidden;
  padding: 0 10px;
  text-align: left;
}


































