/***** FONTS *****/
/*--------------------------
  breadcrumbs
--------------------------*/
.breadcrumbs {
  padding: 10px 0 20px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs li + li {
  margin-left: 0px;
}
.breadcrumbs li {
  position: relative;
  line-height: 23px;
  font-family: 'Visby CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  color: #000;
  text-transform: none;
  transition: all 0.15s;
  font-size: 14px;
  margin-right: 27px;
}
@media (min-width: 992px) {
  .breadcrumbs li {
    font-size: 14px;
  }
}
.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0;
  top: 50%;
  width: 2px;
  transform: translateY(-50%) rotate(23deg);
  background: #012169;
}
.breadcrumbs li:last-child:before {
  display: none;
}
.breadcrumbs a {
  font-size: 14px;
  line-height: 23px;
  font-family: 'Visby CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  color: #012169;
  text-transform: none;
  transition: all 0.15s;
}
@media (min-width: 992px) {
  .breadcrumbs a {
    font-size: 14px;
  }
  .breadcrumbs a:hover {
    color: #101010;
  }
}
.sticky-footer-wrap {
  padding: 0;
}
h1 {
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  color: #000;
}
@media (min-width: 992px) {
  h1 {
    font-size: 34px;
    margin: 0 0 10px 0;
  }
}
h2, h3 {
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
}
h3 {
  font-size: 22px;
}
.breadcrumbs {
  z-index: 2;
  color: #fff;
  position: relative;
  padding: 10px 0px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  color: #fff;
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin: 30px auto 0;
  }
}
.breadcrumbs ul {
  flex-wrap: wrap;
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 0 3px;
}
@media (min-width: 992px) {
  .breadcrumbs ul {
    width: calc(100% - 200px);
  }
}
.breadcrumbs ul li {
  color: #fff;
  margin-right: 27px;
}
.breadcrumbs ul li:before {
  background: #fff;
}
.breadcrumbs ul li + li {
  margin-left: 0;
}
.breadcrumbs ul a {
  color: #fff;
}
.breadcrumbs ul a:hover {
  color: #fff;
  opacity: 0.8;
}
.author-content {
  background: #fff;
  flex-direction: column;
  position: relative;
}
.author-content:before {
  background: #012169;
  content: '';
  height: 260px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.author-content__wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  width: calc(100% - 50px);
  margin: 0px auto 0;
  padding: 25px;
  border: 2px solid #012169;
}
@media (min-width: 992px) {
  .author-content__wrapper {
    width: calc(100% - 200px);
    margin: 0px auto 0;
  }
}
.author-featured-img {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}
.author-featured-img .author-page-grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.author-featured-img .info-l {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .author-featured-img .info-l {
    margin: 0 auto;
  }
}
.author-featured-img .info-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .author-featured-img .info-r {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .author-featured-img .info-r {
    align-items: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .author-featured-img .author-page-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.author-page-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 970px;
  margin: 0 auto;
}
.author-page-grid .info-l img {
  height: 175px;
  object-fit: cover;
  object-position: center;
  width: 175px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.soc-list {
  margin-top: 25px;
}
.soc-list ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.soc-list li {
  padding: 0;
  list-style: none;
}
.soc-list li i {
  font-size: 24px;
  color: #012169;
  transition: all 0.15s;
}
.soc-list li a {
  display: block;
  text-decoration: none;
}
@media (min-width: 992px) {
  .soc-list li a:hover i {
    color: #101010;
  }
}
.author-content {
  display: flex;
}
.author-content a {
  color: #012169;
  text-decoration: underline;
}
.author-content a:hover {
  color: #101010;
}
.author-content p + ul {
  margin-top: -15px;
}
.author-name {
  margin-top: 16px;
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.34;
  color: #012169;
}
.categories {
  display: flex;
  flex-wrap: wrap;
}
.categories .category {
  background: #012169;
  color: #fff;
  padding: 3px 5px;
  font-size: 14px;
  margin: 0px 0 10px;
  display: inline-flex;
  margin-right: 10px;
}
.update-date {
  margin-bottom: 5px;
}
a.author-content__button {
  background: #012169;
  padding: 10px 30px;
  color: #fff;
  font-family: 'Visby CF Regulat', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  transition: 0.2s;
  text-decoration: none;
  margin: 30px auto 5px;
  display: flex;
  width: max-content;
}
a.author-content__button:hover {
  opacity: 0.85;
  color: #fff;
}
.cat-bg-section {
  margin-top: 50px;
}
.cat-bg-section h2 {
  text-align: center;
  margin-bottom: 20px;
}
.authors-section {
  margin-bottom: 50px;
}
