/**
    Contain Teams page css
 */


/** page-template-teams - teams block (grid) **/

.page-template-teams .teams__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-teams .teams__blocks .single-team-container {
    width: 30%;
    /*height: 200px;*/
    margin: 1%;
    margin-bottom: 40px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    padding: 0 0 10px 0px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    background: #ffffff;
}

.page-template-teams .teams__blocks .single-team-container .single-image {
    /*width: 100px;*/
    /*height: 100px;*/
}

.page-template-teams .teams__blocks .single-team-container .single-image img {
    /*border-radius: 50%;*/
    width: 100%;
    height: 220px;

    object-fit: cover;
    border-bottom: 1px solid #eee;
    /*-webkit-box-shadow: 0 3px 6px #00000029;*/
    /*box-shadow: 0 3px 6px #00000029;*/
}

.page-template-teams .teams__blocks .single-team-container .single-content {
    /*width: 60%;*/
    display: flex;
    flex-direction: column;
    /*height: 80%;*/
    text-align: center;
    /*background: #ffffff;*/
    margin-top: 20px;
    padding: 0 20px;
    min-height: 160px;
    text-align: right;
}

.page-template-teams .teams__blocks .single-team-container .single-content .title {
    font-size: 20px;
    min-height: 25px;
    max-width: 240px;
    margin: 0 auto 10px;

}

.page-template-teams .teams__blocks .single-team-container .single-content .excerpt {
    font-size: 16px;
}

.page-template-teams .teams__blocks .single-team-container .post-link {
    display: inline-block;
    min-width: 80px;
    color: #0096c7;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    justify-self: flex-end;
}

/** Mobile Whats new - Lobby */
@media only screen and (max-width: 575px) {

    .page-template-teams  section.article .article__title {
        font-size: 24px;
    }

    .page-template-teams  section.article .article__content {
        font-size: 16px;
    }

    .page-template-teams .teams__blocks {
        margin-bottom: 30px;
    }

    .page-template-teams .teams__blocks .single-team-container {
        width: 100%;
        margin: 1em auto;
    }

    .page-template-teams .teams__blocks .single-team-container .single-content {
        min-height: 0;
    }
}



/*.archive-title .teams__title {*/
/*    font: normal normal bold 21px/48px "Assistant", sans-serif;*/
/*    letter-spacing: 0;*/
/*    color: #707070;*/
/*    border-bottom: 1px solid #707070;*/
/*    margin-bottom: 2em;*/
/*}*/


/** Team documents **/
.all-documents-btn-container {
    margin: 2em 0;
}

.all-documents-btn-container .all-documents-btn {
    display: block;
    width: 20%;
    margin: 0 auto;
    background-color: #0D4780;
    color: #ffffff;
    border-radius: 16px;
    line-height: 1em;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

/** Mobile Documents */
@media only screen and (max-width: 575px) {
    .all-documents-btn-container .all-documents-btn {
        width: 90%;
    }
}