@charset "UTF-8";
/*------------------------------------*    #Project styles
\*------------------------------------*/
/*!
 * Theme Name: The House London Framework
 * Theme URI: http://www.thehouselondon.com
 * Description: WordPress Framework for custom theme development
 * Author: The House London
 * Author URI: http://www.thehouselondon.com
 * Version: 1.0.0
 */
/*------------------------------------*    #DEFAULT SETTINGS
\*------------------------------------*/
/*------------------------------------*    #INUIT SETTINGS
\*------------------------------------*/
/*------------------------------------*    #STARTERIZED SETTINGS
\*------------------------------------*/
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/* --------------------------------------------------------------------------------------
+
+ STARTERIZED DEFAULT SETTINGS
+
-------------------------------------------------------------------------------------- */
/* turns on gradient support for IE9 */
/* turns off support for Mozilla prior to version 3.6 http://tiny.cc/42k3mw */
/* --------------------------------------------------------------------------------------
+
+ FUNCTIONS
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ EASING FUNCTIONS
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ ALIASES
+
-------------------------------------------------------------------------------------- */
/*------------------------------------*    #ALIASES
\*------------------------------------*/
/* --------------------------------------------------------------------------------------
+
+ VIEWPORT
+
-------------------------------------------------------------------------------------- */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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;
}

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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.
 */
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;
}

/*------------------------------------*    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/* --------------------------------------------------------------------------------------
+
+ RESET - BUILDS ON TOP OF INUIT NORMALIZE AND RESET
+
-------------------------------------------------------------------------------------- */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
  /* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
}

table {
  width: 100%;
}

[contenteditable] {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  /* remove input border radius on mobile safari and mobile firefox */
}

select,
input,
textarea,
button {
  font-size: 15px;
  font-size: 1rem;
  /* font size for html element MUST be set to 10px for this to work */
  margin: 0;
  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome */
}

select:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

textarea {
  resize: vertical;
  /* Allow only vertical resizing of textareas */
  vertical-align: top;
  /* Improve readability and alignment in all browsers */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* --------------------------------------------------------------------------------------
+
+ SELECTION
+
-------------------------------------------------------------------------------------- */
::-moz-selection {
  background: rgba(50, 155, 221, 0.7);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(50, 155, 221, 0.7);
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*    #MIXINS
\*------------------------------------*/
/*------------------------------------*    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 0.9375em;
  /* [1] */
  line-height: 1.53333;
  /* [1] */
  background-color: #fff;
  color: #85878a;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */
}

/*------------------------------------*    #PAGE
\*------------------------------------*/
html {
  font-family: "Libre Baskerville", serif;
  position: relative;
  overflow-x: hidden;
}

main {
  counter-reset: section-count;
}

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6, with corresponding Greek-alphabet abstract classes for double-
 * stranded heading hierarchy: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 */
h1,
.alpha {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1.27778;
}

h2,
.beta {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.53333;
}

h3,
.gamma {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.91667;
}

h4,
.delta {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.15;
}

h5,
.epsilon {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.4375;
}

h6,
.zeta {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.64286;
}

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  color: #1f2021;
  margin-bottom: 16px;
  line-height: 1.1em;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

h1 {
  font-size: 48px;
  margin-bottom: 14px;
  line-height: 60px;
}

@media screen and (max-width: 769px) {
  h1 {
    font-size: 29px;
    line-height: 40px;
  }
}

.page-template-template-menu h1 {
  font-size: 55px;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .page-template-template-menu h1 {
    font-size: 41px;
  }
}

@media screen and (max-width: 481px) {
  .page-template-template-menu h1 {
    font-size: 31px;
    text-align: center;
  }
}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 15px;
  }
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 15px;
}

/*------------------------------------*    #TYPOGRAPHY
\*------------------------------------*/
/**
 * Typographical base selectors.
 */
/**
 * Horizontal rules.
 */
hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
  height: 1px;
  margin-bottom: 23px;
}

/**
 * Wordpress class for styling content typography elements
 */
.entry-content img:not(:last-child),
.entry-content p:not(:last-child),
.entry-content ul:not(:last-child),
.entry-content ol:not(:last-child),
.entry-content pre:not(:last-child),
.entry-content .embedded:not(:last-child) {
  margin-bottom: 23px;
}

.entry-content i,
.entry-content em {
  font-style: italic;
}

.entry-content b,
.entry-content strong {
  font-weight: 700;
}

.entry-content p + h2,
.entry-content p + h3 {
  margin-top: 40px;
}

.entry-content p + h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.entry-content p + blockquote {
  margin-top: 33px;
}

.entry-content p a {
  position: relative;
}

.entry-content p a:after {
  content: '';
  height: 1px;
  background-color: #1f2021;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s ease;
}

.entry-content p a:hover {
  text-decoration: none;
}

.entry-content p a:hover:after {
  left: 10%;
  right: 10%;
}

.entry-content h1 + h3 {
  margin-top: 35px;
}

.entry-content h2 + ul, .entry-content h3 + ul, .entry-content h4 + ul {
  margin-top: 25px;
}

.entry-content h3 + p {
  margin-top: 25px;
}

.entry-content ul, .entry-content ol {
  margin-left: 20px;
  list-style-type: none;
}

figure {
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .single-post figure {
    margin-left: -125px;
    margin-right: -125px;
  }
}

figure img {
  width: 100%;
}

.single-post figure img {
  margin-top: 30px;
}

figcaption {
  font-family: "Space Mono", monospace;
  color: #1f2021;
  margin-top: -5px;
}

@media screen and (max-width: 481px) {
  .single-post figcaption {
    margin-left: 125px;
  }
}

.lead {
  font-size: 19px;
  font-style: italic;
  color: #1f2021;
  margin-bottom: 17px;
  line-height: 1.53em;
}

@media screen and (max-width: 481px) {
  .lead {
    font-size: 17px;
  }
}

.ol-list li,
.ul-list li {
  position: relative;
  padding-left: 20px;
}

.ol-list li:not(:last-child),
.ul-list li:not(:last-child) {
  padding-bottom: 11px;
}

.ol-list a,
.ul-list a {
  word-break: break-word;
}

.ul-list *:before {
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 6px;
}

.ul-list > li:before {
  background-color: #85878a;
  border-radius: 50%;
}

.ul-list > li > ul > li:before {
  background-color: transparent;
  border: 2px solid #85878a;
  border-radius: 50%;
}

.ul-list > li > ul > li li:before {
  height: 2px;
  width: 7px;
  background-color: #85878a;
  top: 10px;
}

.ul-list ul {
  padding-top: 11px;
  margin-left: 10px;
}

.ol-list {
  counter-reset: first-level;
}

.ol-list *:before {
  position: absolute;
  left: 0;
  color: #85878a;
  font-weight: bold;
}

.ol-list > li {
  counter-increment: first-level;
}

.ol-list > li:before {
  content: counter(first-level, decimal) ".";
}

.ol-list > li > ol {
  counter-reset: second-level;
}

.ol-list > li > ol > li {
  counter-increment: second-level;
  padding-left: 30px;
}

.ol-list > li > ol > li:before {
  content: counter(first-level, decimal) "." counter(second-level, decimal);
}

.ol-list > li > ol > li ol {
  counter-reset: third-level;
}

.ol-list > li > ol > li ol li {
  counter-increment: third-level;
  padding-left: 41px;
}

.ol-list > li > ol > li ol li:before {
  content: counter(first-level, decimal) "." counter(second-level, decimal) "." counter(third-level, decimal);
}

.ol-list ol {
  padding-top: 11px;
  margin-left: 10px;
}

.num-list {
  counter-reset: num-list;
  margin-left: 0 !important;
  text-align: left;
}

.num-list li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 57px;
  counter-increment: num-list;
}

.num-list li:before {
  content: counter(num-list);
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-family: "Space Mono", monospace;
  font-size: 13px;
  color: #fff;
  background-color: #1f2021;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

blockquote {
  text-align: center;
  margin-left: -27%;
  margin-right: -27%;
  font-size: 27px;
  color: #1f2021;
  margin-bottom: 60px;
  padding-top: 20px;
}

@media screen and (max-width: 1025px) {
  .single-post blockquote {
    margin-left: -125px;
    margin-right: -125px;
  }
}

@media screen and (max-width: 481px) {
  .single-post blockquote {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1025px) {
  blockquote {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
}

blockquote cite {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 13px;
  color: #85878a;
  margin-top: -10px;
}

dt {
  color: #1f2021;
}

/*------------------------------------*    #LINKS
\*------------------------------------*/
a {
  transition: color .2s ease;
}

/* --------------------------------------------------------------------------------------
+
+ LINK
+
-------------------------------------------------------------------------------------- */
a {
  color: #1f2021;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*------------------------------------*    #PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger: en.wikipedia.org/wiki/Lede_(news)
 */
.lede {
  font-size: 19.5px;
  font-size: 1.3rem;
  line-height: 1.17949;
}

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * If a `width` and/or `height` attribute have been explicitly defined, let’s
 * not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
}

/*------------------------------------*    #LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*    #WORDPRESS DEFAULTs
\*------------------------------------*/
.alignnone,
a img.alignnone {
  margin: 0 0 23px;
}

.aligncenter,
div.aligncenter,
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignright,
a img.alignright {
  float: right;
  margin: 0 0 23px 23px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 0 23px 23px 0;
}

.wp-caption {
  background: transparent;
  border: 0 none;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 12px 0;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0 0 23px;
}

.wp-caption.aligncenter {
  margin: 0 auto 23px;
}

.wp-caption.alignleft {
  margin: 0 23px 23px 0;
}

.wp-caption.alignright {
  margin: 0 0 23px 23px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0 0 12px;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus,
.assistive-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 12px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 12px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
.btn {
  transition: all .2s ease;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background: none;
  border: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
  /* remove margin for some browsers */
  padding: 0;
  /* remove padding in Firefox */
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.btn--full {
  box-sizing: border-box;
  display: block !important;
  width: 100% !important;
  /* force 100% width for <button> */
}

/* --------------------------------------------------------------------------------------
+
+ JUSTIFIZE
+
-------------------------------------------------------------------------------------- */
/*
    http://www.css-101.org/articles/responsive-boxes/magic-boxes.php

    <div class="justifize">
      <div class="justifize__box">
        justifize box content
      </div>
      <div class="justifize__box">
        justifize box content
      </div>
      <div class="justifize__box">
        justifize box content
      </div>
    </div>
*/
.justifize {
  font-size: 1px;
  /* IE 9, 10, 11 FIX */
  text-align: justify;
}

.justifize:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.justifize__box {
  font-size: 15px;
  font-size: 1rem;
  /* font size for html element MUST be set to 10px for this to work */
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.justifize--top .justifize__box {
  vertical-align: top;
}

.justifize--bottom .justifize__box {
  vertical-align: bottom;
}

/*------------------------------------*    #FLAG
\*------------------------------------*/
/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image. csswizardry.com/2013/05/the-flag-object
 */
/**
 * 1. Allows us to control vertical alignments
 * 2. Force the object to be the full width of its parent. Combined with [1],
 *    this makes the object behave in a quasi-`display: block;` manner.
 */
.flag {
  display: table;
  /* [1] */
  width: 100%;
  /* [2] */
}

/**
     * Items within a flag object. There should only ever be one of each.
     *
     * 1. Default to aligning content to their middles.
     */
.flag__img,
.flag__body {
  display: table-cell;
  vertical-align: middle;
  /* [1] */
}

/**
     * Flag images have a space between them and the body of the object.
     */
.flag__img {
  padding-right: 23px;
}

.flag__img > img {
  display: block;
  max-width: none;
}

/**
     * The container for the main content of the flag object.
     *
     * 1. Forces the `.flag__body` to take up all remaining space.
     */
.flag__body {
  width: 100%;
  /* [1] */
}

.flag__body,
.flag__body > :last-child {
  margin-bottom: 0;
}

/**
     * Tiny flags.
     */
.flag--tiny {
  /**
             * Tiny reversed flags.
             */
}

.flag--tiny > .flag__img {
  padding-right: 6px;
}

.flag--tiny.flag--rev > .flag__img {
  padding-right: 0;
  padding-left: 6px;
}

/**
     * Small flags.
     */
.flag--small {
  /**
             * Small reversed flags.
             */
}

.flag--small > .flag__img {
  padding-right: 12px;
}

.flag--small.flag--rev > .flag__img {
  padding-right: 0;
  padding-left: 12px;
}

/**
     * Large flags.
     */
.flag--large {
  /**
             * Large reversed flags.
             */
}

.flag--large > .flag__img {
  padding-right: 46px;
}

.flag--large.flag--rev > .flag__img {
  padding-right: 0;
  padding-left: 46px;
}

/**
     * Huge flags.
     */
.flag--huge {
  /**
             * Huge reversed flags.
             */
}

.flag--huge > .flag__img {
  padding-right: 92px;
}

.flag--huge.flag--rev > .flag__img {
  padding-right: 0;
  padding-left: 92px;
}

/**
     * Reversed flag objects have their image-content to the right, and text-content
     * to the left.
     *
     * 1. Swap the rendered direction of the object…
     * 2. …and reset it.
     * 3. Reassign margins to the correct sides.
     */
.flag--rev {
  direction: rtl;
  /* [1] */
}

.flag--rev > .flag__img,
.flag--rev > .flag__body {
  direction: ltr;
  /* [2] */
}

.flag--rev > .flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 23px;
  /* [3] */
}

/**
     * Flush flag objects have no space between the image- and text-content.
     */
.flag--flush > .flag__img {
  padding-right: 0;
  padding-left: 0;
}

/**
     * Vertically top aligned flag objects.
     */
.flag--top > .flag__img,
.flag--top > .flag__body {
  vertical-align: top;
}

/**
     * Vertically bottom aligned flag objects.
     */
.flag--bottom > .flag__img,
.flag--bottom > .flag__body {
  vertical-align: bottom;
}

/**
     * Responsive flag objects.
     *
     * There is a very pragmatic, simple implementation of a responsive flag
     * object, which simply places the text-content beneath the image-content.
     *
     * We use a `max-width` media query because:
     *
     * a) it is the least verbose method in terms of amount of code required.
     * b) the flag object’s default state is image-next-to-text, so its stacked
     *    state is the exception, rather than the rule.
     */
@media screen and (max-width: 720px) {
  .flag--responsive {
    /**
                 * Disable reversal of content because there is no concept of
                 * ‘reversed’ in a stacked layout.
                 */
    direction: ltr;
    /**
             * Rework the spacings on regular flag objects.
             */
    /**
                 * Tiny responsive flags.
                 *
                 * Take a little more heavy-handed approach to reworking
                 * spacings on flags that are also tiny flags in their regular
                 * state.
                 */
    /**
                 * Small responsive flags.
                 *
                 * Take a little more heavy-handed approach to reworking
                 * spacings on flags that are also small flags in their regular
                 * state.
                 */
    /**
                 * Large responsive flags.
                 *
                 * Take a little more heavy-handed approach to reworking
                 * spacings on flags that are also large flags in their regular
                 * state.
                 */
    /**
                 * Huge responsive flags.
                 *
                 * Take a little more heavy-handed approach to reworking
                 * spacings on flags that are also huge flags in their regular
                 * state.
                 */
  }
  .flag--responsive,
  .flag--responsive > .flag__img,
  .flag--responsive > .flag__body {
    display: block;
  }
  .flag--responsive > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 23px;
  }
  .flag--responsive.flag--tiny > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 6px;
  }
  .flag--responsive.flag--small > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 12px;
  }
  .flag--responsive.flag--large > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 46px;
  }
  .flag--responsive.flag--huge > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 92px;
  }
}

/*------------------------------------*    #PRELOADER
\*------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.arc {
  position: relative;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 4px solid #1f2021;
  border-radius: 50%;
  -webkit-animation: rotate 2.9s infinite linear;
  animation: rotate 2.9s infinite linear;
}

.arc:before, .arc:after {
  content: '';
  position: absolute;
  top: -5px;
  width: 33px;
  height: 62px;
  background-color: #fff;
  -webkit-animation: rotate 2s infinite ease;
  animation: rotate 2s infinite ease;
}

.arc:before {
  left: -6px;
  -webkit-transform-origin: 29px 29px;
  -ms-transform-origin: 29px 29px;
  transform-origin: 29px 29px;
}

.arc:after {
  left: 27px;
  -webkit-transform-origin: 0 29px;
  -ms-transform-origin: 0 29px;
  transform-origin: 0 29px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/*------------------------------------*    #CONTAINER
\*------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1226px;
  padding-left: 23px;
  padding-right: 23px;
}

@media screen and (max-width: 480px) {
  .container {
    max-width: 1203px;
    padding-left: 11.5px;
    padding-right: 11.5px;
  }
}

.container.container--small {
  max-width: 832px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 769px) {
  .container.container--small {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .container.container--small {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------*    #EMBEDDED
\*------------------------------------*/
/*
    BASED ON https://github.com/suitcss/components-flex-embed/blob/master/flex-embed.css, mashed up with http://www.mademyday.de/css-height-equals-width-with-pure-css.html

    <div class="embedded">
      [iframe|object|embed]
    </div>
*/
.embedded {
  display: block;
  overflow: hidden;
  position: relative;
  /**
     * Descendant: media element
     *
     * Utility of the component is improved by provide an explicit descendant
     * class. However, it will work automatically for iframes, embeds, and objects
     * to account for times when you cannot modify the attributes for 3rd party
     * widget code.
     */
  /**
     * A pseudo-element shunt is used to provide support for `max-height`. The
     * `max-height` property has no affect when using a percentage-padding to set
     * the aspect ratio.
     */
}

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

.embedded:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  /* initial ratio of 1:1*/
  width: 100%;
}

/**
 * Modifier: 3:1 aspect ratio
 */
.embedded--3by1:before {
  padding-bottom: 33%;
}

/**
 * Modifier: 2:1 aspect ratio
 */
.embedded--2by1:before {
  padding-bottom: 50%;
}

/**
 * Modifier: 16:9 aspect ratio
 */
.embedded--16by9:before {
  padding-bottom: 56.25%;
}

/**
 * Modifier: 4:3 aspect ratio
 */
.embedded--4by3:before {
  padding-bottom: 75%;
}

