/**
 * This project's description goes here
 *
 * @author  AOC
 * @version v0.0.0
 */
/**
 * Variables to be used throughout the project
 */
/* Menu link hover underline */
/* Menu mixin */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * Peakfifteen helper classes
 */
.clear {
  clear: both;
  width: 100%;
  height: 30px;
}

.nopadd {
  padding-left: 0;
  padding-right: 0;
}

.centered {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.text-centered {
  text-align: center;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0;
}

.v-centre {
  align-items: center;
  display: flex;
}

.no-underline {
  text-decoration: none;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #FFF;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #00a7e1;
  text-shadow: none;
  color: #FFF;
}

::selection {
  background: #00a7e1;
  text-shadow: none;
  color: #FFF;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

body {
  background-color: #000;
}

.main-wrapper {
  z-index: 2;
  position: relative;
}

.has-section-padding {
  padding-top: 240px;
  padding-bottom: 240px;
}
@media (max-width: 991px) {
  .has-section-padding {
    padding-top: 115px;
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .has-section-padding {
    padding-top: 115px;
    padding-bottom: 75px;
  }
}

.has-section-padding-top {
  padding-top: 240px;
}
@media (max-width: 991px) {
  .has-section-padding-top {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .has-section-padding-top {
    padding-top: 75px;
  }
}

.has-section-padding-bottom {
  padding-bottom: 240px;
}
@media (max-width: 991px) {
  .has-section-padding-bottom {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .has-section-padding-bottom {
    padding-bottom: 75px;
  }
}

.has-half-section-padding {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .has-half-section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .has-half-section-padding {
    padding-top: 32.5px;
    padding-bottom: 32.5px;
  }
}

.has-half-section-padding-top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .has-half-section-padding-top {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .has-half-section-padding-top {
    padding-top: 32.5px;
  }
}

.has-half-section-padding-bottom {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .has-half-section-padding-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .has-half-section-padding-bottom {
    padding-bottom: 32.5px;
  }
}

ul.default {
  padding: 0 0 0 25px;
  margin: 45px 0 0;
  list-style: disc;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 10px;
  outline: none;
  background: #FFF;
  border: 1px solid #3C3C3B;
  border-radius: 0;
}
@media (max-width: 991px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    height: 40px;
    font-size: 14px;
  }
}

button, input[type="submit"] {
  height: 40px;
}

textarea {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 10px;
  outline: none;
  background: #FFF;
  border: 1px solid #3C3C3B;
  border-radius: 0;
  height: 100px;
}
@media (max-width: 991px) {
  textarea {
    height: 40px;
    font-size: 14px;
  }
}

select {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  padding: 10px;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #FFF url(https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-down-select-black.svg) right center no-repeat;
  background-size: 28px 17px;
}
@media (max-width: 991px) {
  select {
    height: 40px;
    font-size: 14px;
  }
}

.no-flexboxlegacy select {
  background-image: none;
}

/* Moble helpers */
@media (max-width: 991px) {
  .hide-mob {
    display: none;
  }
}

/* Styles for PACKERY */
.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Background colours (generates bg-***** for each colour) */
/* ======================================================= */
.bg-black {
  background-color: #26262A;
  color: #ffffff;
}
.bg-black a {
  color: #ffffff;
}

.bg-off-black {
  background-color: #3C3C3B;
  color: #ffffff;
}
.bg-off-black a {
  color: #ffffff;
}

.bg-grey {
  background-color: #686868;
  color: #ffffff;
}
.bg-grey a {
  color: #ffffff;
}

.bg-dgrey {
  background-color: #26262a;
  color: #ffffff;
}
.bg-dgrey a {
  color: #ffffff;
}

.bg-dblue {
  background-color: #1c1a6d;
  color: #ffffff;
}
.bg-dblue a {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lgrey {
  background-color: #f2f2f2;
}

.bg-blue {
  background-color: #1d31cd;
}

.bg-red {
  background-color: #f00014;
}

/**
 * Typography is specified in here.
 */
@font-face {
  font-family: 'GT Walsheim';
  src: url("../fonts/GTWalsheimBold.eot");
  src: url("../fonts/GTWalsheimBold.eot#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimBold.woff") format("woff2"), url("../fonts/GTWalsheimBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url("../fonts/GTWalsheimRegular.eot");
  src: url("../fonts/GTWalsheimRegular.eot#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimRegular.woff") format("woff2"), url("../fonts/GTWalsheimRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url("../fonts/GTWalsheim-Black.eot");
  src: url("../fonts/GTWalsheim-Black.eot#iefix") format("embedded-opentype"), url("../fonts/GTWalsheim-Black.woff") format("woff2"), url("../fonts/GTWalsheim-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 3em;
  margin-top: 0;
}

h2, .h2 {
  font-size: 1.75em;
}

h3, .h3 {
  font-size: 1.5em;
  margin-bottom: 0.67em;
}

h4, .h4 {
  font-size: 1.25em;
}

h5, .h5 {
  font-size: 1.1em;
}

strong {
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.light {
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
}

p {
  font-size: 1em;
  line-height: 1.4em;
}

a {
  color: #1d31cd;
  text-decoration: underline;
}

ol li, ul li {
  font-size: 1em;
  margin-bottom: 1rem;
}

table {
  font-size: 18px;
}
table tr td {
  padding: 10px;
}

.font-weight-bold {
  font-weight: 900;
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
}

/**
 * Buttons are specified in here.
 */
.btn-blok {
  background-color: #f00014;
  padding: 17px 35px;
  color: #ffffff;
  display: inline-block;
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: relative;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  font-size: 1.1em;
  line-height: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 15px;
  font-weight: bold;
}
.btn-blok:hover {
  text-decoration: none;
  color: #f00014;
  background-color: #FFF;
}
.btn-blok[type=submit] {
  border: 0;
}
.btn-blok span {
  position: relative;
  z-index: 10;
}
.btn-blok.btn-large {
  font-size: 20px;
  padding: 18px 100px 18px 35px;
}
.btn-blok.btn-large.icon-right:after {
  background-size: 13px 21px;
  width: 60px;
}
@media (max-width: 1200px) {
  .btn-blok.btn-large {
    padding: 13px 80px 13px 30px;
    font-size: 16px;
  }
  .btn-blok.btn-large.icon-right:after {
    width: 55px;
    background-size: 13px 20px;
  }
}
.btn-blok.btn-huge {
  font-size: 30px;
  padding: 20px 290px 20px 55px;
}
.btn-blok.btn-huge.icon-right:after {
  width: 80px;
  background-size: 18px 30px;
}
@media (max-width: 991px) {
  .btn-blok.btn-huge {
    padding: 13px 80px 13px 30px;
    font-size: 16px;
  }
  .btn-blok.btn-huge.icon-right:after {
    width: 55px;
    background-size: 13px 20px;
  }
}
@media (max-width: 768px) {
  .btn-blok.btn-huge {
    padding-right: 65px;
    padding-left: 25px;
    width: 100%;
  }
  .btn-blok.btn-huge.icon-right:after {
    width: 35px;
  }
}
@media (max-width: 576px) {
  .btn-blok.btn-huge {
    padding-right: 58px;
    padding-left: 23px;
  }
}
.btn-blok.icon-download:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-download-white.png);
  background-image: url(https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-download-white.svg);
  width: 24px;
  height: 17px;
  margin-right: 20px;
}

.btn-text {
  font-size: 16px;
  color: #1d31cd;
  font-weight: normal;
  text-decoration: underline;
}

.btn-underline {
  color: #1d31cd;
  font-weight: 800;
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 30px;
}
.btn-underline span {
  position: relative;
}
.btn-underline:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1d31cd;
  content: '';
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
}
.btn-underline:hover {
  text-decoration: none;
}
.btn-underline:hover:after {
  height: 10px;
}

.btn-ghost {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.btn-ghost span {
  float: left;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.btn-ghost span.label {
  padding: 12px 15px 12px 30px;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  border: 2px solid #1d31cd;
  border-right: 0;
  position: relative;
}
.btn-ghost span.label:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 2px;
  background: #1d31cd;
  right: -32px;
  top: -2px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
  transition-delay: .1s;
}
.btn-ghost span.label:after {
  width: 2px;
  background: #1d31cd;
  height: 59px;
  right: -16px;
  top: -5px;
  content: '';
  position: absolute;
  transform: rotate(32deg);
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
  transition-delay: .1s;
}
.btn-ghost span.icon {
  border: 2px solid #FFF;
  border-left: 0;
  min-height: 53px;
  width: 35px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-arrow-right-white.png);
  background-image: url(https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-arrow-right-white.svg);
  background-size: 11px;
  margin-left: 31px;
  background-position: 10px center;
  position: relative;
}
.btn-ghost span.icon:after {
  content: '';
  width: 32px;
  left: -31px;
  height: 2px;
  bottom: -2px;
  background: #FFF;
  position: absolute;
}
.btn-ghost span.bleed {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #1d31cd;
  transition-duration: .2s;
}
.btn-ghost:hover span.bleed {
  width: 100%;
}
.btn-ghost:hover span.label {
  border-color: #FFF;
}
.btn-ghost:hover span.label:before, .btn-ghost:hover span.label:after {
  background-color: #FFF;
}

.btn-play {
  width: 178px;
  height: 178px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/btn-play.png);
  background-image: url(https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/btn-play.svg);
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transform: scale(1);
}
.btn-play:hover {
  transform: scale(1.1);
}

*[class*="iconf-"]:before {
  content: "";
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

*[class*="icon-"]:after {
  content: "";
  display: block;
  background-size: cover;
}

*[class*="iconf-circled"]:before {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #1d31cd;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
*[class*="iconf-circled"]:hover:before {
  background-color: #f00014;
}

.iconf-arrow-right:before {
  width: 15px;
  height: 28px;
  background-image: url("https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-arrow-right-gold.png");
  top: 8px;
}

.icon-arrow-right:after {
  width: 15px;
  height: 28px;
  background-image: url("https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-arrow-right-gold.png");
}

.iconf-circled-email:before {
  background-size: 17px 13px;
  background-image: url("https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-letter-white.png");
  top: 8px;
}

.iconf-circled-linkedin:before {
  background-size: 17px;
  background-image: url("https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-linkedin-white.png");
  top: 8px;
}

.iconf-circled-twitter:before {
  background-size: 9px 18px;
  background-image: url("https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/icon-facebook-white.png");
  top: 8px;
}

.signpost {
  background: #26262a;
  padding: 30px;
  color: #fff;
}
.signpost h2 a {
  text-decoration: none;
  color: #fff;
}
.signpost time {
  display: inline-block;
  background: #000;
  padding: 10px 30px 10px 30px;
  position: relative;
  left: -30px;
  text-transform: uppercase;
  font-family: dinbold;
  margin-bottom: 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.signpost .tags {
  margin: 15px 0 15px 0;
  padding: 0;
  list-style: none;
}
.signpost .tags li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
.signpost .tags li:last-child a {
  padding: 0;
  border-right: none;
}
.signpost .tags a {
  text-transform: uppercase;
  font-family: dinbold;
  text-decoration: none;
  padding: 0 10px 0 0;
  border-right: 2px solid #fff;
}

.hero .drive-in-logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/ue-only-logo.png);
  background-image: url(https://www.edinburghdrivein.co.uk/wp-content/themes/drivein/assets/img/ue-only-logo.svg);
  height: 350px;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .hero .drive-in-logo {
    height: 170px;
    margin-top: 90px;
  }
}

.bg-white.hero:after {
  color: #f7f7f7;
}

.bg-black.hero:after {
  color: #1f1f22;
}

.bg-off-black.hero:after {
  color: #343433;
}

.bg-grey.hero:after {
  color: #606060;
}

.bg-lgrey.hero:after {
  color: #eaeaea;
}

.bg-dgrey.hero:after {
  color: #1f1f22;
}

.bg-blue.hero:after {
  color: #1b2ec0;
}

.bg-dblue.hero:after {
  color: #191761;
}

.bg-red.hero:after {
  color: #e10013;
}

.night-sky {
  background: #1d31cd;
  background: linear-gradient(0deg, #1d31cd 0%, #1c1a6d 40%);
  position: relative;
}
.night-sky:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/stars.png);
  background-image: url(../img/stars.svg);
  background-position: center top;
}

.whats-next {
  position: relative;
}
.whats-next:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/airport-tower.png);
  background-image: url(../img/airport-tower.svg);
}
.whats-next .whats-next-screen {
  width: 100%;
  height: 530px;
  border: 5px solid #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://media.giphy.com/media/zZeCRfPyXi9UI/giphy.gif);
  position: relative;
}
@media (max-width: 991px) {
  .whats-next .whats-next-screen {
    height: 300px;
    display: flex;
    align-items: flex-end;
    text-align: center;
  }
}
.whats-next .whats-next-screen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.whats-next .whats-next-screen .whats-next-content {
  position: absolute;
  left: 80px;
  bottom: 80px;
}
@media (max-width: 991px) {
  .whats-next .whats-next-screen .whats-next-content {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: 15px;
  }
}
.whats-next .whats-next-screen .whats-next-content h3 {
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  font-weight: 900;
}
.whats-next .whats-next-screen .whats-next-content p {
  font-size: 1.2em;
  font-weight: bold;
}
.whats-next .whats-next-cars {
  pointer-events: none;
  height: 214px;
  width: 100%;
  background: black;
  background: linear-gradient(0deg, black 0%, black 20%, transparent 100%);
  margin-top: -130px;
  position: relative;
}
.whats-next .whats-next-cars .car-lineup {
  width: 100%;
  height: 110px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/lineup-cars.png);
  background-image: url(../img/lineup-cars.svg);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .whats-next .whats-next-cars .car-lineup {
    width: 90%;
    left: 5%;
  }
}

.film-schedule h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.film-schedule .film-slot > .row {
  background-color: #1d31cd;
  margin-bottom: 30px;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .film-schedule .film-slot > .row {
    height: auto;
  }
}
.film-schedule .film-slot > .row .film-img {
  height: 100%;
  width: calc(100% + 15px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -15px;
}
@media (max-width: 991px) {
  .film-schedule .film-slot > .row .film-img {
    height: 182px;
    width: calc(100% + 30px);
  }
}
.film-schedule .film-slot > .row .film-details {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .film-schedule .film-slot > .row .film-details {
    margin-top: 15px;
  }
}
.film-schedule .film-slot > .row .film-details h3 {
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  font-weight: 900;
}
.film-schedule .film-slot > .row .film-details p:first-of-type {
  margin-bottom: 0;
  font-size: 1.15em;
  line-height: 1.4em;
  font-weight: 900;
}
.film-schedule .film-slot > .row .film-details p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .film-schedule .film-slot > .row .film-details p:last-of-type {
    margin-bottom: 1em;
  }
}
.film-schedule .film-slot > .row .film-details p br {
  display: none;
}
.film-schedule .film-slot > .row .btn-wrapper {
  display: flex;
  align-items: center;
}
.film-schedule .film-slot > .row .btn-wrapper .btn-blok {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .film-schedule .film-slot > .row .btn-wrapper .btn-blok {
    margin: 0 0 30px !important;
  }
}
.film-schedule .film-slot:nth-of-type(even) > .row {
  background-color: #1c1a6d;
}

iframe {
  width: 100%;
  min-height: 100vh;
  border: none;
}

@media (max-width: 991px) {
  .film-schedule > .container > .row:nth-child(2) .col-12 {
    overflow: hidden;
    overflow-x: scroll;
    border-bottom: 2px solid #f00014;
    margin-bottom: 30px;
  }
}

.tabbed-list {
  margin: 10px 0 30px;
  list-style: none;
  display: inline-block;
  padding: 0;
  border-bottom: 2px solid #f00014;
  width: 100%;
}
@media (max-width: 991px) {
  .tabbed-list {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: row;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.tabbed-list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
.tabbed-list li:last-child {
  margin-right: 0;
}
.tabbed-list li a {
  padding: 20px 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  color: #FFF;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
@media (max-width: 991px) {
  .tabbed-list li a {
    font-size: 1em;
    padding: 18px 25px;
    border: 1px solid #f00014;
    border-bottom: 0;
    white-space: nowrap;
  }
}
.tabbed-list li a:hover {
  background-color: #1d31cd;
}
.tabbed-list li a.active {
  background-color: #f00014;
}

.location {
  position: relative;
  height: 795px;
}
.location:before {
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 75%;
  background-image: url(../img/location-map.jpg);
}
@media (max-width: 991px) {
  .location:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .location {
    margin-bottom: 90px;
  }
  .location:after {
    content: '';
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    background-image: url(../img/location-map.jpg);
    display: block;
  }
}
.location .location-content-wrapper {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .location .location-content-wrapper {
    align-items: flex-start;
    margin-top: 0;
  }
}
.location .location-content-wrapper .logo-edinburgh-airport {
  width: 100%;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/logo-edinburgh_airport.png);
  background-image: url(../img/logo-edinburgh_airport.svg);
  margin-bottom: 35px;
  background-position: left center;
  margin-top: -30px;
}

.faqs .accordion-wrapper {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.faqs .accordion-wrapper > a {
  font-size: 1.2em;
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .faqs .accordion-wrapper > a {
    padding: 30px 25px;
    padding-right: 50px;
  }
}
.faqs .accordion-wrapper > a:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  width: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-down-white.png);
  background-image: url(../img/icon-down-white.svg);
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
@media (max-width: 991px) {
  .faqs .accordion-wrapper > a:after {
    right: 15px;
    width: 20px;
  }
}
.faqs .accordion-wrapper > a.active:after {
  transform: rotate(180deg);
}
.faqs .accordion-wrapper a {
  color: #FFF;
}
.faqs .accordion-wrapper .accordion-content {
  display: none;
  padding: 0px 40px 30px;
}
@media (max-width: 991px) {
  .faqs .accordion-wrapper .accordion-content {
    padding: 0 25px 30px;
  }
}

.partner-stub {
  border: 1px solid #FFF;
  padding: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
@media (max-width: 991px) {
  .partner-stub {
    display: block;
  }
}
.partner-stub > div {
  flex: 1;
}
@media (max-width: 991px) {
  .partner-stub > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.partner-stub .partner-content {
  flex: 2.2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .partner-stub .partner-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.partner-stub .partner-content:before {
  left: 20px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  content: '';
  position: absolute;
}
@media (max-width: 991px) {
  .partner-stub .partner-content:before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
}
.partner-stub .partner-content .the-content {
  padding-left: 45px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
@media (max-width: 991px) {
  .partner-stub .partner-content .the-content {
    padding-left: 0;
    padding-top: 30px;
  }
  .partner-stub .partner-content .the-content p {
    font-size: 0.9em;
  }
}
.partner-stub .partner-content .the-content p:first-of-type {
  margin-bottom: 0;
  font-size: 1.2em;
}
.partner-stub .partner-content .the-link {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  text-align: center;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-stub .partner-content .the-link h4 {
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
}
.partner-stub .partner-content .the-link a {
  font-size: 1.4em;
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  color: #f00014;
}
.partner-stub .logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  height: 180px;
}
@media (max-width: 991px) {
  .partner-stub .logo {
    height: 95px;
    margin-bottom: 30px;
  }
}
.partner-stub:hover .partner-content .the-content {
  opacity: 0;
}
.partner-stub:hover .partner-content .the-link {
  opacity: 1;
  pointer-events: all;
}
.partner-stub:hover.covid-message .partner-content .the-content {
  opacity: 1;
}

.quote-swiper {
  margin-bottom: 50px;
  padding-bottom: 25px;
}
.quote-swiper .swiper-wrapper {
  width: 100%;
}
.quote-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  text-align: center;
}
.quote-swiper .swiper-wrapper .swiper-slide p {
  font-size: 1.25em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .quote-swiper .swiper-wrapper .swiper-slide p {
    font-size: 1em;
  }
}
.quote-swiper .swiper-pagination .swiper-pagination-bullet {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 1px;
  width: 35px;
  background-color: #f00014;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  opacity: 1;
}
.quote-swiper .swiper-pagination .swiper-pagination-bullet-active {
  height: 5px;
}

/**
 * All styles related to markup inside the header
 */
header {
  padding: 25px 60px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
@media (max-width: 991px) {
  header {
    padding: 20px 15px;
  }
}
@media (max-width: 1072px) {
  header .row > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
header .unique-logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/logo-unique.png);
  background-image: url(../img/logo-unique.svg);
  height: 105px;
  width: 100%;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  background-position: left center;
}
@media (max-width: 1072px) {
  header .unique-logo {
    background-position: center center;
    height: 35px;
  }
}
@media (max-width: 991px) {
  header .unique-logo {
    height: 75px;
    max-width: 140px;
    background-position: left center;
  }
}
header .jump-nav {
  font-size: 1em;
  text-align: center;
  display: flex;
  align-items: center;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
@media (min-width: 992px) {
  header .jump-nav {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    text-align: right;
  }
}
@media (max-width: 1072px) {
  header .jump-nav {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  header .jump-nav {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  header .jump-nav {
    width: 100%;
    position: fixed;
    right: 0%;
    top: 0;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    margin-top: 0px;
  }
}
header .jump-nav > .row {
  width: 100%;
}
@media (max-width: 991px) {
  header .jump-nav > .row {
    margin-left: 0;
    margin-right: 0;
    background: #1d31cd;
    background: linear-gradient(0deg, #1c1a6d 0%, black 40%);
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    pointer-events: all;
  }
}
header .jump-nav ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
header .jump-nav ul li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  header .jump-nav ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
header .jump-nav ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  header .jump-nav ul li:last-child {
    margin-bottom: 0;
  }
}
header .jump-nav ul li a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "GT Walsheim", Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition-delay: 0;
}
@media (max-width: 1240px) {
  header .jump-nav ul li a {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  header .jump-nav ul li a {
    font-size: 1.4em;
    opacity: 0;
    margin-left: 60px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  header .jump-nav ul li a {
    font-size: 1.3em;
  }
}
header .jump-nav ul li a:hover {
  text-shadow: 1px 1px 10px #f00014, 1px 1px 10px #f00014;
  /* in order: x offset, y offset, blur size, spread size, color */
  /* blur size and spread size are optional (they default to 0) */
}

.btn-mobile-menu {
  position: absolute;
  top: 40px;
  right: 15px;
  height: 35px;
  width: 45px;
  z-index: 99999;
  padding: 30px 0;
}
.btn-mobile-menu span {
  position: absolute;
  background-color: #FFF;
  height: 4px;
  left: 0;
  width: 100%;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.btn-mobile-menu span.top {
  top: 0;
}
.btn-mobile-menu span.mid {
  top: 15px;
  opacity: 1;
}
.btn-mobile-menu span.btm {
  top: 30px;
}

.menu-open .jump-nav {
  background-color: rgba(0, 0, 0, 0.8);
}
.menu-open .jump-nav > .row {
  right: 0;
}
.menu-open .jump-nav > .row ul li a {
  opacity: 1;
  margin-left: 0;
}
.menu-open .jump-nav > .row ul li:nth-child(1) a {
  transition-delay: 0.3s;
}
.menu-open .jump-nav > .row ul li:nth-child(2) a {
  transition-delay: 0.5s;
}
.menu-open .jump-nav > .row ul li:nth-child(3) a {
  transition-delay: 0.7s;
}
.menu-open .jump-nav > .row ul li:nth-child(4) a {
  transition-delay: 0.9s;
}
.menu-open .jump-nav > .row ul li:nth-child(5) a {
  transition-delay: 1.1s;
}
.menu-open .jump-nav > .row ul li:nth-child(6) a {
  transition-delay: 1.3s;
}
.menu-open .jump-nav > .row ul li:nth-child(7) a {
  transition-delay: 1.5s;
}
.menu-open .btn-mobile-menu span.top {
  transform: translateY(15px) rotate(-45deg);
}
.menu-open .btn-mobile-menu span.mid {
  opacity: 0;
}
.menu-open .btn-mobile-menu span.btm {
  transform: translateY(-15px) rotate(45deg);
}

.scrolled header {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 20px;
  padding-bottom: 20px;
}
.scrolled header .filmfest-logo {
  height: 75px;
}

/**
 * All styles related to markup inside the main element
 */
/**
 * All styles related to markup inside the footer
 */
footer {
  position: relative;
  z-index: 1;
}
footer:before {
  content: '';
  background-image: url(../img/footer-logo-bg.png);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 900px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
}
@media (max-width: 991px) {
  footer:before {
    height: 200px;
    background-position: right top;
    background-size: cover;
  }
}
footer .partner-logos {
  margin: 0 0 90px;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  list-style: none;
}
footer .partner-logos li {
  display: inline-block;
  margin-right: 30px;
}
footer .partner-logos li:last-child {
  margin-right: 0;
}
footer .partner-logos li a {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 105px;
  display: block;
}
@media (max-width: 991px) {
  footer .partner-logos li a {
    height: 80px;
  }
}
footer .partner-logos li a.logo-filmfest {
  background-image: url(../img/logo-filmfest-white.png);
  background-image: url(../img/logo-filmfest-white.svg);
  width: 163px;
}
@media (max-width: 991px) {
  footer .partner-logos li a.logo-filmfest {
    height: 80px;
    margin-top: 30px;
  }
}
footer .partner-logos li a.logo-edinburgh_airport {
  background-image: url(../img/logo-edinburgh_airport.png);
  background-image: url(../img/logo-edinburgh_airport.svg);
  width: 225px;
}
@media (max-width: 991px) {
  footer .partner-logos li a.logo-edinburgh_airport {
    height: 45px;
  }
}
footer .partner-logos li a.logo-unique {
  background-image: url(../img/logo-unique.png);
  background-image: url(../img/logo-unique.svg);
  width: 164px;
}
@media (max-width: 991px) {
  footer .partner-logos li a.logo-unique {
    height: 30px;
  }
}
footer .legal-wrapper .copyright {
  font-size: 0.9em;
}
@media (max-width: 991px) {
  footer .legal-wrapper .copyright {
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .legal-wrapper > .row {
    flex-direction: column-reverse;
  }
}
footer .policy-links {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 991px) {
  footer .policy-links {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .policy-links li {
  display: inline-block;
}
@media (max-width: 991px) {
  footer .policy-links li {
    width: 100%;
  }
}
footer .policy-links li:after {
  content: '|';
  margin-left: 10px;
  margin-right: 10px;
  color: #FFF;
}
@media (max-width: 991px) {
  footer .policy-links li:after {
    display: none;
  }
}
footer .policy-links li:last-child:after {
  display: none;
}
footer .policy-links a {
  color: #FFF;
  font-size: 0.9em;
}

@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */