/*
Theme Name: Fall Workshop 2015
Author: Jeff Passetti
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@media all and (min-width: 300px) {
    h1, h2, h3, h4, h5, h6, p, ul, li {
     padding: 0px;
     margin: 0px;
    }
    body {
     background-color:#ccc;   
     -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .video2015-container {
     width: 100%;
     position: relative;
    }
  
    .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%; }
 
    .header-container {
        background-color: black;
        color: white;
        padding-top: 15px;
        padding-bottom: 15px;
        height: 75px;
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        width: 100%;
    }
    .logo a {
     color: white;
     font-size: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    }
    .logo a span {
     color: orange;   
    }
    
    .logo img {
    margin-bottom: 20px;
    width: 70px;
    }
    
    .social-links {
        text-align: left;
    }
    
    .social-links ul {
        padding: 0px;
        margin: 0px;
    }
    
    .social-links ul li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: inline-block;
        margin-right: 10px;
         -moz-border-radius: 325px;
        border-radius: 25px;
        text-align: center;
        line-height: 40px;
        width: 40px;
        height: 40px;
        overflow: hidden;
       
    }
    
    .social-links ul li a {
        font-size: 20px;
        color: black;
        display: block;
         background-color: #CCC;
    }
    
    .social-links ul li a:hover {
        background-color: orange;
    }
    
    .schedule {
        background-color: white;
        font-family: "proxima-nova",sans-serif;
    }
    
    .schedule h2, .schedule h2 a, aside h2, aside h2 a, .sponsors h2 {
        font-weight: bold;
        margin-top: 60px;
        color: black;
    }
    
    .schedule h3, aside h3 {
        margin-top: 40px;
    }
    
    .schedule article, aside article {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        font-family: "proxima-nova",sans-serif;
    }
    
    .schedule-time {
        font-weight: bold;
    }
    
    aside {
        font-family: "proxima-nova",sans-serif;
        background-color: #EEE;
    }
    
    aside ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    
    aside ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0px;
    }
    
    aside ul li:after {
        display: block;
        content: "";
        clear: both;
    }
    
    aside ul li img {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 35%;
    }
    
    .sponsors {
        background-color: #888;
        padding: 20px;
    }
    
    .sponsors ul li {
        list-style: none;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .video2015-container {
       overflow: hidden;  
       background-color: black;
       position: relative;
    }
      .home2015-projectbar {
     height: 175px;
     width: 100%;
     background-color: black;
   
    }
    .showcase-video {
     vertical-align: top;   
     overflow:hidden;
     height: 400px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
    }
    .showcase-video img {
     width: 100%;
     height: auto;
    }
    .single-project-image {
     width: 100%;
     height: 100px;
     overflow:hidden;
    }
    .single-project-image img {
     width: 100%;
     height: auto;
     position: relative;
     top: 0px;
     left: 0px;
    }
    ul.projectbar-train {
     background-color: black;
     margin: 0px;
     padding: 0px;
     list-style: none;
     position: relative;
     z-index: 1000;
     height: 125px;
    }
    ul.projectbar-train li {
     width: 300px;
     padding:10px 5px 10px 5px;
    float: left;
     height: 400px;
    
     border: 0px;
     box-sizing: border-box;
     position: relative;
     z-index: 1000;
     top: 0px;
     left: 0px;
    }
    ul.projectbar-train li .single-project {
         background-color: white;
         width: 290px;
         height: 380px;
         position: relative;
         overflow:hidden;
    }
    ul.projectbar-train li .single-project h3 {
     font-family: "proxima-nova",sans-serif; 
     font-size: 24px;
     font-weight: bold;
     padding: 20px 20px 10px 20px;
    }
    ul.projectbar-train li .single-project h3 a {
     color: black;   
    }
    ul.projectbar-train li .single-project h4 {
     font-family: Georgia;
     font-size: 16px;
     font-style: italic;
     padding: 0px 20px 20px 20px;
    }
    p.single-project-cta {
     background-color: orange;
     position: absolute;
     bottom: -75px;
     left: 0px;
     width: 100%;
     z-index: 1100;
    }
     p.single-project-cta a {
      padding: 20px; 
      display: block;
      font-family: "proxima-nova",sans-serif; 
      font-size: 14px;
      font-weight: bold;
      color: black;
      text-transform: uppercase;
     }
    .single {
     background-color: black;   
    }
    .single .showcase-video {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1;
        opacity: 0.6;
    }
    .single-name-plate {
     /*background-color: red;*/
     color: white;
     text-align: center;
     position: relative;
     z-index: 10;
    }
    .single-name-plate h1 {
        font-family: "proxima-nova",sans-serif; 
      font-size: 60px;
      font-weight: bold;
      margin-bottom: 20px;
      text-shadow: 1px 1px rgba(0,0,0,.4);
    }
    .single-name-plate h2 {
          font-family: Georgia, serif;
      font-size: 36px;
      font-style: italic;
      margin-bottom: 60px;
     
       text-shadow: 1px 1px rgba(0,0,0,.4);
    }
    .home2015-projectbar ul li.deactive img {
     opacity: 0.6;   
    }
    p.back-cta {
     margin-top: 60px;
     margin-bottom: 30px;
    }
     p.back-cta a {
      color: orange;
      font-size: 16px;
       font-family: "proxima-nova",sans-serif;
     }

    #playBtn {
     font-size: 20px;
     font-weight: bold;
     color: black;
    
     background-color: orange;
     font-family: "proxima-nova",sans-serif;
     text-transform: uppercase;
     letter-spacing: 1.6px;
     padding: 20px;
     -moz-border-radius: 50px;
     border-radius: 50px;
    }
    #playBtn i {
     font-size: 18px;
     margin-left: 10px;
    }
    .vimeo-id {
     display:none;   
    }
    .video-overlay {
     width: 100%;
     height: 100vh;
     background-color: rgba(0,0,0,.8);
     position:fixed;
     top: 0px;
     left: 0px;
     z-index: 1000;
     padding-top: 80px;
     display:none;
    }
    .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%; }
    
#closeBtn {
 color: black;
 font-size: 24px;
 background-color: orange;
 width: 50px;
 height: 50px;
 line-height: 50px;
 display: block;
 text-align: center;
 float: right;
 margin-bottom: 20px;
}


} /* mobile styles */

@media all and (min-width:700px) {
    .logo img {
     margin-bottom: 0px;   
    }
     .social-links {
        text-align: right;
    }
    .social-links ul li {
        margin-left: 10px;
        margin-right: 0px;
    }
}