/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

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

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
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.
 */
/* line 386, ../scss/partials/_normalize.scss */
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.
 */
/* line 398, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 432, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 72, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 72, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 80, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 80, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 88, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 88, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 96, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 96, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 104, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 104, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 112, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 112, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 141, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 144, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

/* line 286, ../scss/partials/_variables.scss */
.blocktitle {
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  margin: 30px 0;
}

@media (min-width: 1025px) {
  /* line 376, ../scss/partials/_variables.scss */
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
    background: white;
  }
}

/* line 387, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 391, ../scss/partials/_variables.scss */
a.nodelink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

/* line 399, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 404, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 408, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 34, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 46, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 53, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 59, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 65, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 71, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 77, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 88, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 95, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 101, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 107, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 113, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 119, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 125, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 131, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 137, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 143, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 154, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 161, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 167, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 173, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 179, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 185, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 191, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 197, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 203, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 209, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 215, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 221, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 227, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 233, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 239, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 245, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 251, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 257, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 263, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 269, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 275, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 281, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 53, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

@font-face {
  font-family: 'ABCSolar-Medium';
  src: url("../../library/fonts/ABCSolarMedium.woff2") format("woff2"), url("../../library/fonts/ABCSolarMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABCSolar-Regular';
  src: url("../../library/fonts/ABCSolarRegular.woff2") format("woff2"), url("../../library/fonts/ABCSolarRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABCSolar-Semibold';
  src: url("../../library/fonts/ABCSolarSemibold.woff2") format("woff2"), url("../../library/fonts/ABCSolarSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Otto';
  src: url("../../library/fonts/ABCOtto-Regular.woff2") format("woff2"), url("../../library/fonts/ABCOtto-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* line 118, ../scss/partials/_typography.scss */
body {
  font-size: 20px;
  font-family: 'Otto';
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
}
@media (max-width: 767px) {
  /* line 118, ../scss/partials/_typography.scss */
  body {
    font-size: 16px;
  }
}

/* line 131, ../scss/partials/_typography.scss */
.elementor-widget-text-editor p {
  font-family: 'Otto';
  color: #87230F;
}
/* line 136, ../scss/partials/_typography.scss */
.elementor-widget-text-editor h3 {
  margin: 0;
  font-size: 16px !important;
  font-weight: normal;
  font-family: 'ABCSolar-Medium';
  text-transform: uppercase;
  color: #87230F;
}
/* line 145, ../scss/partials/_typography.scss */
.elementor-widget-text-editor h1 {
  font-family: "Otto", sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 145, ../scss/partials/_typography.scss */
  .elementor-widget-text-editor h1 {
    font-size: 30px;
  }
}
/* line 157, ../scss/partials/_typography.scss */
.elementor-widget-text-editor a.with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #87230F;
  margin-top: 30px;
}
/* line 164, ../scss/partials/_typography.scss */
.elementor-widget-text-editor a.with-icon::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background-color: #87230F;
  /* SVG color */
  -webkit-mask: url("/wp-content/themes/amor/library/sun.svg") center/contain no-repeat;
  mask: url("/wp-content/themes/amor/library/sun.svg") center/contain no-repeat;
}

/* line 220, ../scss/partials/_typography.scss */
h1 {
  font-family: "Otto", sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 220, ../scss/partials/_typography.scss */
  h1 {
    font-size: 26px;
  }
}

/* line 232, ../scss/partials/_typography.scss */
.elementor-widget-heading .elementor-heading-title {
  font-family: "Otto", sans-serif;
}

/* line 236, ../scss/partials/_typography.scss */
h2 {
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  font-family: "Otto", sans-serif;
}
@media (max-width: 767px) {
  /* line 236, ../scss/partials/_typography.scss */
  h2 {
    font-size: 30px;
  }
}

/* line 247, ../scss/partials/_typography.scss */
h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: 'ABCSolar-Medium';
  text-transform: uppercase;
}

