/*
Theme Name: just-eat-it
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>just-eat-it</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: just-eat-it
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 just-eat-it is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/
@import url(/wp-content/themes/just-eat-it/css/css/fontello.css);
@import url(/wp-content/themes/just-eat-it/css/sf-movie-poster/stylesheet.css);
/* !extensions */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('//../behaviors/box-sizing/boxsizing.php'); }

img, video {
  max-width: 100%;
  height: auto; }

.panels .panel, .panels .panel.wide, .panels .panel.small, .panels .panel.full, .beyond-wrapper .magnet {
  position: relative;
  height: 0; }

.panels .panel > *, .panels .panel.wide > *, .panels .panel.small > *, .panels .panel.full > *, .beyond-wrapper .magnet > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------
1.0 Resets, defaults & globals (mixins, vars & structure)
--------------------------------------------------------------*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
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; }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* !opinated defaults */
html,
button,
input,
select,
textarea {
  color: #222; }

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

ul, ol, li {
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/* !colors */
/* !pump the baseline */
/* !grids, layout */
/* !johnny utah */
/* !fx */
/* --------------------------------------------------

	FUNCTION PARTIALS
	
-------------------------------------------------- */
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1; }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table; }
  .wrapper:after {
    clear: both; }

.bg, .panels .panel .bg:before {
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/* !typography */
* html {
  font-size: 112.5%; }

html {
  font-size: 18px;
  line-height: 1.66667em; }

body {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 100%;
  color: #181917;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia";
  font-weight: 300; }

h1 {
  font-size: 2.44444em;
  line-height: 1.15909em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.41667em;
  font-family: 'FuturaW01-BoldCondensed 774890'; 
  font-family: 'Roboto Condensed', sans-serif; 
  font-weight: 700; }

h2 {
  font-size: 1.66667em;
  line-height: 1.3em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.04167em; }

h3 {
  font-size: 1.33333em;
  line-height: 1.375em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.555em; }

h4 {
  font-size: 1.22222em;
  line-height: 1.22727em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.16667em;
  font-family: 'FuturaW01-BoldCondensed 774890'; 
  font-family: 'Roboto Condensed', sans-serif; 
  font-weight: 700; }
  h4 a {
    color: #336699; }

h5 {
  font-size: 1.61111em;
  line-height: 0.87931em;
  margin-top: 0.83333em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.16667em;
  font-family: 'sf_movie_posterbold';
  letter-spacing: 0.075em;
  text-transform: uppercase; }

h4 + h5 {
  margin: 0 0 15px; }

h6 {
  font-size: 1em;
  line-height: 1.83333em;
  margin-top: 0.41667em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.41667em; }

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 2.08333em; }
  p a {
    color: #336699; }

.col ul {
  margin: 0; }
  .col ul li {
    margin-top: 15px;
    margin-left: 24px; }
  .col ul a {
    color: #336699; }

form {
  padding: 0 15%; }
  form input, form textarea {
    border: none;
    border: 1px solid #181917;
    background: #fffeff;
    color: #181917;
    padding: 17.14286px;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px; }
  form .button {
    margin: 0 auto;
    text-align: center; }

/* -------------------------------------------------- */
/* !type breakpoints */
/* -------------------------------------------------- */
@media (min-width: 0px) and (max-width: 599px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; }

  * html {
    font-size: 100%; }

  html {
    font-size: 16px;
    line-height: 1.375em; }

  footer h1, .lowlight h1 {
    font-size: 1.875em;
    line-height: 1.1em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.34375em;
    font-family: 'FuturaW01-BoldCondensed 774890';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    text-transform: inherit !important;
    font-weight: normal; }
  footer li, .lowlight li {
    margin-bottom: 10px !important; }

  .panel h1 {
    font-size: 1.5em;
    line-height: 1.28333em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.34375em;
    font-family: 'FuturaW01-BoldCondensed 774890';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-weight: normal; }
    .panel h1 span {
      margin-bottom: 15px; }
  .panel h2 {
    font-size: 1.375em;
    line-height: 1em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.375em;
    font-weight: normal; } }
@media (min-width: 600px) and (max-width: 1279px) {
  .panel h1 {
    font-size: 1.875em;
    line-height: 0.95333em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.275em;
    font-family: 'FuturaW01-BoldCondensed 774890';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    text-transform: inherit !important;
    font-weight: normal; }
    .panel h1 span {
      display: none !important; }
  .panel h2 {
    font-size: 1.5em;
    line-height: 0.91667em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.375em;
    font-weight: normal; } }
@media (min-width: 600px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; }

  * html {
    font-size: 112.5%; }

  html {
    font-size: 18px;
    line-height: 1.66667em; } }
@media (min-width: 1280px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; }

  * html {
    font-size: 112.5%; }

  html {
    font-size: 18px;
    line-height: 1.66667em; } }
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
body {
  background: #fffeff; }

section {
  position: relative;
  z-index: 2;
  padding: 0;
  *zoom: 1; }
  section:before, section:after {
    content: "";
    display: table; }
  section:after {
    clear: both; }

header {
  text-align: center;
  *zoom: 1; }
  header:before, header:after {
    content: "";
    display: table; }
  header:after {
    clear: both; }

article {
  *zoom: 1; }
  article:before, article:after {
    content: "";
    display: table; }
  article:after {
    clear: both; }

.wrapper {
  padding: 30px; }
  @media (min-width: 800px) {
    .wrapper {
      padding: 60px; } }
  @media (min-width: 1024px) {
    .wrapper {
      padding: 30px 90px 30px;
      padding-top: 30px; } }

.col {
  margin-bottom: 60px; }
  .col img {
    position: relative;
    border: 12px solid #f8f7f8;
    -webkit-transform: rotate(-0.5deg);
    -moz-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
    -webkit-box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.1); }

