/* COLOURS 
-----
CINEMA BLUE #18222E  -  dark blue #08121E
CINEMA RED #DB324B
CINEMA GREY #D2D5E1
-----
*/

@font-face {
    font-family: "Adelle-Regular";
    src: url("https://db.onlinewebfonts.com/t/b571d4d509009848999e48b0549a17c6.eot");
    src: url("https://db.onlinewebfonts.com/t/b571d4d509009848999e48b0549a17c6.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/b571d4d509009848999e48b0549a17c6.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/b571d4d509009848999e48b0549a17c6.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/b571d4d509009848999e48b0549a17c6.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/b571d4d509009848999e48b0549a17c6.svg#Adelle-Regular")format("svg");
}


body {
  background: #18222E;
  color: #FFF;
  font-family: 'Adelle-Regular', arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -moz-font-feature-settings: 'lnum';
}

h1, h2, h3 {
  font-family: 'Open Sans', arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1em;
  text-shadow: 0 4px 0 #08020E;/**/
}

h1 {
  font-size: 3rem;
  line-height: 3rem;
  text-shadow: 0 3px 0 #D2D5E1;
  text-transform: uppercase;
}

h2 {
  /* color: #1e1b3d; */
  font-size: 2rem;
  text-shadow: none;
  letter-spacing: 0;
  text-transform: capitalize;
}

h3 {
  color: #DB324B;
  font-size: 1.35rem;
  letter-spacing: -1px;
  text-shadow: none;
  text-transform: uppercase;
}

.back-white {
  background: #FFF;
  color: #18222E;
}

