body {
  background-color: #000;
}

td {
    vertical-align: top;
}

.movie-avatar, .movie-disc {
  background: initial
}

#page-name {
  padding: 150px 0 260px 0;
}

.col-lg-9 {
  width: 100%;
  box-sizing: border-box;
}

#owl-reviews .item span {
  font-size: 50px;
}

.owl-theme .owl-controls {
    margin-left: -30px;
}

.about-holder {
    padding: 30px 0;
}

.about-holder .SLIFF {
    width: 50% !important;
    height: auto;
    float: right;
    margin-right: 25px;
}

.social-buttons {
  display: flex;
    justify-content: center;
}

#footer-section .wp11 {
  visibility: visible;
    position: relative;
    top: 0;
    left: 0;
}

#blog .team-pic {
    width: initial;
    float: left;
    margin: 0 20px 10px 0;
}

.team-bio__item {
    display: flex;
    align-items: center;
    margin: 60px auto;
    width: 70%;
}

.team-bio__item.josh {
    display: block;
}

.team-bio__item p {
  margin: 0;
}

.movie-disc {
    margin-top: 40px;
}

.crew__name {
  color: white;
}

.QandA {
  max-width: 830px;
    margin: 60px auto;
}

.QandA strong {
  color: white;
}

.QandA p {
  font-size: 14px;
}

#counters {
  display: none;
}

.best_film_counter .SLIFF {
    width: 20% !important;
    float: right;
    margin: 0 20px 0 0;
}

.movie-avatar-img:before {
  display: none;
}

#blog .prev-blog-item {
  display: none;
}

#blog .blog-item {
  width: 100%;
}

#blog .next-blog-item {
  display: none;
}

#page-name h1:after {
  display: none;
}

#TGIT_hero {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#TGIT_hero p {
    height: 100%;
    width: 90%;
    margin: 10px auto 0;
    padding: 10vh;
}

#TGIT_hero iframe {
    height: 100%;
    width: 100%;
}

#TGIT_hero__media {
    height: 100%;
    width: 100%;
}

.TGIT_hero__buttons {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.TGIT_hero__button a {
    cursor: pointer;
    display: inline-block;
    padding: .78571429em 1.5em;
    line-height: 1em;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 2px #fb0000 inset!important;
    background-color: transparent;
    color: #fff;
    margin: 0 20px;
}

.TGIT_hero__button a:hover {
    color: #fb0000;
}

.TGIT_hero__button a:active {
    background-color: #fb0000;
    box-shadow: 0 0 0 2px #fb0000 inset!important;
    color: #000;
}

.best_film_counter i {
  display: none;
}

.container {
    margin: 0 auto;
    max-width: 1000px;
}

.page .back-to-main, .page .blog-item.blog-item-full {
  display: none;
}

.more {
    left: initial;
    margin: 0 auto;
    display: block;
    bottom: 50px;
}

#TGIT_home-news {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.TGIT_inverted__buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.TGIT_inverted__button {
  margin: 10px 0;
}

.TGIT_inverted__button a {
    cursor: pointer;
    display: inline-block;
    padding: .78571429em 1.5em;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 2px #fb0000 inset!important;
    background-color: transparent;
    color: #fff;
    margin: 0 20px;
    text-align: center;
}

.TGIT_inverted__button a:hover {
    color: #fb0000;
}

.TGIT_inverted__button a:active {
    background-color: #fb0000;
    box-shadow: 0 0 0 2px #fb0000 inset!important;
    color: #000;
}

.team-bios {
    display: flex;
    margin: 0 auto;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.team-bios p {
  margin: 0;
}

.bio-card {
  float: left;
    position: relative;
    width: 252px;
    overflow: hidden;
    margin: 15px;
}

.bio-card__headshot {
    position: relative;
}

.bio-card__headshot__icon {
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 100%;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.TGIT_not-touch-enabled .bio-card__headshot__icon {
    display: none;
}

.bio-card__headshot__icon i {
    display: block;
    margin: 0 auto;
  color: #fff;
    cursor: pointer;
}

.bio-card__details {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -101%;
    left: 0;
    border: 2px solid #fb0000;
    transition: top .5s ease-in-out;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .8);
}

.bio-card__details__close-icon {
    position: absolute;
    top: 2px;
    right: 2px;
}

.TGIT_not-touch-enabled .bio-card__details__close-icon {
  display: none;
}

.bio-card__details--show {  
    top: 0;
}


.bio-card:hover .bio-card__details {
    top: 0;    
}

.bio-card .bio-card__details.bio-card__details--hide {  
    top: -102%;
}

.bio-card__details__text {    
    align-self: center;
    color: white;
    padding: 15px;
    line-height: 1.3;
    display: table;
}


.bio-card__details__text i {    
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    display: none;
}


.bio-card__name {
    font-size: 20px;
    margin: 10px;
    text-align: center;
}

.bio-card__role {
    font-size: 14px;
    margin: 10px;
    text-align: center;
}

.bio-card__info {
    margin-top: 15px;
    padding: 10px 0;
    background-color: #000;
    width: 252px;
}

#blog h1.section-title {
  font-size: 30px;
}

