.suro-employee-left {
  text-align: left;
}

.suro-employee-center {
  text-align: center;
}

.suro-employee-right {
  text-align: right;
}

.suro-employee-pre-wrap {
  white-space: pre-wrap;
}

.suro-employee-loop {
  box-sizing: border-box;
  clear: both;
  margin: 10px 0px;
  padding: 0px;
}

.suro-employee-loop ul {
  box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0;
}

.suro-employee-loop ul li.suro-single-employee {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  margin: 0px;
}

.suro-employee-loop.suro-employee-one-column .suro-single-employee {
  width: 100%;
  padding: 0 0 50px;
}

.suro-employee-loop.suro-employee-two-columns .suro-single-employee {
  width: 49%;
  padding: 0 40px 70px;
}

.suro-employee-loop.suro-employee-three-columns .suro-single-employee {
  width: 33%;
  padding: 0 30px 70px;
}

.suro-employee-loop.suro-employee-four-columns .suro-single-employee {
  width: 24%;
  padding: 0px 25px 70px;
}

.suro-employee-loop.suro-employee-five-columns .suro-single-employee {
  width: 19%;
  padding: 0px 25px 60px;
}

.suro-employee-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 100%;
  margin: 0px auto 25px;
}

ul.suro-employee-info li {
  box-sizing: border-box;
  color: #000000;
  display: block;
  position: relative;
  width: 100%;
  line-height: 20px;
  margin: 0 0 8px;
  padding: 0 0 0 25px;
  hyphens: auto;
  font-size: 14px;
}

.suro-employee-further-info p {
  color: #000000;
  font-size: 15px;
  line-height: 1.4em;
}

ul.suro-employee-info li svg {
  position: absolute;
  color: #b2b2b2;
  font-size: 14px;
  top: 2px;
  left: 0;
  vertical-align: middle;
}

span.suro-employee-name,
span.suro-employee-position {
  display: block;
}

.suro-employee-name {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}

.suro-employee-position {
  margin-bottom: 20px;
  color: #888b8d;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

li.suro-employee-position {
  color: #93969a!important;
  font-style: italic;
  font-weight: 300;
  margin-top: -8px!important;
}

.suro-employee-thumbnail .suro-employee-overlay {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all .3s ease-in-out;
}

.suro-employee-thumbnail:hover .suro-employee-overlay {
  background-color: rgba(186, 12, 47, 0.5);
  opacity: 1;
}

.suro-employee-overlay ul.suro-employee-contact {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -18px;
}
ul.suro-employee-contact li {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: all .3s ease-in-out;
}

ul.suro-employee-contact li:hover {
  box-shadow: 0 0 0 3px rgba(255,255,255,.6) inset;
}

ul.suro-employee-contact li a {
  display: block;
  color: #ffffff;
  width: 48px;
  height: 48px;
}

ul.suro-employee-contact li a svg.mk-svg-icon {
  margin: 14px 0 0 0!important;
  fill: #ffffff!important;
}

@media (max-width: 767px) {
  .suro-employee-loop.suro-employee-two-columns .suro-single-employee, 
  .suro-employee-loop.suro-employee-three-columns .suro-single-employee,
  .suro-employee-loop.suro-employee-four-columns .suro-single-employee,
  .suro-employee-loop.suro-employee-five-columns .suro-single-employee {
    display: block;
    width: 100%;
    padding: 0 0 50px;
  }
}

@media (min-width: 768px) and (max-Width: 991px) {
.suro-employee-loop.suro-employee-three-columns .suro-single-employee,
.suro-employee-loop.suro-employee-four-columns .suro-single-employee,
.suro-employee-loop.suro-employee-five-columns .suro-single-employee {
  width: 49%;
  padding: 0 40px 70px;
}

