/* 
Theme Name: Script2screen 2016
Author: Jeff Passetti
Version: 2.0
*/

@media all and (min-width:320px) {
    h1, h2, h3, h4, h5, h6, p, .sanitize {
     padding: 0px;
     margin: 0px;
    }
    * {
         -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
    }
    html {     
        height: 100%;
    }
    body {
height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
  /*background-color: inherit;*/
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    
    .home {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4096ee+0,3572c6+100 */
background: #4096ee; /* Old browsers */
background: -moz-linear-gradient(top,  #4096ee 0%, #3572c6 100%) fixed; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4096ee 0%,#3572c6 100%) fixed; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4096ee 0%,#3572c6 100%) fixed; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#3572c6',GradientType=0 ); /* IE6-9 */

    }
    
    .single {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc400+0,589b00+100 */
background: #8fc400; /* Old browsers */
background: -moz-linear-gradient(top,  #8fc400 0%, #589b00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8fc400 0%,#589b00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8fc400 0%,#589b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#589b00',GradientType=0 ); /* IE6-9 */

        }
        
    .home-screens-container {
        width: 100%;
        
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    background-color: #88c124;
   
    }
    
    .outer-container {
      
       -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    display: block;
    position: relative;
    }
    .outer-container-padding {
    /* padding: 20px; */  
    }
    .outer-white-container {
     background-color: white;
    }
    .outer-white-container-padding {
     /*padding: 20px;  */ 
    }
    
    .home-logo {
     width: 150px;
     margin-bottom: 30px;
     float: left;
     padding-right: 30px;
     border-right: 1px solid black;
     margin-right: 30px;
    }
    .logo-bar h1 {
         font-family: 'Roboto', sans-serif;
        font-size: 30px;
        line-height: 30px;
        color: black;
        font-weight: 900;
    }
    .logo-bar h1 a {
     color: black;   
    }
    .home-content-row {
     /*background-color: orange;   */
    }
    .home-intro h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 72px;
        line-height: 72px;
        color: black;
        font-weight: 900;
        margin-bottom: 20px;
    }
    .home-intro h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 36px;
        line-height: 48px;
        color: black;
        font-weight: 300;
        margin-bottom: 60px;
    }
    .home-intro p {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        line-height: 28px;
        color: black;
        font-weight: 300;
        margin-bottom: 25px;
    }
    .home-stats h3 {
         font-family: 'Roboto', sans-serif;
        font-size: 36px;
        line-height: 36px;
        color: black;
        font-weight: 300;
    }
    .home-stats h3 span {
     font-size: 48px;
     font-weight: 900;
    }
    p.home-scripts-cta {
     margin-top: 30px;   
    }
     p.home-scripts-cta a {
     display: inline-block;
       font-family: 'Roboto', sans-serif;
       font-size: 18px;
       letter-spacing: 2px;
       color: white;
       text-decoration: none;
       padding: 10px;
       background-color: black;
       text-transform: uppercase;
       font-weight: 300;
       
    }
    
    .home-scripts-container {
        width: 100%;
       /* margin: 20px;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: orange;
        min-height: 600px;
      

    }
    .home-scripts-container-padding, .home-screens-container-padding, .indev-padding {
     padding: 20px;   
    }
   
   
   .home-scripts-container h2, .home-screens-container h2, .indev-container h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 36px;
        line-height: 48px;
        color: white;
        font-weight: 900;
        margin-bottom: 60px;
        text-shadow: 1px 1px rgba(0,0,0,.3);
   }
   ul.home-semester-list {
    margin-top: 10px;
    margin-bottom: 20px;
   }
   ul.home-semester-list li {
    display: inline-block;
    margin: 5px;
   }
   ul.home-semester-list li a {
    
    color: white;
    padding: 10px;
    border:1px solid white;
    text-transform: uppercase;
   }
   .yearSection, .genreSection {
    display: none;
   }
   
   h3.yearName {
         font-family: 'Roboto', sans-serif;
        font-size: 28px;
        line-height: 36px;
        color: black;
        font-weight: 900;
        margin-bottom: 30px;
        margin-top: 30px;
   }
   h3.genreName {
         font-family: 'Roboto', sans-serif;
        font-size: 24px;
        line-height: 30px;
        color: black;
        font-weight:300;
        margin-bottom: 10px;
        text-transform: uppercase;
   }
  
   .side-script-container {
    background-color: white;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    padding-bottom: 20px;
   }
   .script-count-num {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: black;
   }
   
   article {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;;
    position: relative;
    /*left: -20px;
    opacity: 0;*/
    left: 0px;
    opacity: 1;
    cursor: pointer;
   }
   article:hover {
    background-color: rgba(0,0,0,.05);   
   }
   article h4.scriptTitle {
        font-family: 'Roboto', sans-serif;
       margin-bottom: 3px;
       font-size: 20px;
       line-height: 20px;
       font-weight: bold;
       margin-bottom: 5px;
   }
   article h4.scriptTitle a {
        color: black;

   }
    article h4.scriptAuthor {
         font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 20px;
        color: black;
        font-weight: 300;
        margin-bottom: 10px;
   }
   article h4.scriptAuthor span {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 4px;
    letter-spacing: 1px;
   }
    article p {
         font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: black;
        font-weight: 300;
        margin-bottom: 10px;
   }
   article p.meta-info {
   
   }
  
   .script-cta a {
       font-size: 22px;
       color: black;
       padding: 10px;
   }
   .single-intro h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 48px;
        line-height: 48px;
        color: black;
        font-weight: 900;
        margin-bottom: 5px;
    }
    .single-intro h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: black;
        font-weight: 300;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .single-intro h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        line-height: 18px;
        color: black;
        font-weight: 300;
        margin-bottom: 25px;
        
    }
    .single-intro p {
         font-family: 'Roboto', sans-serif;
        font-size: 20px;
        line-height: 28px;
        color: black;
        font-weight: 300;
    }
    .home-stats {
     margin-top: 40px;   
    }
    .single-stats {
     margin-top: 40px;   
    }
    .col-stat {
        margin-bottom: 20px;
    }
    .single-stats h3 {
         font-family: 'Roboto', sans-serif;
        font-size: 22px;
        line-height: 22px;
        color: black;
        font-weight: 700;
        margin-bottom: 20px;
       
        }
    .single-stats h4 {
         font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 16px;
        color: black;
        font-weight: 300;
        margin-bottom: 5px;
       letter-spacing: 2px;
       text-transform: uppercase;
        }
      .single-stats p {
         font-family: 'Roboto', sans-serif;
        font-size: 36px;
        line-height: 36px;
        color: black;
        font-weight: 700;
        margin-bottom: 5px;
        }  
        
        .screen-img img {
         width: 100%;
         height: auto;
        }
        .flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    
    .screen-img {
     width: 100%;
     height: auto;
    }
    
    .screen-item {
     background-color: white;   
    }
    .screen-item-padding {
        padding: 10px;
    }
    .screen-item h4.scriptTitle {
         margin-bottom: 5px;
    }
    .screen-item h4.scriptTitle a {
         font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: black;
    font-weight: 900;   
   
    }
     .screen-item h4.scriptAuthor {
         font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: black;
    font-weight: 300;   
    font-style: italic;
    margin-bottom: 15px;
    }
    
    .screen-item p.cta-script a {
     font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: black;
    font-weight: 700;   
    }
    .screen-row {
     margin-top: 20px;
     margin-bottom: 20px;
    }
    .sponsor {
     margin-top: 30px;   
    }
    .sponsor h3 {
     text-transform: uppercase; 
      font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    }
    .indev-container {
     background-color: gold;   
     box-sizing: border-box;
     
    }
    .youtube-frame-medium {
     background-color: white;
     box-sizing: border-box;
     padding: 10px;
     border: 1px solid #ccc;
     position: relative;
     margin-bottom: 10px;
    }
    .youtube-frame-medium img {
     width: 100%;
     height: auto;
    }
    .screenPlayBtn {
     position: absolute;
     top: 20px;
     left: 20px;
     z-index: 1000;
     background-color: red;
     color: white;
     font-size: 24px;
     width: 40px;
     height: 40px;
     text-align: center;
     line-height: 40px;
     border-radius: 40px 40px 40px 40px;
-moz-border-radius: 40px 40px 40px 40px;
-webkit-border-radius: 40px 40px 40px 40px;
    }
    

} /* ------------- END OF MOBILE/BASE STYLES --------------- */

@media all and (min-width:700px) {
    
} /* ------------- TABLET STYLES --------------- */

@media all and (min-width:980px) {
    .outer-white-container-padding {
     padding: 40px 100px;   
    }
    .home-script-inner-container-padding, .home-screens-inner-container-padding, .indev-inner-container-padding {
     padding: 40px 100px;   
    }
} /* ------------- DESKTOP STYLES --------------- */