/* our team */
.team-1 .box {
  transform: scale(1);
  transition: all 0.3s ease 0s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.team-1 .box:hover {
  transform: scale(1.05);
  transition: all 0.3s ease 0s; }

.team-member-image {
  max-width: 315px;
  height: 315px;
  background-size: cover;
  background-position: center top; }

.action-buttons {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 10px; }
  .action-buttons a {
    display: block;
    width: 50%;
    text-align: center;
    text-decoration: none; }
  .action-buttons a:first-child {
    border-right: 1px solid #eaeaea; }

.action-buttons i {
  margin-right: 10px; }

a.profile-link {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #eaeaea;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: auto; }

.team-members .content {
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.profile-image {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  width: 150px;
  height: 150px; }

a.profile-link i {
  margin-right: 10px; }

.team-members > div {
  margin-bottom: 28px; }

.team-member-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 110px; }

.page-numbers {
  display: flex;
  margin: 0 10px;
  align-items: center;
  justify-content: center; }

a.page-numbers, span.page-numbers {
  background: #eaeaea;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px; }

a.page-numbers:hover {
  text-decoration: none; }

a.page-numbers.next, a.page-numbers.prev {
  width: auto;
  border-radius: 5px;
  padding: 3px 10px; }

span.page-numbers.current {
  background: #999; }

.team-members .content h3 {
  margin-bottom: 0; }

@media screen and (max-width: 1290px) {
  .col-sm-3 {
    flex: 0 0 33%;
    max-width: 33%; }
  .team-member-image {
    max-width: 100%;
    height: 425px; } }

@media screen and (max-width: 995px) {
  .col-8 {
    max-width: 100%;
    flex: 1; }
  .col-sm-3 {
    max-width: 50%;
    flex: 0 0 50%; }
  .team-member-pagination {
    margin-top: 50px; }
  a.profile-link {
    font-size: 13px; }
  .action-buttons {
    font-size: 13px; } }

@media screen and (max-width: 550px) {
  .col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%; }
  .our-team .fdb-block.fdb-viewport, .our-team .fdb-block.fdb-viewport .container {
    min-height: inherit;
    padding: 70px 0 !important; } }

/* our team single */
.profile-image {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  width: 150px;
  height: 150px;
  margin: 0 auto 35px; }
  .profile-image img {
    width: 100%;
    height: auto; }

.team-member-profile .inner-wrap {
  text-align: center; }

.team-member-profile #content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px; }

.contact-info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }

.team-member-phone a, .team-member-email a {
  margin: 20px 10px;
  text-decoration: none; }

.team-member-phone i, .team-member-email i {
  margin-right: 7px; }

.team-member-profile .social-wrap {
  background: #ffffff;
  color: #000;
  text-align: left; }
  .team-member-profile .social-wrap a {
    font-size: 30px;
    margin-right: 10px;
    color: #000; }

.team-member-profile .contact-info {
  justify-content: center; }

@media screen and (max-width: 550px) {
  .team-member-profile .contact-info {
    flex-direction: column; }
  .team-member-phone a, .team-member-email a {
    margin: 0;
    width: 100%; }
  .contact .fdb-block.fdb-viewport, .contact .fdb-block.fdb-viewport .container {
    min-height: inherit;
    padding: 70px 0 !important;
    height: auto; } }