/*.TGIT_hero-module {
    height: 100%;
    width: 100%;
    position: relative;     
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100vw 100vh;

}*/

.TGIT_hero-module {
    height: 100%;
}

.TGIT_hero-module div {
    height: 100%;
}

.TGIT_hero-module--hero-about {
  background: url('http://www.johnnyphysicallives.com/wp-content/uploads/2015/10/JPL_promo6.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.TGIT_hero-module--hero-who-is-johnny-p {
  background: url('http://www.johnnyphysicallives.com/wp-content/uploads/2015/10/JPL_promo.jpeg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.TGIT_hero-module--hero-team {
  background: url('http://www.johnnyphysicallives.com/wp-content/uploads/2015/11/JPL_promo3.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.TGIT_hero-module--hero-screenings {
  background: url('http://www.johnnyphysicallives.com/wp-content/uploads/2015/11/JPL_promo5.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.TGIT_hero-module--hero-press {
  background: url('http://www.johnnyphysicallives.com/wp-content/uploads/2015/11/JPL_promo7.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.TGIT_hero-module--hero-the-album {
  background: url('http://www.johnnyphysicallives.com/wp-content/uploads/2015/10/JPL_promo4.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#TGIT_hero .TGIT_hero-module__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#TGIT_hero .TGIT_hero-module__text__quote {
  height: initial;
  font-size: 6vh;
  width: 90%;
  max-width: 1280px;
  line-height: 1.2;
  text-shadow: 2px 2px 2px #3C3C3C;
}

#TGIT_hero .TGIT_hero-module__text__publication {
  height: initial;
  font-size: 4vh;
  font-style: italic;  
  text-align: right;
  width: 90%;
  max-width: 1280px;
  text-shadow: 2px 2px 2px #3C3C3C;
}

@media all and (max-width: 1200px) {
  #TGIT_hero .TGIT_hero-module__text__publication {
    font-size: 3.5vh;
  }
}

@media all and (max-width: 600px) {
  #TGIT_hero .TGIT_hero-module__text__quote {
    font-size: 4vh;
  }

  #TGIT_hero .TGIT_hero-module__text__publication {
    font-size: 2.5vh;
  }
}

.navbar-brand {
    margin-top: -20px;
    padding: 0;
    transition: margin-top .5s ease-in-out;
}

.top-nav-collapse .navbar-brand {
  margin-top: 0;
}

.navbar-brand img {
    transition: height .5s ease-in-out;
    height: 90px;
}

.top-nav-collapse .navbar-brand img {
    height: 50px;
    margin-top: 0;
}

.laurels {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0 0 0;

}

.laurels img {
  max-width: 250px;
    margin: 20px;
}

.col {
float: left;
} 

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.333333%;
}

.album-image {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.who-is-johnny-p {
    max-width: 800px;
    margin: 0 auto;
}

.TGIT_blog-cat-name {
  margin-top: -7px;
    color: #fb0000;
}

.TGIT_best_film_counter1 .row {
    padding: 0 50px;
}

#about-sub .feature-list {
    margin-top: -50px;
}

.TGIT_about__JN_bio {
  max-width: 830px;
    margin: 30px auto;
}

.press-button i {
  vertical-align: middle;
}

.press-gallery h1.section-title, .press-media_kit h1.section-title {
    margin: 60px 0 20px 0;
    font-size: 30px;
}

.press-gallery .TGIT_inverted__button a, .press-media_kit .TGIT_inverted__button a {
    min-width: 150px;
}

.press-gallery .TGIT_inverted__buttons {
  margin: 40px 0;
}

.TGIT_about-section {
  padding: 50px;
}


.TGIT_about-section__poster {
  width: 100%;
}

.TGIT_about-section__poster img {
  max-height:575px;
}

td {
    padding: 4px !important;
}

td:first-child {
    min-width:105px;
}

.TGIT_about-section__text__synopsis {
  margin-top: 30px;
}

.QA-item__question {
    margin-top: 30px;
}

.johnnyp_memorial {
    margin: 80px 0 20px;
}

.johnnyp_memorial img {
    display: block;
    margin: 0 auto;
}

.TGIT_simple_separator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 90px;
}

