
ul.horizontal-list {
  list-style: none;
  text-align: center;
}

ul.horizontal-list li {
  display: inline-block;
  min-width: 180px;
  color : #000;
  font-size:16px;
 font-weight:bold;
  margin :10px;
 margin-bottom:10px;
 
}

ul.horizontal-list li a {
  display: inline-block;
  min-width: 180px;
  color : #000;
  padding :15px;
  text-decoration:none;
}
ul.horizontal-list li:not(:last-child) {
	border: 2px groove red;
}

ul.horizontal-list li {
  
  padding: 2px;
}

ul.horizontal-list li {

  text-align: center;
  border-radius:20px;
  border: 2px groove red;
  
}
ul.horizontal-list li:hover {

background-color: #dc143c;

}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  width: 60px;
}

.img-area:hover .middle {
  opacity: 1;
}


.gs_team_image__wrapper:hover 
{

 background: #dc1989;
 opacity: 0.2;

}

.text {
  background-color: #FFF;
  color:#DC143C;
  font-size: 16px;
font-weight:bold;
  padding: 10px 32px;
  width:150px;
  text-align: left;

}
.text a
{
color:#000
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;

}

.single-member--wrapper:hover .overlay {
  opacity: 1;
}

