/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.catalog__single{
	clear: both;
	    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;


}

.catalog__single .team__item {

    padding: 30px 60px;
    background: url(/wp-content/uploads/team-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.catalog__single .team__item p {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #212225;
    margin-bottom: 20px;
    margin-top: 0;
}

.catalog__single .team__item p span {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #212225;
    margin: 0;
}

.team__contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.catalog__single .team__right {
    width: 100%;
    padding-right: 40px;
}

.team__item div .team__name {
    
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    color: #212225;
    margin-bottom: 8px;
}

.team__right .header__div:nth-child(2) a {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #212225;
    border: 0;
}

.catalog__single .team__item .team__left--img {
    max-width: 150px;
    border-radius: 50%;
    margin-left: 60px;
}



.team__item div div {

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: #212225;
    margin-top: 3px;
}

.team__item span {

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #8A8D94;
    display: block;
    margin-top: 20px;
}

.team__item {
    display: flex;
    width: 100%;
}

.main__team {
    margin-bottom: 200px;
}

.team__left {
    flex: none;
    margin-right: 30px;
}

.team__item p {

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #212225;
    margin-top: 0;
}

.team__item button {
   
}