.embedded--center .embedded__item,
.embedded--center video,
.embedded--center iframe,
.embedded--center embed,
.embedded--center object {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.embedded--center .embedded__item:-webkit-full-screen, .embedded--center .embedded__item:-moz-full-screen,
.embedded--center .embedded__item:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center video:-webkit-full-screen,
.embedded--center video:-moz-full-screen,
.embedded--center video:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center iframe:-webkit-full-screen,
.embedded--center iframe:-moz-full-screen,
.embedded--center iframe:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center embed:-webkit-full-screen,
.embedded--center embed:-moz-full-screen,
.embedded--center embed:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center object:-webkit-full-screen,
.embedded--center object:-moz-full-screen,
.embedded--center object:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center video:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center iframe:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center embed:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center object:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center video:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center iframe:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center embed:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center object:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center video:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center iframe:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center embed:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center object:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center object:-webkit-full-screen,
.embedded--center video:-ms-fullscreen
.embedded--center object:-webkit-full-screen,
.embedded--center iframe:-ms-fullscreen
.embedded--center object:-webkit-full-screen,
.embedded--center embed:-ms-fullscreen
.embedded--center object:-webkit-full-screen,
.embedded--center object:-ms-fullscreen
.embedded--center object:-webkit-full-screen {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0;
  left: 0;
}

.embedded--center .embedded__item:-webkit-full-screen, .embedded--center .embedded__item:-moz-full-screen,
.embedded--center .embedded__item:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center video:-webkit-full-screen,
.embedded--center video:-moz-full-screen,
.embedded--center video:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center iframe:-webkit-full-screen,
.embedded--center iframe:-moz-full-screen,
.embedded--center iframe:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center embed:-webkit-full-screen,
.embedded--center embed:-moz-full-screen,
.embedded--center embed:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center object:-webkit-full-screen,
.embedded--center object:-moz-full-screen,
.embedded--center object:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center video:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center iframe:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center embed:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center object:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center video:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center iframe:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center embed:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center object:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center video:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center iframe:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center embed:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center object:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center object:fullscreen,
.embedded--center video:-ms-fullscreen
.embedded--center object:fullscreen,
.embedded--center iframe:-ms-fullscreen
.embedded--center object:fullscreen,
.embedded--center embed:-ms-fullscreen
.embedded--center object:fullscreen,
.embedded--center object:-ms-fullscreen
.embedded--center object:fullscreen {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0;
  left: 0;
}

/*------------------------------------*    #ICONS
\*------------------------------------*/
.icon {
  display: inline-block;
  fill: currentColor;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}

.icon-search {
  width: 17px;
  height: 17px;
  color: #1f2021;
}

.icon-basket {
  width: 20px;
  height: 17px;
  color: #1f2021;
}

.icon-close {
  width: 16px;
  height: 16px;
  color: #1f2021;
}

.icon-back-to-top {
  width: 12px;
  height: 20px;
  color: #85878a;
  margin-left: 5px;
}

.icon-cutlery {
  width: 60px;
  height: 49px;
}

.icon-clock {
  width: 54px;
  height: 54px;
}

.icon-restaurant {
  width: 168px;
  height: 75px;
  color: #fff;
}

.icon-arrow-right,
.icon-arrow-left {
  width: 40px;
  height: 12px;
}

.icon-plus {
  width: 12px;
  height: 12px;
}

.icon-minus {
  width: 12px;
  height: 2px;
}

.icon-reservation {
  color: black;
}

/*------------------------------------*    #VERTICAL LINE
\*------------------------------------*/
.v-line {
  position: relative;
}

.v-line:before {
  content: '';
  height: 90px;
  width: 1px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(31, 32, 33, 0.15);
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*------------------------------------*    #FLEX GRID
\*------------------------------------*/
/*!
    Blueprint CSS v1.2.4
    http://splintercode.github.io/blueprint-css/
    License MIT 2016
*/
.flex-row.flex-row--small > .col,
.flex-row.flex-row--small > [class^="col-"] {
  padding: 0 5px 20px 5px;
}

[class^="flex-row"] > .col,
[class^="flex-row"] > [class^="col-"] {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 0 20px 40px 20px;
  display: block;
}

[class^="flex-row"] > [class^="col-"] {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

[class^="flex-row"] {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

:root [class^="flex-row"] {
  margin-left: -20px;
  margin-right: -20px;
}

:root .flex-row--small {
  margin-left: -5px;
  margin-right: -5px;
}

.flex-row--middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row--top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-row--bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-row--center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-row--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-row--around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-row--between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-row--stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flex-row--stretch > .col, .flex-row--stretch > [class^="col-"] {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-row--gutter-none > .col, .flex-row--gutter-none > [class^="col-"] {
  padding: 0;
}

.flex-row--gutter-bottom-none > .col, .flex-row--gutter-bottom-none > [class^="col-"] {
  padding: 0 8px 0 8px;
}

.flex-row--gutter-between-none > .col, .flex-row--gutter-between-none > [class^="col-"] {
  padding: 0 0 16px 0;
}

.flex-row--gutter-none, .flex-row--gutter-between-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col-first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.col-last {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

[class^="flex-row"] > .col-1 {
  max-width: 8.33333%;
  width: 8.33333%;
}

[class^="flex-row"] > .col-2 {
  max-width: 16.66667%;
  width: 16.66667%;
}

[class^="flex-row"] > .col-3 {
  max-width: 25%;
  width: 25%;
}

[class^="flex-row"] > .col-4 {
  max-width: 33.33333%;
  width: 33.33333%;
}

[class^="flex-row"] > .col-5 {
  max-width: 41.66667%;
  width: 41.66667%;
}

[class^="flex-row"] > .col-6 {
  max-width: 50%;
  width: 50%;
}

[class^="flex-row"] > .col-7 {
  max-width: 58.33333%;
  width: 58.33333%;
}

[class^="flex-row"] > .col-8 {
  max-width: 66.66667%;
  width: 66.66667%;
}

[class^="flex-row"] > .col-9 {
  max-width: 75%;
  width: 75%;
}

[class^="flex-row"] > .col-10 {
  max-width: 83.33333%;
  width: 83.33333%;
}

[class^="flex-row"] > .col-11 {
  max-width: 91.66667%;
  width: 91.66667%;
}

[class^="flex-row"] > .col-12 {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 30em) {
  [class^="flex-row"] > .col-1\@sm {
    max-width: 8.33333%;
    width: 8.33333%;
  }
  [class^="flex-row"] > .col-2\@sm {
    max-width: 16.66667%;
    width: 16.66667%;
  }
  [class^="flex-row"] > .col-3\@sm {
    max-width: 25%;
    width: 25%;
  }
  [class^="flex-row"] > .col-4\@sm {
    max-width: 33.33333%;
    width: 33.33333%;
  }
  [class^="flex-row"] > .col-5\@sm {
    max-width: 41.66667%;
    width: 41.66667%;
  }
  [class^="flex-row"] > .col-6\@sm {
    max-width: 50%;
    width: 50%;
  }
  [class^="flex-row"] > .col-7\@sm {
    max-width: 58.33333%;
    width: 58.33333%;
  }
  [class^="flex-row"] > .col-8\@sm {
    max-width: 66.66667%;
    width: 66.66667%;
  }
  [class^="flex-row"] > .col-9\@sm {
    max-width: 75%;
    width: 75%;
  }
  [class^="flex-row"] > .col-10\@sm {
    max-width: 83.33333%;
    width: 83.33333%;
  }
  [class^="flex-row"] > .col-11\@sm {
    max-width: 91.66667%;
    width: 91.66667%;
  }
  [class^="flex-row"] > .col-12\@sm {
    max-width: 100%;
    width: 100%;
  }
  .hide\@sm {
    display: none !important;
  }
  .show\@sm {
    display: block !important;
  }
  .col-first\@sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-last\@sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 769px) {
  [class^="flex-row"] > .col-1\@md {
    max-width: 8.33333%;
    width: 8.33333%;
  }
  [class^="flex-row"] > .col-2\@md {
    max-width: 16.66667%;
    width: 16.66667%;
  }
  [class^="flex-row"] > .col-3\@md {
    max-width: 25%;
    width: 25%;
  }
  [class^="flex-row"] > .col-4\@md {
    max-width: 33.33333%;
    width: 33.33333%;
  }
  [class^="flex-row"] > .col-5\@md {
    max-width: 41.66667%;
    width: 41.66667%;
  }
  [class^="flex-row"] > .col-6\@md {
    max-width: 50%;
    width: 50%;
  }
  [class^="flex-row"] > .col-7\@md {
    max-width: 58.33333%;
    width: 58.33333%;
  }
  [class^="flex-row"] > .col-8\@md {
    max-width: 66.66667%;
    width: 66.66667%;
  }
  [class^="flex-row"] > .col-9\@md {
    max-width: 75%;
    width: 75%;
  }
  [class^="flex-row"] > .col-10\@md {
    max-width: 83.33333%;
    width: 83.33333%;
  }
  [class^="flex-row"] > .col-11\@md {
    max-width: 91.66667%;
    width: 91.66667%;
  }
  [class^="flex-row"] > .col-12\@md {
    max-width: 100%;
    width: 100%;
  }
  .hide\@md {
    display: none !important;
  }
  .show\@md {
    display: block !important;
  }
  .col-first\@md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-last\@md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 60em) {
  [class^="flex-row"] > .col-1\@lg {
    max-width: 8.33333%;
    width: 8.33333%;
  }
  [class^="flex-row"] > .col-2\@lg {
    max-width: 16.66667%;
    width: 16.66667%;
  }
  [class^="flex-row"] > .col-3\@lg {
    max-width: 25%;
    width: 25%;
  }
  [class^="flex-row"] > .col-4\@lg {
    max-width: 33.33333%;
    width: 33.33333%;
  }
  [class^="flex-row"] > .col-5\@lg {
    max-width: 41.66667%;
    width: 41.66667%;
  }
  [class^="flex-row"] > .col-6\@lg {
    max-width: 50%;
    width: 50%;
  }
  [class^="flex-row"] > .col-7\@lg {
    max-width: 58.33333%;
    width: 58.33333%;
  }
  [class^="flex-row"] > .col-8\@lg {
    max-width: 66.66667%;
    width: 66.66667%;
  }
  [class^="flex-row"] > .col-9\@lg {
    max-width: 75%;
    width: 75%;
  }
  [class^="flex-row"] > .col-10\@lg {
    max-width: 83.33333%;
    width: 83.33333%;
  }
  [class^="flex-row"] > .col-11\@lg {
    max-width: 91.66667%;
    width: 91.66667%;
  }
  [class^="flex-row"] > .col-12\@lg {
    max-width: 100%;
    width: 100%;
  }
  .hide\@lg {
    display: none !important;
  }
  .show\@lg {
    display: block !important;
  }
  .col-first\@lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-last\@lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 90em) {
  [class^="flex-row"] > .col-1\@xl {
    max-width: 8.33333%;
    width: 8.33333%;
  }
  [class^="flex-row"] > .col-2\@xl {
    max-width: 16.66667%;
    width: 16.66667%;
  }
  [class^="flex-row"] > .col-3\@xl {
    max-width: 25%;
    width: 25%;
  }
  [class^="flex-row"] > .col-4\@xl {
    max-width: 33.33333%;
    width: 33.33333%;
  }
  [class^="flex-row"] > .col-5\@xl {
    max-width: 41.66667%;
    width: 41.66667%;
  }
  [class^="flex-row"] > .col-6\@xl {
    max-width: 50%;
    width: 50%;
  }
  [class^="flex-row"] > .col-7\@xl {
    max-width: 58.33333%;
    width: 58.33333%;
  }
  [class^="flex-row"] > .col-8\@xl {
    max-width: 66.66667%;
    width: 66.66667%;
  }
  [class^="flex-row"] > .col-9\@xl {
    max-width: 75%;
    width: 75%;
  }
  [class^="flex-row"] > .col-10\@xl {
    max-width: 83.33333%;
    width: 83.33333%;
  }
  [class^="flex-row"] > .col-11\@xl {
    max-width: 91.66667%;
    width: 91.66667%;
  }
  [class^="flex-row"] > .col-12\@xl {
    max-width: 100%;
    width: 100%;
  }
  .hide\@xl {
    display: none !important;
  }
  .show\@xl {
    display: block !important;
  }
  .col-first\@xl {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-last\@xl {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.flex {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -js-display: flex !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-fill {
  -ms-flex: 1 1 0% !important;
  -webkit-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
  -ms-flex-preferred-size: 0% !important;
  -webkit-flex-basis: 0% !important;
          flex-basis: 0% !important;
}

.flex-fit {
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
}

.float-center {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  float: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clear-fix:after {
  content: "";
  display: table;
  clear: both;
}

.full-width {
  width: 100% !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.col-1--max {
  max-width: 83.33333px !important;
}

.col-2--max {
  max-width: 166.66667px !important;
}

.col-3--max {
  max-width: 250px !important;
}

.col-4--max {
  max-width: 333.33333px !important;
}

.col-5--max {
  max-width: 416.66667px !important;
}

.col-6--max {
  max-width: 500px !important;
}

.col-7--max {
  max-width: 583.33333px !important;
}

.col-8--max {
  max-width: 666.66667px !important;
}

.col-9--max {
  max-width: 750px !important;
}

.col-10--max {
  max-width: 833.33333px !important;
}

.col-11--max {
  max-width: 916.66667px !important;
}

.col-12--max {
  max-width: 1000px !important;
}

.margin--sm {
  margin: 4px !important;
}

.margin-top--sm {
  margin-top: 4px !important;
}

.margin-bottom--sm {
  margin-bottom: 4px !important;
}

.margin-right--sm {
  margin-right: 4px !important;
}

.margin-left--sm {
  margin-left: 4px !important;
}

.padding--sm {
  padding: 4px !important;
}

.padding-top--sm {
  padding-top: 4px !important;
}

.padding-bottom--sm {
  padding-bottom: 4px !important;
}

.padding-right--sm {
  padding-right: 4px !important;
}

.padding-left--sm {
  padding-left: 4px !important;
}

.margin {
  margin: 16px !important;
}

.margin-top {
  margin-top: 16px !important;
}

.margin-bottom {
  margin-bottom: 16px !important;
}

.margin-right {
  margin-right: 16px !important;
}

.margin-left {
  margin-left: 16px !important;
}

.padding {
  padding: 16px !important;
}

.padding-top {
  padding-top: 16px !important;
}

.padding-bottom {
  padding-bottom: 16px !important;
}

.padding-right {
  padding-right: 16px !important;
}

.padding-left {
  padding-left: 16px !important;
}

.margin--lg {
  margin: 24px !important;
}

.margin-top--lg {
  margin-top: 24px !important;
}

.margin-bottom--lg {
  margin-bottom: 24px !important;
}

.margin-right--lg {
  margin-right: 24px !important;
}

.margin-left--lg {
  margin-left: 24px !important;
}

.padding--lg {
  padding: 24px !important;
}

.padding-top--lg {
  padding-top: 24px !important;
}

.padding-bottom--lg {
  padding-bottom: 24px !important;
}

.padding-right--lg {
  padding-right: 24px !important;
}

.padding-left--lg {
  padding-left: 24px !important;
}

@media screen and (max-width: 481px) {
  .reservation .col-6 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .menu-section .col-8, .menu-section .col-4 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .menu-section .col-8 {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 1025px) {
  .reservation-section .col-7, .reservation-section .col-5,
  .today-on-menu-section .col-7,
  .today-on-menu-section .col-5,
  .recipe .col-7,
  .recipe .col-5 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .today-on-menu-section .col-7 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .today-on-menu-section .media-list {
    text-align: left;
  }
}

@media screen and (max-width: 1025px) {
  .recipe .col-7 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/**
 * selectize.default.css (v0.12.4) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #85878a;
  font-family: "Space Mono", monospace;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-control.single {
  height: 51px;
}

.selectize-input {
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
  height: 51px;
  line-height: 51px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  background: #1f2021;
  margin: 10px 0 0 0;
  border-top: 0 none;
}

.selectize-dropdown [data-selectable] {
  transition: all .2s ease;
  cursor: pointer;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.selectize-dropdown [data-selectable] .highlight {
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 15px 20px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #131314;
  color: #fff;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  background-image: url("images/dropdown-arrow.png");
  height: 8px;
  width: 14px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
#ui-datepicker-div {
  z-index: 1500 !important;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-title {
  margin: 1em 0;
  line-height: 1.8em;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .5em .3em 1.5em;
  text-align: center;
  font-weight: normal;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 2px 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header a {
  color: #333333;
}

.input-wrap {
  position: relative;
}

.input-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  background-image: url("images/dropdown-arrow.png");
  height: 8px;
  width: 14px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.input-wrap.is-opened .icon-calendar {
  color: #1f2021;
}

.input-wrap .datepicker {
  font-size: 13px;
}

.input-wrap .icon-calendar {
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(139, 144, 159, 0.4);
  z-index: 1;
}

.input-wrap input {
  position: relative;
  z-index: 2;
}

.ui-datepicker {
  font-family: "Space Mono", monospace;
  margin-top: 5px;
}

.ui-datepicker .ui-icon {
  top: 50%;
}

.ui-datepicker th {
  padding: .5em .3em 1.5em;
}

.ui-datepicker.ui-widget {
  border: 1px solid rgba(45, 46, 47, 0.15);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 11px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: block;
  background-image: url("images/icon-arrow-calendar.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 9px;
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -11px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  left: 9px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  border: none;
}

.ui-datepicker .ui-datepicker-calendar thead {
  font-weight: normal;
}

.ui-datepicker .ui-state-default {
  background-color: transparent;
  border: none;
  text-align: center;
  color: #4c4d4f;
  position: relative;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  line-height: 28px;
  margin: 0 auto;
}

.ui-datepicker .ui-state-default:hover {
  background-color: rgba(31, 32, 33, 0.3);
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  background-color: #d1d3d9;
  color: #4c4d4f;
}

.ui-datepicker .ui-state-default.ui-state-active {
  background-color: #1f2021;
  color: #fff;
}

.ui-datepicker .ui-datepicker-other-month.ui-state-disabled {
  font-size: 0;
}

.ui-datepicker .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker .ui-state-disabled .ui-state-default {
  color: #8b909f;
}

/**
 * jQuery Timepicker
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}

.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  /* IE */
}

.ui-timepicker-standard {
  /* overwrites .ui-widget */
  font-family: inherit;
  font-size: 1.1em;
  /* overwrites .ui-widget-content */
  background-color: #FFF;
  border: 1px solid rgba(45, 46, 47, 0.15);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
  color: #222;
  /* overwrites .ui-menu */
  margin: 0;
  padding: 2px;
}

.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}

.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #DADADA;
  border: 1px solid #999;
  font-weight: normal;
  color: #212121;
}

.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
    float: left;*/
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  border-radius: 4px;
}

.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

/*------------------------------------*    #IMAGE TO BACKGROUND
\*------------------------------------*/
.img-to-bgr,
.img-to-bgr-half {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-to-bgr-half {
  padding-bottom: 86.1%;
}

.img-to-bgr {
  padding-bottom: 100%;
}

/*------------------------------------*    #FILTER + ISOTOPE GRID
\*------------------------------------*/
.filter-nav {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .filter-nav {
    margin-top: 40px;
  }
}

@media screen and (max-width: 769px) {
  .filter-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 570px) {
  .filter-nav {
    margin-top: 10px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}

.filter-nav li {
  display: inline-block;
}

.filter-nav li:not(:last-child) {
  margin-right: 50px;
}

@media screen and (max-width: 769px) {
  .filter-nav li {
    margin-right: 0 !important;
  }
  .filter-nav li.magic-line {
    display: none;
  }
}

@media screen and (max-width: 570px) {
  .filter-nav li {
    display: block;
    background-color: #1f2021;
    border-bottom: 1px solid #2a2b2c;
    margin-right: 0 !important;
  }
  .filter-nav li:active {
    background-color: #131314;
  }
  .filter-nav li button {
    color: white;
    text-align: left;
  }
}

.filter-button {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  outline: none;
  background: none;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Space Mono", monospace;
  letter-spacing: .3em;
  color: #1f2021;
  position: relative;
  padding: 0;
}

.filter-button:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .filter-button {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  .filter-button {
    padding: 20px 0 20px 20px;
  }
}

.filter-button.is-active:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #1f2021;
  position: absolute;
  bottom: -3px;
  left: -2px;
}

@media screen and (max-width: 570px) {
  .filter-button.is-active:after {
    display: none;
  }
}

.filter-count {
  position: absolute;
  top: -9px;
  left: 100%;
  color: #85878a;
}

@media screen and (max-width: 570px) {
  .filter-count {
    position: static;
  }
}

.filter-wrap {
  position: relative;
}

.filter-responsive-element {
  display: none;
  width: 100%;
  border: 1px solid #1f2021;
  padding: 15px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  height: 50px;
}

.filter-responsive-element:hover {
  text-decoration: none;
}

@media screen and (max-width: 570px) {
  .filter-responsive-element {
    display: block;
    margin-top: 15px;
  }
}

.filter-responsive-element-burger {
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.filter-responsive-element-burger span {
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #1f2021;
  position: relative;
  transition: all .2s ease;
}

.filter-responsive-element-burger span:before, .filter-responsive-element-burger span:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #1f2021;
  position: absolute;
  right: 0;
  transition: all .2s ease;
}

.filter-responsive-element-burger span:before {
  width: 20px;
  bottom: 5px;
}

.filter-responsive-element-burger span:after {
  width: 8px;
  top: 5px;
}

.filter-responsive-element-burger.is-active span {
  background-color: transparent;
}

.filter-responsive-element-burger.is-active span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
}

.filter-responsive-element-burger.is-active span:after {
  width: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

@media screen and (max-width: 570px) {
  .filter-responsive-element-burger {
    display: inline-block;
  }
}

.grid {
  margin-left: -1.6%;
  margin-right: -1.6%;
  margin-top: 45px;
}

@media screen and (max-width: 481px) {
  .grid {
    margin-top: 30px;
  }
}

.grid-sizer {
  padding: 0 !important;
}

.grid-item,
.grid-sizer {
  padding: 0 1.6% 40px 1.6%;
  float: left;
  background: #ffffff;
  display: block;
  /* Large desktop - show 3 items*/
  /* Portrait tablet to landscape and desktop - show 3 items*/
  /* Landscape phone to portrait tablet - show 2 items*/
  /* Landscape phones and down - show 1 item*/
}

@media (min-width: 1025px) {
  .grid-item,
  .grid-sizer {
    width: 33.3333%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .grid-item,
  .grid-sizer {
    width: 33.3333%;
  }
}

@media (max-width: 768px) {
  .grid-item,
  .grid-sizer {
    width: 50%;
  }
}

@media (max-width: 580px) {
  .grid-item,
  .grid-sizer {
    width: 100%;
  }
}

.grid-item img,
.grid-sizer img {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  background: #ffffff;
}

@media (min-width: 769px) {
  .grid-blog .grid-item-double {
    width: 66.6666666%;
  }
}

@media (max-width: 768px) {
  .grid-blog .grid-item-double {
    width: 100%;
  }
}

.grid-blog .grid-item-double .entry-title {
  font-size: 48px;
  line-height: normal;
  margin-top: 7.8%;
  margin-bottom: 30px;
}

@media (max-width: 481px) {
  .grid-blog .grid-item-double .entry-title {
    font-size: 25px;
  }
}

@media (max-width: 769px) {
  .grid-blog .grid-item-double .wp-post-image {
    margin-left: 0 !important;
    padding-bottom: 75%;
  }
}

.grid-blog .wp-post-image {
  margin-bottom: 24px;
}

.grid-blog .entry-title {
  font-size: 19px;
  line-height: 1.6em;
  margin-bottom: 4px;
}

.grid-blog .entry-date {
  font-family: "Space Mono", monospace;
  font-size: 13px;
}

.grid-blog .entry-footer {
  margin-bottom: 18px;
}

.grid-blog .entry-content {
  font-size: 13px;
}

.grid-blog .entry-content p {
  margin-bottom: 17px;
}

@media screen and (max-width: 481px) {
  .grid-blog .entry-title,
  .grid-blog .entry-content,
  .grid-blog .entry-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 481px) {
  .blog main .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1025px) {
  .blog main .btn-load-more {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 481px) {
  .blog main .btn-load-more {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 75px;
  }
}

/*------------------------------------*    #SPACERS
\*------------------------------------*/
.spacer,
.spacer-white,
.spacer-black {
  height: 1px;
}

.spacer {
  background-color: rgba(31, 32, 33, 0.15);
  margin: 20px 3.7%;
}

.spacer-white {
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 25px;
}

.spacer-black {
  background-color: rgba(31, 32, 33, 0.15);
}

/*------------------------------------*    #SOCIAL SHARE
\*------------------------------------*/
.share {
  font-family: "Space Mono", monospace;
  padding: 0 8px 0 10px;
  height: 28px;
  line-height: 28px;
  border: 1px solid rgba(31, 32, 33, 0.15);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .3em;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

.share:hover .share-links {
  visibility: visible;
  opacity: 1;
}

.share span {
  padding-bottom: 20px;
}

.share-links {
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  z-index: 10;
}

@media screen and (max-width: 481px) {
  .share-links {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 481px) {
  .share-links.events {
    right: 0;
    left: auto;
  }
}

.share-links a {
  display: block;
  min-width: 200px;
  padding: 5px 10px;
  background-color: #1f2021;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all .3s ease;
}

.share-links a:hover {
  text-decoration: none;
  background-color: #131314;
}

.event-more-info .share {
  padding: 0;
  color: black;
  border: none;
  line-height: 16px;
}

.event-more-info .share .share-links {
  top: 30px;
}

.event-more-info .share:hover {
  text-decoration: underline;
}

.event-more-info .share a {
  line-height: 28px;
}

/*------------------------------------*    #READ MORE
\*------------------------------------*/
.read-more {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .3em;
  position: relative;
}

.read-more:after {
  content: '';
  height: 1px;
  background-color: #1f2021;
  position: absolute;
  top: 103%;
  left: 50%;
  right: 50%;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.read-more:hover {
  text-decoration: none;
}

.read-more:hover:after {
  left: -5px;
  right: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-content figcaption {
  display: none;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 15px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close.mfp-close-btn {
  width: 35px;
  height: 35px;
  background-image: url("images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 35px;
  right: 35px;
  padding: 0;
  transition: all .3s ease;
}

.mfp-close.mfp-close-btn:hover {
  opacity: .8;
}

.mfp-close:hover {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("images/icon-arrow.svg");
  height: 48px;
  width: 48px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
  transition: opacity .2s ease;
}

.mfp-arrow:hover:before {
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.popup-gallery a:focus {
  outline: none;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
      -ms-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
      -ms-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.6;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== "Hinge" close effect ======

*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/* =transition */
.mfp-ready .mfp-figure {
  opacity: 0;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}

.mfp-iframe-scaler {
  overflow: visible;
  /*so the close button is shown*/
}

.mfp-zoom-out-cur {
  cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

/*------------------------------------*    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -23px;
}

/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.layout__item {
  display: inline-block;
  /* [1] */
  padding-left: 23px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
}

/**
     * Layouts with tiny gutters.
     */
.layout--tiny {
  margin-left: -6px;
}

.layout--tiny > .layout__item {
  padding-left: 6px;
}

/**
     * Layouts with small gutters.
     */
.layout--small {
  margin-left: -12px;
}

.layout--small > .layout__item {
  padding-left: 12px;
}

/**
     * Layouts with large gutters.
     */
.layout--large {
  margin-left: -46px;
}

.layout--large > .layout__item {
  padding-left: 46px;
}

/**
     * Layouts with huge gutters.
     */
.layout--huge {
  margin-left: -92px;
}

.layout--huge > .layout__item {
  padding-left: 92px;
}

/**
     * Layouts with no gutters.
     */
.layout--flush {
  margin-left: 0;
}

.layout--flush > .layout__item {
  padding-left: 0;
}

/**
     * Reversed rendered order of layout items, e.g. items 1, 2, 3, 4 in your
     * markup will display in order 4, 3, 2, 1 on your page.
     */
.layout--rev {
  direction: rtl;
  text-align: left;
}

.layout--rev > .layout__item {
  direction: ltr;
  text-align: left;
}

/**
     * Align layout items to the vertical centers of each other.
     */
.layout--middle > .layout__item {
  vertical-align: middle;
}

/**
     * Align layout items to the vertical bottoms of each other.
     */
.layout--bottom > .layout__item {
  vertical-align: bottom;
}

/**
     * Make the layout items fill up from the right hand side.
     */
.layout--right {
  text-align: right;
}

.layout--right > .layout__item {
  text-align: left;
}

/**
     * Make the layout items fill up from the center outward.
     */
.layout--center {
  text-align: center;
}

.layout--center > .layout__item {
  text-align: left;
}

/**
     * Cause layout items to take up a non-explicit amount of width.
     */
.layout--auto > .layout__item {
  width: auto;
}

/*------------------------------------*    #LAYOUT-WHITESPACE-FIX
\*------------------------------------*/
/**
 * The inuitcss layout system uses `display: inline-block;` means that
 * the layout items need their whitespace removing in order for them
 * to work correctly.
 *
 * This extension is based on the font size zero method.
 * Use it only if you can't remove whitespace directly in your HTML.
 *
 * 1. Remove whitespace between child element.
 * 2. Restore font-size to `$inuit-base-font-size` using `font-size` mixin.
 */
.layout {
  font-size: 0;
  /* [1] */
}

.layout__item {
  font-size: 15px;
  font-size: 1rem;
  /* [2] */
}

/*------------------------------------*	#LAYOUT-BOTTOM-GUTTERS
\*------------------------------------*/
/**
 * This extension uses an `:after` pseudo element with negative top margin
 * applied to `.layout` object to negate layout items bottom margin.
 */
/**
 * Default layout.
 *
 * 1. Make sure `:after` pseudo element takes the whole width of its parent.
 * 2. Negate layout item's bottom margin.
 */
.layout:after {
  content: "";
  display: block;
  /* [1] */
  margin-top: -23px;
  /* [2] */
}

.layout__item {
  margin-bottom: 23px;
}

/**
     * Layouts with tiny gutters.
     */
.layout--tiny:after {
  margin-top: -6px;
}

.layout--tiny > .layout__item {
  margin-bottom: 6px;
}

/**
     * Layouts with small gutters.
     */
.layout--small:after {
  margin-top: -12px;
}

.layout--small > .layout__item {
  margin-bottom: 12px;
}

/**
     * Layouts with large gutters.
     */
.layout--large:after {
  margin-top: -46px;
}

.layout--large > .layout__item {
  margin-bottom: 46px;
}

/**
     * Layouts with huge gutters.
     */
.layout--huge:after {
  margin-top: -92px;
}

.layout--huge > .layout__item {
  margin-bottom: 92px;
}

/**
     * Layouts with no gutters.
     */
.layout--flush:after {
  margin-top: 0;
}

.layout--flush > .layout__item {
  margin-bottom: 0;
}

/*------------------------------------*    #FOOTER MAIN
\*------------------------------------*/
.footer-main {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  overflow-x: hidden;
}

.footer-inner-wrap {
  padding: 50px 70px;
  font-family: "Space Mono", monospace;
  position: relative;
}

@media screen and (max-width: 1220px) {
  .footer-inner-wrap {
    padding: 25px 25px 0;
  }
}

@media screen and (max-width: 630px) {
  .footer-inner-wrap {
    padding: 25px 15px 0;
  }
}

.footer-inner-wrap a {
  color: #85878a;
  font-size: 13px;
  transition: all .4s ease;
}

.footer-inner-wrap a:hover {
  text-decoration: none;
  color: #1f2021;
}

.logo-address {
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1220px) {
  .logo-address {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(31, 32, 33, 0.15);
    padding-bottom: 45px;
  }
}

.contact-data {
  font-size: 13px;
  font-style: normal;
  margin-left: 30px;
  margin-bottom: -7px;
}

@media screen and (min-width: 1440px) {
  .contact-data {
    position: absolute;
    bottom: 70px;
    left: 40px;
  }
}

@media screen and (max-width: 1220px) {
  .contact-data {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 25px;
  }
}

.contact-data .address {
  display: block;
  padding-bottom: 5px;
}

@media screen and (max-width: 1439px) {
  .address-holder {
    display: none;
  }
}

.footer-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1220px) {
  .footer-top {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-top .custom-logo-link {
  margin: 0;
}

@media screen and (max-width: 1220px) {
  .footer-top .custom-logo-link img {
    height: 25px;
  }
}

.footer-top .js-reservation-trigger {
  cursor: pointer;
}

.footer-top .v-line:before {
  top: auto;
  bottom: 0;
}

.footer-top .secondary-navigation {
  padding-bottom: 35px;
}

@media screen and (max-width: 1220px) {
  .footer-top .secondary-navigation {
    padding-bottom: 0;
    width: 100%;
    text-align: center;
  }
  .footer-top .secondary-navigation:before {
    display: none;
  }
  .footer-top .secondary-navigation .menu {
    padding: 42px 0 45px;
  }
}

@media screen and (max-width: 630px) {
  .footer-top .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: center;
    padding: 37px 0 40px;
  }
  .footer-top .menu .menu-item {
    margin: 0 !important;
    width: 50%;
    padding: 5px 0;
  }
}

.footer-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .footer-bottom {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer-bottom-right {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 1439px) {
  .footer-bottom-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 1220px) {
  .footer-bottom-right {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-bottom-right .wrap {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 1220px) {
  .footer-bottom-right .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid rgba(31, 32, 33, 0.15);
  }
  .footer-bottom-right .wrap a {
    width: 50%;
    text-align: center;
    padding: 35px 0;
  }
}

@media screen and (max-width: 1220px) and (max-width: 630px) {
  .footer-bottom-right .wrap a {
    width: 100%;
    padding: 42px 0 45px;
  }
}

@media screen and (max-width: 630px) {
  .footer-bottom-right .wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.social-links,
.subscribe,
.back-to-top {
  padding: 35px;
}

.social-links {
  list-style-type: none;
}

@media screen and (max-width: 1439px) {
  .social-links {
    padding-left: 0;
  }
  .social-links:before {
    display: none;
  }
}

@media screen and (max-width: 1220px) {
  .social-links {
    padding: 42px 0 45px;
  }
}

@media screen and (max-width: 630px) {
  .social-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: center;
    padding: 37px 0 40px;
  }
  .social-links li {
    margin: 0 !important;
    width: 50%;
    padding: 5px 0;
  }
}

.social-links li {
  display: inline-block;
}

.social-links li:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 1220px) {
  .subscribe:before {
    display: none;
  }
}

@media screen and (max-width: 1220px) {
  .back-to-top {
    padding-right: 0;
  }
}

@media screen and (max-width: 630px) {
  .back-to-top {
    border-top: 1px solid rgba(31, 32, 33, 0.15);
  }
  .back-to-top:before {
    display: none;
  }
}

.newsletter {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: calc(100% + 70px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: left 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}

@media screen and (max-width: 1220px) {
  .newsletter {
    top: auto;
    height: 90px;
  }
}

@media screen and (max-width: 630px) {
  .newsletter {
    height: 215px;
  }
}

.newsletter.newsletter-opened {
  left: 0;
}

.newsletter-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 630px) {
  .newsletter-form {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .newsletter-form .input {
    text-align: center;
  }
}

.newsletter-form .input {
  border-bottom: none;
  box-shadow: none;
  min-width: 65%;
  width: auto;
}

@media screen and (max-width: 460px) {
  .newsletter-form .input {
    margin-bottom: 25px;
  }
}

.newsletter-form .input:focus, .newsletter-form .input:hover {
  box-shadow: none;
}

.newsletter-form .input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.newsletter-inner-wrap {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter-inner-wrap .icon {
  margin-right: 20px;
}

.subscribe-message-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 100;
}

.subscribe-message__text {
  font-size: 35px;
  font-family: "Space Mono", monospace;
  color: #1f2021;
}

@media screen and (max-width: 481px) {
  .subscribe-message__text {
    font-size: 25px;
  }
}

.subscribe-message__close {
  display: block;
  text-align: center;
  margin-top: 60px;
}

.subscribe-message--success .subscribe-message__close {
  display: none;
}

.subscribe-message__close .icon-close {
  width: 24px;
  height: 24px;
}

/*------------------------------------*    #HEADER MAIN
\*------------------------------------*/
.header-main {
  padding: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 1080px) {
  .header-main {
    padding: 30px 4%;
  }
}

@media screen and (max-width: 481px) {
  .header-main {
    padding: 15px 4%;
  }
}

@media screen and (max-width: 1080px) {
  .header-main .js-btn-search {
    display: none;
  }
}

.burger {
  width: 13px;
  height: 2px;
  background-color: #1f2120;
  display: inline-block;
  position: absolute;
  transition: all .2s ease;
  z-index: 6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger:after, .burger:before {
  content: '';
  display: block;
  height: 2px;
  background-color: #1f2120;
  position: absolute;
  left: 0;
  transition: all .2s ease;
}

.burger:before {
  width: 20px;
  bottom: 5px;
}

.burger:after {
  width: 18px;
  top: 5px;
}

.burger.active {
  background-color: transparent;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  width: 20px;
}

.js-btn-burger {
  display: none;
  width: 20px;
  height: 20px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .js-btn-burger {
    display: inline-block;
  }
}

/*------------------------------------*    #INPUTS
\*------------------------------------*/
/**
 * Base input styles.
 */
.input {
  -webkit-appearance: none;
  /* removing inner shadow on iOS inputs */
  -webkit-font-smoothing: inherit;
  box-sizing: border-box;
  transition: all .4s ease;
  background: none;
  border: none;
  color: #1f2021;
  display: inline-block;
  font-family: "Space Mono", monospace;
  font-size: 13px;
  padding: 0;
  /* remove browser defaults */
  vertical-align: middle;
  width: 100%;
  /**
     * @focus
     */
}

.input:invalid {
  box-shadow: none;
  /* fixes mozilla red outline (shadow) */
}

.input[readonly] {
  cursor: text;
}

.input::-ms-clear {
  display: none;
  /* remove IE clear icon */
}

.input::-webkit-input-placeholder {
  color: #85878a;
}

.input:-moz-placeholder {
  /* Firefox 18- */
  color: #85878a;
}

.input::-moz-placeholder {
  /* Firefox 19+ */
  color: #85878a;
}

.input:-ms-input-placeholder {
  color: #85878a;
}

.input:focus::-webkit-input-placeholder {
  transition: 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  opacity: 0;
}

.input:focus:-moz-placeholder {
  /* Firefox 18- */
  transition: 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  opacity: 0;
}

.input:focus::-moz-placeholder {
  /* Firefox 19+ */
  transition: 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  opacity: 0;
}

.input:focus:-ms-input-placeholder {
  transition: 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  opacity: 0;
}

.input:focus, .input:hover {
  border-color: #1f2021;
  box-shadow: 0px 1px 0px 0px #1f2021;
}

/**
 * Primary input.
 */
.input--primary {
  padding: 15px 0;
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
  /**
     * @hover
     */
  /**
     * Error state.
     */
}

.is-error .input--primary, .input--primary.is-error {
  border-color: #ff8688;
}

/**
 * Textarea input.
 */
.input--textarea {
  overflow: hidden;
  resize: none;
  min-height: 0;
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
  /**
     * @focus
     */
}

.input--textarea#comment {
  padding-bottom: 0;
}

.input--textarea:focus {
  min-height: 60px;
}

.input--textarea:focus::-webkit-input-placeholder {
  transition: 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  opacity: 0;
}

.input--textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  transition: 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  opacity: 0;
}

.input--textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  transition: 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  opacity: 0;
}

.input--textarea:focus:-ms-input-placeholder {
  transition: 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  opacity: 0;
}

.input--textarea:focus, .input--textarea:hover {
  border-color: #1f2021;
}

/*------------------------------------*    #PRIMARY BUTTON
\*------------------------------------*/
/**
 * Buttons.
 */
.btn--primary,
.btn--secondary {
  color: #000;
  letter-spacing: .3em;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Space Mono", monospace;
  transition: all .3s ease;
  /**
     * @disabled
     */
}

.btn--primary:disabled,
.btn--secondary:disabled {
  opacity: 0.5;
  cursor: default !important;
}

@media screen and (max-width: 481px) {
  .btn--primary,
  .btn--secondary {
    width: 100%;
  }
}

.btn--primary {
  border: 1px solid #1f2021;
  /**
     * @hover
     */
}

.btn--primary:not(:disabled):hover, .btn--primary:not(:disabled):focus {
  background-color: #1f2021;
  color: #fff;
}

.btn--secondary {
  background-color: #1f2021;
  border: 1px solid transparent;
  color: #fff;
  /**
     * @hover
     */
}

.btn--secondary:not(:disabled):hover, .btn--secondary:not(:disabled):focus {
  background-color: transparent;
  color: #000;
  border-color: #1f2021;
}

.btn--white {
  color: #fff;
  border-color: #fff;
  /**
     * @hover
     */
}

.btn--white:not(:disabled):hover, .btn--white:not(:disabled):focus {
  background-color: #fff;
  color: #000;
  border-color: #1f2021;
}

@media screen and (max-width: 481px) {
  .gallery {
    margin: 10px 0 30px;
  }
}

@media screen and (max-width: 769px) {
  .btn--event {
    margin-bottom: 65px;
  }
}

/*------------------------------------*    #SITE LOGO
\*------------------------------------*/
.custom-logo-link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 55px;
}

.custom-logo-link > img {
  height: 52px;
  vertical-align: middle;
  width: auto;
}

@media screen and (max-width: 1080px) {
  .custom-logo-link > img {
    height: 34px;
  }
}

.custom-logo-link:hover {
  text-decoration: none;
}

/*------------------------------------*    #NAVIGATION
\*------------------------------------*/
.primary-navigation,
.secondary-navigation, .responsive-navigation {
  font-family: "Space Mono", monospace;
}

.primary-navigation .menu {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

@media screen and (max-width: 1080px) {
  .primary-navigation .menu {
    display: none;
  }
}

.primary-navigation .menu-item {
  display: inline-block;
}

.primary-navigation .menu-item:not(:last-child) {
  margin-right: 65px;
}

.primary-navigation .menu-item a {
  position: relative;
  text-transform: uppercase;
  color: #1f2021;
  letter-spacing: 0.3em;
  font-size: 13px;
}

.primary-navigation .menu-item a:after {
  content: '';
  height: 1px;
  background-color: #1f2021;
  position: absolute;
  top: 103%;
  left: 50%;
  right: 50%;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.primary-navigation .menu-item a:hover {
  text-decoration: none;
}

.primary-navigation .menu-item a:hover:after {
  left: -5px;
  right: 0;
}

.primary-navigation .menu-item.js-reservation-trigger {
  cursor: pointer;
}

.secondary-navigation .menu {
  padding: 0 40px;
}

.secondary-navigation .menu-item {
  display: inline-block;
}

.secondary-navigation .menu-item:not(:last-child) {
  margin-right: 40px;
}

.responsive-navigation {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 5;
  transition: all .2s ease;
  -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

.responsive-navigation.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.responsive-navigation .menu {
  list-style: none;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all .2s ease;
}

.responsive-navigation .menu-item {
  margin-bottom: 20px;
}

.responsive-navigation .menu-item:last-child {
  margin-bottom: 0;
}

.responsive-navigation .menu-item a {
  text-transform: uppercase;
}

.responsive-navigation .js-btn-search {
  position: absolute;
  right: 4%;
  top: 40px;
}

@media screen and (max-width: 481px) {
  .responsive-navigation .js-btn-search {
    top: 20px;
  }
}

/*------------------------------------*    #SEARCH
\*------------------------------------*/
.search-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80vh;
  transition: all .3s ease .1s;
  z-index: 10;
}

.search-wrap.active {
  visibility: visible;
  opacity: 1;
}

.search-wrap.inactive {
  transition-delay: .5s;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.search-wrap span {
  display: block;
  font-size: 13px;
  margin-top: 50px;
  color: #1f2021;
  font-family: "Space Mono", monospace;
}

.btn-close-search {
  position: absolute;
  top: 88px;
  left: 70px;
}

@media screen and (max-width: 1080px) {
  .btn-close-search {
    top: 40px;
    left: 92%;
  }
}

@media screen and (max-width: 481px) {
  .btn-close-search {
    top: 20px;
  }
}

.search-form {
  width: 100%;
}

.search-form label {
  display: block;
}

.search-field {
  font-size: 90px;
  text-align: center;
  width: 72%;
  color: rgba(133, 135, 138, 0.5);
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
}

.search-field::-webkit-input-placeholder {
  color: rgba(133, 135, 138, 0.5);
}

.search-field:-moz-placeholder {
  color: rgba(133, 135, 138, 0.5);
}

.search-field::-moz-placeholder {
  color: rgba(133, 135, 138, 0.5);
}

.search-field:-ms-input-placeholder {
  color: rgba(133, 135, 138, 0.5);
}

.search-field:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity .3s ease .3s;
}

.search-field:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity .3s ease .3s;
}

.search-field:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity .3s ease .3s;
}

.search-field:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity .3s ease .3s;
}

@media screen and (max-width: 481px) {
  .search-field {
    font-size: 31px;
    padding-bottom: 20px;
  }
}

/**
     * This class adding black overlay on body element when search is opened
     */
.content-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  transition: all .5s ease;
}

.content-overlay.active {
  visibility: visible;
  opacity: 1;
}

/*------------------------------------*    #ANIMATIONS
\*------------------------------------*/
.fade-in-bottom > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
  transition: transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
  transition: transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, opacity 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s, -webkit-transform 0.65s cubic-bezier(0.07, 0.34, 0.15, 1) 0.2s;
  transition-delay: .3s;
}

.active .fade-in-bottom > *, .fade-in-bottom.in-view > * {
  transition-delay: 0.3s;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.active .fade-in-bottom > *:nth-child(2), .fade-in-bottom.in-view > *:nth-child(2) {
  transition-delay: 0.4s;
}

.active .fade-in-bottom > *:nth-child(3), .fade-in-bottom.in-view > *:nth-child(3) {
  transition-delay: 0.5s;
}

.active .fade-in-bottom > *:nth-child(4), .fade-in-bottom.in-view > *:nth-child(4) {
  transition-delay: 0.6s;
}

.active .fade-in-bottom > *:nth-child(5), .fade-in-bottom.in-view > *:nth-child(5) {
  transition-delay: 0.7s;
}

.fade-in-top > * {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: opacity 1s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
  transition: transform 0.6s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, opacity 1s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
  transition: transform 0.6s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, opacity 1s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.07, 0.34, 0.15, 1) 0.3s;
  transition-delay: .3s;
}

.active .fade-in-top > *, .fade-in-top.in-view > * {
  transition-delay: 0.3s;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.active .fade-in-top > *:nth-child(2), .fade-in-top.in-view > *:nth-child(2) {
  transition-delay: 0.5s;
}

.active .fade-in-top > *:nth-child(3), .fade-in-top.in-view > *:nth-child(3) {
  transition-delay: 0.7s;
}

.active .fade-in-top > *:nth-child(4), .fade-in-top.in-view > *:nth-child(4) {
  transition-delay: 0.9s;
}

.active .fade-in-top > *:nth-child(5), .fade-in-top.in-view > *:nth-child(5) {
  transition-delay: 1.1s;
}

.fade-top > * {
  opacity: 0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  transition: opacity 1.1s ease .3s, -webkit-transform 1.2s ease .3s;
  transition: transform 1.2s ease .3s, opacity 1.1s ease .3s;
  transition: transform 1.2s ease .3s, opacity 1.1s ease .3s, -webkit-transform 1.2s ease .3s;
}

.active .fade-top > *, .fade-top.in-view > * {
  transition-delay: 0.6s;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.active .fade-top > *:nth-child(2), .fade-top.in-view > *:nth-child(2) {
  transition-delay: 0.8s;
}

.active .fade-top > *:nth-child(3), .fade-top.in-view > *:nth-child(3) {
  transition-delay: 0.9s;
}

.active .fade-top > *:nth-child(4), .fade-top.in-view > *:nth-child(4) {
  transition-delay: 1s;
}

.active .fade-top > *:nth-child(5), .fade-top.in-view > *:nth-child(5) {
  transition-delay: 1.1s;
}

.active .fade-top > *:nth-child(6), .fade-top.in-view > *:nth-child(6) {
  transition-delay: 1.2s;
}

.active .fade-top > *:nth-child(7), .fade-top.in-view > *:nth-child(7) {
  transition-delay: 1.3s;
}

.active .fade-top > *:nth-child(8), .fade-top.in-view > *:nth-child(8) {
  transition-delay: 1.4s;
}

.active .fade-top > *:nth-child(9), .fade-top.in-view > *:nth-child(9) {
  transition-delay: 1.5s;
}

.active .fade-top > *:nth-child(10), .fade-top.in-view > *:nth-child(10) {
  transition-delay: 1.6s;
}

.fade-in > * {
  opacity: 0;
  transition: opacity 2s ease .2s;
}

.active .fade-in > *, .fade-in.in-view > * {
  opacity: 1;
  transition-delay: 0.3s;
}

.active .fade-in > *:nth-child(2), .fade-in.in-view > *:nth-child(2) {
  transition-delay: 0.5s;
}

.active .fade-in > *:nth-child(3), .fade-in.in-view > *:nth-child(3) {
  transition-delay: 0.7s;
}

.active .fade-in > *:nth-child(4), .fade-in.in-view > *:nth-child(4) {
  transition-delay: 0.9s;
}

.active .fade-in > *:nth-child(5), .fade-in.in-view > *:nth-child(5) {
  transition-delay: 1.1s;
}

.active .fade-in > *:nth-child(6), .fade-in.in-view > *:nth-child(6) {
  transition-delay: 1.2s;
}

.active .fade-in > *:nth-child(7), .fade-in.in-view > *:nth-child(7) {
  transition-delay: 1.4s;
}

.active .fade-in > *:nth-child(8), .fade-in.in-view > *:nth-child(8) {
  transition-delay: 1.6s;
}

.responsive-navigation li {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: opacity .3s ease, -webkit-transform .4s ease;
  transition: opacity .3s ease, transform .4s ease;
  transition: opacity .3s ease, transform .4s ease, -webkit-transform .4s ease;
}

.responsive-navigation.active li {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: .1s;
}

.responsive-navigation.active li:nth-child(2) {
  transition-delay: .2s;
}

.responsive-navigation.active li:nth-child(3) {
  transition-delay: .3s;
}

.responsive-navigation.active li:nth-child(4) {
  transition-delay: .4s;
}

.responsive-navigation.active li:nth-child(5) {
  transition-delay: .5s;
}

.responsive-navigation.active li:nth-child(6) {
  transition-delay: .6s;
}

/*------------------------------------*    #INFO BOX
\*------------------------------------*/
.info-box {
  max-width: 772px;
  margin: 150px auto;
  text-align: center;
  color: #000;
  font-size: 21px;
  font-style: italic;
}

.info-box.info-box--white {
  color: #fff;
}

.restaurant-info .info-box {
  margin: 0 auto;
}

.content-main .restaurant-info .info-box p {
  margin-bottom: 0 !important;
}

.info-box span {
  display: block;
}

@media screen and (max-width: 850px) {
  .info-box {
    padding: 0 25px;
  }
}

@media screen and (max-width: 769px) {
  .info-box {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 481px) {
  .info-box {
    margin: 0 auto 50px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 481px) {
  .info-box p {
    font-size: 15px;
  }
}

.info-box__icon {
  margin-bottom: 43px;
}

@media screen and (max-width: 481px) {
  .info-box__icon {
    margin-bottom: 33px;
  }
}

.restaurant-info {
  background-color: #1f2021;
  padding: 100px 0;
  margin-top: 110px;
}

@media screen and (max-width: 769px) {
  .restaurant-info {
    margin-top: 90px;
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 481px) {
  .restaurant-info {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 50px 0;
    font-size: 15px;
  }
}

/*------------------------------------*    #IMG SLIDER
\*------------------------------------*/
.img-slider-wrap {
  margin-left: 4%;
  margin-right: 4%;
}

.img-slider .owl-nav,
.img-slider .owl-dots,
.img-slider-caption .owl-nav,
.img-slider-caption .owl-dots {
  position: absolute;
}

.img-slider .owl-prev,
.img-slider .owl-next,
.img-slider-caption .owl-prev,
.img-slider-caption .owl-next {
  display: inline-block;
}

.img-slider .owl-prev .icon,
.img-slider .owl-next .icon,
.img-slider-caption .owl-prev .icon,
.img-slider-caption .owl-next .icon {
  transition: all .3s ease;
}

.img-slider .owl-next,
.img-slider-caption .owl-next {
  margin-left: 20px;
}

.img-slider .owl-dots,
.img-slider-caption .owl-dots {
  left: 2.8%;
  counter-reset: slider-num;
  font-family: "Space Mono", monospace;
  color: #fff;
}

.img-slider .owl-dots:after,
.img-slider-caption .owl-dots:after {
  content: counter(slider-num);
}

.img-slider .owl-dot,
.img-slider-caption .owl-dot {
  counter-increment: slider-num;
  display: inline-block;
}

.img-slider .owl-dot.active:after,
.img-slider-caption .owl-dot.active:after {
  content: counter(slider-num) "/";
}

.img-slider .img-slider__item,
.img-slider-caption .img-slider__item {
  height: 0;
  padding-bottom: 52.4%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.img-slider .img-slider__item:before,
.img-slider-caption .img-slider__item:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0));
}

@media screen and (max-width: 481px) {
  .img-slider .img-slider__item:before,
  .img-slider-caption .img-slider__item:before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.img-slider {
  margin-bottom: 30px;
}

.img-slider .owl-nav,
.img-slider .owl-dots {
  bottom: 5.3%;
}

@media screen and (max-width: 481px) {
  .img-slider .owl-dots {
    display: none;
  }
}

.img-slider .owl-nav {
  right: 2.8%;
}

@media screen and (max-width: 481px) {
  .img-slider .owl-nav {
    right: 0;
    bottom: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .img-slider .owl-next {
    position: absolute;
    right: 2.8%;
  }
}

@media screen and (max-width: 481px) {
  .img-slider .owl-prev {
    position: absolute;
    left: 2.8%;
  }
}

.img-slider .owl-prev,
.img-slider .owl-next {
  display: inline-block;
}

.img-slider .owl-prev .icon,
.img-slider .owl-next .icon {
  color: #fff;
  transition: all .3s ease;
}

.img-slider .owl-prev.disabled .icon, .img-slider .owl-prev:hover .icon,
.img-slider .owl-next.disabled .icon,
.img-slider .owl-next:hover .icon {
  color: rgba(255, 255, 255, 0.4);
}

.img-slider .owl-next {
  margin-left: 20px;
}

.img-slider-caption {
  margin-bottom: 80px;
}

.img-slider-caption .img-slider__item {
  padding-bottom: 62.3%;
}

.img-slider-caption .owl-nav,
.img-slider-caption .owl-dots {
  bottom: -38px;
}

.img-slider-caption .owl-nav {
  right: 0;
}

.img-slider-caption .owl-dots {
  left: 0;
  color: #1f2021;
  font-size: 13px;
}

.img-slider-caption .owl-prev,
.img-slider-caption .owl-next {
  display: inline-block;
}

.img-slider-caption .owl-prev .icon,
.img-slider-caption .owl-next .icon {
  color: #1f2021;
}

.img-slider-caption .owl-prev.disabled .icon, .img-slider-caption .owl-prev:hover .icon,
.img-slider-caption .owl-next.disabled .icon,
.img-slider-caption .owl-next:hover .icon {
  color: rgba(31, 32, 33, 0.4);
}

.img-slider-wrap,
.img-slider-with-caption-wrap {
  position: relative;
}

.picture-subtitle {
  opacity: 0;
}

.subtitle-text {
  position: absolute;
  bottom: -38px;
  left: 36px;
  font-size: 13px;
  font-family: "Space Mono", monospace;
}

/*------------------------------------*    #MEDIA SLIDER
\*------------------------------------*/
.media-slider-wrap {
  margin-bottom: 150px;
  margin-left: 4%;
  margin-right: 4%;
  position: relative;
}

@media screen and (max-width: 769px) {
  .media-slider-wrap.menu {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 481px) {
  .media-slider-wrap.menu {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 769px) {
  .media-slider-wrap {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 481px) {
  .media-slider-wrap {
    margin-bottom: 50px;
  }
}

.scroll-to-next {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Space Mono", monospace;
  letter-spacing: .3em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
}

.scroll-to-next:hover {
  text-decoration: none;
}

@media screen and (max-width: 1080px) {
  .scroll-to-next {
    display: none;
  }
}

.media-slider .owl-nav,
.media-slider .owl-dots {
  position: absolute;
  bottom: 0;
}

.media-slider .owl-nav {
  right: 0;
}

@media screen and (max-width: 720px) {
  .media-slider .owl-nav {
    top: 110px;
    width: 100%;
  }
}

.media-slider .owl-prev,
.media-slider .owl-next {
  display: inline-block;
}

.media-slider .owl-prev .icon,
.media-slider .owl-next .icon {
  transition: all .3s ease;
  color: #1f2021;
}

.media-slider .owl-prev.disabled .icon, .media-slider .owl-prev:hover .icon,
.media-slider .owl-next.disabled .icon,
.media-slider .owl-next:hover .icon {
  color: rgba(31, 32, 33, 0.4);
}

@media screen and (max-width: 481px) {
  .media-slider .owl-prev,
  .media-slider .owl-next {
    position: absolute;
  }
  .media-slider .owl-prev .icon,
  .media-slider .owl-next .icon {
    color: #9c9ca1;
  }
}

.media-slider .owl-next {
  margin-left: 20px;
}

@media screen and (max-width: 481px) {
  .media-slider .owl-next {
    margin-left: 0;
    right: 15px;
  }
}

@media screen and (max-width: 481px) {
  .media-slider .owl-prev {
    left: 15px;
  }
}

.media-slider .owl-stage {
  counter-reset: slide-num;
}

.media-slider__item {
  height: 0;
  width: 54%;
  padding-bottom: 41.91%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 1025px) {
  .media-slider__item {
    width: 70%;
    padding-bottom: 51%;
  }
}

@media screen and (max-width: 720px) {
  .media-slider__item {
    width: 100%;
    padding-bottom: 70%;
  }
}

.media-slider__content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 59%;
  background: white;
  padding: 85px 70px 90px;
}

@media screen and (max-width: 1025px) {
  .media-slider__content {
    width: 65%;
    padding-right: 0;
    padding: 45px 49px 35px;
  }
}

@media screen and (max-width: 720px) {
  .media-slider__content {
    position: static;
    width: 100%;
    padding: 30px 0 0 0;
    text-align: center;
  }
}

.media-slider__content .price,
.media-slider__content .meal-category {
  display: block;
  font-family: "Space Mono", monospace;
  color: #1f2021;
  letter-spacing: .3em;
}

.media-slider__content .price {
  margin-top: -7px;
  margin-bottom: 44px;
}

@media screen and (max-width: 769px) {
  .media-slider__content .price {
    margin-bottom: 24px;
  }
}

.media-slider__content .meal-category {
  padding: 20px 0 10px;
  text-transform: uppercase;
  font-size: 13px;
}

@media screen and (max-width: 769px) {
  .media-slider__content .meal-category {
    padding: 10px 0;
  }
}

.media-slider-heading {
  font-size: 65px;
  margin-bottom: 37px;
}

@media screen and (max-width: 1280px) {
  .media-slider-heading {
    font-size: 55px;
  }
}

@media screen and (max-width: 1025px) {
  .media-slider-heading {
    font-size: 41px;
  }
}

@media screen and (max-width: 769px) {
  .media-slider-heading {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 720px) {
  .media-slider-heading {
    font-size: 31px;
  }
}

.media-slider-heading span {
  font-style: italic;
}

.media-slider-count {
  font-family: "Space Mono", monospace;
}

@media screen and (max-width: 720px) {
  .media-slider-count {
    padding-bottom: 20px;
  }
}

/*------------------------------------*    #MEDIA
\*------------------------------------*/
@media screen and (max-width: 1025px) {
  .media {
    text-align: center;
  }
}

@media screen and (max-width: 1025px) {
  .media.text-right {
    text-align: center !important;
  }
}

.media-white .media-counter,
.media-white .media-heading,
.media-white .media-text {
  color: #fff;
  border-color: #fff;
}

.media-white .media-text {
  margin-bottom: 0 !important;
}

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

.media-center .media-counter {
  margin: 0 auto;
}

.content-main .menu-section .media .media-text,
.media-text {
  font-family: "Space Mono", monospace;
  margin-bottom: 65px !important;
}

.media-img {
  padding-bottom: 67.7%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1025px) {
  .media-img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 481px) {
  .media-img {
    margin-bottom: 10px;
  }
}

.media-counter {
  height: 37px;
  width: 37px;
  line-height: 35px;
  text-align: center;
  font-family: "Space Mono", monospace;
  border-radius: 50%;
  border: 1px solid #85878a;
  margin-bottom: 10px;
  counter-increment: section-count;
}

.media-counter:before {
  content: counter(section-count);
}

@media screen and (max-width: 1025px) {
  .media-counter {
    margin: 0 auto 10px;
  }
}

.media-heading {
  font-size: 55px;
  padding-bottom: 15px;
  text-transform: lowercase;
}

@media screen and (max-width: 481px) {
  .media-heading {
    padding-bottom: 4px;
    font-size: 31px;
  }
}

.media-header {
  font-style: italic;
  font-weight: normal;
  padding-bottom: 15px;
  border-bottom: 2px solid #1f2021;
  margin-bottom: 25px;
}

@media screen and (max-width: 1025px) {
  .media-text {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 481px) {
  .media-text {
    font-size: 13px;
  }
}

.media-list {
  font-family: "Space Mono", monospace;
}

.media-list.media-list--bottom .media-list__item {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.media-list.media-list--center .media-list__item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.media-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
  padding: 15px 0;
}

.media-item__part:last-child {
  color: #1f2021;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 30px;
}

/*------------------------------------*    #TABS
\*------------------------------------*/
.magic-line {
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: #1f2021;
  transition: opacity .2s ease-out;
}

.tabs__item {
  padding-top: 20px;
}

.tabs__nav {
  position: relative;
}

@media screen and (max-width: 769px) {
  .tabs__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (max-width: 520px) {
  .tabs__nav {
    font-size: 0;
  }
}

@media screen and (max-width: 481px) {
  .tabs__nav {
    margin-bottom: -20px !important;
  }
}

.entry-content .tabs__nav {
  margin: 0;
}

.tabs__nav li {
  display: inline-block;
}

.tabs__nav li:not(:last-child) {
  margin-right: 50px;
}

@media screen and (max-width: 769px) {
  .tabs__nav li:not(:last-child) {
    margin-right: 0px;
  }
  .tabs__nav li.magic-line {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .tabs__nav li {
    width: 33.3%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.tabs__nav a {
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Space Mono", monospace;
  letter-spacing: .3em;
}

.tabs__nav a:hover {
  text-decoration: none;
}

.tabs__nav a.is-active:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #1f2021;
  position: absolute;
  bottom: -3px;
  left: -2px;
}

/*------------------------------------*    #ORDER MENU
\*------------------------------------*/
.order-menu {
  border-top: 2px solid #1f2021;
}

.order-menu-heading {
  padding: 20px 0 24px;
  border-bottom: 2px solid #1f2021;
  margin-bottom: 0;
}

@media screen and (max-width: 481px) {
  .order-menu-heading {
    text-align: center;
    font-size: 21px;
  }
}

.order-menu-item-wrap:not(:last-child) {
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
}

.order-menu-item-wrap.is-active {
  border-bottom: none;
}

@media screen and (max-width: 481px) {
  .order-menu-item-wrap {
    text-align: center;
  }
}

.order-menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  font-family: "Space Mono", monospace;
}

@media screen and (max-width: 481px) {
  .order-menu-item {
    display: block;
  }
}

.item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.item-info.is-active .item-image {
  transition: all .3s ease-in .2s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  height: 0;
  width: 0;
  margin: 0;
}

@media screen and (max-width: 481px) {
  .item-info.is-active .item-image {
    margin: 0 auto;
  }
}

@media screen and (max-width: 481px) {
  .item-info {
    display: block;
  }
}

.item-image {
  width: 58px;
  height: 58px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  transition: 0.4s ease-in .6s;
}

.item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

@media screen and (max-width: 481px) {
  .item-image {
    margin: 0 auto 30px;
  }
}

.item-desc span {
  cursor: default;
}

.item-desc h5 {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}

.item-price {
  font-family: "Space Mono", monospace;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.item-price.item-price-black {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: auto;
  top: 4%;
  right: 2.6%;
  background-color: #1f2021;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
}

.item-order {
  padding: 4px 10px;
  margin-left: 20px;
  border: 1px solid rgba(31, 32, 33, 0.15);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .3em;
  white-space: nowrap;
}

.item-order.in-basket {
  background-color: #52c043;
  color: #fff;
  border-color: transparent;
}

.item-order.in-basket:hover {
  background-color: #52c043;
}

.item-order:hover {
  text-decoration: none;
  background-color: #1f2021;
  color: #fff;
}

@media screen and (max-width: 481px) {
  .item-order {
    margin-top: 25px;
    display: inline-block;
    margin-left: 0;
  }
}

.item-image-full {
  position: relative;
  display: none;
}

.item-image-full img {
  margin-bottom: 0 !important;
}

/*------------------------------------*    #RESERVATION
\*------------------------------------*/
.reservation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
  background-color: #fff;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.reservation.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.reservation .icon-close {
  color: #fff;
}

.btn-close-reservation {
  position: absolute;
  top: 30px;
  right: 40px;
  height: 40px;
  width: 40px;
  color: #fff;
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  .btn-close-reservation {
    top: 15px;
    right: 20px;
  }
}

.reservation-intro {
  height: 520px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reservation-intro:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1080px) {
  .reservation-intro {
    height: 410px;
  }
}

.reservation-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 481px) {
  .reservation-info {
    max-width: 290px;
  }
}

.reservation-heading,
.reservation-desc {
  color: #fff;
}

.reservation-heading {
  padding-bottom: 20px;
  padding-top: 50px;
  font-size: 55px;
}

@media screen and (max-width: 1080px) {
  .reservation-heading {
    font-size: 41px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 481px) {
  .reservation-heading {
    font-size: 25px;
    padding-bottom: 5px;
  }
}

.reservation-desc {
  font-style: italic;
  font-size: 21px;
}

.reservation-desc span {
  display: block;
  color: white !important;
}

.reservation-desc span a {
  color: white !important;
}

@media screen and (max-width: 481px) {
  .reservation-desc {
    font-size: 15px;
  }
}

.reservation-form,
.wpcf7-form {
  padding: 90px 0 0;
}

@media screen and (max-width: 1080px) {
  .reservation-form,
  .wpcf7-form {
    padding: 50px 0;
  }
}

.reservation .reservation-form, .reservation
.wpcf7-form {
  padding: 90px 0 50px;
}

.reservation-form h3,
.wpcf7-form h3 {
  padding-bottom: 8px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

.reservation-form .btn,
.wpcf7-form .btn {
  text-align: center;
}

@media screen and (max-width: 481px) {
  .reservation-form .col-6,
  .wpcf7-form .col-6 {
    max-width: 100%;
    width: 100%;
  }
}

/*------------------------------------*    #EVENTS MAIN AND INNNER 
\*------------------------------------*/
@media screen and (max-width: 481px) {
  .event-item h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 769px) {
  .event-item-full {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 481px) {
  .event-item-full {
    margin: 0 -4% 75px;
  }
}

.event-item-full .event-title {
  line-height: normal;
}

@media screen and (max-width: 481px) {
  .event-item-full .event-title {
    font-size: 25px;
  }
}

.event-item-full .event-location {
  display: block;
}

.event-item-full .event-location:last-of-type {
  margin-bottom: 60px;
}

@media screen and (max-width: 769px) {
  .event-item-full .event-location:last-of-type {
    margin-bottom: 40px;
  }
}

.event-item-full .event-item-image {
  padding-bottom: 58.8%;
}

@media screen and (max-width: 769px) {
  .event-item-full .event-item-image {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.event-item-full .event-description {
  margin-bottom: 55px;
}

@media screen and (max-width: 481px) {
  .event-item-full .event-description {
    margin-bottom: 45px;
  }
}

.event-item-full .btn:first-of-type {
  margin-right: 15px;
}

@media screen and (max-width: 769px) {
  .event-item-full .btn {
    width: 48%;
  }
}

@media screen and (max-width: 627px) {
  .event-item-full .btn {
    width: 45%;
  }
}

@media screen and (max-width: 481px) {
  .event-item-full .btn {
    width: 100%;
    display: block;
  }
  .event-item-full .btn:first-of-type {
    margin-bottom: 20px;
  }
}

.event-item-full .share {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  padding: 0 40px;
  margin-right: 15px;
  border: 1px solid #1f2021;
  color: #1f2021;
}

.event-info {
  background-color: #fff;
  text-align: center;
  margin-right: 8.47%;
  margin-left: 8.47%;
  margin-top: -8.47%;
  padding: 0 50px;
}

@media screen and (max-width: 769px) {
  .event-info {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 481px) {
  .event-info {
    padding: 0 4%;
  }
}

.event-icon {
  padding-top: 70px;
  padding-bottom: 50px;
  color: #000;
}

@media screen and (max-width: 481px) {
  .event-icon {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}

.event-item-image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Space Mono", monospace;
  padding: 25px 0;
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
}

.event-time time {
  font-size: 13px;
}

.event-time time:last-child {
  color: #1f2021;
  text-transform: uppercase;
}

.event-desc {
  padding: 25px 0;
  border-bottom: 2px solid #1f2021;
  height: 144px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-title {
  line-height: 1.46em;
  margin-bottom: 10px;
}

.event-location {
  font-family: "Space Mono", monospace;
  font-size: 13px;
}

.event-more-info {
  padding: 25px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: .3em;
}

@media screen and (max-width: 769px) {
  .event-more-info {
    padding: 25px 0 15px;
  }
}

@media screen and (max-width: 481px) {
  .event-more-info {
    padding: 25px 0 0px;
  }
}

.grid-item.past .event-item-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*------------------------------------*    #CONTACT
\*------------------------------------*/
.contact-wrap {
  position: relative;
}

@media screen and (max-width: 1080px) {
  .page-template-template-contact .reservation-form {
    padding: 50px 0 0;
  }
}

.contact {
  margin: 60px 70px 0;
  padding-bottom: 38%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 940px) {
  .contact {
    padding-bottom: 83.34%;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 481px) {
  .contact {
    margin: 0;
    padding-bottom: 46.88%;
  }
}

.contact-info {
  font-family: "Space Mono", monospace;
  padding: 85px 70px 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1f2021;
  width: 521px;
  max-width: 100%;
  text-align: center;
  margin-top: -3.4%;
  z-index: 2;
}

@media screen and (max-width: 769px) {
  .contact-info {
    padding: 60px 45px 0px;
    width: 464px;
  }
}

@media screen and (max-width: 481px) {
  .contact-info {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    margin-top: 0;
  }
}

.contact-address {
  font-style: normal;
  padding-bottom: 85px;
}

.contact-address > * {
  display: block;
}

@media screen and (max-width: 769px) {
  .contact-address {
    padding-bottom: 65px;
  }
}

.contact-email {
  color: #85878a;
  text-decoration: underline;
}

.contact-email:hover {
  text-decoration: none;
}

.contact-name,
.contact-phone,
.contact-directions {
  color: #fff;
}

.contact-name {
  padding-bottom: 20px;
}

.contact-phone {
  padding-top: 20px;
}

.contact-directions {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding: 45px 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .3em;
}

@media screen and (max-width: 769px) {
  .contact-directions {
    padding: 40px 0;
  }
}

/*------------------------------------*    #ARTICLE
\*------------------------------------*/
@media screen and (max-width: 1025px) {
  .single-post article h3 {
    font-size: 19px;
  }
}

.single-post article .entry-meta {
  text-align: center;
  font-family: "Space Mono", monospace;
  padding-bottom: 25px;
}

.single-post article .entry-meta a {
  color: #85878a;
}

.single-post article .entry-meta a:hover {
  text-decoration: none;
  color: #000;
}

.single-post article .entry-title {
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .single-post article .entry-title {
    padding-bottom: 25px;
  }
}

.single-post article .wp-post-image {
  margin-left: -26.4%;
  margin-right: -26.4%;
  margin-bottom: 70px;
}

@media screen and (max-width: 1025px) {
  .single-post article .wp-post-image {
    margin-left: -32.8%;
    margin-right: -32.8%;
    margin-bottom: 45px;
  }
}

.single-post article .entry-footer {
  margin: 30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1025px) {
  .single-post article .entry-header {
    margin-top: 35px;
  }
}

@media screen and (max-width: 769px) {
  .single-post article .img-slider-with-caption-wrap {
    margin-right: -125px;
    margin-left: -125px;
  }
}

@media screen and (max-width: 481px) {
  .single-post article .img-slider-with-caption-wrap .subtitle-text {
    margin-left: 90px;
  }
}

@media screen and (max-width: 481px) {
  .single-post article .img-slider-with-caption-wrap .owl-nav {
    margin-right: 125px;
  }
}

@media screen and (max-width: 481px) {
  .single-post .tags-links,
  .single-post .share {
    margin-bottom: 30px;
  }
}

.tags-links {
  font-family: "Space Mono", monospace;
  font-size: 13px;
}

.tags-links span {
  text-transform: uppercase;
  color: #1f2021;
}

.tags-links a {
  color: #85878a;
}

.tags-links a:hover {
  color: #1f2021;
}

.related-articles {
  margin-top: 75px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .related-articles {
    margin-top: 30px;
  }
}

.related-articles h2 {
  font-size: 48px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .related-articles h2 {
    font-size: 31px;
  }
}

.related-articles .grid-item {
  /* Large desktop */
}

@media (min-width: 980px) {
  .related-articles .grid-item {
    width: 25%;
  }
}

.commentlist,
.children {
  list-style-type: none;
}

.commentlist {
  margin-bottom: 80px;
}

.children {
  position: relative;
  margin-left: 7%;
  padding-left: 6%;
}

@media screen and (max-width: 481px) {
  .children {
    margin-left: 0;
    padding-left: 10%;
  }
}

.children:before {
  content: url("images/comments/replay.png");
  position: absolute;
  left: 0;
  top: 16px;
}

.comments-title {
  margin-bottom: 43px;
}

.comments-area {
  max-width: 818px;
  margin: 100px auto;
  padding-left: 23px;
  padding-right: 23px;
}

@media screen and (max-width: 767px) {
  .comments-area {
    margin: 50px auto;
  }
}

.comment-entry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
  padding-left: 13%;
  border-bottom: 1px solid rgba(31, 32, 33, 0.15);
  margin-bottom: 43px;
}

@media screen and (max-width: 481px) {
  .comment-entry {
    padding-left: 0;
  }
}

.avatar {
  height: 58px;
  width: 58px;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 481px) {
  .avatar {
    position: static;
    margin-bottom: 30px;
  }
}

.comment-author,
.comment-reply {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  color: #1f2021;
}

.comment-author {
  padding-bottom: 5px;
}

@media screen and (max-width: 481px) {
  .comment-author {
    padding-bottom: 15px;
  }
}

.comment-date {
  font-family: "Space Mono", monospace;
  font-size: 13px;
  padding-bottom: 20px;
}

@media screen and (max-width: 481px) {
  .comment-date {
    display: none;
  }
}

.comment-date a {
  color: #85878a;
}

.comment-reply {
  position: absolute;
  right: 0;
  top: 29px;
  font-size: 11px;
  letter-spacing: .3em;
}

@media screen and (max-width: 481px) {
  .comment-reply {
    top: 20px;
  }
}

.comment-content {
  padding-bottom: 45px;
  font-size: 13px;
}

.comment-respond h2 {
  padding-bottom: 8px;
}

.content-main .comment-respond p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 481px) {
  .comment-form {
    margin-bottom: -40px;
  }
  .comment-form .col-6 {
    width: 100%;
    max-width: 100%;
  }
}

/*------------------------------------*    #RECIPES
\*------------------------------------*/
.recipe {
  padding-top: 35px;
}

.recipe [class^="col"] {
  padding-bottom: 50px;
}

.recipe .media {
  text-align: left;
}

@media screen and (max-width: 481px) {
  .recipe .col-7 {
    padding-bottom: 25px;
  }
}

.recipe-info,
.recipe-name {
  text-align: center;
}

.recipe-info {
  text-align: center;
  font-family: "Space Mono", monospace;
  padding-bottom: 10px;
}

.recipe-name {
  font-style: italic;
  font-weight: normal;
  padding-bottom: 28px;
}

/*------------------------------------*    #HOMEPAGE SECTIONS
\*------------------------------------*/
.menu-section {
  padding-bottom: 90px;
}

@media screen and (max-width: 769px) {
  .menu-section {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 481px) {
  .menu-section {
    padding-bottom: 10px;
  }
}

.reservation-section .img-slider {
  margin-top: -315px;
}

@media screen and (max-width: 769px) {
  .reservation-section .img-slider {
    margin-top: -200px;
  }
}

@media screen and (max-width: 481px) {
  .reservation-section .img-slider {
    margin-top: -75px;
  }
}

.reservation-section-top {
  background-color: #1f2021;
  padding: 130px 0 340px;
}

@media screen and (max-width: 769px) {
  .reservation-section-top {
    padding: 70px 0 210px;
  }
}

@media screen and (max-width: 481px) {
  .reservation-section-top {
    padding: 50px 0 20px;
  }
}

.today-on-menu-section {
  margin-top: 130px;
  margin-bottom: -40px;
}

@media screen and (max-width: 769px) {
  .today-on-menu-section {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .today-on-menu-section .flex-row--bottom {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 481px) {
  .today-on-menu-section {
    margin-top: 50px;
  }
  .today-on-menu-section .flex-row--bottom {
    padding-bottom: 0px;
  }
}

.buzz-section {
  padding: 130px 0;
}

@media screen and (max-width: 769px) {
  .buzz-section {
    padding: 40px 0 90px;
  }
}

@media screen and (max-width: 481px) {
  .buzz-section {
    padding: 20px 0 50px;
  }
}

.buzz-section .grid-item {
  /* Large desktop */
}

@media (min-width: 980px) {
  .buzz-section .grid-item {
    width: 25%;
  }
}

.buzz-section .btn-load-more {
  clear: both;
  display: block;
}

.buzz-section .btn-load-more:disabled {
  display: none;
}

@media screen and (max-width: 769px) {
  .buzz-section .media-heading {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 769px) {
  .buzz-section .media-counter {
    margin-bottom: 10px;
  }
}

.instagram-section {
  margin-left: 4%;
  margin-right: 4%;
}

/*------------------------------------*    #BASKET
\*------------------------------------*/
.basket {
  width: 26%;
  min-width: 320px;
  padding: 90px 2.5% 0;
  position: absolute;
  background-color: white;
  height: 100%;
  right: 0;
  z-index: 25;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  transition: transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  transition: transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, -webkit-transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

.basket.is-visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.basket-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #1f2021;
  margin-bottom: 73px;
}

.basket-nav .icon-close {
  color: #85878a;
}

.basket-nav header {
  font-size: 19px;
  font-style: italic;
}

.basket-nav button {
  padding: 10px;
}

.products-list,
.products-total {
  font-family: "Space Mono", monospace;
  color: #1f2021;
  font-size: 13px;
}

.product-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
  border-top: 1px solid rgba(31, 32, 33, 0.15);
}

.product-item > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-item .icon {
  color: #85878a;
}

.product-item .icon-close {
  height: 12px;
  width: 12px;
}

.js-remove-product {
  margin-right: 30px;
}

.product-name {
  margin-right: 45px;
}

.product-number {
  margin: 0 10px;
}

.product-total {
  margin-left: 40px;
}

.products-total {
  border-top: 2px solid #1f2021;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0 44px;
}

.products-total span {
  text-transform: uppercase;
}

/*------------------------------------*    #PAGINATION
\*------------------------------------*/
.pagination-wrapper {
  padding: 60px 0;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .pagination-wrapper {
    padding: 30px 0;
  }
}

.pagination-wrapper ul {
  margin-left: 0;
  margin-bottom: 0;
}

.pagination-wrapper li .page-numbers {
  font-size: 13px;
  position: relative;
  padding: 10px 15px;
  font-family: "Space Mono", monospace !important;
  color: #525252;
}

.pagination-wrapper li .page-numbers:before {
  content: '';
  height: 25px;
  width: 25px;
  position: absolute;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  z-index: -1;
  top: 7px;
  left: 7px;
}

.pagination-wrapper li .page-numbers.current {
  color: white;
}

.pagination-wrapper li .page-numbers.current:before {
  background-color: #1f2021;
}

.pagination-wrapper li:not(:first-child):not(:last-child) .page-numbers:hover {
  color: #000;
}

.pagination-wrapper li:not(:first-child):not(:last-child) .page-numbers:hover:before {
  background-color: transparent;
  border-color: #1f2021;
}

.pagination-wrapper li:not(:first-child):not(:last-child) .page-numbers.current:hover {
  color: #85878a;
}

.pagination-wrapper li:not(:first-child):not(:last-child) .page-numbers.current:hover:before {
  background-color: #1f2021;
}

.page-numbers {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Space Mono", monospace;
}

.prev-text,
.next-text {
  font-size: 0;
}

/*------------------------------------*    #VALIDATE STYLE
\*------------------------------------*/
.wpcf7 {
  position: relative;
}

.wpcf7-response-output {
  margin: 0 !important;
  padding: 15px 0 !important;
  color: white;
  text-align: center;
  font-size: 13px;
  width: 100%;
  position: absolute;
  top: 25px;
  font-family: "Space Mono", monospace;
}

.wpcf7-validation-errors {
  background-color: #e64f4f;
}

.wpcf7-not-valid-tip {
  color: #e64f4f;
  position: relative;
  top: 10px;
  font-family: "Space Mono", monospace;
  font-size: 13px;
}

.wpcf7-mail-sent-ok {
  background-color: #00ac4d;
}

.wpcf7-mail-sent-ok, .wpcf7-validation-errors {
  border: none !important;
}

/*------------------------------------*    #SHAME
\*------------------------------------*/
.is-invisible {
  transition: all .1s ease;
  opacity: 0 !important;
  visibility: hidden !important;
}

/**
 * Completely remove from the flow but leave available to screen readers and
 * keyboard users (if input is visually hidden).
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.is-visually-hidden {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 1px !important;
  position: absolute !important;
}

.is-hidden {
  display: none !important;
}

.inline-block {
  display: inline-block !important;
}

.is-not-scroll {
  overflow: hidden !important;
}

.is-scrollable {
  overflow: auto !important;
}

.is-scrollable-visible {
  overflow: visible !important;
}

.is-scrollable-y {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.is-scrollable-x {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

/**
 * Flag fix.
 */
.flag--fix .flag__img {
  width: 1px;
}

.flag--fix .flag__body {
  width: auto;
}

.bg-primary {
  background-color: #1f2021;
}

/*------------------------------------*    #WORDPRESS SHAME
\*------------------------------------*/
/*------------------------------------*    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
     * Margin helper classes.
     *
     * Add margins.
     */
.m {
  margin: 23px !important;
}

.mt {
  margin-top: 23px !important;
}

.mr {
  margin-right: 23px !important;
}

.mb, .content-main p {
  margin-bottom: 23px !important;
}

.ml {
  margin-left: 23px !important;
}

.mh {
  margin-right: 23px !important;
  margin-left: 23px !important;
}

.mv {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

/**
     * Add tiny margins.
     */
.m-- {
  margin: 6px !important;
}

.mt-- {
  margin-top: 6px !important;
}

.mr-- {
  margin-right: 6px !important;
}

.mb-- {
  margin-bottom: 6px !important;
}

.ml-- {
  margin-left: 6px !important;
}

.mh-- {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.mv-- {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

/**
     * Add small margins.
     */
.m- {
  margin: 12px !important;
}

.mt- {
  margin-top: 12px !important;
}

.mr- {
  margin-right: 12px !important;
}

.mb- {
  margin-bottom: 12px !important;
}

.ml- {
  margin-left: 12px !important;
}

.mh- {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mv- {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

/**
     * Add large margins.
     */
.m\+ {
  margin: 46px !important;
}

.mt\+ {
  margin-top: 46px !important;
}

.mr\+ {
  margin-right: 46px !important;
}

.mb\+ {
  margin-bottom: 46px !important;
}

.ml\+ {
  margin-left: 46px !important;
}

.mh\+ {
  margin-right: 46px !important;
  margin-left: 46px !important;
}

.mv\+ {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

/**
     * Add huge margins.
     */
.m\+\+ {
  margin: 92px !important;
}

.mt\+\+ {
  margin-top: 92px !important;
}

.mr\+\+ {
  margin-right: 92px !important;
}

.mb\+\+ {
  margin-bottom: 92px !important;
}

.ml\+\+ {
  margin-left: 92px !important;
}

.mh\+\+ {
  margin-right: 92px !important;
  margin-left: 92px !important;
}

.mv\+\+ {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}

/**
     * Remove margins.
     */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
     * Negative margins.
     */
.-m {
  margin: -23px !important;
}

.-mt {
  margin-top: -23px !important;
}

.-mr {
  margin-right: -23px !important;
}

.-mb {
  margin-bottom: -23px !important;
}

.-ml {
  margin-left: -23px !important;
}

.-mh {
  margin-right: -23px !important;
  margin-left: -23px !important;
}

.-mv {
  margin-top: -23px !important;
  margin-bottom: -23px !important;
}

/**
     * Large negative margins.
     */
.-m\+ {
  margin: -46px !important;
}

.-mt\+ {
  margin-top: -46px !important;
}

.-mr\+ {
  margin-right: -46px !important;
}

.-mb\+ {
  margin-bottom: -46px !important;
}

.-ml\+ {
  margin-left: -46px !important;
}

.-mh\+ {
  margin-right: -46px !important;
  margin-left: -46px !important;
}

.-mv\+ {
  margin-top: -46px !important;
  margin-bottom: -46px !important;
}

/**
     * Padding helper classes.
     *
     * Add paddings.
     */
.p {
  padding: 23px !important;
}

.pt {
  padding-top: 23px !important;
}

.pr {
  padding-right: 23px !important;
}

.pb {
  padding-bottom: 23px !important;
}

.pl {
  padding-left: 23px !important;
}

.ph {
  padding-right: 23px !important;
  padding-left: 23px !important;
}

.pv {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

/**
     * Add tiny paddings.
     */
.p-- {
  padding: 6px !important;
}

.pt-- {
  padding-top: 6px !important;
}

.pr-- {
  padding-right: 6px !important;
}

.pb-- {
  padding-bottom: 6px !important;
}

.pl-- {
  padding-left: 6px !important;
}

.ph-- {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.pv-- {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/**
     * Add small paddings.
     */
.p- {
  padding: 12px !important;
}

.pt- {
  padding-top: 12px !important;
}

.pr- {
  padding-right: 12px !important;
}

.pb- {
  padding-bottom: 12px !important;
}

.pl- {
  padding-left: 12px !important;
}

.ph- {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.pv- {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/**
     * Add large paddings.
     */
.p\+ {
  padding: 46px !important;
}

.pt\+ {
  padding-top: 46px !important;
}

.pr\+ {
  padding-right: 46px !important;
}

.pb\+ {
  padding-bottom: 46px !important;
}

.pl\+ {
  padding-left: 46px !important;
}

.ph\+ {
  padding-right: 46px !important;
  padding-left: 46px !important;
}

.pv\+ {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

/**
     * Add huge paddings.
     */
.p\+\+ {
  padding: 92px !important;
}

.pt\+\+ {
  padding-top: 92px !important;
}

.pr\+\+ {
  padding-right: 92px !important;
}

.pb\+\+ {
  padding-bottom: 92px !important;
}

.pl\+\+ {
  padding-left: 92px !important;
}

.ph\+\+ {
  padding-right: 92px !important;
  padding-left: 92px !important;
}

.pv\+\+ {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

/**
     * Remove paddings.
     */
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.ph0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

/*------------------------------------*    #SPACING-RESPONSIVE
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
     * Margin helper classes.
     *
     * Add margins.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-m {
    margin: 23px !important;
  }
  .medium-mt {
    margin-top: 23px !important;
  }
  .medium-mr {
    margin-right: 23px !important;
  }
  .medium-mb {
    margin-bottom: 23px !important;
  }
  .medium-ml {
    margin-left: 23px !important;
  }
  .medium-mh {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .medium-mv {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m {
    margin: 23px !important;
  }
  .medium-and-up-mt {
    margin-top: 23px !important;
  }
  .medium-and-up-mr {
    margin-right: 23px !important;
  }
  .medium-and-up-mb {
    margin-bottom: 23px !important;
  }
  .medium-and-up-ml {
    margin-left: 23px !important;
  }
  .medium-and-up-mh {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .medium-and-up-mv {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-m {
    margin: 23px !important;
  }
  .large-mt {
    margin-top: 23px !important;
  }
  .large-mr {
    margin-right: 23px !important;
  }
  .large-mb {
    margin-bottom: 23px !important;
  }
  .large-ml {
    margin-left: 23px !important;
  }
  .large-mh {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .large-mv {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-m {
    margin: 23px !important;
  }
  .large-and-up-mt {
    margin-top: 23px !important;
  }
  .large-and-up-mr {
    margin-right: 23px !important;
  }
  .large-and-up-mb {
    margin-bottom: 23px !important;
  }
  .large-and-up-ml {
    margin-left: 23px !important;
  }
  .large-and-up-mh {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .large-and-up-mv {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m {
    margin: 23px !important;
  }
  .extralarge-and-up-mt {
    margin-top: 23px !important;
  }
  .extralarge-and-up-mr {
    margin-right: 23px !important;
  }
  .extralarge-and-up-mb {
    margin-bottom: 23px !important;
  }
  .extralarge-and-up-ml {
    margin-left: 23px !important;
  }
  .extralarge-and-up-mh {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .extralarge-and-up-mv {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
}

/**
     * Add tiny margins.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-m-- {
    margin: 6px !important;
  }
  .medium-mt-- {
    margin-top: 6px !important;
  }
  .medium-mr-- {
    margin-right: 6px !important;
  }
  .medium-mb-- {
    margin-bottom: 6px !important;
  }
  .medium-ml-- {
    margin-left: 6px !important;
  }
  .medium-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .medium-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m-- {
    margin: 6px !important;
  }
  .medium-and-up-mt-- {
    margin-top: 6px !important;
  }
  .medium-and-up-mr-- {
    margin-right: 6px !important;
  }
  .medium-and-up-mb-- {
    margin-bottom: 6px !important;
  }
  .medium-and-up-ml-- {
    margin-left: 6px !important;
  }
  .medium-and-up-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .medium-and-up-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-m-- {
    margin: 6px !important;
  }
  .large-mt-- {
    margin-top: 6px !important;
  }
  .large-mr-- {
    margin-right: 6px !important;
  }
  .large-mb-- {
    margin-bottom: 6px !important;
  }
  .large-ml-- {
    margin-left: 6px !important;
  }
  .large-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .large-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-m-- {
    margin: 6px !important;
  }
  .large-and-up-mt-- {
    margin-top: 6px !important;
  }
  .large-and-up-mr-- {
    margin-right: 6px !important;
  }
  .large-and-up-mb-- {
    margin-bottom: 6px !important;
  }
  .large-and-up-ml-- {
    margin-left: 6px !important;
  }
  .large-and-up-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .large-and-up-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m-- {
    margin: 6px !important;
  }
  .extralarge-and-up-mt-- {
    margin-top: 6px !important;
  }
  .extralarge-and-up-mr-- {
    margin-right: 6px !important;
  }
  .extralarge-and-up-mb-- {
    margin-bottom: 6px !important;
  }
  .extralarge-and-up-ml-- {
    margin-left: 6px !important;
  }
  .extralarge-and-up-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .extralarge-and-up-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

/**
     * Add small margins.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-m- {
    margin: 12px !important;
  }
  .medium-mt- {
    margin-top: 12px !important;
  }
  .medium-mr- {
    margin-right: 12px !important;
  }
  .medium-mb- {
    margin-bottom: 12px !important;
  }
  .medium-ml- {
    margin-left: 12px !important;
  }
  .medium-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .medium-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m- {
    margin: 12px !important;
  }
  .medium-and-up-mt- {
    margin-top: 12px !important;
  }
  .medium-and-up-mr- {
    margin-right: 12px !important;
  }
  .medium-and-up-mb- {
    margin-bottom: 12px !important;
  }
  .medium-and-up-ml- {
    margin-left: 12px !important;
  }
  .medium-and-up-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .medium-and-up-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-m- {
    margin: 12px !important;
  }
  .large-mt- {
    margin-top: 12px !important;
  }
  .large-mr- {
    margin-right: 12px !important;
  }
  .large-mb- {
    margin-bottom: 12px !important;
  }
  .large-ml- {
    margin-left: 12px !important;
  }
  .large-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .large-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-m- {
    margin: 12px !important;
  }
  .large-and-up-mt- {
    margin-top: 12px !important;
  }
  .large-and-up-mr- {
    margin-right: 12px !important;
  }
  .large-and-up-mb- {
    margin-bottom: 12px !important;
  }
  .large-and-up-ml- {
    margin-left: 12px !important;
  }
  .large-and-up-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .large-and-up-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m- {
    margin: 12px !important;
  }
  .extralarge-and-up-mt- {
    margin-top: 12px !important;
  }
  .extralarge-and-up-mr- {
    margin-right: 12px !important;
  }
  .extralarge-and-up-mb- {
    margin-bottom: 12px !important;
  }
  .extralarge-and-up-ml- {
    margin-left: 12px !important;
  }
  .extralarge-and-up-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .extralarge-and-up-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

/**
     * Add large margins.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-m\+ {
    margin: 46px !important;
  }
  .medium-mt\+ {
    margin-top: 46px !important;
  }
  .medium-mr\+ {
    margin-right: 46px !important;
  }
  .medium-mb\+ {
    margin-bottom: 46px !important;
  }
  .medium-ml\+ {
    margin-left: 46px !important;
  }
  .medium-mh\+ {
    margin-right: 46px !important;
    margin-left: 46px !important;
  }
  .medium-mv\+ {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m\+ {
    margin: 46px !important;
  }
  .medium-and-up-mt\+ {
    margin-top: 46px !important;
  }
  .medium-and-up-mr\+ {
    margin-right: 46px !important;
  }
  .medium-and-up-mb\+ {
    margin-bottom: 46px !important;
  }
  .medium-and-up-ml\+ {
    margin-left: 46px !important;
  }
  .medium-and-up-mh\+ {
    margin-right: 46px !important;
    margin-left: 46px !important;
  }
  .medium-and-up-mv\+ {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-m\+ {
    margin: 46px !important;
  }
  .large-mt\+ {
    margin-top: 46px !important;
  }
  .large-mr\+ {
    margin-right: 46px !important;
  }
  .large-mb\+ {
    margin-bottom: 46px !important;
  }
  .large-ml\+ {
    margin-left: 46px !important;
  }
  .large-mh\+ {
    margin-right: 46px !important;
    margin-left: 46px !important;
  }
  .large-mv\+ {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-m\+ {
    margin: 46px !important;
  }
  .large-and-up-mt\+ {
    margin-top: 46px !important;
  }
  .large-and-up-mr\+ {
    margin-right: 46px !important;
  }
  .large-and-up-mb\+ {
    margin-bottom: 46px !important;
  }
  .large-and-up-ml\+ {
    margin-left: 46px !important;
  }
  .large-and-up-mh\+ {
    margin-right: 46px !important;
    margin-left: 46px !important;
  }
  .large-and-up-mv\+ {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m\+ {
    margin: 46px !important;
  }
  .extralarge-and-up-mt\+ {
    margin-top: 46px !important;
  }
  .extralarge-and-up-mr\+ {
    margin-right: 46px !important;
  }
  .extralarge-and-up-mb\+ {
    margin-bottom: 46px !important;
  }
  .extralarge-and-up-ml\+ {
    margin-left: 46px !important;
  }
  .extralarge-and-up-mh\+ {
    margin-right: 46px !important;
    margin-left: 46px !important;
  }
  .extralarge-and-up-mv\+ {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
}

/**
     * Add huge margins.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-m\+\+ {
    margin: 92px !important;
  }
  .medium-mt\+\+ {
    margin-top: 92px !important;
  }
  .medium-mr\+\+ {
    margin-right: 92px !important;
  }
  .medium-mb\+\+ {
    margin-bottom: 92px !important;
  }
  .medium-ml\+\+ {
    margin-left: 92px !important;
  }
  .medium-mh\+\+ {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .medium-mv\+\+ {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m\+\+ {
    margin: 92px !important;
  }
  .medium-and-up-mt\+\+ {
    margin-top: 92px !important;
  }
  .medium-and-up-mr\+\+ {
    margin-right: 92px !important;
  }
  .medium-and-up-mb\+\+ {
    margin-bottom: 92px !important;
  }
  .medium-and-up-ml\+\+ {
    margin-left: 92px !important;
  }
  .medium-and-up-mh\+\+ {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .medium-and-up-mv\+\+ {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-m\+\+ {
    margin: 92px !important;
  }
  .large-mt\+\+ {
    margin-top: 92px !important;
  }
  .large-mr\+\+ {
    margin-right: 92px !important;
  }
  .large-mb\+\+ {
    margin-bottom: 92px !important;
  }
  .large-ml\+\+ {
    margin-left: 92px !important;
  }
  .large-mh\+\+ {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .large-mv\+\+ {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-m\+\+ {
    margin: 92px !important;
  }
  .large-and-up-mt\+\+ {
    margin-top: 92px !important;
  }
  .large-and-up-mr\+\+ {
    margin-right: 92px !important;
  }
  .large-and-up-mb\+\+ {
    margin-bottom: 92px !important;
  }
  .large-and-up-ml\+\+ {
    margin-left: 92px !important;
  }
  .large-and-up-mh\+\+ {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .large-and-up-mv\+\+ {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m\+\+ {
    margin: 92px !important;
  }
  .extralarge-and-up-mt\+\+ {
    margin-top: 92px !important;
  }
  .extralarge-and-up-mr\+\+ {
    margin-right: 92px !important;
  }
  .extralarge-and-up-mb\+\+ {
    margin-bottom: 92px !important;
  }
  .extralarge-and-up-ml\+\+ {
    margin-left: 92px !important;
  }
  .extralarge-and-up-mh\+\+ {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .extralarge-and-up-mv\+\+ {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
}

/**
     * Remove margins.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-m0 {
    margin: 0 !important;
  }
  .medium-mt0 {
    margin-top: 0 !important;
  }
  .medium-mr0 {
    margin-right: 0 !important;
  }
  .medium-mb0 {
    margin-bottom: 0 !important;
  }
  .medium-ml0 {
    margin-left: 0 !important;
  }
  .medium-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .medium-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m0 {
    margin: 0 !important;
  }
  .medium-and-up-mt0 {
    margin-top: 0 !important;
  }
  .medium-and-up-mr0 {
    margin-right: 0 !important;
  }
  .medium-and-up-mb0 {
    margin-bottom: 0 !important;
  }
  .medium-and-up-ml0 {
    margin-left: 0 !important;
  }
  .medium-and-up-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .medium-and-up-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-m0 {
    margin: 0 !important;
  }
  .large-mt0 {
    margin-top: 0 !important;
  }
  .large-mr0 {
    margin-right: 0 !important;
  }
  .large-mb0 {
    margin-bottom: 0 !important;
  }
  .large-ml0 {
    margin-left: 0 !important;
  }
  .large-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .large-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-m0 {
    margin: 0 !important;
  }
  .large-and-up-mt0 {
    margin-top: 0 !important;
  }
  .large-and-up-mr0 {
    margin-right: 0 !important;
  }
  .large-and-up-mb0 {
    margin-bottom: 0 !important;
  }
  .large-and-up-ml0 {
    margin-left: 0 !important;
  }
  .large-and-up-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .large-and-up-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m0 {
    margin: 0 !important;
  }
  .extralarge-and-up-mt0 {
    margin-top: 0 !important;
  }
  .extralarge-and-up-mr0 {
    margin-right: 0 !important;
  }
  .extralarge-and-up-mb0 {
    margin-bottom: 0 !important;
  }
  .extralarge-and-up-ml0 {
    margin-left: 0 !important;
  }
  .extralarge-and-up-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .extralarge-and-up-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/**
     * Padding helper classes.
     *
     * Add paddings.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-p {
    padding: 23px !important;
  }
  .medium-pt {
    padding-top: 23px !important;
  }
  .medium-pr {
    padding-right: 23px !important;
  }
  .medium-pb {
    padding-bottom: 23px !important;
  }
  .medium-pl {
    padding-left: 23px !important;
  }
  .medium-ph {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .medium-pv {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p {
    padding: 23px !important;
  }
  .medium-and-up-pt {
    padding-top: 23px !important;
  }
  .medium-and-up-pr {
    padding-right: 23px !important;
  }
  .medium-and-up-pb {
    padding-bottom: 23px !important;
  }
  .medium-and-up-pl {
    padding-left: 23px !important;
  }
  .medium-and-up-ph {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .medium-and-up-pv {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-p {
    padding: 23px !important;
  }
  .large-pt {
    padding-top: 23px !important;
  }
  .large-pr {
    padding-right: 23px !important;
  }
  .large-pb {
    padding-bottom: 23px !important;
  }
  .large-pl {
    padding-left: 23px !important;
  }
  .large-ph {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .large-pv {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-p {
    padding: 23px !important;
  }
  .large-and-up-pt {
    padding-top: 23px !important;
  }
  .large-and-up-pr {
    padding-right: 23px !important;
  }
  .large-and-up-pb {
    padding-bottom: 23px !important;
  }
  .large-and-up-pl {
    padding-left: 23px !important;
  }
  .large-and-up-ph {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .large-and-up-pv {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p {
    padding: 23px !important;
  }
  .extralarge-and-up-pt {
    padding-top: 23px !important;
  }
  .extralarge-and-up-pr {
    padding-right: 23px !important;
  }
  .extralarge-and-up-pb {
    padding-bottom: 23px !important;
  }
  .extralarge-and-up-pl {
    padding-left: 23px !important;
  }
  .extralarge-and-up-ph {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .extralarge-and-up-pv {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
}

/**
     * Add tiny paddings.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-p-- {
    padding: 6px !important;
  }
  .medium-pt-- {
    padding-top: 6px !important;
  }
  .medium-pr-- {
    padding-right: 6px !important;
  }
  .medium-pb-- {
    padding-bottom: 6px !important;
  }
  .medium-pl-- {
    padding-left: 6px !important;
  }
  .medium-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .medium-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p-- {
    padding: 6px !important;
  }
  .medium-and-up-pt-- {
    padding-top: 6px !important;
  }
  .medium-and-up-pr-- {
    padding-right: 6px !important;
  }
  .medium-and-up-pb-- {
    padding-bottom: 6px !important;
  }
  .medium-and-up-pl-- {
    padding-left: 6px !important;
  }
  .medium-and-up-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .medium-and-up-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-p-- {
    padding: 6px !important;
  }
  .large-pt-- {
    padding-top: 6px !important;
  }
  .large-pr-- {
    padding-right: 6px !important;
  }
  .large-pb-- {
    padding-bottom: 6px !important;
  }
  .large-pl-- {
    padding-left: 6px !important;
  }
  .large-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .large-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-p-- {
    padding: 6px !important;
  }
  .large-and-up-pt-- {
    padding-top: 6px !important;
  }
  .large-and-up-pr-- {
    padding-right: 6px !important;
  }
  .large-and-up-pb-- {
    padding-bottom: 6px !important;
  }
  .large-and-up-pl-- {
    padding-left: 6px !important;
  }
  .large-and-up-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .large-and-up-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p-- {
    padding: 6px !important;
  }
  .extralarge-and-up-pt-- {
    padding-top: 6px !important;
  }
  .extralarge-and-up-pr-- {
    padding-right: 6px !important;
  }
  .extralarge-and-up-pb-- {
    padding-bottom: 6px !important;
  }
  .extralarge-and-up-pl-- {
    padding-left: 6px !important;
  }
  .extralarge-and-up-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .extralarge-and-up-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

/**
     * Add small paddings.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-p- {
    padding: 12px !important;
  }
  .medium-pt- {
    padding-top: 12px !important;
  }
  .medium-pr- {
    padding-right: 12px !important;
  }
  .medium-pb- {
    padding-bottom: 12px !important;
  }
  .medium-pl- {
    padding-left: 12px !important;
  }
  .medium-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .medium-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p- {
    padding: 12px !important;
  }
  .medium-and-up-pt- {
    padding-top: 12px !important;
  }
  .medium-and-up-pr- {
    padding-right: 12px !important;
  }
  .medium-and-up-pb- {
    padding-bottom: 12px !important;
  }
  .medium-and-up-pl- {
    padding-left: 12px !important;
  }
  .medium-and-up-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .medium-and-up-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-p- {
    padding: 12px !important;
  }
  .large-pt- {
    padding-top: 12px !important;
  }
  .large-pr- {
    padding-right: 12px !important;
  }
  .large-pb- {
    padding-bottom: 12px !important;
  }
  .large-pl- {
    padding-left: 12px !important;
  }
  .large-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .large-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-p- {
    padding: 12px !important;
  }
  .large-and-up-pt- {
    padding-top: 12px !important;
  }
  .large-and-up-pr- {
    padding-right: 12px !important;
  }
  .large-and-up-pb- {
    padding-bottom: 12px !important;
  }
  .large-and-up-pl- {
    padding-left: 12px !important;
  }
  .large-and-up-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .large-and-up-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p- {
    padding: 12px !important;
  }
  .extralarge-and-up-pt- {
    padding-top: 12px !important;
  }
  .extralarge-and-up-pr- {
    padding-right: 12px !important;
  }
  .extralarge-and-up-pb- {
    padding-bottom: 12px !important;
  }
  .extralarge-and-up-pl- {
    padding-left: 12px !important;
  }
  .extralarge-and-up-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .extralarge-and-up-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

/**
     * Add large paddings.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-p\+ {
    padding: 46px !important;
  }
  .medium-pt\+ {
    padding-top: 46px !important;
  }
  .medium-pr\+ {
    padding-right: 46px !important;
  }
  .medium-pb\+ {
    padding-bottom: 46px !important;
  }
  .medium-pl\+ {
    padding-left: 46px !important;
  }
  .medium-ph\+ {
    padding-right: 46px !important;
    padding-left: 46px !important;
  }
  .medium-pv\+ {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p\+ {
    padding: 46px !important;
  }
  .medium-and-up-pt\+ {
    padding-top: 46px !important;
  }
  .medium-and-up-pr\+ {
    padding-right: 46px !important;
  }
  .medium-and-up-pb\+ {
    padding-bottom: 46px !important;
  }
  .medium-and-up-pl\+ {
    padding-left: 46px !important;
  }
  .medium-and-up-ph\+ {
    padding-right: 46px !important;
    padding-left: 46px !important;
  }
  .medium-and-up-pv\+ {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-p\+ {
    padding: 46px !important;
  }
  .large-pt\+ {
    padding-top: 46px !important;
  }
  .large-pr\+ {
    padding-right: 46px !important;
  }
  .large-pb\+ {
    padding-bottom: 46px !important;
  }
  .large-pl\+ {
    padding-left: 46px !important;
  }
  .large-ph\+ {
    padding-right: 46px !important;
    padding-left: 46px !important;
  }
  .large-pv\+ {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-p\+ {
    padding: 46px !important;
  }
  .large-and-up-pt\+ {
    padding-top: 46px !important;
  }
  .large-and-up-pr\+ {
    padding-right: 46px !important;
  }
  .large-and-up-pb\+ {
    padding-bottom: 46px !important;
  }
  .large-and-up-pl\+ {
    padding-left: 46px !important;
  }
  .large-and-up-ph\+ {
    padding-right: 46px !important;
    padding-left: 46px !important;
  }
  .large-and-up-pv\+ {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p\+ {
    padding: 46px !important;
  }
  .extralarge-and-up-pt\+ {
    padding-top: 46px !important;
  }
  .extralarge-and-up-pr\+ {
    padding-right: 46px !important;
  }
  .extralarge-and-up-pb\+ {
    padding-bottom: 46px !important;
  }
  .extralarge-and-up-pl\+ {
    padding-left: 46px !important;
  }
  .extralarge-and-up-ph\+ {
    padding-right: 46px !important;
    padding-left: 46px !important;
  }
  .extralarge-and-up-pv\+ {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}

/**
     * Add huge paddings.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-p\+\+ {
    padding: 92px !important;
  }
  .medium-pt\+\+ {
    padding-top: 92px !important;
  }
  .medium-pr\+\+ {
    padding-right: 92px !important;
  }
  .medium-pb\+\+ {
    padding-bottom: 92px !important;
  }
  .medium-pl\+\+ {
    padding-left: 92px !important;
  }
  .medium-ph\+\+ {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .medium-pv\+\+ {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p\+\+ {
    padding: 92px !important;
  }
  .medium-and-up-pt\+\+ {
    padding-top: 92px !important;
  }
  .medium-and-up-pr\+\+ {
    padding-right: 92px !important;
  }
  .medium-and-up-pb\+\+ {
    padding-bottom: 92px !important;
  }
  .medium-and-up-pl\+\+ {
    padding-left: 92px !important;
  }
  .medium-and-up-ph\+\+ {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .medium-and-up-pv\+\+ {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-p\+\+ {
    padding: 92px !important;
  }
  .large-pt\+\+ {
    padding-top: 92px !important;
  }
  .large-pr\+\+ {
    padding-right: 92px !important;
  }
  .large-pb\+\+ {
    padding-bottom: 92px !important;
  }
  .large-pl\+\+ {
    padding-left: 92px !important;
  }
  .large-ph\+\+ {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .large-pv\+\+ {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-p\+\+ {
    padding: 92px !important;
  }
  .large-and-up-pt\+\+ {
    padding-top: 92px !important;
  }
  .large-and-up-pr\+\+ {
    padding-right: 92px !important;
  }
  .large-and-up-pb\+\+ {
    padding-bottom: 92px !important;
  }
  .large-and-up-pl\+\+ {
    padding-left: 92px !important;
  }
  .large-and-up-ph\+\+ {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .large-and-up-pv\+\+ {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p\+\+ {
    padding: 92px !important;
  }
  .extralarge-and-up-pt\+\+ {
    padding-top: 92px !important;
  }
  .extralarge-and-up-pr\+\+ {
    padding-right: 92px !important;
  }
  .extralarge-and-up-pb\+\+ {
    padding-bottom: 92px !important;
  }
  .extralarge-and-up-pl\+\+ {
    padding-left: 92px !important;
  }
  .extralarge-and-up-ph\+\+ {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .extralarge-and-up-pv\+\+ {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
}

/**
     * Remove paddings.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-p0 {
    padding: 0 !important;
  }
  .medium-pt0 {
    padding-top: 0 !important;
  }
  .medium-pr0 {
    padding-right: 0 !important;
  }
  .medium-pb0 {
    padding-bottom: 0 !important;
  }
  .medium-pl0 {
    padding-left: 0 !important;
  }
  .medium-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .medium-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p0 {
    padding: 0 !important;
  }
  .medium-and-up-pt0 {
    padding-top: 0 !important;
  }
  .medium-and-up-pr0 {
    padding-right: 0 !important;
  }
  .medium-and-up-pb0 {
    padding-bottom: 0 !important;
  }
  .medium-and-up-pl0 {
    padding-left: 0 !important;
  }
  .medium-and-up-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .medium-and-up-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-p0 {
    padding: 0 !important;
  }
  .large-pt0 {
    padding-top: 0 !important;
  }
  .large-pr0 {
    padding-right: 0 !important;
  }
  .large-pb0 {
    padding-bottom: 0 !important;
  }
  .large-pl0 {
    padding-left: 0 !important;
  }
  .large-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .large-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-p0 {
    padding: 0 !important;
  }
  .large-and-up-pt0 {
    padding-top: 0 !important;
  }
  .large-and-up-pr0 {
    padding-right: 0 !important;
  }
  .large-and-up-pb0 {
    padding-bottom: 0 !important;
  }
  .large-and-up-pl0 {
    padding-left: 0 !important;
  }
  .large-and-up-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .large-and-up-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p0 {
    padding: 0 !important;
  }
  .extralarge-and-up-pt0 {
    padding-top: 0 !important;
  }
  .extralarge-and-up-pr0 {
    padding-right: 0 !important;
  }
  .extralarge-and-up-pb0 {
    padding-bottom: 0 !important;
  }
  .extralarge-and-up-pl0 {
    padding-left: 0 !important;
  }
  .extralarge-and-up-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .extralarge-and-up-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/*------------------------------------*    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
     * Whole.
     */
[class~="1/1"] {
  width: 100% !important;
}

/**
     * Halves.
     */
[class~="1/2"],
[class~="2/4"],
[class~="3/6"],
[class~="4/8"],
[class~="5/10"],
[class~="6/12"] {
  width: 50% !important;
}

/**
     * Thirds.
     */
[class~="1/3"],
[class~="2/6"],
[class~="3/9"],
[class~="4/12"] {
  width: 33.3333333% !important;
}

[class~="2/3"],
[class~="4/6"],
[class~="6/9"],
[class~="8/12"] {
  width: 66.6666666% !important;
}

/**
     * Quarters.
     */
[class~="1/4"],
[class~="2/8"],
[class~="3/12"] {
  width: 25% !important;
}

[class~="3/4"],
[class~="6/8"],
[class~="9/12"] {
  width: 75% !important;
}

/**
     * Fifths.
     */
[class~="1/5"],
[class~="2/10"] {
  width: 20% !important;
}

[class~="2/5"],
[class~="4/10"] {
  width: 40% !important;
}

[class~="3/5"],
[class~="6/10"] {
  width: 60% !important;
}

[class~="4/5"],
[class~="8/10"] {
  width: 80% !important;
}

/**
     * Sixths.
     */
[class~="1/6"],
[class~="2/12"] {
  width: 16.6666666% !important;
}

[class~="5/6"],
[class~="10/12"] {
  width: 83.3333333% !important;
}

/**
     * Eighths.
     */
[class~="1/8"] {
  width: 12.5% !important;
}

[class~="3/8"] {
  width: 37.5% !important;
}

[class~="5/8"] {
  width: 62.5% !important;
}

[class~="7/8"] {
  width: 87.5% !important;
}

/**
     * Ninths.
     */
[class~="1/9"] {
  width: 11.1111111% !important;
}

[class~="2/9"] {
  width: 22.2222222% !important;
}

[class~="4/9"] {
  width: 44.4444444% !important;
}

[class~="5/9"] {
  width: 55.5555555% !important;
}

[class~="7/9"] {
  width: 77.7777777% !important;
}

[class~="8/9"] {
  width: 88.8888888% !important;
}

/**
     * Tenths.
     */
[class~="1/10"] {
  width: 10% !important;
}

[class~="3/10"] {
  width: 30% !important;
}

[class~="7/10"] {
  width: 70% !important;
}

[class~="9/10"] {
  width: 90% !important;
}

/**
     * Twelfths.
     */
[class~="1/12"] {
  width: 8.3333333% !important;
}

[class~="5/12"] {
  width: 41.6666666% !important;
}

[class~="7/12"] {
  width: 58.3333333% !important;
}

[class~="11/12"] {
  width: 91.6666666% !important;
}

/*------------------------------------*    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (min-width: 481px) and (max-width: 768px) {
  /**
                 * Whole.
                 */
  [class~="medium-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="medium-1/2"],
  [class~="medium-2/4"],
  [class~="medium-3/6"],
  [class~="medium-4/8"],
  [class~="medium-5/10"],
  [class~="medium-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="medium-1/3"],
  [class~="medium-2/6"],
  [class~="medium-3/9"],
  [class~="medium-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="medium-2/3"],
  [class~="medium-4/6"],
  [class~="medium-6/9"],
  [class~="medium-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="medium-1/4"],
  [class~="medium-2/8"],
  [class~="medium-3/12"] {
    width: 25% !important;
  }
  [class~="medium-3/4"],
  [class~="medium-6/8"],
  [class~="medium-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="medium-1/5"],
  [class~="medium-2/10"] {
    width: 20% !important;
  }
  [class~="medium-2/5"],
  [class~="medium-4/10"] {
    width: 40% !important;
  }
  [class~="medium-3/5"],
  [class~="medium-6/10"] {
    width: 60% !important;
  }
  [class~="medium-4/5"],
  [class~="medium-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="medium-1/6"],
  [class~="medium-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="medium-5/6"],
  [class~="medium-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="medium-1/8"] {
    width: 12.5% !important;
  }
  [class~="medium-3/8"] {
    width: 37.5% !important;
  }
  [class~="medium-5/8"] {
    width: 62.5% !important;
  }
  [class~="medium-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="medium-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="medium-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="medium-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="medium-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="medium-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="medium-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="medium-1/10"] {
    width: 10% !important;
  }
  [class~="medium-3/10"] {
    width: 30% !important;
  }
  [class~="medium-7/10"] {
    width: 70% !important;
  }
  [class~="medium-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="medium-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="medium-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="medium-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="medium-11/12"] {
    width: 91.6666666% !important;
  }
}

@media screen and (min-width: 481px) {
  /**
                 * Whole.
                 */
  [class~="medium-and-up-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="medium-and-up-1/2"],
  [class~="medium-and-up-2/4"],
  [class~="medium-and-up-3/6"],
  [class~="medium-and-up-4/8"],
  [class~="medium-and-up-5/10"],
  [class~="medium-and-up-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="medium-and-up-1/3"],
  [class~="medium-and-up-2/6"],
  [class~="medium-and-up-3/9"],
  [class~="medium-and-up-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="medium-and-up-2/3"],
  [class~="medium-and-up-4/6"],
  [class~="medium-and-up-6/9"],
  [class~="medium-and-up-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="medium-and-up-1/4"],
  [class~="medium-and-up-2/8"],
  [class~="medium-and-up-3/12"] {
    width: 25% !important;
  }
  [class~="medium-and-up-3/4"],
  [class~="medium-and-up-6/8"],
  [class~="medium-and-up-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="medium-and-up-1/5"],
  [class~="medium-and-up-2/10"] {
    width: 20% !important;
  }
  [class~="medium-and-up-2/5"],
  [class~="medium-and-up-4/10"] {
    width: 40% !important;
  }
  [class~="medium-and-up-3/5"],
  [class~="medium-and-up-6/10"] {
    width: 60% !important;
  }
  [class~="medium-and-up-4/5"],
  [class~="medium-and-up-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="medium-and-up-1/6"],
  [class~="medium-and-up-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="medium-and-up-5/6"],
  [class~="medium-and-up-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="medium-and-up-1/8"] {
    width: 12.5% !important;
  }
  [class~="medium-and-up-3/8"] {
    width: 37.5% !important;
  }
  [class~="medium-and-up-5/8"] {
    width: 62.5% !important;
  }
  [class~="medium-and-up-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="medium-and-up-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="medium-and-up-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="medium-and-up-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="medium-and-up-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="medium-and-up-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="medium-and-up-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="medium-and-up-1/10"] {
    width: 10% !important;
  }
  [class~="medium-and-up-3/10"] {
    width: 30% !important;
  }
  [class~="medium-and-up-7/10"] {
    width: 70% !important;
  }
  [class~="medium-and-up-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="medium-and-up-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="medium-and-up-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="medium-and-up-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="medium-and-up-11/12"] {
    width: 91.6666666% !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /**
                 * Whole.
                 */
  [class~="large-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="large-1/2"],
  [class~="large-2/4"],
  [class~="large-3/6"],
  [class~="large-4/8"],
  [class~="large-5/10"],
  [class~="large-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="large-1/3"],
  [class~="large-2/6"],
  [class~="large-3/9"],
  [class~="large-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="large-2/3"],
  [class~="large-4/6"],
  [class~="large-6/9"],
  [class~="large-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="large-1/4"],
  [class~="large-2/8"],
  [class~="large-3/12"] {
    width: 25% !important;
  }
  [class~="large-3/4"],
  [class~="large-6/8"],
  [class~="large-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="large-1/5"],
  [class~="large-2/10"] {
    width: 20% !important;
  }
  [class~="large-2/5"],
  [class~="large-4/10"] {
    width: 40% !important;
  }
  [class~="large-3/5"],
  [class~="large-6/10"] {
    width: 60% !important;
  }
  [class~="large-4/5"],
  [class~="large-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="large-1/6"],
  [class~="large-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="large-5/6"],
  [class~="large-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="large-1/8"] {
    width: 12.5% !important;
  }
  [class~="large-3/8"] {
    width: 37.5% !important;
  }
  [class~="large-5/8"] {
    width: 62.5% !important;
  }
  [class~="large-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="large-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="large-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="large-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="large-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="large-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="large-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="large-1/10"] {
    width: 10% !important;
  }
  [class~="large-3/10"] {
    width: 30% !important;
  }
  [class~="large-7/10"] {
    width: 70% !important;
  }
  [class~="large-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="large-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="large-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="large-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="large-11/12"] {
    width: 91.6666666% !important;
  }
}

@media screen and (min-width: 769px) {
  /**
                 * Whole.
                 */
  [class~="large-and-up-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="large-and-up-1/2"],
  [class~="large-and-up-2/4"],
  [class~="large-and-up-3/6"],
  [class~="large-and-up-4/8"],
  [class~="large-and-up-5/10"],
  [class~="large-and-up-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="large-and-up-1/3"],
  [class~="large-and-up-2/6"],
  [class~="large-and-up-3/9"],
  [class~="large-and-up-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="large-and-up-2/3"],
  [class~="large-and-up-4/6"],
  [class~="large-and-up-6/9"],
  [class~="large-and-up-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="large-and-up-1/4"],
  [class~="large-and-up-2/8"],
  [class~="large-and-up-3/12"] {
    width: 25% !important;
  }
  [class~="large-and-up-3/4"],
  [class~="large-and-up-6/8"],
  [class~="large-and-up-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="large-and-up-1/5"],
  [class~="large-and-up-2/10"] {
    width: 20% !important;
  }
  [class~="large-and-up-2/5"],
  [class~="large-and-up-4/10"] {
    width: 40% !important;
  }
  [class~="large-and-up-3/5"],
  [class~="large-and-up-6/10"] {
    width: 60% !important;
  }
  [class~="large-and-up-4/5"],
  [class~="large-and-up-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="large-and-up-1/6"],
  [class~="large-and-up-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="large-and-up-5/6"],
  [class~="large-and-up-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="large-and-up-1/8"] {
    width: 12.5% !important;
  }
  [class~="large-and-up-3/8"] {
    width: 37.5% !important;
  }
  [class~="large-and-up-5/8"] {
    width: 62.5% !important;
  }
  [class~="large-and-up-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="large-and-up-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="large-and-up-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="large-and-up-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="large-and-up-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="large-and-up-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="large-and-up-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="large-and-up-1/10"] {
    width: 10% !important;
  }
  [class~="large-and-up-3/10"] {
    width: 30% !important;
  }
  [class~="large-and-up-7/10"] {
    width: 70% !important;
  }
  [class~="large-and-up-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="large-and-up-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="large-and-up-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="large-and-up-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="large-and-up-11/12"] {
    width: 91.6666666% !important;
  }
}

@media screen and (min-width: 1025px) {
  /**
                 * Whole.
                 */
  [class~="extralarge-and-up-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="extralarge-and-up-1/2"],
  [class~="extralarge-and-up-2/4"],
  [class~="extralarge-and-up-3/6"],
  [class~="extralarge-and-up-4/8"],
  [class~="extralarge-and-up-5/10"],
  [class~="extralarge-and-up-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="extralarge-and-up-1/3"],
  [class~="extralarge-and-up-2/6"],
  [class~="extralarge-and-up-3/9"],
  [class~="extralarge-and-up-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="extralarge-and-up-2/3"],
  [class~="extralarge-and-up-4/6"],
  [class~="extralarge-and-up-6/9"],
  [class~="extralarge-and-up-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="extralarge-and-up-1/4"],
  [class~="extralarge-and-up-2/8"],
  [class~="extralarge-and-up-3/12"] {
    width: 25% !important;
  }
  [class~="extralarge-and-up-3/4"],
  [class~="extralarge-and-up-6/8"],
  [class~="extralarge-and-up-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="extralarge-and-up-1/5"],
  [class~="extralarge-and-up-2/10"] {
    width: 20% !important;
  }
  [class~="extralarge-and-up-2/5"],
  [class~="extralarge-and-up-4/10"] {
    width: 40% !important;
  }
  [class~="extralarge-and-up-3/5"],
  [class~="extralarge-and-up-6/10"] {
    width: 60% !important;
  }
  [class~="extralarge-and-up-4/5"],
  [class~="extralarge-and-up-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="extralarge-and-up-1/6"],
  [class~="extralarge-and-up-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="extralarge-and-up-5/6"],
  [class~="extralarge-and-up-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="extralarge-and-up-1/8"] {
    width: 12.5% !important;
  }
  [class~="extralarge-and-up-3/8"] {
    width: 37.5% !important;
  }
  [class~="extralarge-and-up-5/8"] {
    width: 62.5% !important;
  }
  [class~="extralarge-and-up-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="extralarge-and-up-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="extralarge-and-up-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="extralarge-and-up-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="extralarge-and-up-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="extralarge-and-up-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="extralarge-and-up-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="extralarge-and-up-1/10"] {
    width: 10% !important;
  }
  [class~="extralarge-and-up-3/10"] {
    width: 30% !important;
  }
  [class~="extralarge-and-up-7/10"] {
    width: 70% !important;
  }
  [class~="extralarge-and-up-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="extralarge-and-up-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="extralarge-and-up-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="extralarge-and-up-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="extralarge-and-up-11/12"] {
    width: 91.6666666% !important;
  }
}

/*------------------------------------*    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------------------------------------------------------------
+
+ HELPER CLASSES
+
-------------------------------------------------------------------------------------- */
.hidden {
  display: none !important;
}

.visuallyhidden {
  position: absolute;
  left: -999em;
}

.invisible {
  visibility: hidden !important;
}

.no-transition,
.no-transition * {
  transition: none !important;
}

.amp {
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* --------------------------------------------------------------------------------------
+
+ TYPE
+
-------------------------------------------------------------------------------------- */
.type-light {
  font-weight: 300 !important;
}

.type-normal {
  font-weight: 400 !important;
}

.type-semibold {
  font-weight: 600 !important;
}

.type-bold {
  font-weight: 700 !important;
}

.type-extrabold {
  font-weight: 800 !important;
}

.type-uppercase {
  text-transform: uppercase !important;
}

.type-lowercase {
  text-transform: lowercase !important;
}

.type-capitalize {
  text-transform: capitalize !important;
}

.type-no-transfrom {
  text-transform: none !important;
}

/*------------------------------------*    #TYPE
\*------------------------------------*/
/**
 * TYPE SIZES
 */
.type-extra-tiny {
  font-size: 8px !important;
}

.type-extra-small {
  font-size: 10px !important;
}

.type-tiny {
  font-size: 12px !important;
}

.type-small {
  font-size: 14px !important;
}

.type-default {
  font-size: 16px !important;
}

.type-large {
  font-size: 20px !important;
}

.type-huge {
  font-size: 22px !important;
}

.type-extrahuge {
  font-size: 24px !important;
}

.type-x-huge {
  font-size: 32px !important;
}

.type-super-huge {
  font-size: 212px !important;
}

/*------------------------------------*    #GENERIC-RESPONSIVE
\*------------------------------------*/
/**
 * Generate custom classes for diferent screen sizes
 */
@media screen and (min-width: 481px) and (max-width: 768px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-medium {
    text-align: left !important;
  }
  .text-center-medium {
    text-align: center !important;
  }
  .text-right-medium {
    text-align: right !important;
  }
  .none-medium {
    display: none !important;
  }
  .float-none-medium {
    float: none !important;
  }
  .float-left-medium {
    float: left !important;
  }
  .float-right-medium {
    float: right !important;
  }
}

@media screen and (min-width: 481px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-medium-and-up {
    text-align: left !important;
  }
  .text-center-medium-and-up {
    text-align: center !important;
  }
  .text-right-medium-and-up {
    text-align: right !important;
  }
  .none-medium-and-up {
    display: none !important;
  }
  .float-none-medium-and-up {
    float: none !important;
  }
  .float-left-medium-and-up {
    float: left !important;
  }
  .float-right-medium-and-up {
    float: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-large {
    text-align: left !important;
  }
  .text-center-large {
    text-align: center !important;
  }
  .text-right-large {
    text-align: right !important;
  }
  .none-large {
    display: none !important;
  }
  .float-none-large {
    float: none !important;
  }
  .float-left-large {
    float: left !important;
  }
  .float-right-large {
    float: right !important;
  }
}

@media screen and (min-width: 769px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-large-and-up {
    text-align: left !important;
  }
  .text-center-large-and-up {
    text-align: center !important;
  }
  .text-right-large-and-up {
    text-align: right !important;
  }
  .none-large-and-up {
    display: none !important;
  }
  .float-none-large-and-up {
    float: none !important;
  }
  .float-left-large-and-up {
    float: left !important;
  }
  .float-right-large-and-up {
    float: right !important;
  }
}

@media screen and (min-width: 1025px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-extralarge-and-up {
    text-align: left !important;
  }
  .text-center-extralarge-and-up {
    text-align: center !important;
  }
  .text-right-extralarge-and-up {
    text-align: right !important;
  }
  .none-extralarge-and-up {
    display: none !important;
  }
  .float-none-extralarge-and-up {
    float: none !important;
  }
  .float-left-extralarge-and-up {
    float: left !important;
  }
  .float-right-extralarge-and-up {
    float: right !important;
  }
}

/*------------------------------------*    #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    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: "";
  }
}
