/* Off the shelf defaults */

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*end dark styles*/


/* navigation styles */
nav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

nav ul a
{
	display:block;
	text-decoration:none;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
}

nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

nav ul li.current-menu-item
{
	background:#ddd;
}

@media only screen and (min-width: 993px) {
    nav li:hover .page-links {
        color: white;
    }
}

nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgb(87, 87, 87);
	padding: 0 0 5px;
	z-index: 10;
}

nav ul ul li {
    float: left;
    width: auto;
    clear: both;
}

nav ul ul a {
	line-height:120%;
	padding: 6px 15px;
	color: white;
	text-transform: uppercase;
}

nav ul ul ul
{
	top:0;
	left:100%;
}

nav ul li:hover > ul
{
	display:block;
}

@media only screen and (max-width: 992px) {
    nav ul a {
        line-height:0;
        padding: 40px 30px 20px;
        text-transform: none;
    }
    nav ul a:hover {
        background-color: transparent;
    }
    nav ul ul {
        display: block;
        position: relative;
        margin-left: 20px;
        background-color: transparent !important;
    }
    nav ul li {
        float: left;
        clear: both;
        background-color: transparent;
    }
    nav ul li:hover {
        background-color: transparent !important;
    }
    h3 {
        font-size: 2.42rem;
        }
    h4 {
        font-size: 1.58rem;
    }
}

.nav--absolute .page-links {
    color: white;
}
.full_bleed-logo,
.nav--absolute .default-logo{
    display: none;
}
.nav--absolute .full_bleed-logo {
    display: block;
}
@media (max-width: 736px) {
    .nav--absolute .full_bleed-logo {
        display: none;
    }
    .nav--absolute .default-logo {
        display: block;
    }
}
.nav--absolute.home .slider,
.nav--absolute.home .slider .slides,
.nav--absolute.home .slider .slides li {
  max-height: none;
  height: calc(100vh);
}

.nav--absolute.home nav {
    position: absolute;
}
.nav--absolute nav {
    background-color: transparent;
}

nav .button-collapse {
    float: right;
    padding-right: 10px;
}

.dark .button-collapse {
    color: #e7e5e7;
}

.menu-items {
    top: 44px;
}

nav .button-collapse {
    padding-right: 0;
}
/* end nav styles */

.card-image:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
}
.slider .slides li:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
}

@media only screen and (max-width: 736px) and (min-width: 320px) {
    .home .main-reel-slideshow {
        display: block;
    }
}

h1 {
    font-size: 2.4em;
    margin: 1em 0;
}
h2 {
    font-size: 1.8em;
    margin: 1em 0;
}

.main-footer {
    clear: both;
    float: left;
}

.fp-engine {
    top: 0 !important;
}
.slider .slides li .caption {
    width:80%;
}

/*@media (min-width: 736px) {*/
/*.nav--absolute nav {*/
/*    position: absolute;*/
/*    z-index: 1000;*/
/*}*/
/*}*/

.reel-switcher {
    overflow: hidden;
}
[data-target-tab-selector] {
    display: inline;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
[data-target-tab-selector].active {
    text-decoration: underline;
}

.slider .slides li:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 50%,rgba(0,0,0,0.2) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
    top: 0;
}
.slider .slides li:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 1s ease;
    top: 0;
}
.slider .slides li .caption {
    z-index: 1;
}

.text-center {
    text-align: center;
}
/*****************************/
/* Customisations start here */
/*****************************/

/* Global */

html {
    text-transform: none !important;
    background: no-repeat center center fixed; 
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    font-style: light;
    font-size: 18px;
    letter-spacing: normal;
}

body {
    height: auto;
    width: 100%;
    float: left;
    min-height: 100%;
}
h1, h2 {
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: white;
}
h3 {
    font-weight: 500;
    font-size: 32px;
    margin: 1.46rem 0 0.5rem;
}

.main-body {
    padding: 40px 0;
}

.main-reel-slideshow {
    display: none;
}

.home .main-reel-slideshow {
    display: block;
}

