/************************************** OUR TEAM */
.widget_woothemes_our_team .team-member {
    display: inline-block;
    width: 301px;
    vertical-align: top;
    margin: 0 30px 50px 30px;
    font-family: "Franklin Gothic Demi Book", "Myriad Pro", "Myriad Web";
}

.team-member figure {
    width: 300px;
}

.team-member h3[itemprop="name"] {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: normal;
}

.team-member p[itemprop="jobTitle"] {
    color: #919191;
    font-size: 14px;
    line-height: 20px;
}

.team-member div[itemprop="description"] {
    color: #767676;
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
}

.team-member div[itemprop="description"] ul {
    display: none;
}
/************************************** OUR TEAM */
