/* ================================================================
   OCIA PUBLIC TEAM
   ----------------------------------------------------------------
   Design source:
   CharityFund / job/page-volunteer-4column.html
   ================================================================ */


.ocia-team-grid{
  display:flex;
  flex-wrap:wrap;
}


.ocia-team-grid > [class*="col-"]{
  display:flex;
}


.ocia-team-grid .volunteer{
  width:100%;
  margin-bottom:30px;
}


.ocia-team-grid .volunteer .thumb{
  position:relative;
  overflow:hidden;
  background:#f4f4f4;
  min-height:260px;
}


.ocia-team-grid .volunteer .thumb img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
}


.ocia-team-photo-placeholder{
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px;
  background:#f4f4f4;
}


.ocia-team-photo-placeholder i{
  display:block;
  margin-bottom:12px;
  font-size:38px;
}


.ocia-team-grid .entry-title{
  margin-top:0;
}


.ocia-team-role{
  min-height:22px;
}


.ocia-team-location{
  margin-top:8px;
}


.ocia-team-contact{
  margin-top:12px;
}


.ocia-team-contact a{
  display:block;
  overflow-wrap:anywhere;
}


.ocia-team-empty{
  width:100%;
  text-align:center;
  padding:50px 20px;
}


@media (max-width:767px){

  .ocia-team-grid > [class*="col-"]{
    display:block;
  }

}
