section#team-section {
  padding: 100px 0;
}
section#team-section .team-box .team-post {
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post .team-gal {
  margin-bottom: 30px;
}
section#team-section .team-box .team-post .inner-team-post .team-gal img {
  width: 100%;
}
section#team-section .team-box .team-post .inner-team-post h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post span {
  display: inline-block;
  color: #999999;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
section#team-section .team-box .team-post .inner-team-post span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #222222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post p {
  margin-bottom: 16px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons {
  margin: 0;
  padding: 0;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li a:hover {
  color: #222222;
}
section#team-section .team-box .team-post:hover .inner-team-post h2 {
  color: #adcca7;
}
section#team-section .team-box .team-post:hover .inner-team-post span:after {
  background: #adcca7;
}
section#team-section .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: initial;
  margin-top: 0;
  bottom: 0px;
}
section#team-section .owl-theme .owl-controls .owl-buttons {
  display: none;
}
section#team-section .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}
section#team-section .owl-theme .owl-controls .owl-page.active span,
section#team-section .owl-theme .owl-controls .owl-page:hover span {
  border-color: #adcca7;
  background-color: #adcca7;
}
