/* #header { */
  /* height: 201px; */
/* } */

.movie-holder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 100;
}

.movie-holder iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.privacypolicy p.lead {
  padding: 0;
  margin-top: 40px;
}
.privacypolicy ul {
  padding-left: 3.5em;
  list-style-type: disc;
}

.howtowatchBlock h4,
.howtowatchBlock h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.howtowatchBlock h4 {
  font-size: 20px;
  margin-top: 40px;
}

.howtowatchBlock h5 {
  font-size: 17px;
  margin-top: 20px;
}

.howtowatchBlock ul {
  list-style-type: disc;
  padding-left: 3em;
}

.howtowatchBlock .link-box {
  background-color: #fff;
  border: 2px solid #3f67ab;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}

.link-box img {
  vertical-align: middle; 
  margin-left: 20px;
}

#faqAndAs ul {
  list-style-type: disc;
  padding-left: 2em;
}

#dhcnettv-link {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}

#playnow {
  position: absolute;
  box-sizing: border-box;
  width: 200px;
  height: 100px;
  left: 0;
  top: 0;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#playnow img {
  width: 150px;
}

.info-label {
  display: inline-block;
  padding: 5px;
  font-size: 13px !important;
  margin-right: 7px;
  vertical-align: 6px;
  width: auto !important;
  background: #333;
  color: #fff;
}
.topNewsItems .info-label {
  padding: 7px 5px 3px;
}
.info-new {
  background: #e60012;
  color: #fff;
}
.info-movie {
  background: #6e4f84;
  color: #fff;
}
.info-media {
  background: #cebc70;
  color: #fff;
}
.info-admin {
  background: #67a2a7;
  color: #fff;
}
.info-present {
  background: #387e46;
  color: #fff;
}

#back-to-season {
  border: 3px solid #ddd;
  padding: 20px;
  text-align: center;
  background-color: #eee;
}

.wp-pagenavi {
  margin: 40px auto;
}

::-moz-selection {
  background: #ccc;
  color: black;
}
 
::selection {
  background: #ccc;
  color: black;
}

@media (max-width: 767px) {
  #header {
    height: 45px;
  }
  #dhcnettv-link img {
    width: 100%;
    height: auto;
  }
  #playnow {
    width: 130px;
    height: 65px;
    padding: 20px;
  }
  #playnow img {
    width: 100px;
  }
  #back-to-season {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .newsList h2 {
    width: 630px;
  }
}
