@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: 16px;
  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(203, 167, 84, 0.7);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(203, 167, 84, 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: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  background-color: #fff;
  color: #313131;
  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: "Caudex", serif;
  overflow-x: hidden;
}

html.is-active {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #313131;
  font-weight: bold;
}

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

h1 {
  font-size: 72px;
  color: #fff;
}

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

h2 {
  font-size: 44px;
}

@media screen and (max-width: 481px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.heading-item {
  position: relative;
}

/*------------------------------------*    #TYPOGRAPHY
\*------------------------------------*/
/**
 * Typographical base selectors.
 */
/**
 * Horizontal rules.
 */
hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid rgba(221, 220, 220, 0.5);
  height: 1px;
  margin-bottom: 24px;
}

/**
 * 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 blockquote:not(:last-child),
.entry-content .embedded:not(:last-child) {
  margin-bottom: 24px;
}

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

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

.entry-content ul {
  list-style-type: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content ul,
.entry-content ol {
  margin-left: 1em;
  margin-right: 1em;
}

/*------------------------------------*    #LINKS
\*------------------------------------*/
a {
  transition: color .2s ease;
  font-size: 12px;
  color: #cba754;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*------------------------------------*    #FONTS
\*------------------------------------*/
/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
/* GLACIAL INDIFFERENCE */
@font-face {
  font-family: 'Glacial Indifference';
  src: url("fonts/GlacialIndifference-Bold.eot");
  src: url("fonts/GlacialIndifference-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GlacialIndifference-Bold.woff2") format("woff2"), url("fonts/GlacialIndifference-Bold.woff") format("woff"), url("fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url("fonts/Glacial Indifference Italic.eot");
  src: url("fonts/Glacial Indifference Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Glacial Indifference Italic.woff2") format("woff2"), url("fonts/Glacial Indifference Italic.woff") format("woff"), url("fonts/Glacial Indifference Italic.svg#Glacial Indifference Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url("fonts/Glacial Indifference Regular.eot");
  src: url("fonts/Glacial Indifference Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Glacial Indifference Regular.woff2") format("woff2"), url("fonts/Glacial Indifference Regular.woff") format("woff"), url("fonts/Glacial Indifference Regular.svg#Glacial Indifference Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/* COMPUTER MODERN SERIF */
@font-face {
  font-family: 'Computer Modern Serif';
  src: url("fonts/cmunrm.eot");
  src: url("fonts/cmunrm.eot?#iefix") format("embedded-opentype"), url("fonts/cmunrm.woff") format("woff"), url("fonts/cmunrm.ttf") format("truetype"), url("fonts/cmunrm.svg#cmunrm") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Computer Modern Serif';
  src: url("fonts/cmunbx.eot");
  src: url("fonts/cmunbx.eot?#iefix") format("embedded-opentype"), url("fonts/cmunbx.woff") format("woff"), url("fonts/cmunbx.ttf") format("truetype"), url("fonts/cmunbx.svg#cmunbx") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Computer Modern Serif';
  src: url("fonts/cmunti.eot");
  src: url("fonts/cmunti.eot?#iefix") format("embedded-opentype"), url("fonts/cmunti.woff") format("woff"), url("fonts/cmunti.ttf") format("truetype"), url("fonts/cmunti.svg#cmunti") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Computer Modern Serif';
  src: url("fonts/cmunbi.eot");
  src: url("fonts/cmunbi.eot?#iefix") format("embedded-opentype"), url("fonts/cmunbi.woff") format("woff"), url("fonts/cmunbi.ttf") format("truetype"), url("fonts/cmunbi.svg#cmunbi") format("svg");
  font-weight: bold;
  font-style: italic;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on June 7, 2017 9:11 AM */
/* HK GROTESK */
@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-SemiBold.eot");
  src: url("fonts/HKGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-SemiBold.woff") format("woff"), url("fonts/HKGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-MediumItalic.eot");
  src: url("fonts/HKGrotesk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-MediumItalic.woff") format("woff"), url("fonts/HKGrotesk-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-Italic.eot");
  src: url("fonts/HKGrotesk-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-Italic.woff") format("woff"), url("fonts/HKGrotesk-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-LightItalic.eot");
  src: url("fonts/HKGrotesk-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-LightItalic.woff") format("woff"), url("fonts/HKGrotesk-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-Medium.eot");
  src: url("fonts/HKGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-Medium.woff") format("woff"), url("fonts/HKGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-Light.eot");
  src: url("fonts/HKGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-Light.woff") format("woff"), url("fonts/HKGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-Regular.eot");
  src: url("fonts/HKGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-Regular.woff") format("woff"), url("fonts/HKGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-Bold.eot");
  src: url("fonts/HKGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-Bold.woff") format("woff"), url("fonts/HKGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-BoldItalic.eot");
  src: url("fonts/HKGrotesk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-BoldItalic.woff") format("woff"), url("fonts/HKGrotesk-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("fonts/HKGrotesk-SemiBoldItalic.eot");
  src: url("fonts/HKGrotesk-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/HKGrotesk-SemiBoldItalic.woff") format("woff"), url("fonts/HKGrotesk-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

/* --------------------------------------------------------------------------------------
+
+ LINK
+
-------------------------------------------------------------------------------------- */
a {
  text-decoration: none;
}

/*------------------------------------*    #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: 20.8px;
  font-size: 1.3rem;
  line-height: 1.15385;
}

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

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

.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 24px 24px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 0 24px 24px 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 24px;
}

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

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

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

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

.wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 24px;
  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: normal;
  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> */
}

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

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

.container.container--narrow {
  max-width: 867px;
}

.container.container--small {
  max-width: 762px;
}

/*------------------------------------*    #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 {
  -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 {
  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 {
  transform: translate(0, 0);
  top: 0;
  left: 0;
}

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

.icon-arrow {
  width: 8px;
  height: 14px;
  color: #313131;
}

.icon-house {
  width: 80px;
  height: 14px;
  position: relative;
  bottom: 3px;
}

.icon-info {
  width: 20px;
  height: 20px;
}

.icon-leaf {
  color: #cba754;
}

.hero .icon-leaf {
  width: 209px;
  height: 100px;
}

.big-day .icon-leaf, .footer-wrap .icon-leaf {
  width: 177px;
  height: 84px;
}

@media screen and (max-width: 481px) {
  .big-day .icon-leaf, .footer-wrap .icon-leaf {
    width: 118px;
    height: 56px;
  }
}

.rsvp .icon-leaf {
  width: 155px;
  height: 74px;
}

@media screen and (max-width: 481px) {
  .rsvp .icon-leaf {
    width: 118px;
    height: 56px;
  }
}

.icon-leaf-1,
.icon-leaf-2,
.icon-leaf-3,
.icon-leaf-4,
.icon-leaf-5,
.icon-leaf-6,
.icon-leaf-7,
.icon-leaf-8,
.icon-leaf-9,
.icon-leaf-10,
.icon-leaf-11,
.icon-leaf-12 {
  color: #cba754;
}

.hero .icon-leaf-1, .hero
.icon-leaf-2, .hero
.icon-leaf-3, .hero
.icon-leaf-4, .hero
.icon-leaf-5, .hero
.icon-leaf-6, .hero
.icon-leaf-7, .hero
.icon-leaf-8, .hero
.icon-leaf-9, .hero
.icon-leaf-10, .hero
.icon-leaf-11, .hero
.icon-leaf-12 {
  width: 209px;
  height: 100px;
}

.big-day .icon-leaf-1, .footer-wrap .icon-leaf-1, .big-day
.icon-leaf-2, .footer-wrap
.icon-leaf-2, .big-day
.icon-leaf-3, .footer-wrap
.icon-leaf-3, .big-day
.icon-leaf-4, .footer-wrap
.icon-leaf-4, .big-day
.icon-leaf-5, .footer-wrap
.icon-leaf-5, .big-day
.icon-leaf-6, .footer-wrap
.icon-leaf-6, .big-day
.icon-leaf-7, .footer-wrap
.icon-leaf-7, .big-day
.icon-leaf-8, .footer-wrap
.icon-leaf-8, .big-day
.icon-leaf-9, .footer-wrap
.icon-leaf-9, .big-day
.icon-leaf-10, .footer-wrap
.icon-leaf-10, .big-day
.icon-leaf-11, .footer-wrap
.icon-leaf-11, .big-day
.icon-leaf-12, .footer-wrap
.icon-leaf-12 {
  width: 177px;
  height: 84px;
}

@media screen and (max-width: 481px) {
  .big-day .icon-leaf-1, .footer-wrap .icon-leaf-1, .big-day
  .icon-leaf-2, .footer-wrap
  .icon-leaf-2, .big-day
  .icon-leaf-3, .footer-wrap
  .icon-leaf-3, .big-day
  .icon-leaf-4, .footer-wrap
  .icon-leaf-4, .big-day
  .icon-leaf-5, .footer-wrap
  .icon-leaf-5, .big-day
  .icon-leaf-6, .footer-wrap
  .icon-leaf-6, .big-day
  .icon-leaf-7, .footer-wrap
  .icon-leaf-7, .big-day
  .icon-leaf-8, .footer-wrap
  .icon-leaf-8, .big-day
  .icon-leaf-9, .footer-wrap
  .icon-leaf-9, .big-day
  .icon-leaf-10, .footer-wrap
  .icon-leaf-10, .big-day
  .icon-leaf-11, .footer-wrap
  .icon-leaf-11, .big-day
  .icon-leaf-12, .footer-wrap
  .icon-leaf-12 {
    width: 118px;
    height: 56px;
  }
}

.rsvp .icon-leaf-1,
.page-template-template-rsvp .icon-leaf-1, .rsvp
.icon-leaf-2,
.page-template-template-rsvp
.icon-leaf-2, .rsvp
.icon-leaf-3,
.page-template-template-rsvp
.icon-leaf-3, .rsvp
.icon-leaf-4,
.page-template-template-rsvp
.icon-leaf-4, .rsvp
.icon-leaf-5,
.page-template-template-rsvp
.icon-leaf-5, .rsvp
.icon-leaf-6,
.page-template-template-rsvp
.icon-leaf-6, .rsvp
.icon-leaf-7,
.page-template-template-rsvp
.icon-leaf-7, .rsvp
.icon-leaf-8,
.page-template-template-rsvp
.icon-leaf-8, .rsvp
.icon-leaf-9,
.page-template-template-rsvp
.icon-leaf-9, .rsvp
.icon-leaf-10,
.page-template-template-rsvp
.icon-leaf-10, .rsvp
.icon-leaf-11,
.page-template-template-rsvp
.icon-leaf-11, .rsvp
.icon-leaf-12,
.page-template-template-rsvp
.icon-leaf-12 {
  width: 155px;
  height: 74px;
}

@media screen and (max-width: 481px) {
  .rsvp .icon-leaf-1,
  .page-template-template-rsvp .icon-leaf-1, .rsvp
  .icon-leaf-2,
  .page-template-template-rsvp
  .icon-leaf-2, .rsvp
  .icon-leaf-3,
  .page-template-template-rsvp
  .icon-leaf-3, .rsvp
  .icon-leaf-4,
  .page-template-template-rsvp
  .icon-leaf-4, .rsvp
  .icon-leaf-5,
  .page-template-template-rsvp
  .icon-leaf-5, .rsvp
  .icon-leaf-6,
  .page-template-template-rsvp
  .icon-leaf-6, .rsvp
  .icon-leaf-7,
  .page-template-template-rsvp
  .icon-leaf-7, .rsvp
  .icon-leaf-8,
  .page-template-template-rsvp
  .icon-leaf-8, .rsvp
  .icon-leaf-9,
  .page-template-template-rsvp
  .icon-leaf-9, .rsvp
  .icon-leaf-10,
  .page-template-template-rsvp
  .icon-leaf-10, .rsvp
  .icon-leaf-11,
  .page-template-template-rsvp
  .icon-leaf-11, .rsvp
  .icon-leaf-12,
  .page-template-template-rsvp
  .icon-leaf-12 {
    width: 118px;
    height: 56px;
  }
}

.icon-left, .icon-right {
  position: absolute;
  -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
}

.big-day .icon-left, .big-day .icon-right {
  top: 25px;
}

@media screen and (max-width: 481px) {
  .big-day .icon-left, .big-day .icon-right {
    top: 0;
  }
}

.footer-wrap .icon-left, .footer-wrap .icon-right {
  bottom: 10px;
}

@media screen and (max-width: 481px) {
  .footer-wrap .icon-left, .footer-wrap .icon-right {
    top: 0;
  }
}

.icon-left {
  -ms-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
}

@media screen and (max-width: 481px) {
  .icon-left {
    display: none;
  }
}

.big-day .icon-left {
  left: 100px;
}

@media screen and (max-width: 769px) {
  .big-day .icon-left {
    left: 60px;
  }
}

.footer-wrap .icon-left {
  left: 0;
}

@media screen and (max-width: 481px) {
  .icon-right {
    -ms-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    left: 50%;
  }
}

.big-day .icon-right {
  right: 100px;
}

@media screen and (max-width: 769px) {
  .big-day .icon-right {
    right: 60px;
  }
}

.footer-wrap .icon-right {
  right: 0;
}

.icon-load {
  width: 70px;
  height: 70px;
}

/*------------------------------------*    #MAGNIFIC
\*------------------------------------*/
.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-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

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

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

.mfp-zoom {
  cursor: pointer;
  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: -10px;
  top: -50px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

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

.mfp-close:active {
  top: -49px;
}

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

.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;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

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

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.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 {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
   * Fade-move animation for first dialog
   */
.magnific-animate--fade {
  opacity: 0;
  transition: all .3s ease;
  -ms-transform: translate(0, -30px);
      transform: translate(0, -30px);
}

/* start state */
.my-mfp-fade-move .magnific-animate--fade {
  opacity: 0;
}

/* animate in */
.my-mfp-fade-move.mfp-ready .magnific-animate--fade {
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

/* animate out */
.my-mfp-fade-move.mfp-removing .magnific-animate--fade {
  opacity: 0;
  -ms-transform: translate(0, -30px);
      transform: translate(0, -30px);
}

/* Dark overlay, start state */
.my-mfp-fade-move.mfp-bg {
  opacity: .001;
  /* Chrome opacity transition bug */
  transition: all .3s ease;
}

/* animate in */
.my-mfp-fade-move.mfp-ready.mfp-bg {
  opacity: .8;
}

/* animate out */
.my-mfp-fade-move.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * 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 {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

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

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

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

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

/*
 * 	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 {
  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: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -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%;
}

/**
 * selectize.css (v0.12.4)
 * 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 #d0d0d0;
  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: #cacaca;
}

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

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

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

.selectize-control {
  position: relative;
  margin-bottom: 50px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: "Caudex", serif;
  font-size: 16px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

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

.selectize-input {
  border-bottom: 1px solid #313131;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  opacity: .7;
  transition: all .2s ease;
  height: 37px;
  line-height: 23px;
}

.selectize-input:hover, .selectize-input:focus {
  opacity: 1;
  box-shadow: 0px 1px 0px 0px #313131;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.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: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !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-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 20px;
  background-color: #f2f3f4;
  border-bottom: 1px solid #c8cacb;
  transition: all .2s ease;
}

.selectize-dropdown [data-selectable]:last-child,
.selectize-dropdown .optgroup-header:last-child {
  border-bottom: none;
}

.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: #dfe1e2;
  color: #313131;
}

.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: 10px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all .2s ease;
  border-width: 8px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #808080 transparent;
}

.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-input input::-webkit-input-placeholder {
  color: #313131;
}

.selectize-input input:-moz-placeholder {
  color: #313131;
}

.selectize-input input::-moz-placeholder {
  color: #313131;
}

.selectize-input input:-ms-input-placeholder {
  color: #313131;
}

/*------------------------------------*    #PRELOADER
\*------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.preloader .icon {
  color: #cba754;
  animation: heartbeat 1.5s infinite;
}

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

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}

/*------------------------------------*    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
}

/**
     * Comma delimited list to semantically mark up lists of tags, etc.
     *
     * N.B. This component requires that you remove the whitespace between LIs.
     *      The simplest (and valid) way to achieve this is by omitting the
     *      closing `</li>` tag.
     */
.list-inline--delimited > li + li:before {
  content: ", ";
}

/*------------------------------------*    #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: -24px;
}

/**
     * 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: 24px;
  /* [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: -48px;
}

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

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

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

/**
     * 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: 16px;
  font-size: 1rem;
  /* [2] */
}

/*------------------------------------*    #PACK
\*------------------------------------*/
/**
 * The pack object simply causes any number of elements pack up horizontally to
 * automatically fill an equal, fluid width of their parent.
 */
/**
 * 1. Fill all available space.
 * 2. Cause children to be automatically equally sized.
 */
.pack {
  width: 100%;
  /* [1] */
  display: table;
  table-layout: fixed;
  /* [2] */
}

/**
     * Cause children to adopt table-like structure.
     */
.pack__item {
  display: table-cell;
  /**
             * All items are aligned to the middles of each other.
             */
}

.pack--middle > .pack__item {
  vertical-align: middle;
}

/**
     * Reversed order packs.
     */
.pack--rev {
  direction: rtl;
}

.pack--rev > .pack__item {
  direction: ltr;
}

/*------------------------------------*	#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: -24px;
  /* [2] */
}

.layout__item {
  margin-bottom: 24px;
}

/**
     * 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: -48px;
}

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

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

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

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

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

/*------------------------------------*    #FOOTER MAIN
\*------------------------------------*/
.footer-main {
  text-align: center;
  padding: 20px 0 130px;
}

@media screen and (max-width: 481px) {
  .footer-main {
    padding: 0px 0 70px;
  }
}

.footer-main h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.footer-main h4 {
  margin-bottom: 5px;
}

.footer-main h4:last-child {
  margin-bottom: 0;
}

.footer-main a {
  color: #313131;
  opacity: 0.7;
  letter-spacing: 0;
  transition: all .2s ease;
  display: inline-block;
  position: relative;
  top: 50px;
}

.footer-main a span {
  padding-left: 5px;
}

.footer-main a:hover {
  opacity: 1;
}

@media screen and (max-width: 481px) {
  .footer-main a {
    top: 25px;
  }
}

.footer-wrap {
  max-width: 435px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 481px) {
  .footer-wrap {
    padding-top: 70px;
    padding-bottom: 0;
  }
}

/*------------------------------------*    #HEADER MAIN
\*------------------------------------*/
.main-navigation {
  position: absolute;
  z-index: 20;
  width: 100%;
  text-align: center;
  padding-top: 55px;
}

@media screen and (max-width: 1025px) {
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-transform: translateY(-200px);
        transform: translateY(-200px);
    transition: transform .4s ease, background-color .2s ease;
    z-index: -1;
  }
  .main-navigation.is-active {
    z-index: 100;
    background-color: #dfe1e2;
    background-image: url("images/menu-bg-top.png"), url("images/menu-bg-bottom.png");
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .main-navigation.is-active {
    background-position: center top -20px, center bottom -20px;
    background-size: 100% 50%;
  }
}

@media screen and (max-width: 769px) {
  .main-navigation.is-active {
    background-position: center top 50px, center bottom 50px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .main-navigation.is-active {
    background-position: center top -160px, center bottom -160px;
    background-size: auto;
  }
}

@media screen and (max-width: 650px) and (orientation: portrait) {
  .main-navigation.is-active {
    background-position: center top, center bottom;
    background-size: contain, contain;
  }
}

@media screen and (max-width: 1025px) {
  .menu {
    visibility: hidden;
  }
  .menu.is-active {
    visibility: visible;
  }
  .menu.is-active .menu-item {
    display: block;
    margin: 0;
  }
  .menu.is-active .menu-item:not(:last-child) {
    padding-bottom: 25px;
  }
}

.menu-item {
  display: inline-block;
}

.menu-item:not(:last-child) {
  margin-right: 50px;
}

@media screen and (max-width: 1160px) {
  .menu-item:not(:last-child) {
    margin-right: 20px;
  }
}

.menu-item a {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .2em;
  position: relative;
}

.page-template-template-rsvp .menu-item a {
  color: #cba754;
}

.menu-item a:hover {
  text-decoration: none;
  color: #cba754;
}

@media screen and (max-width: 1025px) {
  .menu-item a {
    color: #313131;
  }
}

.burger {
  visibility: hidden;
  position: absolute;
  background: none;
  border: none;
  top: 35px;
  left: 30px;
  z-index: 100;
  padding: 10px 15px;
  line-height: 1;
}

@media screen and (max-width: 1025px) {
  .burger {
    visibility: visible;
  }
}

.burger.is-active {
  position: fixed;
}

@media screen and (max-width: 650px) {
  .burger {
    top: 10px;
    left: 5px;
    -ms-transform: none;
        transform: none;
  }
}

.burger-box {
  display: inline-block;
  position: relative;
  height: 12px;
  width: 23px;
}

.burger-box.is-active .burger-icon {
  background-color: transparent;
}

.burger-box.is-active .burger-icon:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 0;
}

.burger-box.is-active .burger-icon:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  bottom: 0;
  top: auto;
}

.burger-box.is-active .burger-icon:before, .burger-box.is-active .burger-icon:after {
  background-color: #313131;
}

.burger-icon,
.burger-icon:before,
.burger-icon:after {
  height: 2px;
  width: 23px;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.burger-icon:after,
.burger-icon:before {
  content: '';
}

.burger-icon:after {
  top: -5px;
}

.burger-icon:before {
  bottom: -5px;
}

.burger-icon {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

/*------------------------------------*    #INPUTS
\*------------------------------------*/
/**
 * Base input styles.
 */
.input {
  -webkit-appearance: none;
  /* removing inner shadow on iOS inputs */
  -webkit-font-smoothing: inherit;
  box-sizing: border-box;
  transition: all .2s ease;
  background: none;
  border: none;
  color: #313131;
  display: inline-block;
  font-family: "Caudex", serif;
  font-size: 16px;
  padding: 0;
  /* remove browser defaults */
  vertical-align: middle;
  width: 100%;
}

.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: #313131;
}

.input:-moz-placeholder {
  /* Firefox 18- */
  color: #313131;
}

.input::-moz-placeholder {
  /* Firefox 19+ */
  color: #313131;
}

.input:-ms-input-placeholder {
  color: #313131;
}

/**
 * Primary input.
 */
.input--primary {
  opacity: .7;
  border-bottom: 1px solid #313131;
  margin-bottom: 50px;
  padding-bottom: 15px;
  /**
     * Error state.
     */
}

.input--primary:hover, .input--primary:focus {
  opacity: 1;
  box-shadow: 0px 1px 0px 0px #313131;
}

.is-error .input--primary, .input--primary.is-error {
  border-color: #ff8688;
}

/**
 * Textarea input.
 */
.input--textarea {
  resize: none;
}

textarea {
  resize: none;
  min-height: 0;
  overflow: hidden;
  line-height: 1;
}

textarea:focus {
  min-height: 60px;
}

textarea.input--primary {
  padding-bottom: 1px;
  margin-bottom: 0;
}

/*------------------------------------*    #PRIMARY BUTTON
\*------------------------------------*/
/**
 * Primary button.
 */
.btn--primary {
  -webkit-font-smoothing: inherit;
  transition: all .2s ease;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  height: 53px;
  line-height: 53px;
  width: auto;
  padding: 0 40px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Caudex", serif;
  box-sizing: border-box;
  border-radius: 30px;
  letter-spacing: .2em;
  /**
     * @hover
     */
  /**
     * @active
     */
  /**
     * @disabled
     */
}

.btn--primary:disabled {
  opacity: 0.5;
  cursor: default !important;
}

.btn--white {
  background-color: #fff;
  color: #313131;
}

.btn--white:hover {
  background-color: #cba754;
  color: #fff;
}

.btn--black {
  background-color: #313131;
  color: white;
  line-height: 39px;
  height: 39px;
  padding: 0 23px;
  font-size: 13px;
  margin-top: 40px;
}

.btn--black:hover {
  background-color: #181818;
}

/*------------------------------------*    #SITE LOGO
\*------------------------------------*/
.site-logo {
  display: inline-block;
  vertical-align: middle;
}

.site-logo > img {
  height: auto;
  vertical-align: middle;
  width: 181px;
}

.site-logo:hover {
  text-decoration: none;
}

/*------------------------------------*    #COUNTER
\*------------------------------------*/
.counter {
  padding-top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .counter {
    padding-top: 40px;
  }
}

@media screen and (max-width: 481px) {
  .counter {
    padding-top: 20px;
  }
}

.counter-item {
  display: inline-block;
  font-size: 75px;
  color: #cba754;
}

@media screen and (max-width: 481px) {
  .counter-item {
    font-size: 35px;
  }
}

.counter-item span {
  display: block;
  font-size: 12px;
  color: #313131;
  text-transform: uppercase;
}

/*------------------------------------*    #BIG DAY
\*------------------------------------*/
.big-day {
  text-align: center;
  padding-top: 105px;
}

@media screen and (max-width: 481px) {
  .big-day .heading-item h2 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 769px) {
  .big-day {
    padding-top: 45px;
  }
}

@media screen and (max-width: 481px) {
  .big-day {
    padding-top: 25px;
  }
}

.big-day h2 {
  display: inline-block;
  padding-bottom: 36px;
  background-position: left bottom, right bottom;
  background-size: 162px 98px;
  margin-bottom: 60px;
}

@media screen and (max-width: 481px) {
  .big-day h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 769px) {
  .big-day {
    padding-top: 70px;
  }
}

@media screen and (max-width: 481px) {
  .big-day {
    padding-top: 65px;
  }
}

.big-day-item h3 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.big-day-item h3:before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #cba754;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: 0;
}

.big-day-item a {
  margin-top: 25px;
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
}

@media screen and (max-width: 481px) {
  .big-day-item {
    margin-bottom: 10px;
  }
}

/*------------------------------------*    #HERO
\*------------------------------------*/
.hero {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.hero:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.hero img {
  max-width: 210px;
}

@media screen and (max-width: 767px) {
  .hero img {
    max-width: 150px;
  }
}

.hero-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .hero-content {
    padding: 0 10px;
  }
}

.hero-title {
  padding-bottom: 12px;
}

.hero-desc {
  color: #fff;
  font-size: 26px;
  margin-bottom: 60px;
  max-width: 768px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .hero-desc {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.hero-desc span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 20px;
}

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -ms-transform: scale(1.02);
      transform: scale(1.02);
}

@media screen and (max-width: 1440px) {
  .video-foreground,
  .video-background iframe {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
  }
}

@media screen and (max-width: 1366px) {
  .video-foreground,
  .video-background iframe {
    -ms-transform: scale(1.16);
        transform: scale(1.16);
  }
}

@media screen and (max-width: 1025px) {
  .video-foreground,
  .video-background iframe {
    -ms-transform: scale(1.18);
        transform: scale(1.18);
  }
}

@media screen and (max-width: 769px) {
  .video-foreground,
  .video-background iframe {
    -ms-transform: scale(1.54);
        transform: scale(1.54);
  }
}

@media screen and (max-width: 481px) {
  .video-foreground,
  .video-background iframe {
    -ms-transform: scale(1.78);
        transform: scale(1.78);
  }
}

/*------------------------------------*    #WHITE-POPUP
\*------------------------------------*/
.white-popup {
  text-align: center;
  padding-bottom: 50px;
  max-width: 670px;
  background-color: white;
  margin: 60px auto 0;
  position: relative;
}

.open-popup-link:focus {
  outline: none;
}

.white-popup-image {
  width: 295px;
  height: 295px;
  border-radius: 50%;
  background-position: center;
  display: inline-block;
  margin: 50px 0 30px;
  background-size: cover;
}

.white-popup-wrap {
  padding: 0 45px;
}

@media screen and (max-width: 481px) {
  .white-popup-wrap {
    padding: 0 15px;
  }
}

.white-popup-content {
  margin-bottom: 40px;
}

.white-popup-content:last-child {
  margin-bottom: 0;
}

.white-popup-content h4 {
  margin-bottom: 10px;
}

.white-popup-content h4.gr-br {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.white-popup-content p + h4 {
  margin-top: 40px;
}

.heading-popup {
  font-size: 35px;
  color: #cba754;
  margin-bottom: 20px;
}

.heading-popup.grooms-brides {
  margin: 10px 0 0;
}

.heading-popup.tran-acc {
  padding-top: 35px;
}

#map {
  height: 335px;
  margin-bottom: 35px;
  background-color: #333;
}

/*------------------------------------*    #SLIDERS
\*------------------------------------*/
.slider {
  position: relative;
  z-index: 2;
}

.slider-1 {
  margin: 120px 0 0;
  overflow: hidden;
  padding-bottom: 100px;
  overflow: visible;
  position: relative;
}

@media screen and (max-width: 769px) {
  .slider-1 {
    margin: 50px 0 0;
    padding-bottom: 70px;
  }
}

.slider-1:before, .slider-1:after {
  content: '';
  position: absolute;
  top: 0;
  background-color: #fff;
  height: 200px;
  z-index: 1000;
  width: 380px;
}

@media screen and (max-width: 500px) {
  .slider-1:before, .slider-1:after {
    display: none;
  }
}

.slider-1:before {
  right: 100%;
}

.slider-1:after {
  left: 100%;
}

@media screen and (max-width: 500px) {
  .slider-1 {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 374px) {
  .slider-1 {
    width: calc(100% - 70px);
  }
}

.slider-1 .owl-item {
  position: relative;
}

.slider-1 .owl-item:before, .slider-1 .owl-item:after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50px;
  background-color: #d3d3d3;
}

.slider-1 .owl-item:after {
  right: 0;
  left: 77%;
}

@media screen and (max-width: 500px) {
  .slider-1 .owl-item:after {
    left: 83%;
  }
}

.slider-1 .owl-item:before {
  left: 0;
  right: 77%;
}

@media screen and (max-width: 500px) {
  .slider-1 .owl-item:before {
    right: 83%;
  }
}

.slider-1 .owl-item:last-child:after {
  display: none;
}

.slider-1 .owl-item:first-child:before {
  display: none;
}

.slider-1 .owl-stage-outer {
  overflow: visible;
  position: relative;
}

.slider-1 .owl-stage-outer:before, .slider-1 .owl-stage-outer:after {
  content: '';
  position: absolute;
  top: 0;
  height: 115px;
  width: 90px;
}

@media screen and (max-width: 500px) {
  .slider-1 .owl-stage-outer:before, .slider-1 .owl-stage-outer:after {
    display: none;
  }
}

.slider-1 .owl-stage-outer:after {
  right: -1px;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%, white 100%);
}

@media screen and (max-width: 850px) {
  .slider-1 .owl-stage-outer:after {
    right: -1px;
    width: 70px;
  }
}

@media screen and (max-width: 785px) {
  .slider-1 .owl-stage-outer:after {
    right: -1px;
    width: 70px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 27%, white 100%);
  }
}

@media screen and (min-width: 650px) and (max-width: 749px) {
  .slider-1 .owl-stage-outer:after {
    width: 100px;
  }
}

@media screen and (min-width: 500px) and (max-width: 650px) {
  .slider-1 .owl-stage-outer:after {
    width: 60px;
  }
}

.slider-1 .owl-stage-outer:before {
  left: -1px;
  background: white;
  background: linear-gradient(to right, white 0%, white 83%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

@media screen and (max-width: 850px) {
  .slider-1 .owl-stage-outer:before {
    left: -1px;
    width: 70px;
    background: linear-gradient(to right, white 0%, white 71%, rgba(255, 255, 255, 0) 100%);
  }
}

@media screen and (max-width: 750px) {
  .slider-1 .owl-stage-outer:before {
    left: -1px;
  }
}

@media screen and (min-width: 650px) and (max-width: 749px) {
  .slider-1 .owl-stage-outer:before {
    width: 100px;
  }
}

@media screen and (min-width: 500px) and (max-width: 650px) {
  .slider-1 .owl-stage-outer:before {
    width: 60px;
  }
}

.slider-1 .slider-item {
  text-align: center;
}

.slider-1 .slide-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 109px;
  height: 109px;
  margin: 0 auto;
  margin-bottom: 17px;
}

.slider-1 .slide-title {
  margin-bottom: 8px;
}

@media screen and (max-width: 500px) {
  .slider-1 .slide-title {
    font-size: 17px;
  }
}

.slider-1 .slide-time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  .active .slider-1 .slide-title, .active
  .slider-1 .slide-time {
    visibility: visible;
  }
}

.slider-1 .owl-item:not(.active) .slide-title,
.slider-1 .owl-item:not(.active) .slide-time {
  display: none;
}

.slider-1 .info-wrap {
  position: relative;
  display: inline-block;
  z-index: 555;
}

.slider-1 .info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #cba754;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.slider-1 .info-details {
  visibility: hidden;
  position: absolute;
  padding: 20px;
  top: 50px;
  left: 50%;
  display: block;
  color: #313131;
  font-weight: 500;
  width: 250px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 100;
  border: 1px solid #d3d3d3;
  cursor: default;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.slider-1 .info-details.is-active {
  visibility: visible;
}

.slider-1 .info-details:before, .slider-1 .info-details:after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.slider-1 .info-details:before {
  border-color: transparent transparent #d3d3d3 transparent;
}

.slider-1 .info-details:after {
  top: -10px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-color: transparent transparent white transparent;
}

.slider-1 .owl-prev,
.slider-1 .owl-next {
  position: absolute;
  top: 30px;
  height: 44px;
  width: 44px;
  background-color: #f2f3f4;
  border-radius: 50%;
}

.slider-1 .owl-prev.disabled,
.slider-1 .owl-next.disabled {
  display: none;
}

.slider-1 .owl-prev {
  left: 0;
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.slider-1 .owl-next {
  right: 0;
}

.slider-1 .icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

/*------------------------------------*    #TRANSPORT ACCOMODATION
\*------------------------------------*/
.transport {
  text-align: center;
  padding: 105px 0 125px;
}

.transport h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 481px) {
  .transport h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 769px) {
  .transport {
    padding: 45px 0;
  }
}

.transport-wrap {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1025px) {
  .transport-wrap {
    display: block;
  }
}

.transport-content {
  width: 33.3%;
  margin-right: 80px;
}

.transport-content:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1139px) {
  .transport-content {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1025px) {
  .transport-content {
    width: 100%;
    margin: 0 auto 45px;
  }
  .transport-content:last-child {
    margin: 0 auto;
  }
}

.transport-content__image {
  width: 295px;
  height: 295px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 45px;
}

@media screen and (max-width: 481px) {
  .transport-content__image {
    margin: 0 auto 25px;
  }
}

.transport-content__text h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.transport-content__text .read-more {
  margin-top: 35px;
  display: block;
}

.transport-content__text .taxi {
  color: #cba754;
  margin-bottom: 0 !important;
}

.transport-content__text .taxi a {
  color: #313131;
  letter-spacing: 0;
  font-size: 16px;
}

@media screen and (max-width: 1025px) {
  .transport-content__text {
    max-width: 420px;
    margin: 0 auto;
  }
}

/*------------------------------------*    #GIFT LIST
\*------------------------------------*/
.gift-list {
  background-color: #f2f3f4;
  text-align: center;
  padding: 60px 0 65px;
}

@media screen and (max-width: 481px) {
  .gift-list {
    padding: 45px 0 55px;
  }
}

.gift-list p {
  max-width: 730px;
  margin: 0 auto;
}

.gift-list p.gift-list {
  margin-bottom: 0 !important;
  padding: 0;
}

/*------------------------------------*    #RSVP
\*------------------------------------*/
.rsvp {
  padding: 130px 0 70px;
  position: relative;
}

.rsvp h2 {
  padding-top: 80px;
  margin-bottom: 45px;
}

@media screen and (max-width: 481px) {
  .rsvp h2 {
    padding-top: 70px;
  }
}

.rsvp .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%) scaleX(-1);
      transform: translateX(-50%) scaleX(-1);
}

@media screen and (max-width: 769px) {
  .rsvp {
    padding: 90px 0;
  }
}

@media screen and (max-width: 481px) {
  .rsvp {
    padding: 70px 0;
  }
}

.form-wrap {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .form-wrap {
    display: block;
  }
}

.form-content {
  width: 50%;
  margin-right: 80px;
}

.form-content:last-child {
  margin-right: 0;
}

@media screen and (max-width: 740px) {
  .form-content {
    margin-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .form-content {
    width: 100%;
    margin-right: 0;
  }
}

.input-wrap, h2 {
  text-align: center;
}

.input-wrap h4 {
  font-size: 16px;
  margin-top: 50px;
  color: #cba754;
}

.rsvp-info {
  text-align: center;
  margin-top: 65px;
}

.content-main .rsvp-info p {
  text-align: center;
  margin-bottom: 0 !important;
}

.rsvp-info a {
  letter-spacing: 0;
  font-size: 16px;
  text-transform: none;
}

.rsvp-content {
  margin-top: 15px;
}

.rsvp-content a {
  letter-spacing: 0;
  font-size: 16px;
  text-transform: none;
}

.dress-code {
  margin-bottom: 60px;
}

.dress-code h4 {
  margin-bottom: 5px;
}

#rsvp-msg {
  padding: 10px;
  margin-top: 30px;
  border-radius: 50px;
}

#rsvp-msg.success {
  background-color: #2bbdaf;
}

#rsvp-msg.error {
  background-color: #f22048;
}

#rsvp-msg p {
  margin-bottom: 0 !important;
  color: white;
  text-align: center;
}

#rsvp-msg .icon {
  color: white;
  margin-right: 10px;
  margin-top: -4px;
}

