@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

.bg-light-grey {
    background-color: #f1f1f1;
}
.clear-fix {
    clear: both;
}
.centered {
    text-align: center !important;
}
.f-w-medium {
    font-weight: 600;
}
.f-w-medium {
    font-weight: 800;
}
body.page-team .header {
    margin-bottom: 0px;
}
.page-full-width {
    width: 100% !important;
    float: unset !important;
    clear: both !important;
    text-align: center !important;
    margin: auto !important;
}
.row-full {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.row-tabs {
    width: 1024px;
    margin: auto !important;
    float: unset;
}
.tab-team-item {
    float: left;
    padding: 25px 10px;
    width: 360px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #6B6B70;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-top: solid 4px transparent;
}
.tabs-team-active {
    border-top: solid 4px #FCB041;
    background: #ffffff;
    color: #1D1F24;
    display: flex;
}
.team-icon {
    height: 36px;
    width: auto;
    margin-right: 11px;
}
.row-team {
    clear: both;
    width: 1024px;
    float: unset;
    margin: auto 20px;
    text-align: left;
    padding: 50px 0 50px 0;
    display: none;
}
.tab-team-active {
    display: block;
}
.row-team h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 45px;
}

.team-filter:after {
    clear: both;
}
.team-filter .dashicons{
    font-size: 1.7em;
    margin-top: -4px;
    margin-left: -10px;
}
.team-filter .fa {
    font-size: 25px;
    margin-left: 5px;
}
.team-filter .fa-sort-down {
    margin-top: -5px;
}
.team-filter .fa-sort-up {
    margin-top: 5px;
}
.team-filter #expertise {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.team-filter #expertise li {
    list-style: none;
    float: left;
}
.team-filter #expertise a {
    display: block;
    /*padding: 10px 20px;*/
    padding: 2px 20px;
    border: solid 2px #c5c5c6;
    border-radius: 40px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #5A5A5A;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}
.team-filter #expertise .exp-all a.active{
    background-color: #E81B61;
    border: solid 2px #E81B61;
    color: #ffffff;
}
.team-filter #expertise .exp a.active{
    background-color: #464F54;
    border-color:  #464F54;
    color: #ffffff;
}
.team-filter #expertise .exp a.hover-tag:hover {
    background-color: #464F54;
    border-color:  #464F54;
    color: #ffffff;
}

