/**
 *
 * News Article Specific/View styling
 *
 */

 header {
    height: 100vh;
    max-height: 375px;
  }
  
  main section.news-item-article {
    max-height: unset;
  }
  
  h2 {
    font-size: 32px;
    font-family: 'josefin', sans-serif;
    text-align: center;
    text-transform: none;
    color: black;
    margin-bottom: 20px;
    font-weight: 600;
  }
  main[role=main].container-fluid {
    padding-top: 106px;
  }
  .news-item-article article {
    padding-left: 15px;
    padding-right: 15px;
  }
  img.img-fluid.img-article.w-100 {
    max-width: 100%;
    height: 100%;
}
  .news-item-article article .text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .intro .position-absolute {
    top: 542px;
    left: 30px;
  }
  .module__listing--featured-date {
    max-width: 100px;
    max-height: 120px;
    padding: 0 13px 25px;
  }
  .module__listing--featured-date>h5 {
    margin-bottom: 0;
    color: #ffffff;
    font: normal normal 50px var(--font-raleway);
    line-height: 35px;
    font-weight: 600;
  }
  h5 {
    margin-top: 0 !important;
  }
  .social-sharing {
    max-width: 30%;
    height: 30px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .social-sharing h6 {
    text-transform: uppercase;
  }
  .social-share {
    margin-right: 0px !important;
  }
  .module__listing--featured-date>h5 span {
    color: #ffffff;
    font: normal normal 14px var(--font-raleway);
    font-weight: 600;
    line-height: 17px;
  }
  .social-sharing h6 {
    color: #3e3e3e;
    font: normal normal 14px/30px var(--font-nunito-sans);
    font-weight: 400;
  }
  .fa-facebook-f:before {
    margin-right: 0 !important;
  }
  .social-sharing a,
  .social-sharing a i {
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
  }
  
  .text>div.position-relative {
    max-height: 100px;
  }
  
  .article-summary {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
  }
  
  .article-summary .title {
    color: #ffffff;
    font: normal normal 20px/1.5 var(--font-raleway);
    font-weight: 600;
    text-transform: uppercase;
    margin: 1rem auto 1.5rem;
  }
  
  .article-summary p {
    font-family: 'Josefin',sans-serif;
    font-weight: 400;
    line-height: 33px;
  }
  
  article .body .content {
    font: normal normal 1rem/30px var(--font-nunito-sans);
  }
  
  .news-item-article article .text {
    overflow-y: auto;
  }
  i#icons {
    border-radius: 30px;
    height: 30px;
    width: 30px;
    background-color: #cac7c0;
    padding: 13px 8px 9px 10px;
    line-height: 4px;
    color: white;
    font-size: 13px;
    margin-right: -40px;
  }
  .news-item h2.subtitle {
    font: normal normal 17px / 22px var(--font-raleway);
    font-family: 'Josefin Sans';
    letter-spacing: calc(1em*(50 / 1000));
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-align: center !important;
    font-weight: 300;
    }
  .news.news-item, h2.title {
    text-align: center !important;
    font-family: 'Josefin Sans';
    font-weight: 400;
}
  @media only screen and (max-width: 1024px) {
    .article-summary .title {
      margin-bottom: 1rem;
    }
  
    .section__theme .text p {
      line-height: 1.618;
    }
  
    .section__theme .text p:last-child {
      margin-bottom: 1rem;
    }
  
    .social-sharing {
      margin-bottom: 0;
    }
  }
  
  @media only screen and (max-width: 768px) {
    i#icons {
      margin-right: 0  !important;
  }
    .news-item .related_title h2 {
      margin-top: 50px;
  }
  .news-item .section__theme h2.subtitle {
      font-size: 18px !important;
      margin-top: -10px;
  }
  .social-sharing {
      max-width: 100% !important;
      height: 50px !important;
      margin: auto;
      margin-top: 15px;
      margin-bottom: 0;
      margin-right: 0px;
  }
  .module__listing--featured-date>h5 {
      line-height: 20px;
  }
    .module__listing--featured-date {
      max-width: 70px;
      max-height: 70px;
      padding: 0 13px 25px;
  }
  .intro .position-absolute {
    top: 29px !important;
  }
    .article-summary {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-top: 40px;
  }
  img.img-fluid.img-article.w-100 {
    max-width: 100%;
    height: 14% ;
  }
    header.jumbotron {
      min-height: 80px !important;
  }
    main[role=main].container-fluid {
      padding-top: 0 !important;
  }
    .news-item-article article .text {
      overflow-y: hidden;
      padding-top: 120px;
    }
  
    main section.news-item-article,
    main section.news-item {
      max-height: unset;
      padding-left: 15px;
      padding-right: 15px;
    }
  
    header.jumbotron, .page-banner-slider {
      max-height: 100%;
    }
  
    .article-summary {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  
  }
@media only screen and (max-width: 576px) {
    .intro .position-absolute {
        top: 60px !important;
    }
    .news, .news-item h2 {
        font-size: 16px !important;
        margin-bottom: 30px !important;
        padding: 8px;
        text-align: center !important;
        font-family: 'Josefin Sans';
        font-weight: 300;
    }
    .news, .section__theme .text {
        padding-bottom: 10px !important;
    }
    i#icons {
        margin: 0px;
        margin-top: -20px;
        margin-right: 35px !important;
        margin-bottom: 30px;
    }
    .social-sharing h6 {
        display: none;
    }
    .news-gallery {
        display: none;
    }
    img.img-fluid.img-article.w-100 {
        max-width: 100% !important;
        height: 48% !important;
    }
}