body.single-team .wf-single-header {
  padding: 50px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.single-team .wf-single-header p {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0em;
  text-transform: none;
  color: #ed6b54;
  text-align: center;
}

body.single-team .wf-single-header p a {
  color: #ed6b54;
}

body.single-team .wf-single-header p a:hover {
  color: rgba(237, 107, 84, 0.5);
}

body.single-team .single-entry.type-team .entry-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  body.single-team .single-entry.type-team .entry-content-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

body.single-team .single-entry.type-team .entry-content-wrap .wf-entry-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-bottom: 30px;
}

body.single-team .single-entry.type-team .entry-content-wrap .wf-entry-thumbnail img {
  width: 100%;
}

body.single-team .single-entry.type-team .entry-content-wrap .wf-entry-sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

body.single-team .single-entry.type-team .entry-content-wrap .wf-entry-sidebar-item {
  margin-bottom: 30px;
}

body.single-team .single-entry.type-team .entry-content-wrap .single-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 768px) {
  body.single-team .single-entry.type-team .entry-content-wrap .wf-entry-thumbnail, body.single-team .single-entry.type-team .entry-content-wrap .wf-entry-sidebar, body.single-team .single-entry.type-team .entry-content-wrap .single-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  body.single-team .single-entry.type-team .entry-content-wrap .wf-entry-thumbnail img, body.single-team .single-entry.type-team .entry-content-wrap .wf-entry-sidebar img, body.single-team .single-entry.type-team .entry-content-wrap .single-content img {
    margin: 0 auto;
  }
  body.single-team .single-entry.type-team .entry-content-wrap .wf-entry-sidebar {
    margin-top: 30px;
  }
  body.single-team .single-entry.type-team .entry-content-wrap .single-content {
    padding: 0;
  }
}

body.single-team .wf_team_pagination {
  margin: 120px 0 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.single-team .wf_team_pagination-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

body.single-team .wf_team_pagination-link svg {
  vertical-align: middle;
  width: 23px;
  height: 48px;
  stroke: #000;
  margin: 0 20px;
}

body.single-team .wf_team_pagination-link--next {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body.single-team .wf_team_pagination-link--next .wf_team_pagination-link-content {
  text-align: right;
  float: right;
}

body.single-team .wf_team_pagination-link-label {
  padding: 4px 0;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.6em;
  text-transform: none;
}

body.single-team .wf_team_pagination-link-title {
  margin: 0;
  padding: 4px 0;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 1em;
  text-transform: none;
}

body.single-team .wf_team_pagination.no_prev {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  body.single-team .wf_team_pagination {
    margin: 60px 0 60px;
  }
  body.single-team .wf_team_pagination > .wf_team_pagination-link-prev svg {
    margin-left: 0;
  }
  body.single-team .wf_team_pagination > .wf_team_pagination-link--next svg {
    margin-right: 0;
  }
}

/*# sourceMappingURL=maps/wf_team.css.map */