.TGIT_simple_separator span {
    display: inline-block;
    border-bottom: 1px solid red;
    margin: 0 auto;
    width: 100px;
}

.blog-item-info span {
    font-size: 20px;
}

#TGIT_single-template .TGIT_single-post__title {
    float: left;
}

#TGIT_single-template .TGIT_single-post__catagory {
    margin-right: 30px;
    position: absolute;
    top: -10px;
    right: 0;
}

#TGIT_single-template .blog-item-text {
    margin-top: 22px;
    min-height: 60px;
    position: relative;
}

#TGIT_single-template .blog-item-info>small {
    border-bottom: none;
}


#TGIT_single-template .blog-item-text h3 {
    margin-top: 12px;
}

#TGIT_All_News_content {
    margin-top: 80px;
}

.TGIT_hero-module__mobile-fallback {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 10;
}

#TGIT_single-template #blog {
    padding-top: 15vh;
}

.fa.fa-external-link.fa-2x {
    vertical-align: middle;
}


/* -----------  General Screen 1200px  ----------- */

/* Portrait */
@media only screen 
  and (max-width: 1999px){
  
  #TGIT_hero p {
      height: 100%;
      width: 90%;
      margin: 10px auto 0;
      padding: 20vh 40px 20vh;
  }
  


  .TGIT_about-section__poster img {
      max-height: 615px;
  }
  
}
  
/* -----------  /General Screen Screen 1200px  ----------- */


/* -----------  General Screen 992px  ----------- */

/* Portrait */
@media only screen 
  and (max-width: 991px){
  
  #TGIT_hero p {
      height: 100%;
      width: 90%;
      margin: 10px auto 0;
      padding: 30vh 40px 20vh;
  }

  
  .navbar-nav {
      font-size: 12px;
  }
  
  .navbar-brand {
      margin-top: -20px;
  }
  
  .navbar-brand img {
      height: 50px;
  }
  
  .container {
    margin: 0 auto;
  }
  
  .col-1-2 {
      width: 100%;
  }

  .TGIT_about-section__poster img {
      max-height: 765px;
      margin: 0 auto;
      display: block;
  }
}
  
/* -----------  /General Screen Screen 992px  ----------- */




