.wf {
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf-b {
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.wf-bk {
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 900;
  font-style: normal;
}
.wf-alt {
  font-family: "egizio-urw", serif;
  font-weight: 400;
  font-style: normal;
}
.wf-alt-b {
  font-family: 'egizio-urw', serif;
  font-weight: 700;
  font-style: normal;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap {
    padding: 0 15px;
  }
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/wp-content/themes/wwcc/fonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/wwcc/fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/wwcc/fonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/wwcc/fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/wp-content/themes/wwcc/fonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/wwcc/fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/wp-content/themes/wwcc/fonts/fa-light-300.woff2") format("woff2"), url("/wp-content/themes/wwcc/fonts/fa-light-300.ttf") format("truetype");
}
.fa,
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-style: normal;
}
.fab {
  font-family: 'Font Awesome 6 Brands';
}
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fal {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .bio .bio-information {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .bio .img-wrap {
    padding-right: 40px;
    width: 35%;
  }
}
.bio .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bio .bio-content-wrap {
    flex-grow: 1;
    width: 65%;
  }
}
.bio .bio-field {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.bio .social-channels-wrap a {
  display: inline-block;
  text-decoration: none;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}
.bio .social-channels-wrap a:hover {
  text-decoration: none;
}
.bio .social-channels-wrap a .txt {
  display: none;
}
.bio .bio-details-wrap {
  border-top: 1px solid #ccc;
  margin-top: 35px;
  padding-top: 25px;
}