/* line 287, ../scss/partials/_typography.scss */
a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 296, ../scss/partials/_typography.scss */
span.subscript,
sub {
  text-transform: uppercase;
  bottom: -4.15pt;
  position: relative;
  font-size: inherit;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 72, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 72, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 80, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 80, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 88, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 88, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 96, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 96, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 104, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 104, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 112, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 112, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 141, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 144, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

/* line 286, ../scss/partials/_variables.scss */
.blocktitle {
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  margin: 30px 0;
}

@media (min-width: 1025px) {
  /* line 376, ../scss/partials/_variables.scss */
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
    background: white;
  }
}

/* line 387, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 391, ../scss/partials/_variables.scss */
a.nodelink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

/* line 399, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 404, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 408, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 1, ../scss/pages/comingsoon.scss */
.hero-bg-video {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

/* line 12, ../scss/pages/comingsoon.scss */
.hero-bg-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 27, ../scss/pages/comingsoon.scss */
.hero-bg-video__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}
/* line 42, ../scss/pages/comingsoon.scss */
.hero-bg-video__video.is-loaded {
  opacity: 1;
}

/* line 50, ../scss/pages/comingsoon.scss */
.hero-bg-video__content {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #fff;
}

/* line 63, ../scss/pages/comingsoon.scss */
.hero-bg-video__overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
/* line 77, ../scss/pages/comingsoon.scss */
.hero-bg-video__overlay .content {
  color: white;
  text-align: center;
  font-family: 'Otto';
  color: #98372D;
}
/* line 84, ../scss/pages/comingsoon.scss */
.hero-bg-video__overlay video {
  width: 500px;
}

/* line 1, ../scss/pages/landing.scss */
.page-template-page-landing {
  background: black;
}
/* line 4, ../scss/pages/landing.scss */
.page-template-page-landing .header, .page-template-page-landing .footer {
  display: none;
}
/* line 8, ../scss/pages/landing.scss */
.page-template-page-landing a.nodelink {
  position: fixed;
  z-index: 100;
}
/* line 13, ../scss/pages/landing.scss */
.page-template-page-landing .large-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translatex(-50%);
  -o-transform: translateY(-50%) translatex(-50%);
  -ms-transform: translateY(-50%) translatex(-50%);
  -webkit-transform: translateY(-50%) translatex(-50%);
  transform: translateY(-50%) translatex(-50%);
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
/* line 27, ../scss/pages/landing.scss */
.page-template-page-landing .large-logo a.button {
  margin-top: 30px;
  padding: 15px 30px;
  font-family: "Otto";
  font-size: 20px;
  display: block;
  color: #f0efeb;
  text-decoration: none;
  border-radius: 30px;
  border: solid 1px #f0efeb;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 274, ../scss/partials/_typography.scss */
.page-template-page-landing .large-logo a.button:hover {
  background: #87230F;
  color: #f0efeb;
  border-color: #87230F;
}
/* line 279, ../scss/partials/_typography.scss */
.dark-mode .page-template-page-landing .large-logo a.button:hover {
  background: #EAE3DB;
  color: #282829;
  border-color: #EAE3DB;
}
/* line 33, ../scss/pages/landing.scss */
.page-template-page-landing .large-logo svg {
  width: 300px;
  fill: #87230F;
  fill: white;
}
/* line 39, ../scss/pages/landing.scss */
.page-template-page-landing .large-logo img {
  width: 400px;
  height: auto;
}
@media (max-width: 767px) {
  /* line 39, ../scss/pages/landing.scss */
  .page-template-page-landing .large-logo img {
    width: 80%;
  }
}
/* line 48, ../scss/pages/landing.scss */
.page-template-page-landing .large-logo .icon-video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}
/* line 56, ../scss/pages/landing.scss */
.page-template-page-landing .large-logo .icon-video-container video {
  width: 350px;
  background: transparent;
}

/* line 64, ../scss/pages/landing.scss */
.scroll-down {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  color: #EAE3DB;
  z-index: 10;
}
/* line 80, ../scss/pages/landing.scss */
.scrolled .scroll-down {
  bottom: 20px;
  opacity: 0;
}
/* line 85, ../scss/pages/landing.scss */
.scroll-down svg {
  width: 30px;
  height: auto;
  fill: #EAE3DB;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 10px;
}

/* line 96, ../scss/pages/landing.scss */
.no-ease {
  transition: none !important;
}