/* RSVP RESULTS */
.rsvp-results {
  padding-top: 100px;
  overflow-x: scroll;
}

.rsvp-results h2 {
  text-align: center;
  color: black;
  margin-bottom: 50px;
}

.rsvp-results table {
  width: 100%;
  min-width: 1600px;
}

.rsvp-results thead {
  background-color: #cba754;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.rsvp-results thead th {
  padding: 5px 0;
}

.rsvp-results th,
.rsvp-results td {
  min-width: 200px;
  text-align: center;
}

.rsvp-results tbody tr:nth-child(even) {
  background-color: rgba(203, 167, 84, 0.2);
}

.rsvp-results td {
  padding: 5px 0;
  min-width: 200px;
}

.rsvp-list {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 50px;
  text-transform: none;
}

/*------------------------------------*    #ANIMATION
\*------------------------------------*/
.fade-top > * {
  opacity: 0;
  -ms-transform: translateY(-15px);
      transform: translateY(-15px);
  transition: transform 1.2s ease .3s, opacity 1.1s ease .3s;
}

.active .fade-top > *, .fade-top.in-view > * {
  transition-delay: 0.6s;
  opacity: 1;
  -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;
}

/*------------------------------------*    #GROOMSMEN & BRIEDSMAID
\*------------------------------------*/
.groomsmen-and-bridesmaids {
  background-color: #f2f3f4;
  padding: 110px 0 120px;
}