.team-list {
    clear: both;
    margin-top: 30px; /*60px;*/
}
.team {
    width: 100%;
    margin-top: 0px; /*50px;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 700px;
}
.team .team--item {
    flex: 25%;
    text-align: center;
    margin-bottom: 60px;
}
.team .team--item .team--image img {
    display: none;
}
.team .team--item .team--image {
    border-radius: 50%;
    border: solid 10px #f1f1f1;
    height: 180px;
    width: 180px;
    background-size: cover;
    background-position: center;
    margin: auto;
}
.team .team--item .team--image:hover {
    border-color: #FCB041;
    transition: 0.3s;
}

.team .team--item .team--name {
    margin-top: 40px;
    font-size: 1.3em;
    font-family: "museo", serif;
    font-weight: 600;
}
.team .team--item .team--title {
    font-size: 14px;
    color: #8A8A8A;
    text-transform: uppercase;
    font-family: "museo", serif;
    letter-spacing: 1.36px;
}
.team-breadcrum .row {
    margin-bottom: 0px;
    font-size: 14px;
}
.team-breadcrum a:hover {
    text-decoration: underline;
}
.tab-team-board .team-list {
    margin-top: 50px;
}
@media (min-width: 1025px) {
    .team-breadcrum .row {
        font-size: 16px;
    }
    .row-team {
        margin: auto !important;
    }
}
@media (max-width: 1024px) {
    .page-full-width {
        padding: unset !important;
    }
    .row-team {
        width: auto;
        margin: auto 20px !important;
        padding-top: 40px !important;
    }
}
@media (min-width: 600px) and (max-width: 799px) {
    .team {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 599px) {
    .team {
        grid-template-columns: repeat(2, 1fr);
    }
    .row-team h2 {
        font-size: 2em;
    }

    .row-tabs {
        width: 100%;
    }
    .tab-team-item {
        width: 50%;
        height: fit-content;
        text-align: center;
    }
    .tab-team-item .team-icon {
        display: block;
        margin: auto;
        margin-top: 6px;
    }
}
@media (max-width: 450px) {
    .row-team h2 {
        font-size: 1.7em;
        margin-bottom: 20px;
    }
    .team-list {
        margin-top: 40px;
    }
    .team {
        min-height: unset;
    }
    .team .team--item {
        margin-bottom: 30px;
    }
    .team .team--item .team--image {
        height: 110px;
        width: 110px;
        border: solid 7px #f1f1f1;
    }
    .team .team--item .team--name {
        margin-top: 20px;
        font-size: 1em;
    }
    .team .team--item .team--title {
        font-size: .7em;
    }
    .row-tabs {
        width: 100%;
    }
    .tab-team-item {
        width: 50%;
        height: fit-content;
        text-align: center;
    }
    .tab-team-item .team-icon {
        display: block;
        margin: auto;
        margin-top: 6px;
    }
}
.author-single .description {
    margin-bottom: 30px;
}
.author-single p {
    font-family: 'Open Sans', sans-serif;
}

.author-single .author-name {
    font-family: "museo", serif;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 48px;
    font-weight: 500;
}
.author-single .author-title {
    color: #8A8A8A;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.75px;
    font-family: "museo", serif;
}
.author-single .author-content {
    margin-top: 40px;
}
.author-single .author-content p {
    font-size: 20px;
    line-height: 32px;
    margin: 14px 0;
}
.author-single .author-content .excerpt{
    color: #1D1F24;
    font-size: 24px;
    line-height: 34px;
}

.author-single .team--image img {
    display: none;
}
.author-single .team--image {
    border-radius: 50%;
    border: solid 18px #FCB041; /*#f1f1f1;*/
    height: 278px;
    width: 278px;
    background-size: cover;
    background-position: center;
    margin: auto;
}
/*.author-single .team--image:hover {
    border-color: #FCB041;
    transition: 0.3s;
}
*/
.author-single .team--expertise .expertise-head {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 30px 0px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.36px;
    color: #1D1F24;
    font-weight: 600;
}

.author-single .team--expertise {
    text-align: center;
    /*display: none;*/
}
.author-single div.expertise span {
    display: inline-block;
    /* padding: 10px 20px; */
    padding: 2px 20px;
    border: solid 2px #c5c5c6;
    border-radius: 40px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #5A5A5A;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
/*    cursor: pointer;*/
}
.author-single div.expertise span.is-label {
    border: none;
    padding: 3px 0px;
}
.author-single .team--expertise-mobile{
    text-align: left;
    margin-top: 10px;
}

.author-single .sharethis-inline-share-buttons {
    text-align: center !important;
    margin-top: 30px;
}

.author-single .contacts-box {
    background-color: #F8F8F8;
    text-align: center;
    padding: 50px;
    margin-top: 0px; /*20px; /*70px;*/
    margin-bottom: 0px;
}
.author-single .contacts-box h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}
.author-single .contacts-box p {
    margin: auto;
    margin-bottom: 15px; /*20px;*/
}
.author-single .contacts-box a {
    font-weight: normal;
    color: inherit;
    text-decoration: underline;
}
.author-single .contacts-box .fa-camera{
    margin-top: 4px;
    margin-right: 5px;
}