/* line 100, ../scss/pages/landing.scss */
.landing-scroll-slideshow {
  position: relative;
  height: calc(var(--slide-count) * 100vh);
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  opacity: 0;
}
/* line 108, ../scss/pages/landing.scss */
.loaded .landing-scroll-slideshow {
  opacity: 1;
}

/* line 113, ../scss/pages/landing.scss */
.landing-scroll-slideshow-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* line 121, ../scss/pages/landing.scss */
.landing-scroll-slideshow-images {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

/* line 128, ../scss/pages/landing.scss */
.landing-scroll-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  contain: paint;
  isolation: isolate;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: clip-path;
  background: black;
}
/* line 147, ../scss/pages/landing.scss */
.landing-scroll-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .2s linear;
  will-change: transform;
  opacity: 0.8;
}

/* line 1, ../scss/pages/header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  padding: 30px;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  color: #EAE3DB;
  align-items: center;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 19, ../scss/pages/header.scss */
.menu-visible .header {
  color: #EAE3DB;
}
/* line 23, ../scss/pages/header.scss */
.header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/* line 30, ../scss/pages/header.scss */
.header .logo svg {
  width: 150px;
  fill: #87230F;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 36, ../scss/pages/header.scss */
.menu-visible .header .logo svg {
  fill: #EAE3DB;
}
/* line 40, ../scss/pages/header.scss */
.philosophy-template .header .logo svg {
  fill: #EAE3DB;
}
/* line 44, ../scss/pages/header.scss */
.scrolled .header .logo svg {
  fill: #87230F;
}
/* line 48, ../scss/pages/header.scss */
.menu-visible.scrolled .header .logo svg {
  fill: #EAE3DB;
}
/* line 54, ../scss/pages/header.scss */
.header .menu-icon {
  font-family: "Otto", sans-serif;
  text-transform: uppercase;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 62, ../scss/pages/header.scss */
.header .menu-icon:hover, .scrolled .header .menu-icon {
  color: #87230F;
}
/* line 67, ../scss/pages/header.scss */
.menu-visible .header .menu-icon {
  color: #EAE3DB;
}

/* line 73, ../scss/pages/header.scss */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .8s ease, visibility .8s ease;
}
/* line 83, ../scss/pages/header.scss */
.page-transition video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 92, ../scss/pages/header.scss */
html.page-transition-start .page-transition,
body.page-transition-visible .page-transition {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 99, ../scss/pages/header.scss */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  z-index: 100;
  background: #87230F;
  color: #EAE3DB;
  display: none;
}
@media (min-width: 1025px) {
  /* line 99, ../scss/pages/header.scss */
  .mobile-overlay {
    display: none;
  }
}

/* line 120, ../scss/pages/header.scss */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  opacity: 0;
  visibility: hidden;
}
/* line 138, ../scss/pages/header.scss */
.menu-visible .menu-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 143, ../scss/pages/header.scss */
.menu-overlay .reservation-link {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
/* line 152, ../scss/pages/header.scss */
.menu-overlay .reservation-link a {
  padding: 15px 30px;
  font-family: "Otto";
  font-size: 20px;
  display: block;
  color: #f0efeb;
  text-decoration: none;
  border-radius: 30px;
  border: solid 1px #f0efeb;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  background: #EAE3DB;
  border-color: #EAE3DB;
  color: #282829;
}
/* line 274, ../scss/partials/_typography.scss */
.menu-overlay .reservation-link a:hover {
  background: #87230F;
  color: #f0efeb;
  border-color: #87230F;
}
/* line 279, ../scss/partials/_typography.scss */
.dark-mode .menu-overlay .reservation-link a:hover {
  background: #EAE3DB;
  color: #282829;
  border-color: #EAE3DB;
}
/* line 161, ../scss/pages/header.scss */
.menu-overlay .main-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 11;
  text-align: center;
  width: 100%;
}
/* line 174, ../scss/pages/header.scss */
.menu-overlay .main-navigation ul li a {
  font-size: 40px;
  font-family: "Otto", sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #EAE3DB;
  text-transform: capitalize;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 182, ../scss/pages/header.scss */
.menu-overlay .main-navigation ul li a:hover {
  color: #87230F;
}
/* line 190, ../scss/pages/header.scss */
.menu-overlay .social-links {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  text-align: right;
}
/* line 199, ../scss/pages/header.scss */
.menu-overlay .social-links a {
  font-size: 40px;
  font-family: "Otto", sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 20px;
  color: beige;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 207, ../scss/pages/header.scss */
.menu-overlay .social-links a:hover {
  color: #87230F;
}
/* line 213, ../scss/pages/header.scss */
.menu-overlay .menu-gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.7;
  background: black;
}
/* line 223, ../scss/pages/header.scss */
.menu-overlay .menu-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
/* line 229, ../scss/pages/header.scss */
.menu-visible .menu-overlay .menu-gallery-image img {
  animation: menuImageZoom 20s linear forwards;
  opacity: 1;
}

@keyframes menuImageZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
/* line 247, ../scss/pages/header.scss */
.footer {
  position: relative;
  margin-top: 100px;
  border-top: solid 1px #87230F;
  padding: 30px;
}
/* line 253, ../scss/pages/header.scss */
.dark-mode .footer {
  border-color: #EAE3DB;
}
/* line 257, ../scss/pages/header.scss */
.footer .footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  order: 1;
}
@media (max-width: 767px) {
  /* line 257, ../scss/pages/header.scss */
  .footer .footer-navigation {
    flex-direction: column;
    align-items: center;
  }
}
/* line 268, ../scss/pages/header.scss */
.footer .footer-navigation a {
  color: #87230F;
  text-decoration: none;
  font-weight: normal;
}
/* line 273, ../scss/pages/header.scss */
.dark-mode .footer .footer-navigation a {
  color: #EAE3DB;
}
/* line 278, ../scss/pages/header.scss */
.footer .footer-navigation .credits {
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
  color: #87230F;
  order: 3;
  font-family: 'ABCSolar-Regular';
  opacity: 1;
  text-align: left;
}
/* line 289, ../scss/pages/header.scss */
.footer .footer-navigation .credits a:hover {
  text-decoration: underline;
}
/* line 295, ../scss/pages/header.scss */
.footer .footer-navigation .contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  order: 3;
  align-items: flex-end;
  text-align: right;
  color: #87230F;
}
/* line 304, ../scss/pages/header.scss */
.footer .footer-navigation .contact p {
  margin-top: 0;
}
/* line 308, ../scss/pages/header.scss */
.night-mode .footer .footer-navigation .contact {
  color: #EAE3DB;
}
@media (max-width: 767px) {
  /* line 295, ../scss/pages/header.scss */
  .footer .footer-navigation .contact {
    order: 2;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    align-items: center;
  }
}
/* line 321, ../scss/pages/header.scss */
.footer .footer-navigation .social-links {
  display: flex;
  flex-direction: column;
  text-align: right;
  order: 4;
}
/* line 328, ../scss/pages/header.scss */
.footer .footer-navigation .footer-main-menu {
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 328, ../scss/pages/header.scss */
  .footer .footer-navigation .footer-main-menu {
    order: 3;
    margin-top: 30px;
    text-align: center;
  }
}
/* line 338, ../scss/pages/header.scss */
.footer .footer-navigation .reservation-link {
  order: 2;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  /* line 338, ../scss/pages/header.scss */
  .footer .footer-navigation .reservation-link {
    left: 0;
    display: flex;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    position: relative;
    order: 1;
  }
}
/* line 355, ../scss/pages/header.scss */
.footer .footer-navigation .reservation-link a {
  padding: 15px 30px;
  font-family: "Otto";
  font-size: 20px;
  display: block;
  color: #f0efeb;
  text-decoration: none;
  border-radius: 30px;
  border: solid 1px #f0efeb;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  background: #282829;
  border-color: #282829;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 274, ../scss/partials/_typography.scss */
.footer .footer-navigation .reservation-link a:hover {
  background: #87230F;
  color: #f0efeb;
  border-color: #87230F;
}
/* line 279, ../scss/partials/_typography.scss */
.dark-mode .footer .footer-navigation .reservation-link a:hover {
  background: #EAE3DB;
  color: #282829;
  border-color: #EAE3DB;
}
/* line 363, ../scss/pages/header.scss */
.night-mode .footer .footer-navigation .reservation-link a {
  background: #EAE3DB;
  border-color: #EAE3DB;
  color: #282829 !important;
}

/* line 1, ../scss/pages/menu.scss */
.page-template-page-contact,
.page-template-page-menupage {
  color: #87230F;
  -webkit-transition: background ease-out 2s;
  -moz-transition: background ease-out 2s;
  -ms-transition: background ease-out 2s;
  -o-transition: background ease-out 2s;
  transition: background ease-out 2s;
}
/* line 8, ../scss/pages/menu.scss */
.page-template-page-contact.menu-visible .header,
.page-template-page-menupage.menu-visible .header {
  background: transparent !important;
}
/* line 12, ../scss/pages/menu.scss */
.page-template-page-contact.menu-visible .header .logo svg,
.page-template-page-menupage.menu-visible .header .logo svg {
  fill: #EAE3DB;
}
/* line 19, ../scss/pages/menu.scss */
.page-template-page-contact .header,
.page-template-page-menupage .header {
  color: #87230F;
  border-color: #87230F;
}
/* line 26, ../scss/pages/menu.scss */
.page-template-page-contact .header .logo svg,
.page-template-page-menupage .header .logo svg {
  fill: #87230F;
}
/* line 32, ../scss/pages/menu.scss */
.page-template-page-contact a,
.page-template-page-menupage a {
  text-decoration: none;
  color: inherit;
}
/* line 37, ../scss/pages/menu.scss */
.page-template-page-contact.night-mode,
.page-template-page-menupage.night-mode {
  background: #282829;
  color: #EAE3DB;
}
/* line 41, ../scss/pages/menu.scss */
.page-template-page-contact.night-mode .header,
.page-template-page-menupage.night-mode .header {
  color: #EAE3DB;
  border-color: #EAE3DB;
}
/* line 47, ../scss/pages/menu.scss */
.page-template-page-contact.night-mode .header .logo svg,
.page-template-page-menupage.night-mode .header .logo svg {
  fill: #EAE3DB;
}
/* line 53, ../scss/pages/menu.scss */
.page-template-page-contact.night-mode .footer,
.page-template-page-menupage.night-mode .footer {
  color: #EAE3DB;
  border-color: #EAE3DB;
}
/* line 58, ../scss/pages/menu.scss */
.page-template-page-contact.night-mode .footer .footer-navigation a,
.page-template-page-menupage.night-mode .footer .footer-navigation a {
  color: #EAE3DB;
}

/* line 66, ../scss/pages/menu.scss */
.foodmemnu-page-container {
  position: relative;
  margin: 100px auto;
  max-width: 1500px;
  padding-top: 30px;
  min-height: calc(100vh - 100px - 30px - 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 76, ../scss/pages/menu.scss */
.foodmemnu-page-container.maxPWidth {
  max-width: 600px;
}
/* line 80, ../scss/pages/menu.scss */
.foodmemnu-page-container.center {
  text-align: center;
}
/* line 84, ../scss/pages/menu.scss */
.foodmemnu-page-container .page-title {
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
/* line 89, ../scss/pages/menu.scss */
.foodmemnu-page-container .page-title p {
  margin: 0;
}
/* line 94, ../scss/pages/menu.scss */
.foodmemnu-page-container .foodmenu-icon {
  position: relative;
  margin: 30px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* line 103, ../scss/pages/menu.scss */
.foodmemnu-page-container .foodmenu-icon svg {
  width: 100px;
  height: 100px;
  fill: #87230F;
  animation: menuIconRotate 8s linear infinite;
  transform-origin: center;
  display: block;
}
/* line 112, ../scss/pages/menu.scss */
.dark-mode .foodmemnu-page-container .foodmenu-icon svg g {
  fill: #EAE3DB;
}
/* line 119, ../scss/pages/menu.scss */
.foodmemnu-page-container .menu-files {
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 127, ../scss/pages/menu.scss */
.foodmemnu-page-container .menu-files a.menu-file {
  padding: 15px 30px;
  font-family: "Otto";
  font-size: 20px;
  display: block;
  color: #f0efeb;
  text-decoration: none;
  border-radius: 30px;
  border: solid 1px #f0efeb;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  color: #87230F;
  border-color: #87230F;
  margin-top: 30px;
}
/* line 274, ../scss/partials/_typography.scss */
.foodmemnu-page-container .menu-files a.menu-file:hover {
  background: #87230F;
  color: #f0efeb;
  border-color: #87230F;
}
/* line 279, ../scss/partials/_typography.scss */
.dark-mode .foodmemnu-page-container .menu-files a.menu-file:hover {
  background: #EAE3DB;
  color: #282829;
  border-color: #EAE3DB;
}
/* line 134, ../scss/pages/menu.scss */
.night-mode .foodmemnu-page-container .menu-files a.menu-file {
  color: #EAE3DB;
  border-color: #EAE3DB;
}
/* line 138, ../scss/pages/menu.scss */
.night-mode .foodmemnu-page-container .menu-files a.menu-file:hover {
  background: #EAE3DB;
  color: #282829;
}
/* line 145, ../scss/pages/menu.scss */
.foodmemnu-page-container .menu-files span.quote {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 1500px;
  padding: 0 25px;
}
@media (max-width: 767px) {
  /* line 145, ../scss/pages/menu.scss */
  .foodmemnu-page-container .menu-files span.quote {
    text-align: center;
  }
}
/* line 157, ../scss/pages/menu.scss */
.foodmemnu-page-container .video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 350px;
  position: relative;
  aspect-ratio: 3/2;
}
/* line 171, ../scss/pages/menu.scss */
.night-mode .foodmemnu-page-container .video-container .day-menu-video {
  display: none;
}
/* line 176, ../scss/pages/menu.scss */
.foodmemnu-page-container .video-container video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity ease-out 1s;
  -moz-transition: opacity ease-out 1s;
  -ms-transition: opacity ease-out 1s;
  -o-transition: opacity ease-out 1s;
  transition: opacity ease-out 1s;
}
/* line 184, ../scss/pages/menu.scss */
.foodmemnu-page-container .video-container video.day-menu-video {
  z-index: 10;
}
/* line 187, ../scss/pages/menu.scss */
.night-mode .foodmemnu-page-container .video-container video.day-menu-video {
  opacity: 0;
}
/* line 193, ../scss/pages/menu.scss */
.day-mode .foodmemnu-page-container .video-container video.night-menu-video {
  opacity: 0;
}

@keyframes menuIconRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 211, ../scss/pages/menu.scss */
.sticky-page-link {
  position: fixed;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right top;
  white-space: nowrap;
  z-index: 100;
}
/* line 220, ../scss/pages/menu.scss */
.sticky-page-link a {
  text-decoration: none;
  color: #87230F;
}
/* line 224, ../scss/pages/menu.scss */
.dark-mode .sticky-page-link a {
  color: #EAE3DB;
}

/* line 230, ../scss/pages/menu.scss */
.dine-with-us {
  position: fixed;
  top: 0;
  right: 0vw;
  opacity: 0.1;
  width: 20vw;
  height: 100vh;
  overflow: visible;
  pointer-events: none;
  z-index: 10;
}
/* line 241, ../scss/pages/menu.scss */
.dine-with-us::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 140vh;
  height: 140vh;
  background: #262626;
  border-radius: 42% 58% 48% 52% / 55% 45% 60% 40%;
  transform-origin: center;
}
/* line 251, ../scss/pages/menu.scss */
.night-mode .dine-with-us::before {
  background: #EAE3DB;
}

/* BACK WAVE */
/* line 258, ../scss/pages/menu.scss */
.dine-with-us--1 {
  z-index: 1;
}
/* line 261, ../scss/pages/menu.scss */
.dine-with-us--1::before {
  left: 12%;
  opacity: 0.28;
  animation: shoreWave1 38s linear infinite;
}

/* MIDDLE WAVE */
/* line 269, ../scss/pages/menu.scss */
.dine-with-us--2 {
  z-index: 2;
}
/* line 272, ../scss/pages/menu.scss */
.dine-with-us--2::before {
  left: 20%;
  opacity: 0.5;
  width: 135vh;
  height: 135vh;
  border-radius: 48% 52% 42% 58% / 44% 56% 62% 38%;
  animation: shoreWave2 30s linear infinite reverse;
}

/* FRONT / MAIN DARK WAVE */
/* line 283, ../scss/pages/menu.scss */
.dine-with-us--3 {
  z-index: 3;
}
/* line 286, ../scss/pages/menu.scss */
.dine-with-us--3::before {
  left: 28%;
  opacity: 1;
  width: 130vh;
  height: 130vh;
  border-radius: 38% 62% 55% 45% / 60% 40% 52% 48%;
  animation: shoreWave3 24s linear infinite;
}

/* line 296, ../scss/pages/menu.scss */
.dine-with-us-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 20vw;
  height: 100vh;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: auto;
}

@keyframes shoreWave1 {
  0% {
    transform: translateY(-50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-50%) rotate(180deg) scale(1.05);
  }
  100% {
    transform: translateY(-50%) rotate(360deg) scale(1);
  }
}
@keyframes shoreWave2 {
  0% {
    transform: translateY(-50%) rotate(0deg) scale(1.03);
  }
  50% {
    transform: translateY(-50%) rotate(180deg) scale(0.97);
  }
  100% {
    transform: translateY(-50%) rotate(360deg) scale(1.03);
  }
}
@keyframes shoreWave3 {
  0% {
    transform: translateY(-50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-50%) rotate(180deg) scale(1.04);
  }
  100% {
    transform: translateY(-50%) rotate(360deg) scale(1);
  }
}
/* line 2, ../scss/pages/contact.scss */
.page-template-page-contact .header {
  color: #87230F;
}
@media (max-width: 767px) {
  /* line 6, ../scss/pages/contact.scss */
  .page-template-page-contact .contact-page-container {
    width: 100%;
    padding: 0 25px;
  }
}
/* line 12, ../scss/pages/contact.scss */
.page-template-page-contact .contact-page-container h3 {
  margin-bottom: -10px;
}
/* line 17, ../scss/pages/contact.scss */
.page-template-page-contact .contact-page-container a:hover {
  text-decoration: underline;
}

/* line 15, ../scss/style.scss */
body {
  cursor: default !important;
  background-color: var(--theme-background-color);
  color: var(--theme-text-color);
  background: #EAE3DB;
}
/* line 21, ../scss/style.scss */
body * {
  border-box: box-sizing;
}
/* line 25, ../scss/style.scss */
body p {
  word-break: break-word !important;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* line 38, ../scss/style.scss */
body ul.wp-block-list li {
  margin-bottom: 10px;
  position: relative;
}
/* line 42, ../scss/style.scss */
body ul.wp-block-list li:before {
  content: "";
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background: black;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
}

/* line 57, ../scss/style.scss */
.main-content {
  position: relative;
  margin-top: 100px;
  z-index: 10;
  padding-bottom: 100px;
  background-color: var(--theme-background-color);
  z-index: 10;
  padding: 0 50px;
  -webkit-transition: opacity ease-out 0.6s;
  -moz-transition: opacity ease-out 0.6s;
  -ms-transition: opacity ease-out 0.6s;
  -o-transition: opacity ease-out 0.6s;
  transition: opacity ease-out 0.6s;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 57, ../scss/style.scss */
  .main-content {
    padding: 0 25px;
  }
}
/* line 74, ../scss/style.scss */
.body-unloading .main-content {
  opacity: 0;
}
/* line 78, ../scss/style.scss */
.main-content.nomargin {
  margin-top: 0;
}
/* line 82, ../scss/style.scss */
.main-content.nopadding {
  padding: 0;
}
/* line 86, ../scss/style.scss */
.overlay-open .main-content {
  overflow: hidden;
}

/* line 91, ../scss/style.scss */
.page-container {
  -webkit-transition: background ease-out 0.6s;
  -moz-transition: background ease-out 0.6s;
  -ms-transition: background ease-out 0.6s;
  -o-transition: background ease-out 0.6s;
  transition: background ease-out 0.6s;
}
/* line 94, ../scss/style.scss */
.footer-in-view .page-container {
  background: black;
  color: white;
}
/* line 101, ../scss/style.scss */
.footer-in-view .page-container .header .logo svg g {
  fill: white;
}

/* line 111, ../scss/style.scss */
.error404 .main-content {
  height: calc(100vh - 100px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  flex-direction: column;
  text-align: center;
}
/* line 123, ../scss/style.scss */
.error404 .main-content a {
  text-decoration: underline;
}