.locations p {
    font-family: monospace;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

.reel-body {
    padding: 0;
    margin-top: 0;
}
.reel-info h2 {
    font-size: 18px;
    line-height: 22px;
}

/*a,*/
/*nav ul a {*/
/*    color: black;*/
/*}*/
.nav--absolute nav ul a,
.custom--dark nav ul a {
    color: white;
}
.dark nav ul a:hover {
    background-color:transparent;
    color:white;
}

nav .brand-logo {
    top: 15px;
}
@media only screen and (min-width: 736px) {
    nav .brand-logo img {
        max-height: 90px;
    }
}
.inner-wrapper {
    clear: both;
}

.main-featured-work {
    margin: 0 100px;
}

.main-featured-work .reel-title {
    display: none;
}

.director .main-featured-work .reel-title {
    display: block;
}

.lg {
    letter-spacing: 0;
}

.menu__icon {
    display: none;
    cursor: pointer;
    padding: 5px 0;
    position: absolute;
    z-index: 20;
    top: 30px;
    max-height: 34px;
    right: 20px;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    .menu__icon {
        top: 12px;
    }
}

@media only screen and (max-width: 1160px) {
    .menu__icon {
        display: block;
    }
}

.menu__icon .bar {
    background-color: var(--main-accent-colour);
    width: 28px;
    height: 2px;
    transition: 0.4s;
}
.full_bleed .menu__icon .bar {
    background-color: #F7F7F7;
}
.menu__icon:hover {
    color: white;
}
.menu__icon:hover .bar {
    background-color: #F7F7F7;
}
.full_bleed .menu__icon:hover .bar {
    background-color: #F7F7F7;
}
.menu__icon .bar-2,
.menu__icon .bar-3 {
    margin-top: 7px;
}
.menu__icon.active .bar-1 {
    transform: rotate(45deg) translate(8px, 8px);
}
.menu__icon.active .bar-2 {
    opacity: 0;
}
.menu__icon.active .bar-3 {
    transform: rotate(-45deg) translate(5px, -5px);
}
.menu__background {
    display: none;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    background-color: rgba(30, 28, 28, 0.9);
    z-index: 10;
}
.menu__background.open {
    display: block;
}
.menu__background-wrap {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
.desktop-menu-items {
    display: block;
    margin: auto;
    text-align: right;
    width: auto;
    top: 28px;
    right: 85px;
    float: right;
    position: relative;
    padding: 0;
}
@media only screen and (max-width: 1160px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}
nav .desktop-menu-items li {
    display: inline-block;
}
.menu-items {
    display: block;
    margin: auto;
    text-align: center;
    width: auto;
    top: unset;
    right: unset;
    float: none;
    position: relative;
    padding: 0;
}
.menu-items a {
    color: white;
    width: auto;
    font-family: var(--secondary-font-family), sans-serif;
}

nav ul li {
    float: none;
    transition: none;
}
nav ul a {
    font-size: 14px;
    padding: 15px;
    width: max-content;
    font-family: var(--secondary-font-family), sans-serif;
    font-weight: bold;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    nav ul a {
        padding: 30px 45px;
        width: auto;
    }
}

/*nav ul a:not(.active):hover {*/
/*    background-color: transparent;*/
/*    font-weight: bold;*/
/*    padding-top: 28px;*/
/*}*/
nav ul a:hover {
    color: white;
    background-color: transparent;
}
nav ul li:hover {
    background-color: rgb(87, 87, 87);
    color: white;
}
nav ul li:hover a {
    color: white;
}

.menu-items li:hover a {
    color: white;
}
nav ul ul a:hover {
    color: grey;
}
nav ul ul li:hover {
    background-color: transparent;
}

nav ul a.active {
    background-color: rgb(87, 87, 87);
    color: white;
}


.desktop-menu-items {
    top: 44px;
}
nav {
    height: 150px;
}
@media only screen and (min-width: 736px) {
    nav .brand-logo img {
        max-height: 100px;
    }
}

nav .brand-logo {
    top: 25px;
}

/* Carousel */

.slider, .slider .slides, .slider .slides li {
    min-height: 400px;
    max-height: 810px;
    height: calc(100vh - 150px);
}

/* Thumbnails */
.reel-thumb.image {
    height: auto;
    padding-bottom: 0;
    /*opacity: 0;*/
}

.reel-thumb.image img {
    width: 100%;
    display: block;
}

/* Directors */

.reel-description p {
    font-size: 18px;
    line-height: 30px;
}

/* Director Profile */

.photograph .reel-thumb {
    cursor: auto;
}

.photograph .reel-thumb:before {
    opacity: 0;
}

/* Showreels */

/* Contact Page */
input[type=text] {
    height: 2.5rem;
}
input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid var(--main-accent-colour);
    box-shadow: 0 1px 0 0 var(--main-accent-colour);
}

textarea {
    border: 1px solid #9e9e9e;
    height: 10rem;
    margin-top: 20px;
}

/* Spot Films Specific */
.spot-films .hovering .reel-overlay {
    opacity: 0.3;
}

/* loon-productions specific */
.loon-productions .main-body {
    background-color: black;
}
.loon-productions.about .main-body,
.loon-productions.contact .main-body{
    background-color: white;
}
.loon-productions p,
.loon-productions .reel-switcher li,
.main-featured-work .reel-title {
    color: white;
}

.loon-productions .locations p,
.loon-productions.contact p,
.loon-productions.about p {
    color: black;
}