
/* ------------- CSS for category-videos.php ------------- */

main {
  background-color: #222222;
}
.rails {
    border-bottom: none;
}
.cell {
  border-bottom: 1px dotted #cccccc;
  height: auto;
  margin-bottom: 40px;
}
#video-headline-container {
	padding: 20px 0;
	overflow: hidden;
}
#video-player-container {
  padding: 20px 0 35px;
  overflow: hidden;
}
#video-player-container .sc-date {
  color: #ffffff;
}
#video-headline-container {
	color: #FFFFFF;
	margin-top: 20px;
}
#video-headline-container h1 {
  margin-top: 0;
  padding: 0;
  font-size: 1.7em;
}
#content {
	margin-top: -1px;
  padding-top: 0;
}
#video-thumbs-container {
  background-color: #222222;
  padding: 40px 0;
  overflow: hidden;
}
.top-bar {
  border-top: 1px solid #aaaaaa;
	height: 10px;
	background-color: #424242;
}
.iframe-container {
  opacity: 0;
}
.videos-bg {
  background-color: #323232;
  overflow: hidden;
  width: 100%;
}
.video-description {
  border-bottom: 1px dotted #ffffff;
  border-top: 1px solid #ffffff;
  height: auto;
  padding: 15px 0;
}
.video-description h3 {
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.5em;
}
.thumbnail {
  height: auto;
  width: 100%
}
.cell a, .video_headline_small h2 {  
  color: #5da4c2;
  margin: 10px 0;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.cell a, .video_standfirst_small h3 {
  color: #d6d6d6;
  margin-bottom: 15px;
  font-weight: 100;
}
.nav-links a {
  color: #dddddd;
  font-weight: 100;
}
.nav-links a:hover {
  color: #ffffff;
}
.posts-navigation {
  margin: 0;
}
.icon-twitter-single-page {
  margin-left: 0;
}
#video-thumbs-container .cell {  
    background-color: rgba(255,255,255,0);
/*    -webkit-transition: all 200ms ease-out;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-out;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-out;
    -moz-transform: scale(1);
    transition: all 200ms ease-out;
    transform: scale(1);*/
    outline-color: rgba(255,255,255,0);
}
#video-thumbs-container .cell:hover {   
    background-color: rgba(255,255,255,0.05); 
/*    -webkit-transition: all 200ms ease-out;
    -webkit-transform: scale(1.03); 
    -ms-transition: all 200ms ease-out;
    -ms-transform: scale(1.03); 
    -moz-transition: all 200ms ease-out;
    -moz-transform: scale(1.03);
    transition: all 200ms ease-out;
    transform: scale(1.03);*/    
    outline-color: rgba(255,255,255,0.05);
}

#video-thumbs-container .cell:hover > img {
  opacity: 0.8;
}
#video-player-container div.span_2_of_8.col a h4 {
  color: #5da4c2;
  font-size: 1.2em;
}
#video-player-container div.span_2_of_8.col a h4:hover {
  color: #ffffff;
}
.date-category-page {
  float: left;
  color: #aaaaaa;
  position: absolute;
  bottom: 5px;
}
.videos-bg a {
  color: #5da4c2;
}
.videos-bg a:hover {
  color: #ffffff;
}
.videos-bg .related a {
  color:  #d6d6d6;
}
.videos-bg .related a:hover {
  color: #5da4c2;
}
.transcript-container blockquote p:before, .transcript-container blockquote p:after {
  content: "";
}
.transcript-container blockquote img {
  display: block;
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}

/* >= 1250px, 4 columns */
@media only screen and (min-width: 78.125em) {
  #video-thumbs-container .span_1_of_4:nth-child(5),
  #video-thumbs-container .span_1_of_4:nth-child(9),
  #video-thumbs-container .span_1_of_4:nth-child(13) {
    margin-left: 0;
  }
}

/* below 1250px */
@media only screen and (max-width: 78.125em) {
  .transcript-container .span_4_of_8 {
    width: 74.5%;
  }
}

