@charset "UTF-8";

.subpage article {
  margin: 0 auto;
}

.content h2 {
  display: inline-block;
  border-bottom: 2px solid #222;
}

.news .content {
  padding-bottom: 80px;
}

.news .header {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

.news header.container{
  background-color: #0c0c0c;
  background: url(../../../media/pages/news-and-upcoming-events/article-pattern.jpg);
  background-repeat: repeat;    
}

.news .header span.category {
  text-transform: uppercase;
}

.news .article-header {
  position: relative;
  margin: 0 auto;
  line-height: 0;
  display: block;
  overflow: hidden;
  max-width: 1000px;
  max-height: 400px;
}

@media screen and (min-width: 1025px) {
  .news .article-header {
    border-right: 3px solid #303030;
    border-left: 3px solid #303030;
  }
}

.news .article-header img {
  width: 100%;
  height: 350px;
  max-width: 1000px;
  margin: 0 auto;
  object-fit: cover;
}

.news .article-header .article-heading-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: #fff;
  line-height: 1;
}


.news .article-header .article-heading-content a {
  color: #fff;
}

.news .article-header .article-heading-content a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.news .article-header div {
  padding: 1rem 2rem;
}

.news .article-header .article-heading-content .category {
  text-transform: uppercase;
}

.news header h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  color: white;
}

.news time {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d8d8d8;
  font-weight: 400;
}

.news .article-content {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .news .article-content {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.news .back-btn {
  padding-top: 30px;
  margin-top: 80px;
  border-top: 1px solid rgba(0,0,0,.25);
  clear: both;
}

.news .see-all {
  border: 1px solid gray;
  transition: .5s;
  text-decoration: none;
}

.news .see-all:hover {
  border: 1px solid black;
  transition: .5s;
}

.news .see-all:before {
  font-family: 'FontAwesome';
  content: '\f060';
  font-size: 14px;
  margin-right: 15px;
}

@media screen and (min-width: 500px) {
  .news .see-all {
    max-width: 200px;
  }
}

.news .article-footer>* {
  margin-bottom: 4rem !important;
}

.news .share-links {
  width: 100%;
  padding: 0 30px;
  background-color: #303030;
}

.news .share-links .share-content {
  display: flex;
  max-width: 1000px;
  padding: 15px 0;
  margin: 0 auto;
  justify-content: center;
}

.news .share-links p {
  color: #ffb72c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.news .share-links .social-icons {
  padding-top: 1px;
}

.news .share-links .icon {
  margin-left: 10px;
}

.news .share-links .fa {
  color: #ffb72c;
  font-size: 16px;
}

@media screen and (min-width: 1100px) {
  .news .share-links {
    margin: 0 auto;
  }
}

.news .share-links .level-item span {
  font-size: 1em;
  line-height: 1.85em;
  font-weight: 600;
  color: #222;
}

.prevnext .heading {
  letter-spacing: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  padding-bottom: .4em;
  text-transform: uppercase;
}

.news .prevnext .title {
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

.news .related-article .cover {
  position: relative;
  line-height: 0;
  display: block;
  height: 10rem;
  overflow: hidden;
}

.news .related-article .cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.news .related-article .cover .article-heading-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(33, 41, 51, 0.35);
  text-align: center;
  color: #fff;
  line-height: 1;
}

.news .related-article .cover figcaption a {
  color: #fff;
}

.news .related h4 {
  font-weight: 500;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.25;
  display: inline-block;
  margin-left: .5rem;
}

.news .related p {
  margin-top: 1rem;
}

.news .author {
  position: relative;
  color: #222;
  padding: 1.5rem 2rem;
  margin: 4rem 0 1em;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 #FFF, 1px 1px 0 #FFF, 2px 2px 0 #FFF, 3px 3px 0 #eee;
}

.news .author h4 {
  font-weight: 600;
  font-size: 1.35em;
  line-height: 1.36em;
}

.news .author h5 {
  font-weight: 300;
  font-size: 1.15em;
  line-height: 1.36em;
}

.news .author img {
  display: block;
  margin: -60px auto 10px auto;
  max-height: 80px;
  border-radius: 50%;
  border: 6px solid #fff;
}

.news .author p {
  position: relative;
  margin: .6em 0 0.2em 0;
}

@media screen and (min-width: 1024px) {
  .news .content {
    padding-bottom: 120px;
  }
}