.block {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.block h2 {
  /*font-size: 3rem;*/
  /*text-transform: uppercase;*/
}

p.red,
span.red,
strong.red,
li.red, 
ul.red li,
a.red {
  color: #DB324B;
}

.open {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 800;
  font-style: italic;
}

.bold,
strong {
  font-weight: 700;
}

.bebas {
  /* font-family: 'bebas-neue', arial, sans-serif; */
  font-family: 'Bebas Neue', arial, sans-serif;
  font-weight: 400;
}

.adelle {
  font-family: 'Adelle-Regular', arial, sans-serif;
  font-weight: 400;
}

.header {
  padding: 15px 0;
}

.logo {
  background: url(../images/boat-club-cinema-logo-1x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 77px;
  margin: 0 auto; 
  width: 148px;
}

@media screen and (min-width: 641px) {
  .header {
    height: 107px;
    padding-top: 37px;
  }
  
  .header .column {
    position: relative;
  }
  
  .header .logo {
    position: absolute;
    left: 15px;
    top: -24px;
    
  }
}
  
@media screen and (max-width: 640px) { 
  .logo {
     
  }
}


.orbit-container {
  height: auto!important;
}
.title-bar {
  background: none;
 
}

.title-bar button {
  color: #FFF;
}

.top-bar {
  background: none;
  padding: 0;
}

.top-bar ul > li:nth-child(2) .second-level,
.top-bar ul > li:nth-child(2) a::after,
.top-bar ul > li:nth-child(3) .second-level,
.top-bar ul > li:nth-child(3) a::after {
    display: none!important;
    
  }

@media screen and (max-width: 640px) {   
  .top-bar ul li a {
    padding-right: 0;
  }
  .top-bar ul li a::after {
    display: none;
  }
}

@media screen and (min-width: 641px) {  
  .top-bar ul > li:nth-child(2) > a,
  .top-bar ul > li:nth-child(3) > a {
    padding-right: 13px!important;
  }
}

.top-bar ul > li a::after {
  border-color: #AB021B transparent transparent!important;
}

.top-bar .second-level {
  border: none;
  margin: 0;
  padding: 0;
}

.top-bar .second-level li {
  list-style: none;
}

.top-bar .second-level li a {
  border: none!important;
  font-family: 'Adelle-Regular', arial, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 641px) { 
  .top-bar .second-level {
    display: block;
  }
  
  .top-bar .second-level li {
    padding-top: 0;
    text-align: center;
  }
  
  .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    position: relative;
  }
}


@media screen and (min-width: 641px) {
  .top-bar {
    float: right;
  }
  
  .header .top-bar ul {
    background: #DB324B;
    padding: 4px 0;
  }
  
  .top-bar li a {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1rem;
  } 
  
  .header .top-bar li a {
    border-right: 1px solid #AB021B;
    color: #FFF;
    padding: 2px 13px 3px;
  } 
  
  .top-bar li:last-child a {
    border: none;
  }
  
}

@media screen and (min-width: 641px) { 
  .contact-details {
    float: right;
  }
  
  .contact-details .phone {
    line-height: 27px;
    margin-left: 10px;    
  }
  
  .contact-details .phone span {
    color: #FFF;   
    font-size: 35px;
  }
}

@media screen and (max-width: 641px) {
  .header {
    padding-bottom: 0;
  }
  
  .menu-controls {
    border-top: 1px solid #38424E;
    margin: 20px -0.625rem 0;
  }
  
  .title-bar {
    border-right: 1px solid #38424E;
  }
  
  .title-bar,
  .contact-details {
    float: left;
    text-align: center;
    width: 50%;
    padding: 0;
    line-height: 40px;
    height: 40px;
  }
  
  .top-bar {
    padding-top: 40px;
  }
  
  .top-bar ul {
    background: #DB324B;
    padding: 15px 0;
  }
  
  .top-bar ul li {
    display: block;
    padding: 15px;
  }
  
  .top-bar ul li a {
    color: #FFF;
    padding: 0;
    text-shadow: 0 1px 0 #AB021B;
    text-align: center;
  }
  
  .contact-details {
  
  }
  
  .contact-details a {
    color: #FFF;
  }
}

.border-bottom {
 border-bottom: 4px solid #DB324B; 
}

/* FOOTER */

.footer {
  background: #08121E;
  border-top: 4px solid #DB324B;
  margin-top: 1px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.footer h4 {
  color: #DB324B;
  font-family: 'Open Sans', arial, sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.footer-phone {
  color: #FFF;
  display: block;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

.footer address {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.25rem;
  margin-top: -0.5rem;
}

.footer-phone .fa {
  color: #DB324B;
}

.footer-menu > ul {
  margin: 0 auto;
  list-style: none;
}

.footer .logo {
  margin-bottom: 0.9735rem;
}


.footer-menu li {
  margin-bottom: 0.6725rem;
}

.footer-menu li a {
  color: #FFF;
}

.footer-phone > a {
  color: #FFF;
}

.footer-phone > a .fa {
  color: #DB324B;
}

@media screen and (max-width: 641px) {
  .footer-menu,
  .footer-contact {
    text-align: center;
  }
  .footer-logo {
    padding: 30px 0;
  }
}

.top {
  background: #2C4461;
  color: #DB324B;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
    bottom: 15px;
    right: 15px;
  
}

.copyright {
  color: #D2D5E1;
  font-size: 0.9rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

/* TYPOGRAPHY */

.typography > p:first-of-type {
  font-weight: 800;
}

.typography p a {
  color: #DB324B;
  text-decoration: underline;
}

.typography p a:hover {
  color: #FFF;
}

.typography h2 {
  color: #DB324B;
  font-size: 2rem;
  text-shadow: 0 4px 0 #D2D5E1;
  text-transform: none;
  letter-spacing: -1px;
}



.button,
.Actions .action {
  border:none;
  background: #DB324B;
  color: #FFF;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -1px;
  text-decoration: none;
}

.back-white .button:hover {
  background: #18222E;
  color: #FFF;
}

.button:hover,
.Actions .action:hover {
  background: #FFF;
  color: #18222E;
}

.button.secondary {
  background: #D2D5E1;
  color: #DB324B;
}


.movie-synopsis {
  position: relative;
}

.movie-synopsis h1 {
  padding-right: 60px;
}

.movie-synopsis .rating {
  position: absolute;
    top: 6px;
    right: 0;
  width: 40px;
}



.detail {
  overflow: auto;
  /*margin-top: 20px;*/
  margin-bottom: 30px;
}

.detail img {
  float: left;
  height: auto;

  max-width: 33.333%;
}

.detail dl {
  float: left;
  width: 66.6665%;
  padding-left: 20px;
}

.detail tr {
  background: none!important;
  padding-bottom: 10px;
  border-bottom: 5px solid #FFF!important;
}

.detail td {
  display: inline-block;
  padding-top: 0;
}

.detail tr td:first-child {
  font-weight: bold;
  padding: 0;
  width: 100%;
}

.detail tr td:nth-child(2) {
  padding-left: 0;
}

.detail .video-container {
  margin-bottom: 20px;
}

.content dt {
  margin-bottom: 0;
}

.content dd {
  margin-bottom: 10px;
}

@media screen and (max-width: 641px) {
  .detail dl { 
    font-size: 0.9rem;
    line-height: 1rem;
  } 
  .detail dl dt {
    font-size: 0.75rem;
  }
}

.detail dl dt,
.detail dl dd {
  float: left;
  margin: 0 0 10px;
}

.detail dl dt {
  text-transform: uppercase;
  width: 40%;
}

.detail dl dd {
  clear: right;
  width: 60%;
}

@media screen and (min-width: 1000px) {
  .detail dl dt {
    width: 25%;
  }
  .detail dl dd {
    width: 75%;
  }
}

.detail dl dt:last-of-type,
.detail dl dd:last-of-type {
  float: none;
  margin: 0;
  width: 100%;
}

.sidebar h2 {
  color: #DB324B;
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1rem;
  margin-top: 20px;
  text-shadow: none;
}

@media screen and (max-width: 641px) {
  .sidebar {
    /*border-top: 2px solid #D2D5E1;*/
    margin-top: 30px;
    /*padding-top: 30px;*/
  }
}

.sidebar table {
  font-size: 0.9rem;
}

.sidebar tr td:first-child {
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: uppercase;
}


.sidebar td.mumsandbubs {
  background: #ef4b83;
  color: #FFF;
  line-height: 1em;
  text-align: center;
  padding: 3px;
}

.session-times td .mumsandbubs small {
  font-size: 11px;
}

.saver {
  border: 2px solid #DB324B!important;
  color: #DB324B;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 10px 1px;
  max-width: 100px;
    text-align: center;
}

.HomePage .saver {
  position: relative;
  margin-right: 10px;
}


.MovieHolderPage .saver {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 2px 6px 1px!important;
}

.MoviePage .saver {
  margin: 0 0 10px 20px;
}

.MoviePage .content img {
  float: left;
  margin: 0 15px 15px 0;
}

.MoviePage .movie-header {
  margin-bottom: 10px;
}

.MoviePage h1 {
  display: inline;
}

.MoviePage .rating {
  display: inline-block;
  margin-left: 15px;
      vertical-align: top;
    margin-top: 5px;
}

.rating {
  /*display: block;*/
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 40px;
}


/* 
.rating-g {
  background: #22b24c;
  color: #FFF;
}

.rating-pg {
  background: #fff200;
  color: #08121E;
}

.rating-m {
  background: #f8931e;
}

.rating-m {
  background: #00aeef;
  color: #FFF;
}

.rating-ma {
  background: #ed1c24;
  color: #FFF;
}

.rating-r {
  background: #231f20;
  color: #FFF;
}

.rating-ctc {
  background: #f8931e;
} */

.movies {
  list-style: none;
  margin: 20px 0 0;
}

.movie-summary {
  border-bottom: 1px solid #D2D5E1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.movie-summary:last-child {
  border: none;
}

.movie-summary .poster {
  padding-left: 0;
}

.movie-summary h2 {
  float: left;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin: 0;
  padding-right: 15px;
  text-shadow: 0 3px 0 #D2D5E1;
  text-transform: none;
  letter-spacing: -1px;
}

.movie-summary h2 a {
  color: #08121E;
}

.movie-summary h2 a:hover {
  color: #DB324B;
}

.movie-summary .rating {
  float: left;
}


@media screen and (max-width: 641px) {
  .movie-summary .poster {
    padding-right: 0;
  }
  
  .movie-summary h2 {
    font-size: 1.4rem;
    line-height: 1.25em;
    text-shadow: 0 2px 0 #D2D5E1;
  }
  
  .movie-summary .rating {
    height: 20px;
    line-height: 20px;
    width: 30px;
    margin-top: 8px;
    font-size: 12px;
  }
  
  .movie-synopsis .rating {
    right: 20px;
  }
}

.summary-detail {
  float: left;
  font-size: 0.9rem;
  margin-top: 10px;
  overflow: auto;
  width: 100%;
}

.summary-detail span {
  margin-top: 5px;
}

.summary-detail span:first-child {
  border-right: 1px solid #D2D5E1;
  margin-right: 10px;
  padding-right: 10px;
}

.summary-detail p {
  margin-top: 10xp;
}

/* iFrame */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

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

.orbit-previous,
.orbit-next {
  display: none;
}

.orbit-slide {
  text-align: center;
}

.tickets {
  border: 1px solid #D2D5E1;
  clear: both;
}

.tickets > div {
  padding: 10px;
  line-height: 1.1em;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .tickets br {
    display: none;
  }
}

.tickets small {
  color: #9398a9;
}

.tickets > div:nth-child(1),
.tickets > div:nth-child(2) {
  border-right: 1px solid #D2D5E1;
}

@media screen and (max-width: 641px) {
  .tickets {
    display: flex;
  }
}

.session-times {
  border-collapse: collapse;
  margin-top: 30px;
}


.session-times tbody {
  background: none;
  border: none;
}

table.session-times tbody tr {
  background: none;
  border: none;
}

.session-times tr td:first-child {
  text-align: left;
}

.session-times th {
  line-height: 1em;
  font-family: 'Open Sans', arial, sans-serif;
  font-style: italic;
  color: #DB324B;
  text-transform: uppercase;
}

.session-times th span {
  color: #18222E;
  
  font-size: 1.6rem;
  font-weight: 800;
}

.session-times tr td {
  border-bottom: 1px solid #aa2e44;
}

.session-times tr:last-child td {
  border-bottom: none;
}

.session-times tr th,
.session-times tr td {
  border-right: 1px solid #aa2e44;
}

/* .session-times tr td:not(first-child) {
  max-width: 50px;
} */

.session-times tr th:first-child,
.session-times tr td:first-child {
  border-right: none;
}

.session-times tr th:last-child,
.session-times tr td:last-child {
  border-right: none;
}


.session-times th:not(:first-child) {
  background: #FFF;
}

.session-times tr td:not(:first-child) {
  /* max-width: 90px; */
  /* min-width: 100px; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.session-times td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

.session-times td:first-child {
  padding-left: 0;
  min-width: 250px;
}

.session-times td:not(:first-child) {
  font-size: 1.25rem;
  font-weight: 700;
}

.session-times td .mumsandbubs {
  background: #ef4b83;
  display: inline-block;
  line-height: 1em;
  padding: 0 3px 5px 3px;
}

.session-time-none {
  color: #9398a9 !important;
}

.session-times td .mumsandbubs small {
  font-size: 12px;
}

.session-times .poster-wrapper {
  display: block;
  float: left;
  margin-right: 10px;
  max-width: 100px;
}

.session-times h2 {
  line-height: 2.2rem;
  padding-bottom: 10px;
  text-transform: none;
}

.session-times .rating {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.session-times h2 a {
  color: #FFF;
  font-size: 2.2rem;
}

.session-times h2 a:hover {
  color: #DB324B;
}

.day-of-week {
  display:none;
}

/* ENQUIRY FORM */

.enquiry-form {
  background: #eceef7;
  padding: 0.9375rem;
}

.enquiry-form h2 {
  color: #DB324B;
  text-shadow: none;
  font-size: 2rem;
}

.enquiry-form strong {
  white-space: nowrap;
}

.enquiry-form label {
  margin-bottom: 0!important;
}

.enquiry-form .Actions {
  text-align: center;
}

.enquiry-form .Actions .action {
  padding: 5px 20px;
}

@media screen and (max-width: 1024px) {
  
  .session-times h2 {
    line-height: 1.8rem;
    margin-top: -9px;
  }
  .session-times h2 a {
    font-size: 1.8rem;
  }
  .session-times .poster-wrapper {
    max-width: 80px;
  }
  .session-times td:not(:first-child) {
    font-size: 1rem;
  }
}

@media screen and (max-width: 840px) {
  .session-times tr:first-child {
    display: none;
  }
  
  .day-of-week {
    color: #DB324B;
    display: block;
    line-height: 17px;
    margin-bottom: 9px;
    white-space: normal !important;
  }
  
  .day-of-week strong {
    text-transform: uppercase;
  }
  
  .session-times tr td {
    border-bottom: none;
    display: block;
    float: left;
    padding: 0;
    width: 14.2857142857%;
  }
  
  .session-times td:not(:first-child) {
    margin: 10px 0;
    min-width: auto;
  }
  .session-times td:first-child {
    border-top: 1px solid #364557;
    margin-top: 10px;
    padding-top: 20px;
  }
  
  .session-times tr:nth-child(2) td:first-child {
    border: none;
    padding: 0;
    margin: 0;
  }
 
  .session-times tr td:first-child {
    width: 100%;
  }
}

span.session-times-date-time-display {
    display: none;
}

.session-time-purchase-link {
    line-height: 22px;
}

.session-times-time-display {
  color: #FFFFFF;
}
.session-times-time-display a {
  color: #FFFFFF;
}

.session-time-purchase-link:hover {
  background: #e43232 !important;
  border-radius: 5px;
  color: #DB324B !important;
  line-height: 22px;
}

@media screen and (max-width: 750px) {
  .session-times td:not(:first-child) {
    font-size: 14px;
    min-width: auto !important;
  }
  .day-of-week {
    line-height: 14px;
  }
}

@media screen and (max-width: 400px) {
  .session-times tr td:not(:first-child) {
    min-width: auto;
  }

  .session-times tr td {
    border: none;
    margin: 5px 0!important;
    text-align: left;
    width: 100%;
    font-size: 1rem!important;
  }
  .day-of-week {
    float: left;
    margin: 0 8px 0 0;
    line-height: inherit;
  }
  .day-of-week strong {
    color: #FFF;
    margin-right: 3px;
  }.day-of-week:after {
    content: ':'
  }
  .session-times tr td br {
    display: none;
  }
}

#mc_embed_signup {
  
}

#mc_embed_signup .button {
 background: #DB324B!important; 
}
#mc_embed_signup .button:hover {
  background: #08121E!important; 
}

.cta-banner {
  padding-bottom: 15px;
}

@media screen and (max-width: 640px) { 
  .cta-banner {
    padding: 0 0 15px 0;
  }

}


@media screen and (min-width: 641px) and (max-width: 1024px) {
  .header > .row > .column {
    background: #18222E;
    padding-bottom: 15px;
    text-align: center;
  }
  .top-bar,
  .contact-details {
    float: none;
  }
  .contact-details .phone span {
    font-size: 24px;
  }
  .header .logo {
    position: relative;
  }
}

.coming-soon h2 a {
  color: #ffffff;
}