#header {
    background-color: #000000;
}
.team-single {
    display: flex;
    gap: 70px;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 20px;
}
.team-single-left {
    width: 34%;
    position: relative;
    margin-top: 18px;
}
.team-single-right {
    width: calc(76% - 70px);
}
.team-single-left > img {
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #D9D9D9;
}


.team-single-social {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 30px;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    transition: all 0.5s ease;
    border-radius: 0px 0px 10px 10px;
    background: rgba(0, 0, 0, 0.81);
}
.team-single-social a {
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    line-height: 22px;
    transition: all 0.5s ease;
    height: 42px;
}
.team-single-social a:hover {
    background-color: rgba(0,0,0,.8);
}
.team-single-social a.download-bio-link {
    background-image: url(../images/download-bio.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 10px 20px 10px 45px;
    background-size: 18px;
    background-color: #97BF13;
    text-transform: uppercase;
    margin-right: 10px;
    white-space: nowrap;
}
.team-single-social a.download-bio-link:hover {
    background-color: #cecece;
}
.team-single-social img {
    width: 42px;
    height: 42px;
    float: left;
}


section.wordpress-container .team-single-title h3,
section.wordpress-container .team-single-title h1 {
    padding: 0;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 48px;
}
section.wordpress-container .team-single-title p {
    color: #424242;
}
.team-single-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 30px 0;
}
.team-single-tags p {
    padding: 8px 24px !important;
    background: rgba(151, 191, 19, 0.10);
    border-radius: 30px;
    color: #97BF13 !important;
}
.team-single-tags p.tag-color-orange{
    background: rgba(233, 114, 0, 0.10);
    color: #E97200 !important;
}
.team-single-tags p.tag-color-blue{
    background: rgba(0, 112, 205, 0.10);
    color: #0070CD !important;
}
.team-single-tags p.tag-color-purple {
    background: rgba(116, 54, 163, 0.10);
    color: #7436a3 !important;
}
.team-single-tags p.tag-color-yellow {
    background: rgba(255, 187, 56, 0.10);
    color: #ffbb38 !important;
}

.team-single ul {
    list-style: inside;
}
.team-single p, 
.team-single li{
    color: #616161;
}
.team-single h6 {
    color: #424242;
}

.team-single-quote {
    display: flex;
    gap: 30px;
    background-image: url(../images/coach-quote.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    align-items: flex-end;
    margin: 20px 0 0;
}
section.wordpress-container .team-single-quote-in {
    width: 100px;
    background-color: #fff;
    padding: 35px 18px 15px;
    text-align: right;
    position: relative;
    background-image: url(../images/coach-quote-left.svg);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    max-height: 110px;
    overflow: hidden;
}
section.wordpress-container .team-single-quote h6 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
    font-family: 'Roboto';
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0;
}
section.wordpress-container .team-single-quote h5 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 0 5px;
    width: calc(100% - 200px);
}
.team-single-left a.book-now-calendar.popup-link {
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 10px;
    background-color: #97bf13;
    padding: 7px 10px;
    color: #fff;
}

@media (max-width:1440px) {
    .team-single-social {
        padding: 25px 10px;
    }
    .team-single {
        gap: 60px;
    }
    .team-single-left {
        width: 38%;
    }
    .team-single-right {
        width: calc(72% - 60px);
    }
}

@media (max-width:1380px) {
}

@media (max-width:1366px) {
}

@media only screen and ( max-width: 1199px) {
    .team-single {
        gap: 50px;
    }
    .team-single-left {
        width: 40%;
    }
    .team-single-right {
        width: calc(60% - 50px);
    }
    .team-single-social a.download-bio-link {
        background-position: 12px center;
        padding: 10px 15px 10px 40px;
    }
}

@media only screen and ( max-width: 961px) {
    .team-single-social {
        flex-wrap: wrap;
    }
    .team-single-social a.download-bio-link {
        margin-right: 0;
    }
    .team-single-social a {
        line-height: 18px;
        height: 38px;
    }
    .team-single-social img {
        width: 38px;
        height: 38px;
    }

    .team-single-quote {
        flex-wrap: wrap;
        gap: 10px;
    }
    section.wordpress-container .team-single-quote h5 {
        width: 100%;
        padding-right: 12%;
    }
    section.wordpress-container .team-single-quote h5 {
        font-size: 20px;
        line-height: 1.5em;
    }
    section.wordpress-container .team-single-quote h6 {
        font-size: 15px;
    }
}

@media only screen and ( max-width: 768px) {
    .team-single {
        flex-wrap: wrap;
        gap: 40px;
    }
    .team-single-left {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .team-single-right {
        width: 100%;
    }
    .team-single-title {
        text-align: center;
    }
    section.wordpress-container .team-single-title h3,
    section.wordpress-container .team-single-title h1 {
        font-size: 38px;
        padding-bottom: 12px;
    }
    .team-single-tags {
        gap: 5px;
        padding: 20px 0;
        justify-content: center;
    }

    .team-single-quote {
        gap: 20px;
    }
    section.wordpress-container .team-single-quote h5 {
        width: calc(100% - 120px);
        padding-right: 12%;
    }
}
@media only screen and ( max-width: 560px) {
    .team-single-left {
        width: 100%;
        margin-left: 0;
    }
    section.wordpress-container .team-single-title h3,
    section.wordpress-container .team-single-title h1 {
        font-size: 30px;
    }
}

@media only screen and ( max-width: 420px) {
    .team-single-quote {
        gap: 10px;
    }
    section.wordpress-container .team-single-quote h5 {
        width: 100%;
        padding-right: 12%;
    }
}