/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2020 | 20:27:22 */
#team-grid a { 
  pointer-events: none;
   cursor: default;
}

#team-grid div.vc_grid-item-mini.vc_clearfix {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  position: inherit;
}

.vc_gitem-zone.vc_gitem-zone-c {
  background: rgba(0,0,0,0.75) !important;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  display: flex;
  flex-direction: row;     /* make main axis horizontal (default setting) */
  justify-content: center; /* center items horizontally, in this case */
  align-items: center; 
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.vc_gitem-zone.vc_gitem-zone-c:hover {
  opacity: 1;
}

.vc_gitem-zone.vc_gitem-zone-c .vc_gitem-col {
  padding: 0;
}

.vc_gitem-zone.vc_gitem-zone-c h4 {
  margin: 0 auto;
  color: #000;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  /*max-width: 250px;*/
  max-width: 90%;
  min-width: 250px;
  text-align: center !important;
}

.vc_gitem-zone.vc_gitem-zone-c p:nth-child(2) {
  color: #fff;
  padding: 10px 25px;
  width: 100%;
  /*max-width: 250px;*/
  max-width: 90%;
  min-width: 250px;
}

.vc_gitem-zone.vc_gitem-zone-c a {
  display: none;
}

.vc_gitem-link.vc-zone-link {
  display:none;
}