/* updates to existing stuff */

input,
textarea {
  background: #444;
  transition: all 0.3s;
}


input:hover,
textarea:hover,
input:focus,
textarea:focus, {
  background: #222;
  transition: all 0.3s;
}


#promos {
  padding-top: 2em;
}

#promos img {
  display: inline-block;
}

#menu > ul > li > a {
  transition: all 0.1s;
}




/* 2017 changes */

#footer {
  height: auto;
}

#footer .above {
  overflow-y: auto;
  margin-bottom: 5px;
}

#footer .above form input {
  display: inline-block;
  font-family: "futura-pt", 'Gill Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 159px;
  height: 28px;
  /*height: 34px;*/
  float: left;
  border: 0;
  border-radius: 0;
  padding: 0 6px;
  background: rgba(27,27,27, 0.5);
  transition: all 0.3s;
}

#footer .above form input:hover,
#footer .above form input:focus {
  background: rgba(27,27,27, 0.8) !important;
  transition: all 0.3s;
}

#footer .above form input::placeholder {
  color: #fff;
}

#footer .above form button {
  display: inline-block;
  width: 50px;
  font-family: "futura-pt", 'Gill Sans', 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  height: 30px;
  /*height: 34px;*/
  float: right;
  border: 0;
  margin: 0 1px 0 0;
  border-radius: 0;
  background: rgba(177,8,55, 0.75);
  transition: all 0.1s;
}
#footer .above form button:hover,
#footer .above form button:focus {
  background: rgba(177,8,55, 0.95);
  transition: all 0.1s;
}

#footer .sociallinks {
  position: absolute;
}


.form-mini-feedback {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 1em;
  margin-bottom: 5px;
  text-shadow: 0 0 2px #000000;
  background-color: rgba(27, 27, 27, 0.5);
}



@media only screen and (min-width: 400px) {

  #footer .sociallinks {

  }
}


@media only screen and (min-width: 1100px) {

  #footer .above {
    position: absolute;
    bottom: 0;
    left: -170px;
    transform: translateX(-100%);
    margin-bottom: 1px;
  }

  #footer .above form input {
    height: 32px;
  }

  #footer .above form button {
    height: 34px;
  }
}





/* New Trailers section */

#trailers {
  width: 100%;
  /*top: 30px;*/
  top: 90px;
  z-index: 20;
}

#trailers.inactive {
  display: none;
}

  #trailers h1,
  #trailers .videos {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0.5em;
  }

  #trailers .videos-container {
    max-width: 800px;
    padding: 1em;
    margin: 0 auto;
  }
  #trailers .videos {
    margin-bottom: 100px;
  }


.videos-rsp {
  width: 100%;
}

.videos-main {
  overflow-y: auto;
}


/*.videos-movie-tv,*/
.videos-leftcol {
  width: 100%;
}

/*.videos-commercial,*/
.videos-rightcol {
  width: 100%;
}

.videos h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 50px;
  margin-left: 10px;
  color: #fff;
}


.film {
  max-width: 620px;
  padding-top: 16px;
  text-align: center;
  /*background: rgba(0,0,0,0.3);*/
  /*background: rgba(255,255,255,0.22);*/
  /*background: rgba(153,153,153,0.35);
  background: rgba(102,102,102,0.4);
  background: rgba(51,51,51,0.5);*/

  /*background: rgba(204,204,204,0.35);*/

  margin-left: auto;
  margin-right: auto;
}

.film-logo {
  display: inline-block;
}

.film-logo img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 800px) {

  .trailers {
    top: 10px;
  }


  /*.videos-movie-tv,*/
  .videos-leftcol {
    width: 47%;
    float: left;
    padding-right: 3%;
  }

  /*.videos-commercial,*/
  .videos-rightcol {
    width: 47%;
    float: left;
    padding-left: 3%;
  }

  .videos h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 40px 10px 20px;
    text-shadow: 0 0 6px #222;
  }
}


@media only screen and (min-width: 1200px) {

  #trailers h1,
  #trailers .videos,
  #trailers .videos-container {
    max-width: 1000px;
  }
}


div.vid {
  max-width: 600px;
  background: #222;
  /*background: rgba(30,30,30,0.4);*/
  background: rgba(0,0,0,0.75);
  margin: 20px auto 70px;
  margin-top: 5px;
  padding: 10px;
}

  .vid h3 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: justify;
    line-height: 1.4;
    text-shadow: 0 0 6px #000;
    margin: 5px 0 15px;
    color: #fff;
  }

  .vid p {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 5px;
    text-align: left;
  }

  .video-responsive {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
      margin-bottom: 10px;
  }

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }



@media only screen and (min-width: 480px) {

  .vid h3 {
    font-size: 19.5px;
    font-size: 1.95rem;
    text-shadow: 0 0 8px #222;
  }

  .vid p {
    font-size: 18.5px;
    font-size: 1.85rem;
    text-shadow: 0 0 8px #222;
  }

}



#footer .above form #url-ref {
  display: none;
}





/* February 2021 updates */

.red-inline {
  /*display: inline;*/
  /*font-size: inherit;*/
  font-family: "clarendon-urw", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
  font-size: 1.4rem;
  color: #b10837;
  text-transform: uppercase;

}

#trailers p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


.footnote {
  margin-top: 10px;
  font-size: 75%;
  display: block;
  text-align: right;
}


span.lessbold {
  font-weight: 500;
}