.groomsmen-and-bridesmaids h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 481px) {
  .groomsmen-and-bridesmaids h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 769px) {
  .groomsmen-and-bridesmaids {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 481px) {
  .groomsmen-and-bridesmaids {
    padding: 30px 0 40px;
  }
}

.slider-2 {
  position: relative;
}

.slider-2 .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}

.slider-2 .owl-prev,
.slider-2 .owl-next {
  height: 44px;
  width: 44px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
}

@media screen and (max-width: 481px) {
  .slider-2 .owl-prev,
  .slider-2 .owl-next {
    background-color: transparent;
  }
}

.slider-2 .owl-prev {
  left: -30px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media screen and (max-width: 481px) {
  .slider-2 .owl-prev {
    left: -10px;
  }
}

.slider-2 .owl-next {
  right: -30px;
}

@media screen and (max-width: 481px) {
  .slider-2 .owl-next {
    right: -10px;
  }
}

.slider-2 .icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.slider-2-item {
  text-align: center;
  position: relative;
}

.slider-2-item__image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}

.slider-2-item__image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease;
}

.slider-2-item__image:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("images/zoom.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  opacity: 0;
}

.slider-2-item__image:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-2-item__image:hover:after {
  opacity: 1;
  -ms-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 1025px) {
  .slider-2-item__image {
    width: 295px;
    height: 295px;
  }
}