/* -----------  iPhone 4 and 4S  ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

  #TGIT_hero {
    height: 186px !important;
    /*margin-bottom: 100px !important;*/
    margin-top: 40px;
    background-color: #3c3c3c;
  }

  .TGIT_hero-module {
      background-attachment: initial;
  }

  #blog {
    padding-top: 10px;
  }
  
  #TGIT_hero__media {
    height: 206px;
  }
  
  #TGIT_hero__media iframe {
    position: absolute;
    top: 20px !important;
    left: 0;
    background-color: #3c3c3c;
  }

  #homepage {
    margin-top: 20px;
  }
  
  .TGIT_hero-module img {
      width: 100%;
      margin: 0 auto;
      display: block;
    }
  
  #TGIT_hero p {
    padding: 25vh 3vw 30vh;
    width: 100%;
    height: 88vh;

  }
  
  #more {
    display: none;
  }
  
  .navbar-fixed-top {
    position: fixed;
    top: 0;
  }
  
  .navbar-brand img {
    height: 50px;
      margin-top: 18px;
  }
  
  .col-1-2 {
      width: 100%;
  }
  
  .TGIT_about-section {
      padding: 0;
  }
  
  .TGIT_about-section__poster {
  margin: 10px 0 40px 13px;
  }
  
  .TGIT_about-section__poster img {
      max-height: initial;
      width: 85vw;
  }
  
  .TGIT_best_film_counter1 .row {
    padding: 0;
  }
  
  .owl-carousel .owl-item {
      float: none;
      display: inline;
  }
  
  #owl-blog .owl-controls {
      margin: 0;
  }
  
  #owl-blog > div.owl-wrapper-outer div div.blog-item {
    padding: 0 0 40px;
    width: 80vw !important;
    margin: 0 5px 0 0;
  }
  
  
  .blog-item-text {
    min-height: initial;
    border-left: none; 
    padding: 5px;
    width: 100%;
  }
  
  #TGIT_home-news {
      display: block;
      position: static;
  }
  
  .blog-item-info {
    float: none;
    margin: 20px 0 10px -8px;
    width: 100%;
  }
  
  .blog-item-info * {
    float: none;
    display: inline !important;
    padding: 0 10px;
    font-size: 13px !important;
    border: none !important;
  }  
  
  .owl-carousel .owl-wrapper-outer {
    max-width: 100%;
  }

  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > h3 {
    font-size: 18px;
    width: 80vw;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > p {
    font-size: 13px;
    display: inline-block;
    width: 250px;
  }
  
  .TGIT_inverted__buttons {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  
.TGIT_inverted__button {
    display: block;
}
  
  .TGIT_inverted__button a {
    margin: 0;
  }
  
  .TGIT_inverted__button a {
      margin: 0 auto;
      width: 100%;
  }
  
  .TGIT_about__JN_bio__item, .QandA {
    padding: 0 5px;
  }
  
  .QandA {
    margin: 15px auto;
  }
  
  .team {
    margin-top: 20px;
  }
  
  .blog-screenings #blog {
    padding: 30px 0;
  }
  
  .the_album {
    margin-top: 30px;
  }

  
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    #TGIT_hero {
    height: 265px !important;
    /*margin-bottom: 150px;*/
    margin-top: 40px;
    background-color: #3c3c3c;
  }  

  .TGIT_hero-module {
      background-attachment: initial;
  }

  #TGIT_hero .TGIT_hero-module__text__quote {
    font-size: 4vw;
  }

  #TGIT_hero .TGIT_hero-module__text__publication {
    font-size: 2.5vw;
  }
  
  #blog {
    padding-top: 10px;
  }

  #TGIT_hero__media {
    height: 206px;
  }
  
  #TGIT_hero__media iframe {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #3c3c3c
  }

  #homepage {
    margin-top: 20px;
  }
  
  .TGIT_hero-module img {
      width: 100%;
      margin: 0 auto;
      display: block;
    }
  
  #TGIT_hero p {
    padding: 25vh 3vw 30vh;
    width: 100%;
    height: 88vh;

  }
  
  #more {
    display: none;
  }
  
  .navbar-fixed-top {
    position: fixed;
    top: 0;
  }
  
  .navbar-brand img {
    height: 50px;
      margin-top: 18px;
  }
  
  .col-1-2 {
      width: 100%;
  }
  
  .TGIT_about-section {
      padding: 0;
  }
  
  .TGIT_about-section__poster {
  margin: 10px 0 40px 13px;
  }
  
  .TGIT_about-section__poster img {
      max-height: initial;
      width: 85vw;
  }
  
  .TGIT_best_film_counter1 .row {
    padding: 0;
  }
  
  .owl-carousel .owl-item {
      float: none;
      display: inline;
  }
  
  #owl-blog .owl-controls {
      margin: 0;
  }
  
  #owl-blog > div.owl-wrapper-outer div div.blog-item {
    padding: 0 0 40px;
    width: 370px !important;
    margin: 0 5px 0 0;
  }
    
  .blog-item-text {
    min-height: initial;
    border-left: none; 
    padding: 5px;
    width: 100%;
  }  
  
  #TGIT_home-news {
      display: block;
      position: static;
  }
  
  .blog-item-info {
    float: none;
    margin: 20px 0 10px -8px;
    width: 100%;
  }
  
  .blog-item-info * {
    float: none;
    display: inline !important;
    padding: 0 10px;
    font-size: 13px !important;
    border: none !important;
  }  
  
  .owl-carousel .owl-wrapper-outer {
    max-width: 100%;
  }

  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > h3 {
    font-size: 18px;
    width: 336px;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > p {
    font-size: 13px;
    display: inline-block;
    width: 336px;
  }
  
  .TGIT_inverted__buttons {
      width: 100%;
      display: block;
      box-sizing: border-box;
  }
  
  .TGIT_inverted__button {
      margin: 10px auto;
      display: block;
  }
  
  .TGIT_inverted__button a {
    margin: 0;
  }
  
  .press-media_kit section-title {
    margin: 30px 0 20px 0;
  }
  
  .press-buttons {
    width: 344px;
  }
  
  .TGIT_about__JN_bio__item, .QandA {
    padding: 0 5px;
  }
  
  .QandA {
    margin: 15px auto;
  }
  
  .team {
    margin-top: 20px;
  }
  
  .team-bios {
    display: block;
  }
  
  .bio-card {
    float: none;
    margin: 15px auto;
  }
  
  .blog-screenings #blog {
    padding: 30px 0;
  }
  
  .press-page #blog {
    padding: 20px 0;
  }
  
  .the_album {
    margin-top: 30px;
  }
  
  


}
/* ----------- /iPhone 4 and 4S  ----------- */


