/**
 *
 * FRNT Reset
 * Normalize v3.0.2 + Custom 
 */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
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; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

a {
  color: inherit;
  text-decoration: none; }

body.site {
  background-image: url("../images/pelicaninn_seamlessbackgroundwhite.jpg");
  background-size: contain;
  font-family: "ITC Founder's Caslon W00"; }

p {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

:focus {
  outline: none; }

h1, h2, h3, h4, h5, figure {
  font-size: 1em;
  margin: 0; }

.container {
  margin: 0 auto;
  max-width: 960px;
  width: 90%; }

strong {
  font-weight: 800; }

u {
  text-decoration: underline; }

mark {
  background: none;
  color: inherit; }

.prop-full-width {
  display: block;
  height: auto;
  width: 100%; }

.prop-max-width {
  display: block;
  height: auto;
  max-width: 100%; }

.prop-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.component-button {
  background: none;
  border: none;
  display: inline-block;
  font-family: "dominican_small_capsregular";
  letter-spacing: 1px;
  text-transform: lowercase; }
  .component-button .component-boxed__inside {
    padding: 2px 14px 5px 14px;
    transition: all .4s ease; }
  .component-button:hover .component-boxed__inside {
    background-color: #231f20;
    color: #fff; }

.component-button-menu {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 650; }
  @media only screen and (min-width: 640px) {
    .component-button-menu {
      display: none; } }
  .component-button-menu .line {
    position: relative;
    z-index: 0;
    margin: 6px 0;
    transition: all .4s .4s ease;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 0; }
    .component-button-menu .line svg {
      display: block;
      height: 5px;
      transition: -webkit-transform .4s 0s ease;
      transition: transform .4s 0s ease;
      width: 30px; }

.component-boxed {
  border: 2px solid #231f20;
  padding: 2px; }

.component-boxed__inside {
  border: 1px solid #231f20;
  display: block;
  padding: 8px; }

.component-celebration {
  background-image: url(../images/decorative-line-2.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 110px 3px;
  margin-bottom: 35px;
  padding-bottom: 45px; }
  @media only screen and (min-width: 768px) {
    .component-celebration {
      display: none; } }
  .component-celebration svg {
    display: block;
    height: 200px;
    margin: 0 auto;
    width: 205px; }

.component-form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border: 2px solid #231f20;
  border-radius: 0;
  color: #231f20;
  font-family: "dominican_small_capsregular";
  font-size: 17px;
  padding: 0 10px;
  text-transform: lowercase; }
  .component-form__input::-webkit-input-placeholder {
    color: #231f20; }
  .component-form__input:-ms-input-placeholder {
    color: #231f20; }
  .component-form__input::placeholder {
    color: #231f20; }
  .component-form__input.is-calendar {
    background-image: url(../images/icon-calendar.svg);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 20px; }

.component-gallery-slideshow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: rgba(35, 31, 32, 0.85);
  opacity: 0;
  transition: all .5s ease;
  visibility: hidden; }
  @media only screen and (max-width: 639px) {
    .component-gallery-slideshow {
      display: none; } }
  .component-gallery-slideshow.state-visible {
    opacity: 1;
    visibility: visible; }
  .component-gallery-slideshow .boxed {
    background: #fff;
    max-width: 800px;
    padding: 15px; }
  .component-gallery-slideshow .slide {
    transition: opacity 1s ease; }
  @media only screen and (min-width: 640px) {
    .component-gallery-slideshow .slide:not(.slick-center) {
      opacity: .25; } }
  .component-gallery-slideshow img {
    margin: 0 auto; }
  .component-gallery-slideshow figcaption {
    font-family: "ITC Founders Caslon W01";
    font-style: italic;
    font-size: 18px;
    margin: 10px 0 0 0; }

.component-gallery-slideshow__arrow svg {
  fill: #231f20;
  height: 15px;
  width: 18px; }

.component-gallery-slideshow__close svg {
  fill: #231f20;
  height: 15px;
  width: 15px; }

.component-gallery-slideshow__navigation {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 0 0 0; }
  .component-gallery-slideshow__navigation a {
    margin: 0 0 0 10px; }

.component-heading-two {
  background-image: url(../images/decorative-line-2.svg);
  background-repeat: no-repeat;
  background-position: -8px 100%;
  background-size: 110px 3px;
  font-family: "dominican_small_capsregular";
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 0  0 20px 0;
  text-transform: lowercase; }

.component-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  @media only screen and (max-width: 639px) {
    .component-image {
      -webkit-transform: none !important;
              transform: none !important; } }
  .component-image img {
    opacity: 0; }

.component-intro {
  margin: 100px 0 50px 0;
  position: relative;
  z-index: 25; }

.component-intro__celebration {
  left: 50%;
  bottom: -65px;
  margin-left: 250px;
  position: absolute;
  right: 0; }
  @media only screen and (max-width: 767px) {
    .component-intro__celebration {
      display: none; } }
  .component-intro__celebration svg {
    display: block;
    height: 152px;
    width: 156px; }

.component-intro__logo {
  margin: 0 auto; }
  @media only screen and (max-width: 639px) {
    .component-intro__logo {
      max-width: 80%; } }

@media only screen and (min-width: 640px) {
  .component-masonry .gutter-sizer {
    width: 2%; } }

.component-masonry .grid-sizer,
.component-masonry .grid-item {
  width: 49%; }
  @media only screen and (max-width: 639px) {
    .component-masonry .grid-sizer,
    .component-masonry .grid-item {
      width: 100%; } }

.component-newsletter .component-button,
.component-newsletter .component-boxed,
.component-newsletter .component-boxed__inside {
  border-color: #fff; }

.component-newsletter .component-button:hover .component-boxed__inside {
  background: #fff;
  color: #231f20; }

.component-newsletter__label {
  display: block;
  font-family: "dominican_small_capsregular";
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  text-transform: lowercase; }

.component-newsletter__input {
  background: none;
  border: 2px solid #fff;
  display: block;
  font-style: italic;
  font-size: 18px;
  margin: 0 0 8px 0;
  padding: 5px 10px;
  width: 100%; }
  .component-newsletter__input::-webkit-input-placeholder {
    color: #fff; }
  .component-newsletter__input:-ms-input-placeholder {
    color: #fff; }
  .component-newsletter__input::placeholder {
    color: #fff; }

.component-reservations {
  position: relative;
  z-index: 10;
  background: #fff;
  margin-top: -100px;
  max-width: 700px;
  padding: 10px; }
  .component-reservations .boxes {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media only screen and (max-width: 639px) {
      .component-reservations .boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .component-reservations .boxes > * {
      width: 28%; }
      @media only screen and (max-width: 639px) {
        .component-reservations .boxes > * {
          width: 100%; } }
      .component-reservations .boxes > *:last-child {
        width: 35%; }
        @media only screen and (max-width: 639px) {
          .component-reservations .boxes > *:last-child {
            width: 100%; } }
      @media only screen and (max-width: 639px) {
        .component-reservations .boxes > *:not(:last-child) {
          margin: 0 0 15px 0; } }
  @media only screen and (max-width: 639px) {
    .component-reservations .component-form__input {
      min-height: 30px; } }

.component-reservations__form {
  padding: 20px 30px; }

.component-slideshow {
  position: relative;
  z-index: 10; }
  .component-slideshow .slick-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: 65px;
    display: flex !important;
    left: 0;
    list-style: none;
    position: absolute;
    width: 100%; }
    .component-slideshow .slick-dots li {
      margin: 0 10px; }
      .component-slideshow .slick-dots li:hover button, .component-slideshow .slick-dots li.slick-active button {
        background: #fff; }
    .component-slideshow .slick-dots button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: none;
      border: 2px solid #fff;
      border-radius: 100%;
      display: block;
      height: 14px;
      overflow: hidden;
      text-indent: -9999px;
      padding: 0;
      width: 14px; }

.component-social {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .component-social a:not(:last-child) {
    margin-right: 15px; }
  .component-social svg {
    fill: #fff;
    height: 22px;
    width: 22px; }
  .component-social.is-alt svg {
    fill: #231f20; }

.component-text {
  text-align: center; }
  .component-text h1 {
    background-image: url(../images/decorative-line-1.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 74px 20px;
    font-family: "temporalregular";
    font-size: 55px;
    line-height: 1.1;
    margin: 0 0 50px 0;
    padding: 0 0 30px 0; }
  .component-text h2 {
    background-image: url(../images/decorative-line-2.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 110px 3px;
    font-family: "IM Fell English", serif;
    font-size: 29px;
    line-height: 1.3;
    letter-spacing: 4px;
    margin: 0 0 30px 0;
    padding: 0 0 40px 0;
    text-transform: uppercase; }
    .component-text h2:not(:first-child) {
      margin-top: 50px; }
  .component-text h3 {
    font-family: "ITC Founders Caslon W01";
    font-style: italic;
    font-size: 27px;
    line-height: 1.5555;
    margin: 0 0 30px 0; }
  .component-text h4 {
    font-family: "dominican_small_capsregular";
    font-size: 27px;
    text-transform: lowercase;
    margin: 0 0 40px 0; }
  .component-text p {
    font-size: 20px;
    line-height: 1.75; }
    .component-text p em {
      font-family: "ITC Founders Caslon W01"; }
    .component-text p strong {
      font-weight: 800; }
    .component-text p:not(:last-child) {
      margin: 0 0 30px 0; }

.card-event {
  border-width: 4px;
  padding: 5px;
  margin-bottom: 2%;
  text-align: center; }
  @media only screen and (max-width: 639px) {
    .card-event {
      margin: 0 0 25px 0; } }
  .card-event .component-boxed__inside {
    border-width: 2px;
    padding: 30px 40px; }

.card-event__title {
  background-image: url(../images/decorative-line-1.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 58px 15px;
  font-family: "IM Fell English", serif;
  font-size: 29px;
  letter-spacing: 3px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0; }

.card-event__content {
  font-size: 20px;
  line-height: 1.4; }
  .card-event__content p:not(:last-child) {
    margin: 0 0 30px 0; }
  .card-event__content em {
    font-family: "ITC Founders Caslon W01";
    font-style: italic; }

.card-event__action {
  font-size: 20px;
  font-style: italic; }
  .card-event__action a {
    border-bottom: 1px solid #231f20; }

.card-hour:not(:last-child) {
  margin-bottom: 35px; }

.card-hour__title {
  border-bottom: 2px solid #231f20;
  font-family: "dominican_small_capsregular";
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 13px 0;
  padding: 0 0 15px 0;
  text-transform: lowercase; }

.card-hour__content {
  font-size: 18px;
  line-height: 1.666666; }

.card-instagram:hover .card-instagram__text {
  opacity: 1; }

.card-instagram__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "ITC Founders Caslon W01";
  font-style: italic;
  background: rgba(35, 31, 32, 0.8);
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  opacity: 0;
  padding: 50px;
  transition: all .4s ease; }
  @media only screen and (max-width: 639px) {
    .card-instagram__text {
      background: none;
      color: #231f20;
      opacity: 1;
      position: static; } }

.card-instagram__image {
  background-position: center;
  background-size: cover; }

.card-instagram__placeholder {
  opacity: 0; }

.card-list em {
  font-family: "ITC Founders Caslon W01";
  font-style: italic;
  text-transform: uppercase; }

.card-list__content {
  font-size: 18px;
  line-height: 1.66666; }

.card-menu:not(:last-child) {
  margin: 0 0 50px 0; }

.card-menu .boxes {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.card-menu .box {
  width: 48%; }
  @media only screen and (max-width: 639px) {
    .card-menu .box {
      width: 100%; } }

@media only screen and (max-width: 639px) {
  .card-menu .box-1 {
    margin: 0 0 30px 0; } }

.card-menu__title {
  border-bottom: 2px solid #231f20;
  font-family: "temporalregular";
  font-size: 40px;
  margin: 0 0 35px 0;
  padding: 0 0 20px 0;
  text-align: center; }

.card-menu-item {
  font-size: 20px; }
  .card-menu-item:not(:last-child) {
    margin: 0 0 30px 0; }

.card-menu-item__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  text-transform: uppercase; }

.card-menu-item__content {
  font-family: "ITC Founders Caslon W01";
  font-style: italic; }

.card-press {
  border-width: 4px;
  font-size: 20px;
  margin-bottom: 2%;
  padding: 5px;
  text-align: center; }
  @media only screen and (max-width: 639px) {
    .card-press {
      margin: 0 0 25px 0; } }

.card-press__boxed {
  border-width: 2px;
  padding: 25px; }

.card-press__header {
  background-image: url(../images/decorative-line-1.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 74px 20px;
  margin: 0 0 30px 0;
  padding: 0 0 45px 0; }

.card-press__title {
  font-family: "IM Fell English", serif;
  font-size: 29px;
  letter-spacing: 3px;
  line-height: 1.3;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

.card-press__subtitle {
  font-family: "ITC Founders Caslon W01";
  font-style: italic; }

.card-press__pubdate {
  display: block;
  margin: 15px 0 0 0; }

.card-press__content {
  line-height: 1.4; }
  .card-press__content p:not(:last-child) {
    margin: 0 0 30px 0; }
  .card-press__content em {
    font-family: "ITC Founders Caslon W01";
    font-style: italic; }

.card-room {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .card-room .box {
    width: 50%; }
    @media only screen and (max-width: 639px) {
      .card-room .box {
        width: 100%; } }

.card-room__boxed {
  padding: 75px; }

.card-room__content {
  font-size: 18px;
  line-height: 1.6666;
  margin: 0 0 15px 0; }

.card-room__price {
  font-family: "ITC Founders Caslon W01";
  font-style: italic;
  font-size: 23px;
  margin: 0 0 20px 0; }

.block-colophon {
  font-style: italic;
  font-size: 20px;
  text-align: center; }

.block-companies {
  margin: 0 0 45px 0; }
  .block-companies .boxes {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .block-companies .boxes .box {
      width: 16%; }
      @media only screen and (max-width: 639px) {
        .block-companies .boxes .box {
          width: 100%; } }
      @media only screen and (max-width: 639px) {
        .block-companies .boxes .box:not(:last-child) {
          margin: 0 0 35px 0; } }
    .block-companies .boxes img {
      margin: 0 auto; }

.block-companies__primary-logo {
  margin: 0 auto 40px auto; }

.block-contact .boxes {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.block-contact .box {
  width: 48%; }
  @media only screen and (max-width: 639px) {
    .block-contact .box {
      width: 100%; } }

@media only screen and (max-width: 639px) {
  .block-contact .box-1 {
    margin: 0 0 40px 0; } }

.block-contact__heading {
  border-bottom: 2px solid #231f20;
  font-family: "dominican_small_capsregular";
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 18px 0;
  padding: 0 0 15px 0;
  text-transform: lowercase; }
  .block-contact__heading.is-alt {
    border: none;
    margin: -11px 14px 0 0;
    padding: 0; }

.block-contact__content:not(:last-child) {
  margin-bottom: 30px; }

.block-contact__content p {
  font-size: 18px;
  line-height: 1.6; }
  .block-contact__content p:not(:last-child) {
    margin-bottom: 30px; }

.block-contact__content address {
  font-size: 18px;
  line-height: 1.4; }

.block-footer {
  margin: 0 0 30px 0; }
  .block-footer .boxes {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .block-footer .box {
    width: 48%; }
    @media only screen and (max-width: 639px) {
      .block-footer .box {
        width: 100%; } }
  @media only screen and (max-width: 639px) {
    .block-footer .box-1 {
      margin: 0 0 25px 0; } }

.block-footer__line-1 {
  margin: 10px 0; }
  .block-footer__line-1 svg {
    fill: #fff;
    height: 3px;
    width: 75px; }

.block-footer__address,
.block-footer__phone {
  font-family: "dominican_small_capsregular";
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.16;
  text-transform: lowercase; }

.block-footer__phone {
  margin-bottom: 20px; }

.block-gallery {
  overflow-x: hidden; }
  .block-gallery .boxed {
    position: relative;
    z-index: 0; }
  .block-gallery .boxes {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    background: url(../images/seamless_wall_texture2black.jpg);
    background-size: contain; }
  .block-gallery .box {
    width: 25%; }
    @media only screen and (max-width: 639px) {
      .block-gallery .box {
        width: 100%; } }

.block-header {
  position: relative;
  z-index: 50;
  background-image: url("../images/pelicaninn_seamlessbackgroundwhite.jpg");
  background-size: contain;
  left: 0;
  padding: 13px 0;
  position: fixed;
  top: 0;
  width: 100%; }
  .block-header .boxes {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .block-header .box-1 {
    margin-right: 35px; }
  .block-header .box-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .block-header .box-3 {
    margin-left: 35px; }

.block-header__logo {
  max-width: 60px; }

.block-hours .boxes {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.block-hours .box {
  width: 48%; }
  @media only screen and (max-width: 639px) {
    .block-hours .box {
      width: 100%; } }

@media only screen and (max-width: 639px) {
  .block-hours .box-1 {
    margin: 0 0 35px 0; } }

.block-image {
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .block-image > img {
    opacity: 0; }

.block-instagram .boxes {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.block-instagram .box {
  position: relative;
  z-index: 10;
  width: 33.333333%; }
  @media only screen and (max-width: 639px) {
    .block-instagram .box {
      width: 100%; } }

.block-list .boxes {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.block-list .box {
  width: 48%; }
  @media only screen and (max-width: 639px) {
    .block-list .box {
      width: 100%; } }

@media only screen and (max-width: 639px) {
  .block-list .box-1 {
    margin: 0 0 35px 0; } }

.block-list ol {
  list-style: none; }
  .block-list ol li:not(:last-child) {
    margin: 0 0 35px 0; }

.block-map {
  height: 400px; }

.block-menus #menusContainer {
  max-width: 100%; }

.block-menus #sp_main .sp_tabs {
  overflow: visible !important; }

.block-menus #sp_main .sp_menu,
.block-menus #sp_main #tabsouter.borderTop,
.block-menus #sp_main #tabsouter,
.block-menus #sp_main #tabsouterouter {
  border: none !important; }

.block-menus #sp_main .sp_st.fn {
  background: none;
  border-bottom: 3px solid #231f20; }
  .block-menus #sp_main .sp_st.fn .sp_st_section_title {
    font-family: "temporalregular";
    font-size: 40px;
    font-weight: 400;
    text-transform: none; }

.block-menus #sp_main .spheaderContainer .sp_sd {
  font-family: "ITC Founders Caslon W01";
  font-style: italic;
  color: #231f20 !important;
  text-align: center; }

.block-menus #sp_main .hproduct {
  margin-left: 0;
  margin-right: 0;
  width: 45%; }

.block-menus .sp_menu.hstorefrontcategory > .sp_md {
  font-family: "ITC Founder's Caslon W00";
  font-size: 17px;
  text-align: center; }

.block-menus #sp_tabs {
  display: none !important; }

.block-menus #sp_panes .sp_mf.sp_pb {
  border: none;
  background-color: transparent !important; }

.block-menus #sp_foot {
  display: none; }

.block-menus #sp_main .sp_menu {
  color: #231f20; }

.block-menus #sp_main .sp_option span.addon_title,
.block-menus #sp_main .detailsDiv .item_addon_container,
.block-menus #sp_main .span_leaders,
.block-menus #sp_main .sp_priceUnit,
.block-menus #sp_main .hstorefrontproduct .fn,
.block-menus #sp_main .sp_option ul.sp_priceLine:before,
.block-menus #sp_main .sp_st.fn {
  border-color: #231f20 !important;
  color: #231f20 !important; }

.block-menus #sp_main .sp_menu.hstorefrontcategory {
  background-color: transparent; }

.block-menus #sp_main #sp_menu_drop {
  color: #231f20;
  border: none !important;
  margin: 0 0 50px 0;
  visibility: visible !important;
  position: static !important; }
  .block-menus #sp_main #sp_menu_drop ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-family: "dominican_small_capsregular";
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: lowercase; }
  .block-menus #sp_main #sp_menu_drop li {
    border-bottom: 2px solid transparent;
    margin: 0 35px 35px 35px;
    padding: 0 0 5px 0 !important;
    text-align: center; }
    @media only screen and (max-width: 639px) {
      .block-menus #sp_main #sp_menu_drop li {
        margin: 0 0 10px 0;
        width: 100%; } }
    .block-menus #sp_main #sp_menu_drop li:hover, .block-menus #sp_main #sp_menu_drop li.is-active {
      border-bottom-color: #231f20; }

.block-menus #sp_main .hstorefrontproduct .sp_option,
.block-menus #sp_main .hstorefrontproduct p.fn {
  font-family: "ITC Founder's Caslon W00";
  font-size: 17px;
  text-transform: uppercase; }

.block-menus #sp_main .hstorefrontproduct p.sp_description {
  font-family: "ITC Founders Caslon W01";
  font-style: italic;
  font-size: 17px; }

@media only screen and (max-width: 639px) {
  .block-menus #sp_main .sp_menu.hstorefrontcategory .sp_st.fn .sp_show {
    display: none !important; }
  .block-menus #sp_main .sp_st.fn,
  .block-menus #sp_main .spheaderContainer {
    border: none !important; }
  .block-menus #sp_main #sp_panes .sp_st {
    padding-bottom: 0; }
  .block-menus .sp_st_section_title {
    line-height: 1.4 !important; } }

.block-menus #sp_main #sp_menu_drop ul li.sp_menu_drop_down {
  text-align: center !important; }

.block-menu__header {
  margin: 0 0 40px 0;
  text-align: center; }

.block-menu__title {
  font-size: 29px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 15px 0; }

.block-menu__content {
  font-size: 20px; }

.block-menu-mobile {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  top: 0;
  transition: all .4s ease;
  width: 100vw;
  z-index: 600; }
  .block-menu-mobile img {
    margin: 0 auto; }
  .block-menu-mobile .box-2 {
    text-align: center;
    margin: 50px 0; }
  .block-menu-mobile .block-navigation {
    margin: 0 0 8px 0; }
    .block-menu-mobile .block-navigation > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .block-menu-mobile .block-navigation > ul li:not(:last-child) {
        margin: 0 0 7px 0; }
  .block-menu-mobile .block-navigation__submenu {
    color: #444; }

.block-menu-mobile__location {
  font-family: "ITC Founders Caslon W01";
  font-style: italic;
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

.block-navigation {
  font-family: "dominican_small_capsregular";
  letter-spacing: 1px;
  text-transform: lowercase; }
  .block-navigation > ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none; }
    @media only screen and (max-width: 1023px) {
      .block-navigation > ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .block-navigation > ul > li {
      position: relative;
      z-index: 10; }
      .block-navigation > ul > li > a {
        position: relative;
        z-index: 10; }
      .block-navigation > ul > li:hover > ul {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        transition: all .4s .3s, -webkit-transform .6s 0s ease;
        transition: all .4s .3s, transform .6s 0s ease;
        opacity: 1;
        visibility: visible; }
        .block-navigation > ul > li:hover > ul > li {
          opacity: 1; }
          .block-navigation > ul > li:hover > ul > li:nth-child(1) {
            transition-delay: 0.35s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(2) {
            transition-delay: 0.45s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(3) {
            transition-delay: 0.55s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(4) {
            transition-delay: 0.65s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(5) {
            transition-delay: 0.75s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(6) {
            transition-delay: 0.85s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(7) {
            transition-delay: 0.95s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(8) {
            transition-delay: 1.05s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(9) {
            transition-delay: 1.15s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(10) {
            transition-delay: 1.25s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(11) {
            transition-delay: 1.35s; }
          .block-navigation > ul > li:hover > ul > li:nth-child(12) {
            transition-delay: 1.45s; }
      .block-navigation > ul > li > ul {
        position: relative;
        z-index: 0;
        list-style: none;
        padding: 15px; }
        @media only screen and (min-width: 640px) {
          .block-navigation > ul > li > ul {
            background: #fff;
            background-image: url("../images/pelicaninn_seamlessbackgroundwhite.jpg");
            left: -15px;
            opacity: 0;
            position: absolute;
            transition: all .4s 0s, -webkit-transform .6s .3s ease;
            transition: all .4s 0s, transform .6s .3s ease;
            list-style: none;
            -webkit-transform: translateY(-100%);
                    transform: translateY(-100%);
            top: 100%;
            visibility: visible;
            width: 200px; } }
        @media only screen and (max-width: 639px) {
          .block-navigation > ul > li > ul {
            display: none; } }
        .block-navigation > ul > li > ul > li {
          list-style: none;
          line-height: 1.2;
          transition: all .4s ease; }
          @media only screen and (min-width: 640px) {
            .block-navigation > ul > li > ul > li {
              opacity: 0; } }
          .block-navigation > ul > li > ul > li:not(:last-child) {
            margin: 0 0 13px 0; }
  .block-navigation a {
    position: relative;
    z-index: 0; }
    .block-navigation a:after {
      background: #231f20;
      bottom: -4px;
      content: ' ';
      height: 3px;
      left: 0;
      transition: all .4s ease;
      position: absolute;
      width: 0%; }
    .block-navigation a:hover:after {
      width: 100%; }

@media only screen and (min-width: 640px) {
  .block-rooms .row:nth-child(even) .box-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 640px) {
  .block-rooms .row:nth-child(even) .box-2 {
    text-align: right; } }

@media only screen and (min-width: 640px) {
  .block-rooms .row:nth-child(even) .component-heading-two {
    background-position: 102% 100%; } }

.nf-form-cont .nf-before-form-content {
  display: none; }

.nf-form-cont .nf-field-container {
  margin-bottom: 20px; }

.nf-form-cont .ninja-forms-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border: 2px solid #231f20;
  color: #231f20;
  font-size: 17px;
  padding: 10px;
  text-transform: lowercase; }
  .nf-form-cont .ninja-forms-field::-webkit-input-placeholder {
    color: #ccc; }
  .nf-form-cont .ninja-forms-field:-ms-input-placeholder {
    color: #ccc; }
  .nf-form-cont .ninja-forms-field::placeholder {
    color: #ccc; }

.nf-form-cont .nf-error-required-error {
  font-family: "ITC Founders Caslon W01";
  font-style: italic; }

.nf-form-cont .nf-error .ninja-forms-field {
  border-width: 2px; }

.view-footer {
  background: url(../images/seamless_wall_texture2black.jpg);
  background-size: contain;
  color: #fff;
  padding: 50px 0; }
  @media only screen and (max-width: 639px) {
    .view-footer {
      padding: 50px 10px; } }

.view-page > *:not(:last-child):not(.block-rooms) {
  margin-bottom: 55px; }

.view-page > .block-text:last-child {
  margin-bottom: 55px; }

.state-area-dark .component-button-menu .line svg {
  fill: #fff; }

.state-menu-open .block-menu-mobile {
  opacity: 1;
  visibility: visible; }

.state-menu-open .component-button-menu .line {
  transition-delay: 0s; }
  .state-menu-open .component-button-menu .line svg {
    transition-delay: .4s; }

.state-menu-open .component-button-menu .line-1 {
  top: 11px; }
  .state-menu-open .component-button-menu .line-1 svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.state-menu-open .component-button-menu .line-2 {
  opacity: 0; }

.state-menu-open .component-button-menu .line-3 {
  top: -11px; }
  .state-menu-open .component-button-menu .line-3 svg {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

@media only screen and (max-width: 639px) {
  .is-desktop-only {
    display: none !important; } }

@media only screen and (min-width: 640px) {
  .is-mobile-only {
    display: none !important; } }

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