/* elements List Team */
.bt-elements{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.elements-list-team > .container-elements{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.elements-list-team > .container-elements article{
    width: calc(100% / 3);
    padding: 0 20px;
    margin:0 0 40px 0;
}

.elements-list-team .type-team .team_content{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.elements-list-team .team_thumbnail{
    max-height: 410px;
    overflow: hidden;
}

.elements-list-team .team_thumbnail img{
    width: 100%;
    height: auto;
}

.elements-list-team .team_overlay{
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 0%;
    background-color: rgba(0,0,0,.7);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.elements-list-team .team_overlay > .team_content_overlay{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    bottom: -20px;
    text-align: center;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}
.elements-list-team .team_content:hover .team_overlay{
    height: 100%;
    z-index: 99;
}
.elements-list-team .team_content:hover .team_overlay .team_content_overlay{
    bottom: 20px;
}
.elements-list-team .team_content_overlay .team_title{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: "Hind", Sans-serif;
    margin: 0;
    color: #fff;
}
.elements-list-team .team_content_overlay .team_postion{
    margin: 0;
    font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

@media only screen and (max-width: 767px){

    .elements-list-team.column-mobi-1 > .container-elements article{
        width: 100%;
    }
    .elements-list-team.column-mobi-2 > .container-elements article{
        width: 50%;
    }
    .elements-list-team.column-mobi-3 > .container-elements article{
        width: calc(100% / 3);
    }
    .elements-list-team.column-mobi-4 > .container-elements article{
        width: 25%;
    }
    .elements-list-team.column-mobi-5 > .container-elements article{
        width: 20%;
    }
    .elements-list-team.column-mobi-6 > .container-elements article{
        width: calc(100% / 6);
    }

}

@media only screen and (min-width: 768px){

    .elements-list-team.column-tablet-1 > .container-elements article{
        width: 100%;
    }
    .elements-list-team.column-tablet-2 > .container-elements article{
        width: 50%;
    }
    .elements-list-team.column-tablet-3 > .container-elements article{
        width: calc(100% / 3);
    }
    .elements-list-team.column-tablet-4 > .container-elements article{
        width: 25%;
    }
    .elements-list-team.column-tablet-5 > .container-elements article{
        width: 20%;
    }
    .elements-list-team.column-tablet-6 > .container-elements article{
        width: calc(100% / 6);
    }

}

@media only screen and (min-width: 1025px){

    .elements-list-team.column-desktop-1 > .container-elements article{
        width: 100%;
    }
    .elements-list-team.column-desktop-2 > .container-elements article{
        width: 50%;
    }
    .elements-list-team.column-desktop-3 > .container-elements article{
        width: calc(100% / 3);
    }
    .elements-list-team.column-desktop-4 > .container-elements article{
        width: 25%;
    }
    .elements-list-team.column-desktop-5 > .container-elements article{
        width: 20%;
    }
    .elements-list-team.column-desktop-6 > .container-elements article{
        width: calc(100% / 6);
    }

}


/* end elements List Team */
.__wrap_post{
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.__wrap_post .__item_post{
     width: calc(100% / 3);
     padding: 0 15px;
}
.__wrap_post .__item_post a{
  text-decoration: none;
  display: flex;
}
.__wrap_post .__item_post .__thumb img{
  width: 100%;
}
.__wrap_post .__item_post .__title{
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0.16px;
}
.__wrap_post .__item_post .__category a{
    font-size: 14px;
    font-weight: 300;
}
.__wrap_post .__item_post .__the_excerpt{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.16px;
    font-weight: 400;
  display: -webkit-box;
 -webkit-line-clamp: 3; /* number of lines to show */
 -webkit-box-orient: vertical;
}
.__wrap_post .__item_post .__read_more{
    display: flex;
    align-items: center;
    margin: 0;
    font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.__wrap_post .__item_post .__read_more i {
    margin-left: 10px;
}
.__wrap_post .__item_post.column-mobi-1{
    width: 100%;
}
.__wrap_post .__item_post.column-mobi-2{
    width: 50%;
}
.__wrap_post .__item_post.column-mobi-3{
    width: calc(100% / 3);
}
.__wrap_post .__item_post.column-mobip-4{
    width: 25%;
}
.__wrap_post .__item_post.column-mobi-5{
    width: 20%;
}
.__wrap_post .__item_post.column-mobi-6{
    width: calc(100% / 6)
}
@media only screen and (max-width: 1023px){
    .__wrap_post{
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px){
    .__wrap_post .__item_post:not(:last-child){
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 768px){
    .__wrap_post .__item_post.column-tablet-1{
        width: 100%;
    }
    .__wrap_post .__item_post.column-tablet-2{
        width: 50%;
    }
    .__wrap_post .__item_post.column-tablet-3{
        width: calc(100% / 3);
    }
    .__wrap_post .__item_post.column-tablet-4{
        width: 25%;
    }
    .__wrap_post .__item_post.column-tablet-5{
        width: 20%;
    }
    .__wrap_post .__item_post.column-tablet-6{
        width: calc(100% / 6)
    }
}
@media only screen and (min-width: 1025px){
    .__wrap_post .__item_post.column-desktop-1{
        width: 100%;
    }
    .__wrap_post .__item_post.column-desktop-2{
        width: 50%;
    }
    .__wrap_post .__item_post.column-desktop-3{
        width: calc(100% / 3);
    }
    .__wrap_post .__item_post.column-desktop-4{
        width: 25%;
    }
    .__wrap_post .__item_post.column-desktop-5{
        width: 20%;
    }
    .__wrap_post .__item_post.column-desktop-6{
        width: calc(100% / 6)
    }
}
