/*
Theme Name: Northern Ireland Screen
Theme URI: http://www.northernirelandscreen.co.uk

Author: Visionworks Interactive
Author URI: http://visionworksinteractive.co.uk
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.contained {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;

}

body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif, Helvetica, Arial, sans-serif;
  color: #222;
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  display:block;
  height: auto;
}


/* Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.iframe-flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.iframe-flexible-container iframe,
.iframe-flexible-container object,
.iframe-flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}



ol {
    counter-reset: foo;
    display: table;
    margin-left: 5%;
    margin-right:5%;
}

ol > li {
    counter-increment: foo;
    display: table-row;
}

ol > li::before {
    content: counter(foo) ".";
    display: table-cell; /* aha! */
    text-align: right;
        padding-right: 15px;
}


.maincontent li {
  margin-bottom: 1rem;

    list-style-type: square;
    font-size: 1.7rem;
}

.maincontent ul {
    text-indent: -36px;
    margin-left: 31px;
    padding-left: 5%;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  padding-left: 5%;
  padding-right:5%;
  letter-spacing: 1px;
   text-transform: uppercase; }
h1 { margin-bottom:0rem !important; font-size: 4.3rem; padding-left:3%; line-height: 1.2; }
h2 { font-size: 3.5rem; line-height: 1.3; }
h3 { font-size: 3.0rem; line-height: 1.3; }
h4 { font-size: 2.4rem; line-height: 1.3; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

p {
  font-size: 1.7rem;
   padding-left: 5%;
  padding-right:5%;
  margin-top: 0;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: black;
}

a:hover {
  color: grey;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid white;
  cursor: pointer;
  box-sizing: border-box;
}

.wpcf7-form input[type="submit"]{
display: inline-block;
    height: 50px;
    padding: 0 30px;
    color: black;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 3px solid black;
    cursor: pointer;
    font-weight: bold;
    box-sizing: border-box;
    width:100%;
}

.wpcf7-form input[type="submit"]:hover{
    color:white;
    background-color: #393939;;
    border: 2px solid #393939;;
}

.wpcf7-form input[type="submit"], .wpcf7-form input[type="text"], .wpcf7-form select, .wpcf7-form input[type="email"] {
  width:100%;
}

.wpcf7-form textarea {
  width:100%;
  height:170px;
}


.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: black;
  border-color: white;
  background: white;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 50px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    box-shadow: none;
    box-sizing: border-box;
    color: black;
    width: 60%;
}

.subscribebutton {
display: inline-block;
   height: 50px;
    padding: 0 30px;
    color: white;
    background-color: white;
    width: 60%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 2px solid white;
    cursor: pointer;
    box-sizing: border-box;
}
.formtitle {
    padding-left: 0px;
    margin-bottom: 2px;
}

.formtext {
      padding-left: 0px;
}

/* Removes awkard default styles on some inputs for iOS */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {

  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}


label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

