/**
 *
 * Bladed About styling
 *
 */

 header {
  max-height: 550px;
}
header {
  z-index: -9;
}
main[role=main].container-fluid {
  padding-top: 0 !important;
  padding-bottom: 0px !important;
  z-index: 9;
}
.about.page-bottom.page-banner-slider {
  overflow-y: hidden;
}
.about .page-bottom-banner-slider { position: relative !important; min-height: 500px; max-height: 500px; }
.about .page-bottom-banner-slider {
  /*background-image: url( $about_page_bottom_banner );*/
  background-size: 100% 500px;
  background-repeat: no-repeat;
  margin-bottom: 0 !important;
}
.about-profiles h2 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: calc( 1em * ( 60 / 1000 ) );
}
.about-profiles h3, .about-profiles h3 span.small-caps {
  font-size: 16px;
  font-variant: small-caps;
  margin-bottom: 3rem;
  font-weight: 500;
}
span.small-caps {
  font-size: 80% !important;
}

@media only screen and (max-width: 1440px) {
  .about .section__theme .text {
    padding: 60px 15px;
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .about .text-overlay-image-center {
    left: 15%;
    right: 15%;
  }
  .about .page__banner--bottom h2,
  .about .page__banner--bottom .banner-text-shifted,
  .about .page__banner--bottom .banner-text-shifted p {
    text-align: left;
  }
  .about .page__banner--bottom .banner-text-shifted,
  .about .page__banner--bottom .banner-text-shifted p {
    padding-left: 0;
    padding-right: 25%;
    text-align: left;
  }
  .about-work .section__theme .text {
    padding-bottom: 0 !important;
  }
  section.row.about-profiles .text > *:not(.title):not(.subtitle) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  [class*=about-] .text figure figcaption .text-decoration-italics {
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .about .section__theme .text,
  [class*=about-] .section__theme .text {
    padding: 25px 30px !important;
  }
  [class*=about-] .text figure figcaption .text-decoration-italics {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .about .text .no-wrap {
      padding-bottom: 75px !important;
  }
}

@media only screen and (max-width: 768px) {
  .about .text .no-wrap {
    padding-bottom: 135px !important;
  }
  /* .page-banner-slider img.img-fluid {
    max-height: 260px;
  } */
  .about .page-bottom-banner-slider {
    /*background-image: url( $about_page_bottom_banner_mobile );*/
    background-size: 100% 375px;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
  }
  .section__theme h2.subtitle {
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-top: 0.5rem;
  }
  .about-work .section__theme .text .text-decoration-italics p {
    font-size: 16px !important;
    font-style: italic;
    line-height: inherit !important;
  }
  .about-work .section__theme figure {
    margin-bottom: 3rem !important;
  }
  .about-work .section__theme figure:last-child {
    margin-bottom: 0 !important;
  }
  section.row.about-profiles [class*=section__theme] .image, section.row.about-profiles [class*=section__theme] .text {
    padding-top: 15px !important;
  }
  .about-profiles .section__theme .text h1.title {
    font-weight: 600 !important;
    margin-top: 0 !important;
  }
  .about-profiles h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .about-profiles h3 {
    letter-spacing: calc( 1em * ( 60 / 1000 ) );
    font-weight: 500 !important;
  }
  .about-profiles h3 span.small-caps {
    font-size: 80%;
    text-transform: uppercase;
  }
}
