.news-font-weight {
  font-weight: 500 !important;
  color: #111 !important;
}

/* .news-date-font-weight li {
  font-weight: 100 !important;
  text-transform: capitalize !important;
} */

.news-date-font-weight li {
  font-weight: 100 !important;
  text-transform: uppercase !important;
  color: #eee;
}

body.news-list-index .news-date-font-weight li {
  color: #555;
}

.entry-description {
  font-style: italic;
  color: #ddd;
  font-weight: 100;
  font-size: 15px;
  margin-top: 0px;
}

body.news-list-index .entry-title-topdiv .entry-description {
  color: #222;
  margin-top: 20px;
}

body.news-list-index .news-list-div .entry-meta {
  position: absolute;
  bottom: 20px;
}

body.news-list-index .news-list-div {
  margin-top: 3em;
}

.news-list-div {
  margin-top: 0;
}

.news-list-div .entry-meta {
  /* position: absolute;
  bottom: 60px; */
  font-size: 18px;
  text-transform: uppercase !important ;
}

.news-list-div img {
  width: 65%;
  margin-left: 20px;
}

body.news-list-index .news-list-div img {
  width: 100%;
  margin-left: 10px;
}

body.news-list-index .news-list-div .entry-title-topdiv {
  padding: 5px 20px;
  min-height: 200px;
}

/* for iframe */
.iframe-embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* height: 100%; */
  height: 100vh;
  width: 100%;
  border: 0;
}

.iframe-embed-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.iframe-embed-responsive-16by9 {
  /* padding-bottom: 100%; */
  padding-bottom: 100vh;
}

#back-to-news {
  /* display: none; */
  /* position: fixed; */
  /* top: 120px; */
  /* right: 100px; */
  /* z-index: 99; */
  float: right;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(68, 68, 68, 0.3);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#back-to-news span {
  color: #fcd04a;
  display: inline;
}

#back-to-news:hover {
  background-color: rgba(68, 68, 68, 0.8);
}

@media (max-width: 767px) {
  body.news-list-index .news-list-div .entry-meta {
    position: relative;
    bottom: unset;
  }
}

#news-page {
  padding: 10px;
  margin-bottom: 10px;
}

#news-page .news-list-img-div img {
  width: 100%;
}

#news-page .news-list-header-div {
  font-size: 16px;
  margin: 10px 0 10px 0;
  font-weight: 600;
  color: #222;
}

#news-page .news-list-desc-div {
  /* font-size: 14px; */
  margin: 10px 0 10px 0;
  color: #222;
}

#news-page .news-list-date-div {
  font-size: 12px;
  margin: 0px 0 15px 0;
  color: #222;
  text-transform: uppercase;
}

#news-page .news-list-date-div img {
  width: 22px;
  vertical-align: text-bottom;
  margin-right: 10px;
}

#news-page > div {
  width: 82% !important;
  margin: auto;
  padding: 20px;
  height: 100%;
}

#news-page > div:hover {
  box-shadow: 5px 10px 22px #f7f7f7;
}

@media (max-width: 1023px) {
  #news-page > div {
    width: 90% !important;
    margin: auto;
    padding: 0px;
    height: 100%;
  }
}

.entry-description.article-subtitle { 
  font-size: 22px;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 15px;
  line-height: 38px;
}