table {
  margin-left: 5%;
  padding-right: 5%;
  width:90%;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
form,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

p {
  margin-top: 0;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Main Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header{
max-width:100%;
margin:auto;
background-color: #ecf0f1;
}

.logo{
  float: left;
}

footer{
  color: white;
  background: #393939;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-right: 2%;
  padding-left: 2%;
  }

footer b {
  color:white;
}

footer p {
  font-size: 1.7rem;
}

footer ul {
  list-style: square;
}

footer a {
  color:white;
  text-decoration: underline;
}


/* MORE CUSTOM CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */



.foo img:last-child{
  display:none;
}
.foo:hover img:first-child{
  display:none;
}
.foo:hover img:last-child{
  display:inline-block;
}


/* HEADER/SLIDER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*Firefox hack */

.headingoverlay {
  margin-bottom: 70px;
}

.greywrapper {
  background-color:#ecf0f1;
  width:100%;
}

.maincontent ul {
    text-indent: -15px;
    margin-left: 18px;
    padding-left: 5%;
    padding-right: 2%;
}
}

.headerwrapper { /*Light grey background behind the nav*/
  background-color: #ecf0f1;
}

.headingoverlay {
    width: 100%;
    min-height:500px;
    max-height: 500px;
    background: rgba(0,0,0,0.4);
    z-index: 99999;
    clear:both;
}

.headertextarea {
   max-width: 40%;
}

.headingbackground {
  min-height:520px;
  max-height: 520px;
  background-size: cover
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 3;
}

.bx-pager.bx-default-pager a.active {
    background: white;
}

.headingbackground h2 {
    color: white;
    font-size: 3.5rem;
    margin-top: 120px;
    margin-left: 3%;
    font-weight: 500;
}

.headingbackground p, .insideheadingbackground p {
    color: white;
    font-size: 1.8rem;
    margin-left: 3%;
}

.insideheadingbackground {
    min-height: 300px;
    background-size: cover background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 3;
}

.insideheadingoverlay {
    width: 100%;
    min-height:300px;
    background: rgba(0,0,0,0.4);
    z-index: 99999;
    clear:both;
}

.insideheadingbackground h2 {
  color:white;
  font-size: 3.5rem;
  margin-top: 0px;
}

.darkbutton {
  background-color: #393939;
  color:white;
  text-transform: uppercase;
  padding:15px;
  display:block;
  width:130px;
  text-align:center;
  margin-left: 5%;
  margin-right:5%;
  text-decoration: none;}

.darkbutton:hover {
  background-color: #393939;
  color:#e5e5e5;
}

.darkbuttonlong {
  background-color: #393939;
  color:white;
  text-transform: uppercase;
  padding:15px;
  display:block;
  width:200px;
  text-align:center;
  margin-left: 5%;
  margin-right:5%;
  text-decoration: none;
  font-weight: 500;
}

.darkbuttonlong:hover {
  background-color: #393939;
  color:#e5e5e5;
}

.lightbutton {
  background-color: white;
  color:black;
  text-transform: uppercase;
  padding:15px;
  display:block;
  width:130px;
  text-align:center;
  margin-left: 8%;
  margin-right:5%;
  text-decoration: none;
  font-weight: 500; }

.lightbutton:hover {
  background-color: white;
  color:#666666;
}

.slide {
    min-height: 100%;
    overflow: hidden;
}

.bx-wrapper img {
  object-fit: none; /* Do not scale the image */
  object-position: 54% 19%; /* Center the image within the element */
  height: 400px;
  width: 100%;
}

.bx-wrapper {
  height: 420px;
}

.fullwidthbanner {
  width:100%;
  max-height: 400px;
}





.scrolloptions {
  margin-top:50px;
  margin-bottom: 100px;
}

.scrolloptions h4 {
  font-size: 2.3rem;
}


.halfwidthbanner {
	width:100%;
	margin-left: 5%;
	margin-top: 80px;
}


/* APPLE IOS AND ANDROID LOGO STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ioslogo {
  width:45%;
  display: block;
  margin: auto;
  margin-top:10px;
  margin-bottom: 10px;
}

.androidlogo {
  width:50%;
  display: block;
  margin: auto;
}






/* PRODUCTION CATALOGUE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.productioncol {
    float: left;
    width: 25%;
    min-height: 230px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.productionimage {
    max-width: 100%;
    display: block;
    height: auto;
}

.productionimageplaceholder {
    width: 100%;
    display: block;
    height: auto;
}

.productiontext {
   z-index:100;
   color:white;
   margin-top: 120px;
   transition: all 0.5s;
}
.productiontext h4 {
  font-size: 3.5rem;
  font-weight: 500;
}

.cataloguetable {
  margin:auto;
  width:100%;
  margin-left: 5%;
  margin-bottom: 8%;
}

.cataloguetable tr:nth-child(2n+1) {
  background:#ecf0f1;
}

.cataloguetable th, .cataloguetable td {
  padding-left: 25px;
  padding-right: 25px;
  border-style: none;
}

.cataloguetable th {
    width: 50%;
}

.cataloguetable td {
    width: 50%;
}

.catalogueimage {
  width:100%;
  margin-top: 80px;
  margin-left: 10%;
  margin-right:5%;
}

.subcol {
    float: left;
    width: 33.333%;
    min-height: 230px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.subsmallcol {
    float: left;
    width: 33.333%;
    min-height: 230px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.televisiontext {
    z-index: 100;
    color: white;
    margin-top: 120px;
    transition: all 0.5s;
}

.televisiontext {
   z-index:100;
   color:white;
   margin-top: 120px;
   transition: all 0.5s;
}
.televisiontext h4 {
  font-size: 3.5rem;
  font-weight: 500;
}

.featuredcol {
    float: left;
    width: 33.3333%;
    min-height: 230px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.featuredtext {
   z-index:100;
   color:white;
   margin-top: 120px;
   transition: all 0.5s;
}
.featuredtext h4 {
   font-size: 3.5rem;
    font-weight: 500;
}

.news-postimage {
  margin-left: 5%;
}


.televisiontext h4 {
  font-size: 3.5rem;
  font-weight: 500;
}
.subtext {
   z-index:100;
   color:white;
   margin-top: 120px;
   transition: all 0.5s;
}


@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-color-index:0)
{
.maincontent ul {
    text-indent: -15px;
    margin-left: 18px;
    padding-left: 5%;
    padding-right: 2%;
}
  }

.bx-viewport {
  min-height:500px;
}

.maincontent {
    margin-left:5%;
}

#readmore {
  margin-left:5%;
}


/*---------Latest News---------*/

.mapflex .iframe-flexible-container {
    position: relative;
    padding-bottom: 336px;
    padding-top: 30px;
    height: 0;
}

    .scrolloff {
        pointer-events: none;
    }

.newsandevents {
  margin-left: -2%;
}
.viewall {
    font-size: 2.2rem;
    line-height: 2.3;
    text-align: right;
    padding-right: 15%;
}
.bold {
  font-weight: 500;
}

  .slide p {
    margin-top: 200px;

    padding-left: 5%;
    padding-right:5%;
  }



  .articletext {
   position: absolute;
   top: 120px;
   left: 0;
   width: 100%;
   color: black;
   font-size: 18px;
   background: rgb(255,255,255); /* fallback color */
   background: rgba(255,255,255, 0.9);
   padding: 10px;
   height:100px;
}





/* HOMEPAGE 6 BLOCKS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.box1 {
  float:left;
  width:33.3333%;
   min-height: 320px;
  margin-bottom: 0px;
  padding-top:100px;
}

.text1 {
   z-index:100;
   color:white;
   margin-top: 155px;
   transition: all 0.5s;
   font-weight: 500;
}

.box1 h4 {
  font-size: 3.5rem;
  padding-left: 12%;
  padding-right: 12%;
  font-weight: 500;
}

.box1 p {
  font-size: 1.7rem;
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.tv {
  background: url('../images/sections/tv.jpg');  background-size: cover;
}
.tv:hover {
  background: linear-gradient( rgba(3,48,81, 0.5), rgba(3,48,81, 0.9) ), url('../images/sections/tv.jpg');  background-size: cover;
}

.tvother {
  background: url('../images/sections/tvother.jpg');  background-size: cover;
}
.tvother:hover {
  background: linear-gradient( rgba(3,48,81, 0.5), rgba(3,48,81, 0.9) ), url('../images/sections/tvother.jpg');  background-size: cover;
}

.blue {
  background: url('../images/sections/aboutus.jpg');  background-size: cover;
}
.blue:hover {
  background: linear-gradient( rgba(3,48,81, 0.5), rgba(3,48,81, 0.9) ), url('../images/sections/aboutus.jpg');  background-size: cover;
}

.purple {
  background: url('../images/sections/tv4.jpg');  background-size: cover;
}
.purple:hover {
  background: linear-gradient( rgba(99,19,92, 0.5), rgba(99,19,92, 0.9) ), url('../images/sections/tv4.jpg');  background-size: cover;
}

.green {
  background: url('../images/sections/studios.jpg');  background-size: cover;
}
.green:hover {
  background: linear-gradient( rgba(32,122,29, 0.5), rgba(32,122,29, 0.9) ), url('../images/sections/studios.jpg');  background-size: cover;
}


.orange {
  background: url('../images/sections/dfa.jpg');  background-size: cover;
}
.orange:hover {
  background: linear-gradient( rgba(238,126,35, 0.5), rgba(238,126,35, 0.9) ), url('../images/sections/dfa.jpg');  background-size: cover;
}


.yellow {
  background: url('/wp-content/uploads/2019/05/Header-image-2.jpg');  background-size: cover;
}
.yellow:hover {
  background: linear-gradient( rgba(237,176,54, 0.5), rgba(237,176,54, 0.9) ), url('/wp-content/uploads/2019/05/Header-image-2.jpg'); background-size: cover;
}


.red {
  background: url('../images/sections/tv2.jpg');  background-size: cover;
}
.red:hover {
  background: linear-gradient( rgba(143,7,11, 0.5), rgba(143,7,11, 0.9) ), url('../images/sections/tv2.jpg');  background-size: cover;
}


/* MADE IN NORTHERN IRELAND IMAGES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featuredfilmblue {
  background: url('../images/sections/featuredfilm.jpg');  background-size: cover;
}
.featuredfilmblue:hover {
  background: linear-gradient( rgba(3,48,81, 0.5), rgba(3,48,81, 0.9) ), url('../images/sections/featuredfilm.jpg');  background-size: cover;
}

.digitalcatalogue {
    background: url('../images/sections/wailing.jpg');  background-size: cover;
}

.digitalcatalogue:hover {
  background: linear-gradient( rgba(3,48,81, 0.5), rgba(3,48,81, 0.9) ), url('../images/sections/wailing.jpg');  background-size: cover;
}

.animationcatalogue {
    background: url('../images/sections/driftwood.jpg');  background-size: cover;
}

.animationcatalogue:hover {
  background: linear-gradient( rgba(3,48,81, 0.5), rgba(3,48,81, 0.9) ), url('../images/sections/driftwood.jpg');  background-size: cover;
}

.shortfilmcatalogue {
    background: url('../images/sections/childer1.jpg');  background-size: cover;
}

.shortfilmcatalogue:hover {
  background: linear-gradient( rgba(3,48,81, 0.5), rgba(3,48,81, 0.9) ), url('../images/sections/childer1.jpg');  background-size: cover;
}

.televisioncatalogue {
  background: url('../images/sections/tv2.jpg');  background-size: cover;
}
.televisioncatalogue:hover {
  background: linear-gradient( rgba(3,48,81, 0.5), rgba(3,48,81, 0.9) ), url('../images/sections/tv2.jpg');  background-size: cover;
}




/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.facebookfooter {
background-color: #3b5998;
width:25%;
float:left;
padding-top: 32px;
padding-bottom:32px;
}

.twitterfooter {
background-color: #3498db;
width:25%;
float:left;
padding-top: 32px;
padding-bottom:32px;
}

.linkedinfooter {
background-color: #2867b2;
width:25%;
float:left;
padding-top: 32px;
padding-bottom:32px;
}

.instagramfooter {
background-color: black;
width:25%;
float:left;
padding-top: 32px;
padding-bottom:32px;
}

.youtubefooter {
background-color: #1ab7ea;
width:25%;
float:left;

}

.logoscombined {
  width:70%;
  padding-right:5%;
  padding-left:5%;
  padding-top:2%;
  padding-bottom:2%;
  display: block;
  margin:auto;
}

.footertext {
  color: white;
  text-transform: none;
  font-size: 5.2rem;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 0px;
  line-height: 1.4;
}
/* FUNDING LOGOS*/

.funderslogosbig {
  max-height:100px;
    display: block;
   margin: auto;
  margin-top:17px;
}

.funderslogossmall {
  max-height:100px;
  display: block;
   margin: auto;
    margin-top:25px;


}

.fundingorgsmall {
      width: 40%;
  display:block;
  margin:auto;
  text-align: center;
}

.fundingorglarge{
    width: 30%;
  display:block;
  margin:auto;
}

.social {
  color:white;
  font-size: 4rem;
  margin-left: 10px;
  margin-right: 10px;
}

.footerlink {
  float:right;
  opacity: 0.5;
}

.footerlink a {
  text-decoration: none;
}

footer h5, footer p {
  margin-bottom: 0;
}

footer h5 {
    color:white;
}



.footerend {
 background-color: white;
    color: black;
    padding-top: 15px;
}

.footerend p {
   margin-bottom: 0rem;
       margin-left: 5%;
    margin-right: 5%;
}

.thinnav {
padding-left: 10px !important;
    padding-right: 10px !important;
}



.columnignorebottommargin {
  margin-bottom:0px !important;
}


/* NEWS ARCHIVE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.newsarchive {
margin-top: 40px;
}

.newsarchivemobiledate {
  display: none;
}

.newarchive a {
  margin-left: 30px !important;
}
.newsarchiveimage {
  width:70%;
}

.newsarchivedate{
position: absolute;
    margin-left: -47px;
    margin-top: 0px;
}

.newsarchivedateday{
   background-color: #393939;
  width:5.5rem;
  color:white;
  text-align: center;
  font-size: 2.5rem;
}

.newsarchivedatemonth{
   background-color: #616161;
  width:5.5rem;
  color:white;
  text-align: center;
  font-size: 1.6rem;
}


.slide{
      border-color: #ecf0f1;
    border-style: solid;
    border-width: 1px;
}


.funding {
    width: 50%;
    height: 250px;
    float: left;
}

.publication {
    width: 33.333%;
    height: 300px;
    float: left;
}

.publication h4 {
    color: white;
    font-size: 3.5rem;
        margin-top: 160px;
}

.funding h4 {
    color: white;
    font-size: 3.8rem;
    margin-top: 110px;
    font-weight: 500;
}




.contained h2 {
margin-top: 52px;
margin-bottom: 30px;
padding-left: 5%;
}

.contained h3 {
margin-top: 52px;
}








/* LANDING PAGE HEADERS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.landingheader {
  background-color:#ecf0f1;
}

.landingheader h1 {
margin-top: 30px;
margin-bottom: 8px !important;
margin-left: 0px;
font-weight: 500;
}

.landingheader h2 {
margin-top: 30px;
margin-bottom: 15px;
 font-weight: 500;
}

.landingheader p{
   padding-left: 3%;
}


/* MODAL SEARCH
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.searchlist input[type="checkbox" i]:after {
     content:"\f002";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 2.5rem;
    padding-right: 0.5em;
    left: 0;
}

.searchlist:hover {
    background: transparent !important;
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
.search { position: relative; z-index: 999; }
.search input { text-indent: 60px;}
.search .fa-search {
  position: absolute;
  top: -8px;
  left: 40px;
  font-size: 2rem;
  color:grey;
  display:none;
}

.toggle-modal-button {
  background-color: transparent;
    color: black;
    padding: 1em;
    position: absolute;
    top: 26px;
    right: 3.5%;
    cursor: pointer;
    border-radius: 0.5em;
    box-shadow: inset 0 0 1px white;
    font-size: 3rem;
    -webkit-transition: background-color 0.2s, color 0.2s, -webkit-transform 0.1s linear;
    transition: background-color 0.2s, color 0.2s, -webkit-transform 0.1s linear;
    transition: background-color 0.2s, color 0.2s, transform 0.1s linear;
    transition: background-color 0.2s, color 0.2s, transform 0.1s linear, -webkit-transform 0.1s linear;
}

.modal input[type="text"] {
    color: black;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #efefef;
    font-size: 6rem;
    height: 11rem;
}

.fa-search {
  margin-top: 45px;
  font-size: 2.5rem;
  color: black;
}

.sbtn {
  border:none;
}

.searchlist {
    text-align: center;
    width: 0px !important;
}

.searchbox-input {
  width:100%;
  display:none;
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type=search]{
   height:50px;
   font-size: 2rem;
}






/* NAVIGATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.strapline {
  width:100%;
      padding-top: 20px;
}

.strapline h2 {
font-size: 1.7rem;
    font-weight: 400;
    color: #393939;
    padding-left: 3%;
}

/* Inside page, left side links */
.insidelinks ul {
  font-size: 1.3em;
  list-style: none;
}
.insidelinks ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
  font-size: 1.7rem;
  margin-left: 5%;
}

