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


main section.news-item-article {
  max-height: unset;
}

.news-item-article article {
  padding-left: 15px;
  padding-right: 15px;
}

.news-item-article article .text {
    padding-top: 20px;
    padding-bottom: 100px;
}
.intro .position-absolute {
    top: 500px;
    left: 40px;
}
.social-sharing {
  max-width: 66.66667%;
  height: 30px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 0;
}
.social-sharing h6 {
    color: #3e3e3e;
    font: normal normal 14px / 0px var(--font-nunito-sans);
    font-weight: 400;
    line-height: 34px;
}
.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;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    text-align: center;
}

.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: normal normal 15px var(--font-nunito-sans);
  font-weight: 400;
}

article .body .content {
  font: normal normal 1rem/30px var(--font-nunito-sans);
}

.news-item-article article .text {
  overflow-y: auto;
}
.module__listing--featured-date>h5 span {
    color: #ffffff;
    font-weight: 600;
    line-height: 27px !important;
}
.news-item-article .social-sharing {
    max-width: 25% !important;
}
@media only screen and (max-width: 1440px) {
    .intro .position-absolute {
        top: 90%;
    }
    .article-summary {
        padding-left: 0;
        width: 80%;
        padding-right: 15px;
        margin: auto;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .socail-sharing, i#icons {
        margin: 0 !important;
    }
    img.img-fluid.img-article.w-100 {
        max-width: 100%;
        height: 100% !important;
    }
    .social-sharing h6 {
        text-transform: uppercase;
    }
    .intro .position-absolute {
        top: 90%;
    }
    img.img-fluid.img-article.w-100 {
        height: 300px;
    }
  .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) {
    .intro .position-absolute {
        top: 90% !important;
    }
    .news-item-article .social-sharing {
        margin-bottom: 0;
        margin-top: 0;
        max-width: 60% !important;
    }
    .intro {
        padding: 0;
    }
  .news-item-article article .text {
    overflow-y: hidden;
  }

  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: 260px;
  }

  .article-summary {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}
@media only screen and (max-width: 576px) {
    .news-item-article .image.order-first {
        padding-left: 0;
        padding-right: 0;
    }
    .module__listing--featured-date {
        max-width: 100px;
        max-height: 100%;
        padding: 0 13px 15px;
    }
    .intro .position-absolute {
        top: 0;
        left: 9%;
    }
    img.img-fluid.img-article.w-100 {
        max-width: 100% !important;
        height: 100% !important;
    }
}