.authors-posts {
    width: 100%;
    margin: 70px auto !important; /*120px auto !important;*/
    text-align: center;
}
.authors-posts h3 {
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: .4px;
}
.authors-posts .articles {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    /*margin: 60px 40px 0px;*/
    column-gap: 30px;
    width: 100%;
    margin: 60px auto 0px;
}
.authors-posts .articles .card {
    width: 100% !important;
    text-align: left;
}
.authors-posts .card .cat {
    padding-top: 42px;
    font-weight: bold;
    padding-top: 42px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #E9213E;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.authors-posts .card .cat:before,
.authors-posts .card .cat:after {
    content: none;
}
.authors-posts .card .content .title {
    margin-bottom: 1em;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    letter-spacing: .18px;
    line-height: 30px;
    font-weight: 600;
}
.authors-posts .card .content .excerpt {
    margin-bottom: 1em;
    color: #8A8A8A;
}



.author-single .sharethis-desktop,
.author-single .sharethis-mobile  {
    display: none;
}
.author-single .sharethis-mobile .sharethis-inline-share-buttons {
    margin-top: 0px !important;
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    
    .author-single .col-4 {
        width: 33.33%;
    }
    .author-single .col-8 {
        width: 66.66%;
    }
    .to-right {
        float: right;
    }
    .to-left {
        float: left;
    }
    .author-single .col-author .inner-wrapper {
        margin-left: 45px;
    }
    .author-single .col-content .inner-wrapper {
        margin-right: 45px;
    }
    .author-single .team--expertise {
        /*display: block !important;*/
    }
    .authors-posts .articles {
        width: 1200px;
    }
    .author-single .team--expertise-mobile {
        display: none;
    }
}
@media (max-width: 1199px) {
    .authors-posts .articles {
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }
}
@media (max-width: 1024px) {
    .author-single .team--image {
        margin: 0;
    }

    .author-single .col-author .team--expertise {
        display: none;
    }
    .author-single .col-author{
        margin-bottom: 40px;
    }
    .authors-posts .articles {
        grid-template-columns: repeat(2, 1fr);
        width: auto;
    }
    .author-single .description {
        margin-bottom: 10px;
    }
    .author-single .sharethis-mobile {
        display: block;
    }
}
@media (max-width: 736px) {
    .team-breadcrum .row {
        width: auto;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .author-single .description {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
    .author-single .col-author{
        margin: 0 0 20px 0;
        text-align: left !important;
    }
    .author-single .team--image {
        width: 150px;
        height: 150px;
        border: solid 6px #FCB041;
        margin-left: 0;
    }
    .author-single .author-name {
        font-size: 20px;
    }

    .author-single .author-title {
        font-size: 12px;
    }

    .authors-posts h3 {
        font-size: 16px;
    }
    .authors-posts .articles {
        grid-template-columns: repeat(1, 1fr);
        margin: 33px 20px;
    }
    .author-single .sharethis-inline-share-buttons {
        text-align: left !important;
    }
    .author-single .sharethis-mobile .sharethis-inline-share-buttons {
        width: auto;
        margin: 0 10px;
        text-align: center !important;
    }

    .author-single div.expertise span {
        font-size: 13px;
        padding: 1px 10px;
    }
    .author-single .author-content {
        margin-top: 20px;
    }
    .author-single .author-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .author-single .author-content .excerpt {
        font-size: 18px;
        line-height: 28px;
    }
    .authors-posts h3,
    .author-single .contacts-box h3 {
        font-size: 17px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    .author-single .contacts-box .download,
    .author-single .contacts-box p {   
        font-size: 16px;
        line-height: 24px;
    }

    .authors-posts .card .content .title {
        letter-spacing: .13px;
        line-height: 24px;
        font-size: 16px;
    }
    .authors-posts .card .cat {
        font-size: 14px;
        letter-spacing: 1.05px;
        padding-top: 18px;
    }
    .authors-posts .card .content .excerpt {
        font-size: 16px;
    }
    .authors-posts .articles .card {
        margin-bottom: 15px;
    }
    .authors-posts {
        margin-top: 35px !important;
    }
}