.insidelinks ul li .children{
    margin-left: 0px;
}

.insidelinks ul li:after {
  content: '';
  height: .4em;
  width: .4em;
  background: #D2153A;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: .58em;
  left: 0;
}


.contactlinks li a {
  color:white;
}

.contactlinks li:hover {
        background: transparent;
}








.leftspacer {
   margin-left: 25%;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 10px 10px !important;
    margin: 5px !important;
}

.wp-pagenavi {
    margin-bottom: 18px !important;
    margin-top: 40px !important;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1455px) {
.newsarchiveimage {
  width:90%;
}

.newsarchivedateday{
display:none;
}

.newsarchivedatemonth{
  display:none;
}

.newsarchivemobiledate {
  display: block;
}

.newsarchivemobiledate p  {
  font-size: 1.8rem;
}

.headertextarea {
   max-width: 60%;
}
}

@media only screen and (max-width: 1255px) {
.fullwidthbanner {
    width: 100%;
    max-height: 400px;
    margin-top: -7px;
}
.navlogo {
    width: 175px;
    float: left;
    padding: 30px;
    padding-top: 40px;
}

.newsarchiveimage {
  width:90%;
}

.newsarchivedateday{
display:none;
}

.newsarchivedatemonth{
  display:none;
}

.newsarchivemobiledate {
  display: block;
}

.newsarchivemobiledate p  {
  font-size: 1.8rem;
}

.sbtn {
    border: none;
    margin-bottom: 66px;
    width:100%;
}
}