/* -----------  iPhone 5 and 5S  ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  
  #TGIT_hero {
    height: 186px;
    /*margin-bottom: 150px;*/
    margin-top: 40px;
    background-color: #3c3c3c;
  }  

  .TGIT_hero-module {
      background-attachment: initial;
  }
  
  #blog {
    padding-top: 10px;
  }
  
  #TGIT_hero__media {
    height: 206px;
  }
  
  #TGIT_hero__media iframe {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #3c3c3c;
  }

  #homepage {
    margin-top: 20px;
  }
  
  .TGIT_hero-module img {
      width: 100%;
      margin: 0 auto;
      display: block;
    }
  
  #TGIT_hero p {
    padding: 25vh 3vw 30vh;
    width: 100%;
    height: 88vh;

  }
  
  #more {
    display: none;
  }
  
  .navbar-brand img {
    height: 50px;
      margin-top: 18px;
  }
  
  .col-1-2 {
      width: 100%;
  }
  
  .TGIT_about-section {
      padding: 0;
  }
  
  .TGIT_about-section__poster {
  margin: 10px 0 40px 13px;
  }
  
  .TGIT_about-section__poster img {
      max-height: initial;
      width: 85vw;
  }
  
  .TGIT_best_film_counter1 .row {
    padding: 0;
  }
  
  .owl-carousel .owl-item {
      float: none;
      display: inline;
  }
  
  #owl-blog .owl-controls {
      margin: 0;
  }
  
  #owl-blog > div.owl-wrapper-outer div div.blog-item {
    padding: 0 0 40px;
    width: 80vw !important;
    margin: 0 5px 0 0;
  }
  
  
  .blog-item-text {
      min-height: initial;
  }
  
  #TGIT_home-news {
      display: block;
      position: static;
  }
  
  .blog-item-info {
    float: none;
    margin: 20px 0 10px -8px;
    width: 100%;
  }
  
  .blog-item-info * {
    float: none;
    display: inline !important;
    padding: 0 10px;
    font-size: 13px !important;
    border: none !important;
  }  
  
  .owl-carousel .owl-wrapper-outer {
    max-width: 100%;
  }

  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > h3 {
    font-size: 18px;
    width: 80vw;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > p {
    font-size: 13px;
    display: inline-block;
    width: 250px;
  }
  
  .TGIT_inverted__buttons {
    display: flex;
  }
  
  .TGIT_inverted__button {
      width: initial;
  }
 
  .TGIT_about__JN_bio__item, .QandA {
    padding: 0 5px;
  }
  
  .QandA {
    margin: 15px auto;
  }
  
  .team {
    margin-top: 20px;
  }
  
  .blog-screenings #blog {
    padding: 30px 0;
  }
  
  .the_album {
    margin-top: 30px;
  }

  
  
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    

    #TGIT_hero {
    height: 265px !important;
    /*margin-bottom: 150px;*/
    margin-top: 40px;
    background-color: #3c3c3c;
  }  

  .TGIT_hero-module {
      background-attachment: initial;
  }

  #TGIT_hero .TGIT_hero-module__text__quote {
    font-size: 4vw;
  }

  #TGIT_hero .TGIT_hero-module__text__publication {
    font-size: 2.5vw;
  }
  
  #blog {
    padding-top: 10px;
  }
  
  #TGIT_hero__media {
    height: 206px;
  }
  
  #TGIT_hero__media iframe {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #3c3c3c
  }

  #homepage {
    margin-top: 20px;
  }
  
  .TGIT_hero-module img {
      width: 100%;
      margin: 0 auto;
      display: block;
    }
  
  #TGIT_hero p {
    padding: 25vh 3vw 30vh;
    width: 100%;
    height: 88vh;

  }
  
  #more {
    display: none;
  }
  
  .navbar-brand img {
    height: 50px;
      margin-top: 18px;
  }
  
  .col-1-2 {
      width: 100%;
  }
  
  .TGIT_about-section {
      padding: 0;
  }
  
  .TGIT_about-section__poster {
  margin: 10px 0 40px 13px;
  }
  
  .TGIT_about-section__poster img {
      max-height: initial;
      width: 85vw;
  }
  
  .TGIT_best_film_counter1 .row {
    padding: 0;
  }
  
  .owl-carousel .owl-item {
      float: none;
      display: inline;
  }
  
  #owl-blog .owl-controls {
      margin: 0;
  }
  
  #owl-blog > div.owl-wrapper-outer div div.blog-item {
    padding: 0 0 40px;
    width: 460px !important;
    margin: 0 33px 0 15px !important;
  }
  
  
  .blog-item-text {
      min-height: initial;
  }
  
  #TGIT_home-news {
      display: block;
      position: static;
  }
  
  .blog-item-info {
    float: none;
    margin: 20px 0 10px -8px;
    width: 100%;
  }
  
  .blog-item-info * {
    float: none;
    display: inline !important;
    padding: 0 10px;
    font-size: 13px !important;
    border: none !important;
  }  
  
  .owl-carousel .owl-wrapper-outer {
    max-width: 100%;
  }

  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > h3 {
    font-size: 18px;
    width: 80vw !important;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > p {
    font-size: 13px;
    display: inline-block;
    width: 80vw !important;
  }
  
  .memorial-buttons {
    display: block;
  }
  
  .memorial-button {    
      margin: 10px auto;
      width: 299px;
  }
  
  .press-buttons {
      display: block;
      width: 344px;
      margin: auto;
  }
  
  .press-button {
      margin: 10px;
      display: inline-block;
  }
  
  .press-media_kit section-title {
    margin: 30px 0 20px 0;
  }
  
  .TGIT_about__JN_bio__item, .QandA {
    padding: 0 5px;
  }
  
  .QandA {
    margin: 15px auto;
  }
  
  .team {
    margin-top: 20px;
  }
  
  .blog-screenings #blog {
    padding: 30px 0;
  }
  
  .the_album {
    margin-top: 30px;
  }

  
}
/* ----------- /iPhone 5 and 5S  ----------- */