@media screen and (max-width: 769px) {
  .slider-2-item__image {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 481px) {
  .slider-2-item__image {
    width: 230px;
    height: 230px;
  }
}

.slider-2-item__text p, .slider-2-item__text h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slider-2-item__text h3 {
  margin-bottom: 5px;
  font-size: 14px;
}

.slider-2-item__text p {
  font-size: 12px;
  color: #313131;
  font-weight: 700;
}

/*------------------------------------*    #POPUP INFO
\*------------------------------------*/
#popup-info {
  margin-top: 0;
  padding: 50px;
}

#popup-info form {
  margin: 30px 0;
}

#popup-info input {
  margin-bottom: 0;
}

#popup-info .share {
  text-align: center;
}

#popup-info .share-links {
  display: inline-block;
  margin-top: 30px;
}

#popup-info .share-links p {
  padding: 10px;
  margin: 0 0 30px 0;
  border-radius: 30px;
  background-color: #2bbdaf;
  color: white;
  text-align: center;
}

#popup-info .mfp-close {
  right: 0;
  top: 0;
  color: black;
}

.subscribe-message {
  padding: 10px;
  margin: 30px 0;
  border-radius: 30px;
}

.subscribe-message--success {
  background-color: #2bbdaf;
}

.subscribe-message--error1, .subscribe-message--error2 {
  background-color: #f22048;
}