@media screen and (max-width: 800px) {
  .funding {
  width:100%;
  float:left;
}

.publication {
    width: 100%;
    height: 300px;
    float: left;
}
.headertextarea {
   max-width: 100%;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 7px !important;
    margin: 3px !important;
}

.wp-pagenavi {
    margin-bottom: 18px !important;
    margin-top: 40px !important;
}
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

@media (max-width: 800px) {
  .news-postimage {
    width: 90%;
}

.maincontent {
    margin-left: 0%;
}
}

@media (max-width: 550px) {
.leftspacer {
   margin-left: 0%;
}

.footertext {
    line-height: 1.4;
}

.catalogueimage {
  margin-left: 0%;
}

    .viewall {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
    padding-right: 15%;
}

.footerend p {
   margin-bottom: 0rem;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    line-height: 1.3;
}

.footerlink {
  float:none;
}
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 450px) {
.headingbackground h2 {
    color: white;
    font-size: 3.5rem;
    margin-top: 70px;
    margin-left: 3%;
}
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
.fundingorgsmall {
  width:40%;
  display:block;
  margin:auto;
  text-align: center;
}

.fundingorglarge{
   width:30%;
  display:block;
  margin:auto;
  margin-left: 18%;
   padding-right: 18%;
  text-align: center;
}
}


@media only screen and (min-width : 1670px) {
.navlogo {
       width: 200px;
    float: left;
           padding-top: 37px;
}

.search .fa-search {
    position: absolute;
    top: -30px;
    left: 40px;
    font-size: 2rem;
    color: grey;
    display: none;
}
}

@media only screen and (min-width : 960px) and (max-width : 1250px) {
.navlogo {
    width: 190px;
    float: left;
    padding: 41px;
}

.fa-search {
  font-size: 2rem;
}

.pushlist {
    padding-top: 0px !important;
    padding-bottom:0px !important;
}

.sectiontext {
  color:white;
  margin-top: -115px;
  padding-left:20px;
  padding-right:20px;
  margin-bottom: -7px;
  padding-bottom:0px;
}

.sectiontext h4 {
  font-size: 2.2rem;
}

.sectiontext p {
  font-size: 1.3rem;
}
}

@media only screen and (max-width : 1125px) {
.socialtext {
  display: none;
  visibility: hidden;
}

.footertext {
    font-size: 3.2rem;
    padding-top: 25px;
    padding-bottom: 0px;
}

.funderslogossmall {
  margin-top: 33px;
}
.funderslogosbig {
 margin-top: 26px;
}
}

@media only screen and (max-width : 900px) {
.funderslogossmall {
    margin-top: 32px;
}
.funderslogosbig {
 margin-top: 28px;
}
  }

@media only screen and (max-width : 700px) {
.funderslogossmall {
    margin-top: 48px;
}

.funderslogosbig {
 margin-top: 43px;
}
  }


@media only screen and (max-width : 500px) {
  .funderslogosbig {
  max-height:100px;
    display: block;
   margin: auto;
  margin-top:0px;
}

.funderslogossmall {
  max-height:100px;
  display: block;
  margin: auto;
  margin-top:0px;
}
}

@media only screen and (min-width : 500px) and (max-width : 955px) {
#mc_embed_signup input[type="email"], #mc_embed_signup input[type="search"],
#mc_embed_signup input[type="text"], #mc_embed_signup input[type="tel"],
#mc_embed_signup input[type="url"], input[type="password"], textarea, select {
    width: 100%;
}

.socialtext {
  display: none;
  visibility: hidden;
}

.footertext {
    font-size: 3.2rem;
    padding-top: 25px;
    padding-bottom: 0px;
}
.subscribebutton {
  width:100%;
}

.featuredcol {
    float: left;
    width: 100%;
    min-height: 200px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.featuredtext {
    margin-top: 150px;
}


.subcol {
    float: left;
    width: 100%;
    min-height: 200px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.subsmallcol {
  float: left;
    width: 100%;
    min-height: 200px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.subtext {
     margin-top: 150px;
}

.box1 {
  float:left;
  width:50%;
  height:50%;
  margin-bottom: 0px;
  padding-top:100px;
}

.publication {
    width: 50%;
    height: 300px;
    float: left;
}

.publication h4 {
    color: white;
    font-size: 3.5rem;
    margin-top: 150px;
}

.text1 {
   z-index:100;
   color:white;
  margin-top: 150px;
   padding-left: 10px;
   padding-right: 9px;
   transition: all 0.5s;
}

.productioncol {
    float: left;
    width: 50%;
    min-height: 230px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.productiontext {
   z-index:100;
   color:white;
   margin-top: 120px;
   transition: all 0.5s;
}

.televisiontext {
    z-index: 100;
    color: white;
    margin-top: 120px;
    transition: all 0.5s;
}

.box1:hover .text1 {
   opacity: 1;
}

.box1 h4 {
  font-size: 3.7rem;
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: 10px;
}

.box1 p {
  font-size: 1.7rem;
   padding-left: 10px;
   padding-right: 10px;
}

.fundingorgsmall {
  width:60%;
}

.fundingorglarge{
   width:50%;
}
}

@media only screen and (min-width : 0px) and (max-width : 630px) {
  .cataloguetable {
    margin: auto;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 8%;
}

.strapline h2 {
    font-size: 1.5rem;
}

.contactlinks li {
    padding-left: 5%;
}
.formtext {
    padding-left: 5%;
}

#mc_embed_signup {
  padding-left: 5%;
}

#mc_embed_signup input[type="email"], #mc_embed_signup input[type="search"],
#mc_embed_signup input[type="text"], #mc_embed_signup input[type="tel"],
#mc_embed_signup input[type="url"], input[type="password"], textarea, select {
    width: 90%;
}

.subscribebutton {
  width:90%;
}
.socialtext {
  display: none;
  visibility: hidden;
}

.footertext {
    font-size: 3.2rem;
    padding-top: 25px;
    padding-bottom: 0px;
}

.publication {
    width: 100%;
    height: 300px;
    float: left;
}

.publication h4 {
    color: white;
    font-size: 3.5rem;
    margin-top: 155px;
}

.featuredcol {
    float: left;
    width: 100%;
    min-height: 200px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.featuredtext {
    margin-top: 150px;
}

.subcol {
    float: left;
    width: 100%;
    min-height: 200px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.subsmallcol {
  float: left;
    width: 100%;
    min-height: 200px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.subtext {
     margin-top: 150px;
}

.televisiontext {
     margin-top: 150px;
}

	.toggle-modal-button {
     right: 3.5%;
}

.modal input[type="text"] {
    color: black;
    width: 90%;
    border: 0;
    outline: 0;
    background: white;
    border-bottom: 2px solid #efefef;
    font-size: 4rem;
    height: 9rem;
    float: left;
}

.fundingorgsmall {
  width:30%;
}

.fundingorglarge{
   width:30%;
}

.navlogo {
    width: 180px;
    float: left;
    padding: 38px;
}
  .slide img {
    width:100%;
    overflow: hidden;
  }

    .bx-clone {
    display:none;
  }

.box1 {
  float:left;
  width:100%;
  height:100%;
  margin-bottom: 0px;
  padding-top:100px;
}

.text1 {
   z-index:100;
   color:white;
   margin-top:155px;
   padding-left: 10px;
   padding-right: 10px;
   transition: all 0.5s;
}

.box1:hover .text1 {
   opacity: 1;
}

.productioncol {
    float: left;
    width: 100%;
    min-height: 230px;
    margin-bottom: 0px;
    padding-top: 100px;
}

.productiontext {
   z-index:100;
   color:white;
   margin-top: 120px;
   transition: all 0.5s;
}

.productiontext {
   z-index:100;
   color:white;
   margin-top: 120px;
   transition: all 0.5s;
}

.submenu {
  width: 100% !important;
}
}

@media only screen and (min-width : 1255px) and (max-width : 1670px) {
.search .fa-search {
    position: absolute;
    top: -40px;
    left: 40px;
    font-size: 2rem;
    color: grey;
    display: none;
}
	.toggle-modal-button {
     right: 0.5%;
}
}

@media (max-width: 550px) {
.bx-wrapper {
    height: 495px;
}
.headingoverlay {
    min-height: 600px;
    max-height: 600px;
}
.headingbackground {
    min-height: 600px;
    max-height: 600px;
}
}