/* 1250px - 1024px, 3 columns */
@media only screen and (max-width: 78.125em) and (min-width: 64em) {
  .wrapper {
    width: 1024px;
  }
  #video-thumbs-container .span_1_of_4:nth-child(4),
  #video-thumbs-container .span_1_of_4:nth-child(7),
  #video-thumbs-container .span_1_of_4:nth-child(10),
  #video-thumbs-container .span_1_of_4:nth-child(13) {
    margin-left: 0;
  }
}

/* 1023px-900px, 3 columns */
@media only screen and (max-width: 63.9375em) and (min-width: 48em) {
  #video-thumbs-container .span_1_of_4 {
    width: 32%;
  }
  #video-thumbs-container .span_1_of_4:nth-child(4),
  #video-thumbs-container .span_1_of_4:nth-child(7),
  #video-thumbs-container .span_1_of_4:nth-child(10),
  #video-thumbs-container .span_1_of_4:nth-child(13) {
    margin-left: 0;
  }
    #content {
    margin-top: -1px;
  }
  .thumbnail {
    width: 100%;
  }
  .video-description {
    padding: 5px 0;
  }
  .video-description h3 {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}

/* width: 767px-540px - 2 columns */
@media only screen and (max-width: 47.9375em) and (min-width: 37.5em) {
    #video-thumbs-container .span_1_of_4:nth-child(3),
    #video-thumbs-container .span_1_of_4:nth-child(5),
    #video-thumbs-container .span_1_of_4:nth-child(7),
    #video-thumbs-container .span_1_of_4:nth-child(9),
    #video-thumbs-container .span_1_of_4:nth-child(11),
    #video-thumbs-container .span_1_of_4:nth-child(13),
    #video-thumbs-container .span_1_of_4:nth-child(15),
    #video-thumbs-container .span_1_of_4:nth-child(17) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #content {
    margin-top: -1px;
  }
  #video-headline-container {
    margin: 20px 0 0;
    padding: 0;
  }
  #video-headline-container h1 {
    margin: 0;
  }
  #video-headline-container .span_2_of_8 {
    display: none;
  }
  #video-headline-container .span_6_of_8 {
    width: 100%;
  }
  #video-player-container {
    border-bottom: 1px dotted #cccccc;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  #video-player-container .span_2_of_8, 
  #video-player-container .span_6_of_8 {
    width: 100%;
  }
  #video-player-container .col, #video-headline-container .col {
    margin: 0;
  }
  .video-description {
    border: none;
  } 
  .video-description h3 {
    padding: 0;
    margin: 0;
  }
  .transcript-container .span_4_of_8 {
    width: 100%;
  }
}

/* width: 767px-540px - 1 column */
@media only screen and (max-width: 37.5em) {
  #content {
    margin-top: -1px;
  }
  .col {
    margin: 0 0 40px 0;
    /*padding-bottom: 30px;*/
  }
  .thumbnail {
    width: 100%;
  }
  #video-headline-container h1 {
    font-size: 1.3em;
  }
  .video-description h3 {
    font-size: 1em;
    line-height: 1.2em;
  }
}


/* ------------- CSS for single-videos.php ------------- */

.transcript-container {
  background-color: #222222;
  overflow: hidden;
}

.transcript-container h4 {
  color: #5da4c2;
  font-size: 1.4em;
}

.transcript-container em {
  /*color: #5da4c2;*/
}

.transcript-container p {
  color: #d6d6d6;
  font-family: "Crimson Text",Helvetica,Arial,sans-serif;
  font-size: 1.05em;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.transcript-container {
  padding-top: 32px;
}

.transcript-container .related a {
  color: #d6d6d6;
}

.transcript-container h6,
.transcript-container .related ul, 
.transcript-container .related ol {
  color: #5da4c2;
}

.transcript-container .related li {
    border-bottom: 1px dotted #cccccc;
}

.videos-bg .comments {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px;
}
.post-navigation {
  float: none;
}
  
/* width: 767px-540px - 1 columns */
@media only screen and (max-width: 47.9375em) {
  .transcript-container .col {
    margin: 0; 
  } 
  .transcript-container .span_2_of_8 {
    display: none;
  }
  .transcript-container .span_6_of_8 {
    width: 100%; 
  }
}