/* -----------  iPhone 6  ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  
  #TGIT_hero {
    height: 216px;
    /*margin-bottom: 150px;*/
    margin-top: 40px;
    background-color: #3c3c3c;
  }  

  .TGIT_hero-module {
      background-attachment: initial;
  }
  
  #blog {
    padding-top: 10px;
  }
  
  #TGIT_hero__media {
    height: 206px;
  }
  
  #TGIT_hero__media iframe {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #3c3c3c
  }

  #homepage {
    margin-top: 20px;
  }
  
  .TGIT_hero-module img {
      width: 100%;
      margin: 0 auto;
      display: block;
    }
  
  #TGIT_hero p {
    padding: 25vh 3vw 30vh;
    width: 100%;
    height: 88vh;

  }
  
  #more {
    display: none;
  }
  
  .navbar-brand img {
    height: 50px;
      margin-top: 18px;
  }
  
  .col-1-2 {
      width: 100%;
  }
  
  .TGIT_about-section {
      padding: 0;
  }
  
  .TGIT_about-section__poster {
  margin: 10px 0 40px 13px;
  }
  
  .TGIT_about-section__poster img {
      max-height: initial;
      width: 85vw;
  }
  
  .TGIT_best_film_counter1 .row {
    padding: 0;
  }
  
  .owl-carousel .owl-item {
      float: none;
      display: inline;
  }
  
  #owl-blog .owl-controls {
      margin: 0;
  }
  
  #owl-blog > div.owl-wrapper-outer div div.blog-item {
    padding: 0 0 40px;
    width: 80vw !important;
    margin: 0 16px 0 0;
  }
  
  
  .blog-item-text {
      min-height: initial;
  }
  
  #TGIT_home-news {
      display: block;
      position: static;
  }
  
  .blog-item-info {
    float: none;
    margin: 20px 0 10px -8px;    
    width: 100%;
  }
  
  .blog-item-info * {
    float: none;
    display: inline !important;
    padding: 0 10px;
    font-size: 13px !important;
    border: none !important;
  }  
  
  .owl-carousel .owl-wrapper-outer {
    width: 320px;
  }

  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > h3 {
    font-size: 18px;
    width: 90vw;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > p {
    font-size: 13px;
    display: inline-block;
    width: 300px;
  }
  
  .TGIT_about__JN_bio__item, .QandA {
    padding: 0 15px;
  }
  
  .QandA {
    margin: 15px auto;
  }
  
  .team {
    margin-top: 20px;
  }
  
  .blog-screenings #blog {
    padding: 30px 0;
  }
  
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    
    #TGIT_hero {
    height: 265px !important;
    /*margin-bottom: 80px;*/
    margin-top: 40px;
    background-color: #3c3c3c;
  }  

  .TGIT_hero-module {
      background-attachment: initial;
  }

  #TGIT_hero .TGIT_hero-module__text__quote {
    font-size: 4vw;
  }

  #TGIT_hero .TGIT_hero-module__text__publication {
    font-size: 2.5vw;
  }
  
  #blog {
    padding-top: 10px;
  }
  
  #TGIT_hero__media {
    height: 206px;
  }
  
  #TGIT_hero__media iframe {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #3c3c3c
  }

  #homepage {
    margin-top: 20px;
  }
  
  .TGIT_hero-module img {
      width: 100%;
      margin: 0 auto;
      display: block;
    }
  
  #TGIT_hero p {
    padding: 25vh 3vw 30vh;
    width: 100%;
    height: 88vh;

  }
  
  #more {
    display: none;
  }
  
  .navbar-brand img {
    height: 50px;
      margin-top: 18px;
  }  
  
  .col-1-2 {
    width: 100%;
  }
  
  .TGIT_about-section {
    padding: 5px 0 30px;
  }
  
  .TGIT_about-section__poster img {    
    max-height: initial;
    margin: 40px auto;
    width: 70%;
    display: block;
  }
    
  .TGIT_best_film_counter1 .row {
    padding: 0;
  }
  
  .about-page iframe {
    width: 60vw;
    display: block;
    margin: 0 auto;
    height: 60vh;
  }
    
  .owl-carousel .owl-item {
      float: none;
      display: inline;
  }
  
  #owl-blog .owl-controls {
      margin: 0;
  }
  
  #owl-blog > div.owl-wrapper-outer div div.blog-item {
    padding: 0 0 40px;
    width: 600px;
    margin: 0 0 0 7px;

  }
    
  .blog-item-text {
      min-height: initial;
  }
  
  #TGIT_home-news {
      display: block;
      position: static;
  }
  
  .blog-item-info {
    float: none;
  margin: 20px 0 10px 10px;
  }
  
  .blog-item-info * {
    float: none;
    display: inline !important;
    padding: 0 10px;
    font-size: 13px !important;
    border: none !important;
  }  
  
  .owl-carousel .owl-wrapper-outer {
    width: 550px;
  }

  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text {
    border: none;
    margin: 0 0 0 20px;
    padding: 0;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > h3 {
    font-size: 18px;
    width: 77vw;
  }
  
  #owl-blog div.owl-wrapper-outer div.blog-item > div.blog-item-text > p {
    font-size: 13px;
    display: inline-block;
    width: 470px;
  }
  
  .about-page #TGIT_home-news #blog h1, #press-page .press-posts #blog h1 {
    margin: 0 0 25px;
  }
  
  .TGIT_about__JN_bio__item, .QandA {
    padding: 0 15px;
  }


}
/* ----------- /iPhone 6  ----------- */