.bg {
  overflow: hidden; }

.vanilla {
  padding: 120px 0; }

.flavoured {
  position: relative;
  background: #d7bc2d url("/wp-content/themes/just-eat-it/images/strip.04.jpg") repeat-x 0px 100%;
  padding-bottom: 75px; }
  .flavoured .wrapper {
    padding-top: 30px; }
  @media (min-width: 1024px) {
    .flavoured .wrapper {
      padding-top: 60px; } }
  .flavoured header .entry-meta {
    font-family: 'FuturaW01-BoldCondensed 774890'; 
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 700 !important; }
    .flavoured header .entry-meta a {
      color: #181917;
      text-decoration: underline; }

.highlight {
  position: relative;
  background: url("/wp-content/themes/just-eat-it/images/strip.01.png") repeat-x 0% 100%;
  padding: 90px 0 120px;
  overflow: hidden; }
  .highlight .wrapper {
    position: relative;
    z-index: 3; }
  .highlight .bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: 0.25;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    filter: grayscale(50%); }
  .highlight .button {
    background: #181917; }
  .highlight header .entry-meta {
    font-family: 'FuturaW01-BoldCondensed 774890'; 
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 700 !important; }
    .highlight header .entry-meta a {
      color: #181917;
      text-decoration: underline; }

.lowlight {
  background: #d7bc2d !important;
  padding-top: 90px; }

.post-navigation, .paging-navigation {
  position: relative;
  z-index: 999;
  width: 100%;
  *zoom: 1; }
  @media (min-width: 0px) and (max-width: 599px) {
    .post-navigation, .paging-navigation {
      margin-top: 0; } }
  .post-navigation:before, .post-navigation:after, .paging-navigation:before, .paging-navigation:after {
    content: "";
    display: table; }
  .post-navigation:after, .paging-navigation:after {
    clear: both; }
  .post-navigation a, .paging-navigation a {
    color: #181917;
    display: inline-block;
    text-transform: uppercase;
    padding: 7.5px 15px;
    border: 2px solid rgba(215, 188, 45, 0.5);
    font-family: 'FuturaW01-BoldCondensed 774890';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    font-size: 0.77778em;
    line-height: 1.92857em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  @media (min-width: 0px) and (max-width: 599px) {
    .post-navigation .nav-prev, .paging-navigation .nav-prev {
      display: block;
      padding: 10px 0; }
    .post-navigation .nav-next, .paging-navigation .nav-next {
      display: block;
      padding: 10px 0; } }
  @media (min-width: 600px) {
    .post-navigation .nav-prev, .paging-navigation .nav-prev {
      position: absolute;
      top: 0;
      left: 0; }
    .post-navigation .nav-next, .paging-navigation .nav-next {
      position: absolute;
      top: 0;
      right: 0; } }

.roll.post h2 {
  margin-bottom: 10px; }

body.home .decor {
  background: url("/wp-content/themes/just-eat-it/images/strip.03.jpg") no-repeat center bottom; }

.decor {
  position: relative;
  background: url("/wp-content/themes/just-eat-it/images/strip.02.jpg") no-repeat left bottom;
  height: 650px;
  width: 100%;
  margin-top: -60px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    .decor {
      margin-top: -60px; } }
  .decor .strip {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    width: 20000em; }
    .decor .strip .container {
      display: table-cell;
      vertical-align: middle;
      height: 650px;
      padding-top: 3.5%;
      -webkit-animation-name: scroll;
      -moz-animation-name: scroll;
      -ms-animation-name: scroll;
      -o-animation-name: scroll;
      animation-name: scroll;
      -webkit-animation-duration: 60s;
      -moz-animation-duration: 60s;
      -ms-animation-duration: 60s;
      -o-animation-duration: 60s;
      animation-duration: 60s;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
      -o-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
  .decor img {
    position: relative;
    border: 12px solid #f8f7f8;
    -webkit-transform: rotate(-0.5deg);
    -moz-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
    -webkit-box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.25);
    width: 400px;
    float: left; }
    .decor img:nth-child(2) {
      -webkit-transform: rotate(1.5deg);
      -moz-transform: rotate(1.5deg);
      -ms-transform: rotate(1.5deg);
      -o-transform: rotate(1.5deg);
      transform: rotate(1.5deg);
      margin-left: -2.5%; }
    .decor img:nth-child(3) {
      -webkit-transform: rotate(-1.5deg);
      -moz-transform: rotate(-1.5deg);
      -ms-transform: rotate(-1.5deg);
      -o-transform: rotate(-1.5deg);
      transform: rotate(-1.5deg);
      margin-left: -1.5%;
      margin-bottom: -1.5%; }
    .decor img:nth-child(4) {
      -webkit-transform: rotate(2deg);
      -moz-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      -o-transform: rotate(2deg);
      transform: rotate(2deg);
      margin-left: -5%;
      width: 460px; }
    .decor img:nth-child(5) {
      -webkit-transform: rotate(-2deg);
      -moz-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      -o-transform: rotate(-2deg);
      transform: rotate(-2deg);
      margin-left: -2%;
      margin-top: -1%; }
    .decor img:nth-child(6) {
      -webkit-transform: rotate(0.25deg);
      -moz-transform: rotate(0.25deg);
      -ms-transform: rotate(0.25deg);
      -o-transform: rotate(0.25deg);
      transform: rotate(0.25deg);
      margin-left: -2%; }
    .decor img:nth-child(7) {
      -webkit-transform: rotate(1.5deg);
      -moz-transform: rotate(1.5deg);
      -ms-transform: rotate(1.5deg);
      -o-transform: rotate(1.5deg);
      transform: rotate(1.5deg);
      margin-left: -2.5%;
      width: 460px; }
    .decor img:nth-child(8) {
      -webkit-transform: rotate(-1.5deg);
      -moz-transform: rotate(-1.5deg);
      -ms-transform: rotate(-1.5deg);
      -o-transform: rotate(-1.5deg);
      transform: rotate(-1.5deg);
      margin-left: -1.5%;
      margin-bottom: -1.5%;
      z-index: 11; }
    .decor img:nth-child(9) {
      -webkit-transform: rotate(2deg);
      -moz-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      -o-transform: rotate(2deg);
      transform: rotate(2deg);
      margin-left: -5%; }

@-moz-keyframes scroll {
  0% {
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

  50% {
    -moz-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  100% {
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

  50% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); } }

@-o-keyframes scroll {
  0% {
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

  50% {
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  100% {
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); } }

@-ms-keyframes scroll {
  0% {
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

  50% {
    -ms-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  100% {
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); } }

@keyframes scroll {
  0% {
    transform: translate3d(0%, 0, 0); }

  50% {
    transform: translate3d(-30%, 0, 0); }

  100% {
    transform: translate3d(0%, 0, 0); } }

footer {
  background: #181917;
  z-index: 1;
  text-align: center;
  padding: 180px 0 0 !important;
  margin-top: -180px;
  color: #fffeff; }
  footer h1, footer h4 {
    color: #d7bc2d;
    text-transform: uppercase; }
  footer nav ul {
    margin-top: 30px; }
  footer p, footer nav a {
    font-family: 'sf_movie_posterbold';
    font-size: 1.61111em;
    line-height: 1.55172em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fffeff !important; }
  footer nav.tertiary a {
    color: #d7bc2d !important; }
  footer img {
    width: auto !important;
    max-height: 100px; }
    @media (min-width: 0px) and (max-width: 599px) {
      footer img {
        margin-bottom: 0;
        margin-top: 4px; } }
  footer .newsletter {
    padding: 0; }
    footer .newsletter form {
      position: relative; }
      footer .newsletter form .button {
        position: absolute;
        right: calc(15% + 5px);
        top: 5px; }

@media (min-width: 768px) {
  .row {
    display: block;
    width: 103.125%;
    margin: 0 -1.5625%;
    *zoom: 1; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }
    .row .col {
      display: inline;
      float: left;
      width: 46.875%;
      margin: 0 1.5625%; }
    .row.tri .col {
      display: inline;
      float: left;
      width: 30.20833%;
      margin: 0 1.5625%; }
      .row.tri .col.double {
        display: inline;
        float: left;
        width: 63.54167%;
        margin: 0 1.5625%; } }
@media (min-width: 1024px) {
  .row {
    display: block;
    width: 103.125%;
    margin: 0 -1.5625%;
    *zoom: 1;
    margin-bottom: 60px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; }
    .row .col {
      display: inline;
      float: left;
      width: 46.875%;
      margin: 0 1.5625%; }
      .row .col.three {
        display: inline;
        float: left;
        width: 21.875%;
        margin: 0 1.5625%; }
      .row .col.nine {
        display: inline;
        float: left;
        width: 71.875%;
        margin: 0 1.5625%; }
      .row .col.four {
        display: inline;
        float: left;
        width: 30.20833%;
        margin: 0 1.5625%; }
      .row .col.eight {
        display: inline;
        float: left;
        width: 63.54167%;
        margin: 0 1.5625%; }
    .row.quad .col {
      display: inline;
      float: left;
      width: 21.875%;
      margin: 0 1.5625%; }
    .row.tri .col {
      display: inline;
      float: left;
      width: 30.20833%;
      margin: 0 1.5625%; } }
hr {
  border: none;
  border-top: 2px solid #d7bc2d;
  margin-top: 60px; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  margin-bottom: 15px; }

figure {
  margin: 0; }

.table-browser {
  position: relative;
  width: 100%;
  overflow-x: scroll; }

table {
  width: 100%;
  margin-bottom: 60px; }
  table th {
    text-transform: uppercase;
    text-align: left;
    font-family: 'FuturaW01-BoldCondensed 774890';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    padding: 30px 15px 30px 0; }
    table th a {
      color: #181917; }
      table th a:hover {
        color: #d7bc2d; }
    table th:last-child {
      text-align: right; }
  table td {
    vertical-align: text-top;
    padding: 12px 15px 12px 0;
    border-top: 1px solid gainsboro;
    vertical-align: top;
    width: 15%;
    height: auto; }
    table td p {
      margin-bottom: 0; }
    table td a {
      color: #336699; }
    table td .button {
      margin: 0; }
    table td:first-child {
      width: 10%;
      font-weight: bold; }
    table td:nth-child(2) {
      width: 5%; }
    table td:nth-child(3) {
      width: 10%;
      min-width: 140px; }
    table td:nth-child(4) {
      width: 20%; }
    table td:last-child {
      width: 5%; }
      table td:last-child .button {
        margin: 0;
        float: right; }
  table tr.past th, table tr.past td {
    background: none;
    color: #181917; }

.button {
  background: #d7bc2d;
  text-transform: uppercase;
  padding: 7.5px 15px;
  color: #fffeff;
  display: inline-block;
  font-family: 'FuturaW01-BoldCondensed 774890';
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700 !important;
  font-size: 0.77778em;
  line-height: 1.92857em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  margin-bottom: 15px; }
  .button:hover {
    background: #ac9624;
    color: #fffeff; }
  .button.alt {
    background: #181917; }
    .button.alt:hover {
      	/*
      		background: $black;
      			color: $yellow;
      */ }

/**
* #.# Pagination styles
*/
.owl-controls {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  text-align: center; }

.owl-pagination .owl-page {
  display: inline-block;
  margin: 0 2px;
  padding: 2px;
  border: 2px solid #fffeff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }
  .owl-pagination .owl-page span {
    background-image: none !important;
    position: relative !important;
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    float: none;
    overflow: hidden;
    padding: 0 !important;
    text-indent: -9999px; }
  .owl-pagination .owl-page.active span {
    background-position: 0 !important;
    background: #fffeff; }

.wpv_pagination_links {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.wpv_pagination_links ul.wpv_pagination_dots {
  margin: 0;
  list-style: none; }

ul.wpv_pagination_dots li.wpv_pagination_dots_item {
  float: none !important;
  margin-right: 7.5px !important;
  display: inline-block !important; }

.wpv_pagination_dots li.wpv_page_current a {
  background-position: 0 !important;
  background: #fffeff; }

.wpv_pagination_dots li a {
  background-image: none !important;
  position: relative !important;
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fffeff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: none;
  overflow: hidden;
  padding: 0 !important;
  text-indent: -9999px; }
  @media (min-width: 600px) {
    .wpv_pagination_dots li a {
      width: 20px !important;
      height: 20px !important; } }

.wpv-filter-next-link,
.wpv-filter-previous-link {
  z-index: 10; }

.wpv-pagination:before,
.wpv-pagination:after {
  content: " ";
  display: table; }

.wpv-pagination:after {
  clear: both; }

.wpv-pagination {
  *zoom: 1; }

/*

	panels

*/
.panels {
  position: relative;
  background: #d7bc2d;
  z-index: 0;
  *zoom: 1;
  border-left: 4px solid #d7bc2d; }
  .panels:before, .panels:after {
    content: "";
    display: table; }
  .panels:after {
    clear: both; }
  .panels .panel {
    background: #d7bc2d;
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    padding-top: 33.33333%;
    width: 33.33333%;
    border-right: 4px solid #d7bc2d;
    border-bottom: 4px solid #d7bc2d;
    float: left; }
    .panels .panel .container {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
      .panels .panel .container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .panels .panel .container > div:first-child {
        display: inline-block;
        vertical-align: middle;
        width: 90%; }
    .panels .panel .bg {
      z-index: 0; }
    @media (min-width: 0px) and (max-width: 599px) {
      .panels .panel {
        position: relative;
        background-position: 50% 50%;
        background-size: cover;
        text-align: center;
        padding-top: 100%;
        width: 100%; }
        .panels .panel .container {
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0; }
          .panels .panel .container:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle; }
          .panels .panel .container > div:first-child {
            display: inline-block;
            vertical-align: middle;
            width: 90%; }
        .panels .panel .bg {
          z-index: 0; } }
    .panels .panel h1 span {
      display: block;
      margin-bottom: 7.5px; }
    .panels .panel h1, .panels .panel h2, .panels .panel h3, .panels .panel h4 {
      color: #fffeff; }
    .panels .panel .button {
      margin-bottom: 0; }
    .panels .panel h4 a {
      color: #fffeff;
      text-transform: uppercase; }
    .panels .panel.wide {
      position: relative;
      background-position: 50% 50%;
      background-size: cover;
      text-align: center;
      padding-top: 50%;
      width: 50%; }
      .panels .panel.wide .container {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
        .panels .panel.wide .container:before {
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .panels .panel.wide .container > div:first-child {
          display: inline-block;
          vertical-align: middle;
          width: 90%; }
      .panels .panel.wide .bg {
        z-index: 0; }
      @media (min-width: 0px) and (max-width: 599px) {
        .panels .panel.wide {
          position: relative;
          background-position: 50% 50%;
          background-size: cover;
          text-align: center;
          padding-top: 100%;
          width: 100%; }
          .panels .panel.wide .container {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0; }
            .panels .panel.wide .container:before {
              content: '';
              display: inline-block;
              height: 100%;
              vertical-align: middle; }
            .panels .panel.wide .container > div:first-child {
              display: inline-block;
              vertical-align: middle;
              width: 90%; }
          .panels .panel.wide .bg {
            z-index: 0; } }
      @media (min-width: 1280px) {
        .panels .panel.wide {
          position: relative;
          background-position: 50% 50%;
          background-size: cover;
          text-align: center;
          padding-top: 25%;
          width: 50%; }
          .panels .panel.wide .container {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0; }
            .panels .panel.wide .container:before {
              content: '';
              display: inline-block;
              height: 100%;
              vertical-align: middle; }
            .panels .panel.wide .container > div:first-child {
              display: inline-block;
              vertical-align: middle;
              width: 90%; }
          .panels .panel.wide .bg {
            z-index: 0; } }
    .panels .panel.small {
      position: relative;
      background-position: 50% 50%;
      background-size: cover;
      text-align: center;
      padding-top: 25%;
      width: 25%; }
      .panels .panel.small .container {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
        .panels .panel.small .container:before {
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .panels .panel.small .container > div:first-child {
          display: inline-block;
          vertical-align: middle;
          width: 90%; }
      .panels .panel.small .bg {
        z-index: 0; }
      @media (min-width: 0px) and (max-width: 599px) {
        .panels .panel.small {
          position: relative;
          background-position: 50% 50%;
          background-size: cover;
          text-align: center;
          padding-top: 50%;
          width: 50%; }
          .panels .panel.small .container {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0; }
            .panels .panel.small .container:before {
              content: '';
              display: inline-block;
              height: 100%;
              vertical-align: middle; }
            .panels .panel.small .container > div:first-child {
              display: inline-block;
              vertical-align: middle;
              width: 90%; }
          .panels .panel.small .bg {
            z-index: 0; }
          .panels .panel.small span {
            display: none; } }
    .panels .panel.full {
      width: 100%;
      position: relative;
      background-position: 50% 50%;
      background-size: cover;
      text-align: center;
      padding-top: 59.1716%;
      width: 100%; }
      .panels .panel.full .container {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
        .panels .panel.full .container:before {
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .panels .panel.full .container > div:first-child {
          display: inline-block;
          vertical-align: middle;
          width: 90%; }
      .panels .panel.full .bg {
        z-index: 0; }
      @media (min-width: 0px) and (max-width: 599px) {
        .panels .panel.full {
          position: relative;
          background-position: 50% 50%;
          background-size: cover;
          text-align: center;
          padding-top: 133.33333%;
          width: 100%; }
          .panels .panel.full .container {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0; }
            .panels .panel.full .container:before {
              content: '';
              display: inline-block;
              height: 100%;
              vertical-align: middle; }
            .panels .panel.full .container > div:first-child {
              display: inline-block;
              vertical-align: middle;
              width: 90%; }
          .panels .panel.full .bg {
            z-index: 0; } }
      @media (min-width: 1280px) {
        .panels .panel.full {
          position: relative;
          background-position: 50% 50%;
          background-size: cover;
          text-align: center;
          padding-top: 46.2963%;
          width: 100%; }
          .panels .panel.full .container {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0; }
            .panels .panel.full .container:before {
              content: '';
              display: inline-block;
              height: 100%;
              vertical-align: middle; }
            .panels .panel.full .container > div:first-child {
              display: inline-block;
              vertical-align: middle;
              width: 90%; }
          .panels .panel.full .bg {
            z-index: 0; } }
      .panels .panel.full h1 {
        font-size: 3.77778em;
        line-height: 0.88235em; }
      @media (min-width: 1024px) {
        .panels .panel.full h1 {
          font-size: 4.44444em;
          line-height: 0.825em; } }
      .panels .panel.full img {
        height: auto;
        max-height: 95%;
        width: auto; }
      .panels .panel.full .media {
        padding: 5% 15% 0; }
        @media (min-width: 0px) and (max-width: 599px) {
          .panels .panel.full .media {
            padding: 0 5% 0; } }
      .panels .panel.full:after {
        content: "";
        position: absolute;
        z-index: 3;
        top: -105px;
        height: 180px;
        left: 0;
        right: 0;
        background: url("/wp-content/themes/just-eat-it/images/strip.01.png") repeat-x 0% 100%; }
    .panels .panel .bg:before {
      content: "";
      background: black;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
      opacity: 0.45;
      -webkit-transition: all 260ms cubic-bezier(0.57, 0.13, 0.17, 1);
      -moz-transition: all 260ms cubic-bezier(0.57, 0.13, 0.17, 1);
      -o-transition: all 260ms cubic-bezier(0.57, 0.13, 0.17, 1);
      transition: all 260ms cubic-bezier(0.57, 0.13, 0.17, 1); }
    .panels .panel.js-hook-link {
      cursor: pointer; }
      .panels .panel.js-hook-link .bg:before {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }

a .full h2 {
  border-bottom: 2px solid rgba(215, 188, 45, 0.5);
  width: auto;
  display: inline;
  margin: 0 auto; }

*.touch .panels .panel img {
  display: inline-block !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

*.no-touch .panels .panel:not([class*="full"]) .bg {
  -webkit-transition: all 260ms cubic-bezier(0.57, 0.13, 0.17, 1);
  -moz-transition: all 260ms cubic-bezier(0.57, 0.13, 0.17, 1);
  -o-transition: all 260ms cubic-bezier(0.57, 0.13, 0.17, 1);
  transition: all 260ms cubic-bezier(0.57, 0.13, 0.17, 1); }
*.no-touch .panels .panel:not([class*="full"]):hover .bg {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }
  *.no-touch .panels .panel:not([class*="full"]):hover .bg:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  font-weight: normal; }

form {
  padding: 0 15%; }
  form input, form textarea {
    border: none;
    border: 1px solid #181917;
    background: #fffeff;
    color: #181917;
    padding: 15px;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px; }
  form .button {
    margin: 0 auto;
    text-align: center;
    width: auto;
    border: none;
    font-weight: normal; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #181917;
  border-bottom: 2px solid rgba(215, 188, 45, 0.5);
  -webkit-transition: all 260ms ease-out;
  -moz-transition: all 260ms ease-out;
  -o-transition: all 260ms ease-out;
  transition: all 260ms ease-out; }
  a:hover {
    background: rgba(215, 188, 45, 0.5);
    color: #181917; }
  a:active {
    color: #d7bc2d; }

footer a {
  border-bottom: none; }
  footer a:hover {
    background: none;
    color: #fffeff; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/* -------------------------------------------------- */
/* !navigation */
/* -------------------------------------------------- */
/* !responsive menu */
*.touch .main-navigation {
  -webkit-transform: translate3d(0, 0, 0); }

nav ul, footer ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'sf_movie_posterbold';
  *zoom: 1; }
  nav ul:before, nav ul:after, footer ul:before, footer ul:after {
    content: "";
    display: table; }
  nav ul:after, footer ul:after {
    clear: both; }
  nav ul li, footer ul li {
    position: relative;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 15px; }
    nav ul li.current-menu-item a, footer ul li.current-menu-item a {
      color: #fffeff; }
    nav ul li:first-child a, footer ul li:first-child a {
      color: #181917; }
    nav ul li a, footer ul li a {
      font-size: 1.61111em;
      line-height: 1.03448em;
      letter-spacing: 0.175em;
      text-transform: uppercase;
      padding: 5px 0;
      color: #181917;
      text-align: center;
      border: none !important; }

.logo {
  max-width: 140px;
  margin: 0 auto; }

#site-navigation {
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 9999;
  width: 100%; }

@media (min-width: 1024px) {
  #site-navigation {
    position: relative;
    top: 0;
    padding: 20px 0;
    text-align: center;
    display: block;
    background-color: #d7bc2d;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1cc61), color-stop(100%, #d7bc2d));
    background-image: -webkit-linear-gradient(#e1cc61, #d7bc2d);
    background-image: -moz-linear-gradient(#e1cc61, #d7bc2d);
    background-image: -o-linear-gradient(#e1cc61, #d7bc2d);
    background-image: linear-gradient(#e1cc61, #d7bc2d);
    -webkit-box-shadow: 4px 0px 4px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 4px 0px 4px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 4px 0px 4px 4px rgba(0, 0, 0, 0.07); }
    #site-navigation ul {
      width: auto;
      margin: 0 auto;
      display: table; }
      #site-navigation ul li {
        display: table-cell;
        vertical-align: middle; }
    #site-navigation.jk_slide {
      position: fixed; } }
/* Small menu */
.menu-toggle {
  position: absolute;
  background: #d7bc2d;
  top: 0;
  z-index: 9999;
  right: 0;
  border: none;
  display: none;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  text-align: center; }
  .menu-toggle:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    content: "\e813";
    font-family: "fontello";
    font-size: 1.5em;
    line-height: 60px;
    text-indent: 0px;
    -webkit-transition: all 260ms ease-out;
    -moz-transition: all 260ms ease-out;
    -o-transition: all 260ms ease-out;
    transition: all 260ms ease-out;
    -webkit-transition-delay: 260ms;
    -moz-transition-delay: 260ms;
    -o-transition-delay: 260ms;
    transition-delay: 260ms; }
  .menu-toggle:focus {
    outline: none;
    outline: 0; }

@media (min-width: 0px) and (max-width: 1023px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    max-height: 0;
    -webkit-transition: all 260ms linear;
    -moz-transition: all 260ms linear;
    -o-transition: all 260ms linear;
    transition: all 260ms linear; }
  .main-navigation.toggled ul {
    max-height: 768px; }
  .main-navigation.toggled .menu-toggle:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "\e823"; }

  .main-navigation {
    position: absolute; }
    .main-navigation ul {
      position: absolute;
      overflow: hidden; }
      .main-navigation ul li {
        float: left;
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: 0;
        margin: 0; }
        .main-navigation ul li.current-menu-item a {
          color: #d7bc2d; }
        .main-navigation ul li:first-child a {
          color: #fffeff; }
        .main-navigation ul li a {
          display: block;
          height: 60px;
          line-height: 60px;
          background: #181917;
          color: #fffeff;
          text-align: left;
          padding: 0 30px 0;
          border-bottom: 1px solid #212220 !important; } }
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #181917;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* --------------------------------------------------

	VIDEO
	http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
	
-------------------------------------------------- */
video {
  max-width: 100%;
  height: auto; }

.flex-video {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 15px;
  overflow: hidden; }

.flex-video.widescreen {
  padding-bottom: 56.25%; }

.flex-video.vimeo {
  padding-top: 0; }

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
13.0 Hacks, page overrides, erc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.0 Showbiz
--------------------------------------------------------------*/
.flavoured header h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 260ms;
  -moz-animation-duration: 260ms;
  -ms-animation-duration: 260ms;
  -o-animation-duration: 260ms;
  animation-duration: 260ms;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
.flavoured header h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 260ms;
  -moz-animation-duration: 260ms;
  -ms-animation-duration: 260ms;
  -o-animation-duration: 260ms;
  animation-duration: 260ms;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.full h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 260ms;
  -moz-animation-duration: 260ms;
  -ms-animation-duration: 260ms;
  -o-animation-duration: 260ms;
  animation-duration: 260ms;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
.full h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 260ms;
  -moz-animation-duration: 260ms;
  -ms-animation-duration: 260ms;
  -o-animation-duration: 260ms;
  animation-duration: 260ms;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-moz-keyframes fadeIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-ms-keyframes fadeIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translate3d(0, 5px, 0); }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes zoomIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(0, 0);
    transform: scale(0, 0); }

  25% {
    -moz-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2; }

  75% {
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-webkit-keyframes zoomIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }

  25% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2; }

  75% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-o-keyframes zoomIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transform: scale(0, 0);
    transform: scale(0, 0); }

  25% {
    -o-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2; }

  75% {
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

  100% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-ms-keyframes zoomIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: scale(0, 0);
    transform: scale(0, 0); }

  25% {
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2; }

  75% {
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

  100% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: scale(0, 0); }

  25% {
    transform: scale(0.6, 0.6);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2; }

  75% {
    transform: scale(1.2, 1.2); }

  100% {
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

/*--------------------------------------------------------------
15.0 FEATURES
--------------------------------------------------------------*/
 /* --------------------------------------------------

	quiz
	
-------------------------------------------------- */
body.quiz-custom-bg {
  background: #ebe7cd url("/wp-content/themes/just-eat-it/images/quiz/bg.01.jpg") repeat-x top center; }
  body.quiz-custom-bg .decor {
    background-image: url("/wp-content/themes/just-eat-it/images/quiz/strip.05.jpg"); }

.quiz .off {
  display: none; }
.quiz .on {
  display: block !important;
  visibility: visible !important;
  height: auto; }
.quiz .quiz_highlight {
  background: #f5eeca;
  *zoom: 1; }
  .quiz .quiz_highlight:before, .quiz .quiz_highlight:after {
    content: "";
    display: table; }
  .quiz .quiz_highlight:after {
    clear: both; }
  .quiz .quiz_highlight.tip {
    background: #fffeff;
    padding: 15px;
    margin-bottom: 7.5px; }
    .quiz .quiz_highlight.tip span {
      margin: 0 10px;
      float: left; }
.quiz .question {
  position: relative;
  padding: 30px 0 0; }
  .quiz .question .bg {
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 100% 10%;
    background-size: 22.5%;
    -webkit-transition: all 260ms ease-out;
    -moz-transition: all 260ms ease-out;
    -o-transition: all 260ms ease-out;
    transition: all 260ms ease-out; }
  @media (min-width: 1024px) {
    .quiz .question .bg {
      background-position: 100% 100%; } }
  .quiz .question.inactive .bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: 0.25; }
  .quiz .question h1 {
    margin-bottom: 60px; }
  .quiz .question h3 {
    width: 75%; }
  .quiz .question ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .quiz .question ul li {
      background: rgba(255, 254, 255, 0.8);
      padding: 10px;
      height: auto;
      border: gainsboro 2px solid;
      margin: 0 0 7.5px;
      color: #747573;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: all 260ms ease-out;
      -moz-transition: all 260ms ease-out;
      -o-transition: all 260ms ease-out;
      transition: all 260ms ease-out; }
      .quiz .question ul li:after {
        float: right;
        content: "";
        font-family: "fontello"; }
      .quiz .question ul li.on {
        background: #d7bc2d;
        border-color: #d7bc2d;
        color: #181917; }
        .quiz .question ul li.on:after {
          content: "\e830"; }
.quiz .quiz-answer-display {
  visibility: hidden;
  text-align: center; }
.quiz .quiz-chart {
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fffeff;
  border: 2px solid #fffeff; }
  .quiz .quiz-chart .quiz-chart-bar {
    position: relative;
    background: #d7bc2d;
    background-image: -webkit-gradient(linear, to right, to left, color-stop(0%, #c1a928), color-stop(100%, #d7bc2d));
    background-image: -webkit-linear-gradient(to right, #c1a928, #d7bc2d);
    background-image: -moz-linear-gradient(to right, #c1a928, #d7bc2d);
    background-image: -o-linear-gradient(to right, #c1a928, #d7bc2d);
    background-image: linear-gradient(to right, #c1a928, #d7bc2d);
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 260ms ease-out;
    -moz-transition: all 260ms ease-out;
    -o-transition: all 260ms ease-out;
    transition: all 260ms ease-out;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
    .quiz .quiz-chart .quiz-chart-bar.quiz-chart-bar-comparative {
      background: #ac9624;
      -webkit-transition-delay: 600ms;
      -moz-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
  .quiz .quiz-chart .quiz-chart-indicator {
    position: absolute;
    right: 0;
    font-family: 'FuturaW01-BoldCondensed 774890';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    font-size: 14px;
    height: 30px;
    width: auto;
    color: #fffeff;
    padding-right: 8px; }
  .quiz .quiz-chart.big {
    height: 80px; }
    .quiz .quiz-chart.big .quiz-chart-bar {
      height: 38px; }
.quiz .quiz-rank {
  display: table;
  width: 100%;
  margin-top: -80px; }
  .quiz .quiz-rank .quiz-rank-label {
    position: relative;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'FuturaW01-BoldCondensed 774890';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    font-size: 14px;
    text-align: center;
    height: 80px;
    color: #6b5e16;
    padding-right: 10px;
    border-right: 2px solid rgba(255, 254, 255, 0.75); }

.quiz_results {
  margin-top: 60px;
  visibility: hidden;
  overflow: hidden;
  height: 0; }
  .quiz_results a h4 {
    border-bottom: 2px solid rgba(215, 188, 45, 0.5);
    display: inline-block;
    text-align: center; }
  .quiz_results .results_card {
    background: url(/wp-content/themes/just-eat-it/images/quiz/bg.02.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 30px;
    margin: 8px; }

.quiz-badge {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto; }
  .quiz-badge img {
    z-index: 0;
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
  .quiz-badge > div {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10%;
    color: #fffeff;
    font-size: 1.5em;
    line-height: 0.825em;
    font-family: 'FuturaW01-BoldCondensed 774890';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 80%; }
    .quiz-badge > div > span {
      text-align: center;
      display: block;
      width: 80%;
      height: 100%;
      padding: 40% 15px 0;
      margin: 0 auto; }

@media (min-width: 1024px) {
  .beyond-wrapper {
    background: url("/wp-content/themes/just-eat-it/images/beyond/bg.01.jpg") no-repeat top center;
    min-height: 1024px; }
    .beyond-wrapper .wrapper {
      padding-left: 20%;
      padding-right: 10%;
      padding-top: 120px; } }
.beyond-wrapper .magnet {
  position: relative;
  padding-top: 50%;
  width: 50%;
  margin-bottom: 10%;
  float: left;
  border: 12px solid #f8f7f8;
  -webkit-transform: rotate(-0.75deg);
  -moz-transform: rotate(-0.75deg);
  -ms-transform: rotate(-0.75deg);
  -o-transform: rotate(-0.75deg);
  transform: rotate(-0.75deg);
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1); }
  @media (min-width: 600px) {
    .beyond-wrapper .magnet {
      padding-top: 30%;
      width: 30%;
      margin-right: 3%; } }
  @media (min-width: 1024px) {
    .beyond-wrapper .magnet:before {
      content: "";
      position: absolute;
      top: -18%;
      left: 2%;
      background: url("/wp-content/themes/just-eat-it/images/beyond/magnet.01.png") no-repeat center center;
      background-size: cover;
      width: 105px;
      height: 105px;
      display: block; } }
  .beyond-wrapper .magnet:after {
    /*
    			content: "";
    			@include background-image(linear-gradient(transparent, $black));
    			position: absolute;
    			z-index: 0;
    			bottom: 0;
    			left: 0;
    			right: 0;
    			height: 60%;
    */ }
  .beyond-wrapper .magnet .title {
    font-family: 'FuturaW01-BoldCondensed 774890';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
    font-weight: 700;
    color: #d7bc2d;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    text-align: center; }
  .beyond-wrapper .magnet .bg {
    z-index: -1; }
  .beyond-wrapper .magnet:nth-child(2n) {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg); }
    .beyond-wrapper .magnet:nth-child(2n):before {
      width: 135px;
      height: 135px;
      top: -22%;
      left: 14%;
      background-image: url("/wp-content/themes/just-eat-it/images/beyond/magnet.02.png"); }
  .beyond-wrapper .magnet:nth-child(3n) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
    .beyond-wrapper .magnet:nth-child(3n):before {
      top: -18%;
      left: 24%;
      background-image: url("/wp-content/themes/just-eat-it/images/beyond/magnet.03.png"); }
  .beyond-wrapper .magnet:nth-child(4n) {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
    .beyond-wrapper .magnet:nth-child(4n):before {
      width: 180px;
      height: 90px;
      top: -22%;
      left: 2%;
      background-image: url("/wp-content/themes/just-eat-it/images/beyond/magnet.04.png"); }
  .beyond-wrapper .magnet:nth-child(6n) {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
    .beyond-wrapper .magnet:nth-child(6n):before {
      width: 180px;
      height: 90px;
      top: -10%;
      left: 40%;
      -webkit-transform: rotate(18deg);
      -moz-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
      -o-transform: rotate(18deg);
      transform: rotate(18deg);
      background-image: url("/wp-content/themes/just-eat-it/images/beyond/magnet.04.png"); }

/*--------------------------------------------------------------
16.0 Print styles
--------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  footer {
    display: none; }

  /* Black prints faster: sanbeiji.com/archives/953 */
  p a {
    color: #181917 !important;
    text-decoration: underline; }
    p a:visited {
      color: #181917 !important;
      text-decoration: underline; }
    p a[href]:after {
      content: " (" attr(href) ")"; }

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

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

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