.subscribe-message .subscribe-message__text {
  color: white;
  text-align: center;
}

/* CONTENT LOCKER */
.fca-lockercat-wrapper {
  background-color: transparent !important;
  border: none !important;
}

.fca-lockercat-wrapper .fca-lockercat-icon {
  display: none;
}

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

/*------------------------------------*    #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: 24px !important;
}

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

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

.mb, .content-main p {
  margin-bottom: 24px !important;
}

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

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

.mv {
  margin-top: 24px !important;
  margin-bottom: 24px !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: 48px !important;
}

.mt\+ {
  margin-top: 48px !important;
}

.mr\+ {
  margin-right: 48px !important;
}

.mb\+ {
  margin-bottom: 48px !important;
}

.ml\+ {
  margin-left: 48px !important;
}

.mh\+ {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mv\+ {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/**
     * Add huge margins.
     */
.m\+\+ {
  margin: 96px !important;
}

.mt\+\+ {
  margin-top: 96px !important;
}

.mr\+\+ {
  margin-right: 96px !important;
}

.mb\+\+ {
  margin-bottom: 96px !important;
}

.ml\+\+ {
  margin-left: 96px !important;
}

.mh\+\+ {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mv\+\+ {
  margin-top: 96px !important;
  margin-bottom: 96px !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: -24px !important;
}

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

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

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

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

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

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

/**
     * Large negative margins.
     */
.-m\+ {
  margin: -48px !important;
}

.-mt\+ {
  margin-top: -48px !important;
}

.-mr\+ {
  margin-right: -48px !important;
}

.-mb\+ {
  margin-bottom: -48px !important;
}

.-ml\+ {
  margin-left: -48px !important;
}

.-mh\+ {
  margin-right: -48px !important;
  margin-left: -48px !important;
}

.-mv\+ {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

/**
     * Padding helper classes.
     *
     * Add paddings.
     */
.p {
  padding: 24px !important;
}

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

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

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

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

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

.pv {
  padding-top: 24px !important;
  padding-bottom: 24px !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: 48px !important;
}

.pt\+ {
  padding-top: 48px !important;
}

.pr\+ {
  padding-right: 48px !important;
}

.pb\+ {
  padding-bottom: 48px !important;
}

.pl\+ {
  padding-left: 48px !important;
}

.ph\+ {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.pv\+ {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/**
     * Add huge paddings.
     */
.p\+\+ {
  padding: 96px !important;
}

.pt\+\+ {
  padding-top: 96px !important;
}

.pr\+\+ {
  padding-right: 96px !important;
}

.pb\+\+ {
  padding-bottom: 96px !important;
}

.pl\+\+ {
  padding-left: 96px !important;
}

.ph\+\+ {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.pv\+\+ {
  padding-top: 96px !important;
  padding-bottom: 96px !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: 24px !important;
  }
  .medium-mt {
    margin-top: 24px !important;
  }
  .medium-mr {
    margin-right: 24px !important;
  }
  .medium-mb {
    margin-bottom: 24px !important;
  }
  .medium-ml {
    margin-left: 24px !important;
  }
  .medium-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .medium-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m {
    margin: 24px !important;
  }
  .medium-and-up-mt {
    margin-top: 24px !important;
  }
  .medium-and-up-mr {
    margin-right: 24px !important;
  }
  .medium-and-up-mb {
    margin-bottom: 24px !important;
  }
  .medium-and-up-ml {
    margin-left: 24px !important;
  }
  .medium-and-up-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .medium-and-up-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-m {
    margin: 24px !important;
  }
  .large-mt {
    margin-top: 24px !important;
  }
  .large-mr {
    margin-right: 24px !important;
  }
  .large-mb {
    margin-bottom: 24px !important;
  }
  .large-ml {
    margin-left: 24px !important;
  }
  .large-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .large-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-m {
    margin: 24px !important;
  }
  .large-and-up-mt {
    margin-top: 24px !important;
  }
  .large-and-up-mr {
    margin-right: 24px !important;
  }
  .large-and-up-mb {
    margin-bottom: 24px !important;
  }
  .large-and-up-ml {
    margin-left: 24px !important;
  }
  .large-and-up-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .large-and-up-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m {
    margin: 24px !important;
  }
  .extralarge-and-up-mt {
    margin-top: 24px !important;
  }
  .extralarge-and-up-mr {
    margin-right: 24px !important;
  }
  .extralarge-and-up-mb {
    margin-bottom: 24px !important;
  }
  .extralarge-and-up-ml {
    margin-left: 24px !important;
  }
  .extralarge-and-up-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .extralarge-and-up-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !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: 48px !important;
  }
  .medium-mt\+ {
    margin-top: 48px !important;
  }
  .medium-mr\+ {
    margin-right: 48px !important;
  }
  .medium-mb\+ {
    margin-bottom: 48px !important;
  }
  .medium-ml\+ {
    margin-left: 48px !important;
  }
  .medium-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .medium-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m\+ {
    margin: 48px !important;
  }
  .medium-and-up-mt\+ {
    margin-top: 48px !important;
  }
  .medium-and-up-mr\+ {
    margin-right: 48px !important;
  }
  .medium-and-up-mb\+ {
    margin-bottom: 48px !important;
  }
  .medium-and-up-ml\+ {
    margin-left: 48px !important;
  }
  .medium-and-up-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .medium-and-up-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-m\+ {
    margin: 48px !important;
  }
  .large-mt\+ {
    margin-top: 48px !important;
  }
  .large-mr\+ {
    margin-right: 48px !important;
  }
  .large-mb\+ {
    margin-bottom: 48px !important;
  }
  .large-ml\+ {
    margin-left: 48px !important;
  }
  .large-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .large-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-m\+ {
    margin: 48px !important;
  }
  .large-and-up-mt\+ {
    margin-top: 48px !important;
  }
  .large-and-up-mr\+ {
    margin-right: 48px !important;
  }
  .large-and-up-mb\+ {
    margin-bottom: 48px !important;
  }
  .large-and-up-ml\+ {
    margin-left: 48px !important;
  }
  .large-and-up-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .large-and-up-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m\+ {
    margin: 48px !important;
  }
  .extralarge-and-up-mt\+ {
    margin-top: 48px !important;
  }
  .extralarge-and-up-mr\+ {
    margin-right: 48px !important;
  }
  .extralarge-and-up-mb\+ {
    margin-bottom: 48px !important;
  }
  .extralarge-and-up-ml\+ {
    margin-left: 48px !important;
  }
  .extralarge-and-up-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .extralarge-and-up-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

/**
     * Add huge margins.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-m\+\+ {
    margin: 96px !important;
  }
  .medium-mt\+\+ {
    margin-top: 96px !important;
  }
  .medium-mr\+\+ {
    margin-right: 96px !important;
  }
  .medium-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .medium-ml\+\+ {
    margin-left: 96px !important;
  }
  .medium-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .medium-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m\+\+ {
    margin: 96px !important;
  }
  .medium-and-up-mt\+\+ {
    margin-top: 96px !important;
  }
  .medium-and-up-mr\+\+ {
    margin-right: 96px !important;
  }
  .medium-and-up-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .medium-and-up-ml\+\+ {
    margin-left: 96px !important;
  }
  .medium-and-up-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .medium-and-up-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-m\+\+ {
    margin: 96px !important;
  }
  .large-mt\+\+ {
    margin-top: 96px !important;
  }
  .large-mr\+\+ {
    margin-right: 96px !important;
  }
  .large-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .large-ml\+\+ {
    margin-left: 96px !important;
  }
  .large-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .large-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-m\+\+ {
    margin: 96px !important;
  }
  .large-and-up-mt\+\+ {
    margin-top: 96px !important;
  }
  .large-and-up-mr\+\+ {
    margin-right: 96px !important;
  }
  .large-and-up-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .large-and-up-ml\+\+ {
    margin-left: 96px !important;
  }
  .large-and-up-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .large-and-up-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m\+\+ {
    margin: 96px !important;
  }
  .extralarge-and-up-mt\+\+ {
    margin-top: 96px !important;
  }
  .extralarge-and-up-mr\+\+ {
    margin-right: 96px !important;
  }
  .extralarge-and-up-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .extralarge-and-up-ml\+\+ {
    margin-left: 96px !important;
  }
  .extralarge-and-up-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .extralarge-and-up-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !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: 24px !important;
  }
  .medium-pt {
    padding-top: 24px !important;
  }
  .medium-pr {
    padding-right: 24px !important;
  }
  .medium-pb {
    padding-bottom: 24px !important;
  }
  .medium-pl {
    padding-left: 24px !important;
  }
  .medium-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .medium-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p {
    padding: 24px !important;
  }
  .medium-and-up-pt {
    padding-top: 24px !important;
  }
  .medium-and-up-pr {
    padding-right: 24px !important;
  }
  .medium-and-up-pb {
    padding-bottom: 24px !important;
  }
  .medium-and-up-pl {
    padding-left: 24px !important;
  }
  .medium-and-up-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .medium-and-up-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-p {
    padding: 24px !important;
  }
  .large-pt {
    padding-top: 24px !important;
  }
  .large-pr {
    padding-right: 24px !important;
  }
  .large-pb {
    padding-bottom: 24px !important;
  }
  .large-pl {
    padding-left: 24px !important;
  }
  .large-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .large-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-p {
    padding: 24px !important;
  }
  .large-and-up-pt {
    padding-top: 24px !important;
  }
  .large-and-up-pr {
    padding-right: 24px !important;
  }
  .large-and-up-pb {
    padding-bottom: 24px !important;
  }
  .large-and-up-pl {
    padding-left: 24px !important;
  }
  .large-and-up-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .large-and-up-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p {
    padding: 24px !important;
  }
  .extralarge-and-up-pt {
    padding-top: 24px !important;
  }
  .extralarge-and-up-pr {
    padding-right: 24px !important;
  }
  .extralarge-and-up-pb {
    padding-bottom: 24px !important;
  }
  .extralarge-and-up-pl {
    padding-left: 24px !important;
  }
  .extralarge-and-up-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .extralarge-and-up-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !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: 48px !important;
  }
  .medium-pt\+ {
    padding-top: 48px !important;
  }
  .medium-pr\+ {
    padding-right: 48px !important;
  }
  .medium-pb\+ {
    padding-bottom: 48px !important;
  }
  .medium-pl\+ {
    padding-left: 48px !important;
  }
  .medium-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .medium-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p\+ {
    padding: 48px !important;
  }
  .medium-and-up-pt\+ {
    padding-top: 48px !important;
  }
  .medium-and-up-pr\+ {
    padding-right: 48px !important;
  }
  .medium-and-up-pb\+ {
    padding-bottom: 48px !important;
  }
  .medium-and-up-pl\+ {
    padding-left: 48px !important;
  }
  .medium-and-up-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .medium-and-up-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-p\+ {
    padding: 48px !important;
  }
  .large-pt\+ {
    padding-top: 48px !important;
  }
  .large-pr\+ {
    padding-right: 48px !important;
  }
  .large-pb\+ {
    padding-bottom: 48px !important;
  }
  .large-pl\+ {
    padding-left: 48px !important;
  }
  .large-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .large-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-p\+ {
    padding: 48px !important;
  }
  .large-and-up-pt\+ {
    padding-top: 48px !important;
  }
  .large-and-up-pr\+ {
    padding-right: 48px !important;
  }
  .large-and-up-pb\+ {
    padding-bottom: 48px !important;
  }
  .large-and-up-pl\+ {
    padding-left: 48px !important;
  }
  .large-and-up-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .large-and-up-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p\+ {
    padding: 48px !important;
  }
  .extralarge-and-up-pt\+ {
    padding-top: 48px !important;
  }
  .extralarge-and-up-pr\+ {
    padding-right: 48px !important;
  }
  .extralarge-and-up-pb\+ {
    padding-bottom: 48px !important;
  }
  .extralarge-and-up-pl\+ {
    padding-left: 48px !important;
  }
  .extralarge-and-up-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .extralarge-and-up-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

/**
     * Add huge paddings.
     */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium-p\+\+ {
    padding: 96px !important;
  }
  .medium-pt\+\+ {
    padding-top: 96px !important;
  }
  .medium-pr\+\+ {
    padding-right: 96px !important;
  }
  .medium-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .medium-pl\+\+ {
    padding-left: 96px !important;
  }
  .medium-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .medium-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p\+\+ {
    padding: 96px !important;
  }
  .medium-and-up-pt\+\+ {
    padding-top: 96px !important;
  }
  .medium-and-up-pr\+\+ {
    padding-right: 96px !important;
  }
  .medium-and-up-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .medium-and-up-pl\+\+ {
    padding-left: 96px !important;
  }
  .medium-and-up-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .medium-and-up-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .large-p\+\+ {
    padding: 96px !important;
  }
  .large-pt\+\+ {
    padding-top: 96px !important;
  }
  .large-pr\+\+ {
    padding-right: 96px !important;
  }
  .large-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .large-pl\+\+ {
    padding-left: 96px !important;
  }
  .large-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .large-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 769px) {
  .large-and-up-p\+\+ {
    padding: 96px !important;
  }
  .large-and-up-pt\+\+ {
    padding-top: 96px !important;
  }
  .large-and-up-pr\+\+ {
    padding-right: 96px !important;
  }
  .large-and-up-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .large-and-up-pl\+\+ {
    padding-left: 96px !important;
  }
  .large-and-up-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .large-and-up-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p\+\+ {
    padding: 96px !important;
  }
  .extralarge-and-up-pt\+\+ {
    padding-top: 96px !important;
  }
  .extralarge-and-up-pr\+\+ {
    padding-right: 96px !important;
  }
  .extralarge-and-up-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .extralarge-and-up-pl\+\+ {
    padding-left: 96px !important;
  }
  .extralarge-and-up-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .extralarge-and-up-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !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: "";
  }
}