/* -----------  iPhone 6+  ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}
/* ----------- /iPhone 6+  ----------- */


/* -----------  Galaxy S3  ----------- */

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
  
  .controls, .sidedock {
    font-size: 10px;    
  }
  
  #TGIT_hero {
      height: 156px;
      /*margin-bottom: 100px;*/
      margin-top: 40px;
      background-color: #3c3c3c;
  }

  .TGIT_hero-module {
      background-attachment: initial;
  }
  
  #blog {
    padding-top: 10px;
  }


}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {


}
/* ----------- /Galaxy S3  ----------- */


/* -----------  Galaxy S4  ----------- */

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

  
  .controls, .sidedock {
    font-size: 10px;    
  }
  
  #TGIT_hero {
      height: 156px;
      /*margin-bottom: 100px;*/
      margin-top: 40px;
      background-color: #3c3c3c;
  }

  .TGIT_hero-module {
      background-attachment: initial;
  }
  
  #blog {
    padding-top: 10px;
  }
  
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {


}
/* ----------- /Galaxy S4  ----------- */


/* -----------  Galaxy S5  ----------- */

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
  
  .controls, .sidedock {
    font-size: 10px;    
  }

  #TGIT_hero {
      height: 156px;
      /*margin-bottom: 100px;*/
      margin-top: 40px;
      background-color: #3c3c3c;
  }

  .TGIT_hero-module {
      background-attachment: initial;
  }
  
  #blog {
    padding-top: 10px;
  }
  
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {


}
/* ----------- /Galaxy S5  ----------- */


/* -----------  HTC One  ----------- */

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
  
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {


}

/* ----------- /HTC One  ----------- */


/* ----------- iPad ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  #TGIT_hero {
    height: 92vh;
  }

  .TGIT_hero-module {
      background-attachment: initial;
  }

  #TGIT_hero p {
      padding: 22vh 0vh 30vh;
      margin: 0 auto;
  }
  
  .TGIT_hero-module img {
      width: 100%;
      margin: 0 auto;
      display: block;
    }
  
  .navbar-fixed-top {
      padding: 0;
      background-color: #2b2b2b;
  }
  
    .navbar-brand {
      margin-top: 0;
    }
  
  .navbar-brand img {
      height: 50px;
      margin-top: 0;
      margin-left: 15px;
  }
  
    .navbar-custom .nav li a {
      margin: 0 8px !important;
      font-size: 12px;
    }
  
  .TGIT_about-section {
      padding: 50px 5px 50px 0;
  }
  
  td {
      padding: 2px !important;
  }
  
    .TGIT_about-section__text__synopsis {
        margin-top: 20px;
    }
  
    .TGIT_about-section__text__synopsis__title {
        font-size: 21px;
    }
  
    TGIT_about-section__text__synopsis__title {
      font-size: 25px;
    }
  
  .TGIT_about-section__text__synopsis__copy {
      font-size: 13px;
    }
  
  .TGIT_about-section__poster img {
      max-height: 555px;
      margin-top: 5px;
  }
  
    .container {
      padding-left: 5px;
    }
  
    .blog-item-info span {
      font-size: 18px;
    }
  
    .owl-controls {
        margin: auto !important;
    }
  
    .TGIT_about__JN_bio {
      margin: 30px
    }
  
    .QandA {
      margin: 60px 30px;
    }
  
  .team {
    width: 600px;
    margin: auto;
  }
  
    .press-gallery > h2 div {
        width: 97vw;
      margin: auto;
    }
  
  .the_album {
    margin-top: 30px;
  }

  
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

  #TGIT_hero {
    height: 92vh;
  }

  .TGIT_hero-module {
      background-attachment: initial;
  }

  #TGIT_hero .TGIT_hero-module__text__quote {
    font-size: 4vw;
  }

  #TGIT_hero .TGIT_hero-module__text__publication {
    font-size: 2.5vw;
  }

  #TGIT_hero p {
      padding: 14vh 0 10vh;
      margin: 0 auto;
  }
  
  .TGIT_hero-module img {
      width: 100%;
      margin: 0 auto;
      display: block;
    }
  
  .navbar-fixed-top {
      padding: 0;
      background-color: #2b2b2b;
  }
  
    .navbar-brand {
      margin-top: 0;
    }
  
  .navbar-brand img {
      height: 50px;
      margin-top: 0;
      margin-left: 15px;
  }
  
    .navbar-custom .nav li a {
      margin: 0 8px !important;
      font-size: 12px;
    }

  .TGIT_about-section__poster img {
      max-height: 550px;
  }  
  
    .container {
      padding-left: 5px;
    }

    .owl-controls {
        margin: auto !important;
    }
  
  .blog-item-info {
    display: block;
  }
  
  .blog-item-info span {
      font-size: 18px;
  }

    .team {
    width: 850px;
      margin: auto;
    }
  
    .press-gallery > h2 div {
      width: 72vw;
      margin: auto;
    }  
  
  .the_album {
    margin-top: 30px;
  }
  
}
/* ----------- /iPad ----------- */