body.single-work .entry-header{
	text-align: center;
}

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

body.single-work .single-entry.type-work .entry-header p a {
  color: #ed6b54;
}

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

body.single-work .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-work .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-work .wf_team_pagination-link svg {
  vertical-align: middle;
  width: 23px;
  height: 48px;
  stroke: #000;
  margin: 0 20px;
}

body.single-work .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-work .wf_team_pagination-link--next .wf_team_pagination-link-content {
  text-align: right;
  float: right;
}

body.single-work .wf_team_pagination-link-label {
  padding: 4px 0;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.6em;
}

body.single-work .wf_team_pagination-link-title {
  margin: 0;
  padding: 4px 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1em;
  text-transform: none;
}

body.single-work .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-work .wf_team_pagination {
    margin: 60px 0 60px;
  }
  body.single-work .wf_team_pagination > .wf_team_pagination-link-prev svg {
    margin-left: 0;
  }
  body.single-work .wf_team_pagination > .wf_team_pagination-link--next svg {
    margin-right: 0;
  }
}

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