@charset "UTF-8";
/*
Theme Name: West Highland Hotel
*/
/*1472*/
/* gm-opacity ($animation-name) 3s (duration) 1 (iterations) */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  color: #0f2453;
}
a:hover, a:focus {
  color: #121212;
}

html {
  background-color: white;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-feature-settings: "liga" 1, "onum" 1;
  color: #121212;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    font-family: "Poppins", sans-serif;
  }
}
@supports (font-variant-ligatures: common-ligatures) {
  body {
    font-feature-settings: normal;
    font-variant-ligatures: common-ligatures;
  }
}
@supports (font-variant-numeric: oldstyle-nums) {
  body {
    font-feature-settings: normal;
    font-variant-numeric: oldstyle-nums;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 0.75rem;
  line-height: 1.3;
  color: #15323a;
}

h1 {
  font-size: 2.027rem;
}

h2 {
  font-size: 1.802rem;
}

h3 {
  font-size: 1.602rem;
}

h4 {
  font-size: 1.266rem;
}

h5 {
  font-size: 1.266rem;
}

h6 {
  font-size: 1.266rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

p + h2,
p + h3,
p + h4 {
  margin-top: 1.5rem;
}

/*
p+p {
    margin-top: 0;
    text-indent: $spacing-medium;
}
*/
dl,
ol,
ul {
  font-size: 1.125rem;
}

small {
  font-size: 1rem;
}

pre,
code,
samp {
  font-size: inherit;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-x: scroll;
  background-color: #666666;
  color: #eeeeee;
  font-weight: 700;
  padding: 1rem;
  border-radius: 0.25rem;
}

code {
  color: #eeeeee;
}

b,
strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #121212;
}

blockquote {
  box-sizing: border-box;
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #d8d8d8;
}

blockquote p {
  quotes: "“" "”" "‘" "’";
  font-family: "Poppins", sans-serif;
  font-size: 1.424rem;
}

blockquote p:last-of-type,
blockquote p:only-of-type {
  margin-bottom: 0.75rem;
}

blockquote p::before {
  content: open-quote;
  color: #1d1f39;
}

blockquote cite {
  display: block;
  font-size: 1rem;
  font-style: normal;
}

blockquote cite:before {
  content: "— ";
}

.panel {
  overflow: hidden;
  max-width: 100%;
}

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

@media (min-width: 900px) {
  .panel {
    display: grid;
  }
}

.panel--about {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #e0e3e1;
}

.panel--about header {
  padding: 3rem;
}

.panel--about img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 60vh;
}

.panel--about h2 {
  font-size: 2.2525rem;
}

.panel--about h2:after {
  content: "";
  width: 50%;
  height: 4px;
  background: #9d8a5e;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: block;
}

.panel--about a {
  padding: 1em;
  display: inline-block;
  border: 1px solid #9d8a5e;
  text-decoration: none;
  color: #9d8a5e;
}

.panel--ctas {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 6rem;
  padding: 1rem;
  background-color: #15323a;
  background-attachment: fixed;
  text-align: center;
  min-height: 80vh;
  align-items: center;
  border-top: 2px solid #9d8a5e;
  border-bottom: 1px solid #9d8a5e;
}
@media (min-width: 900px) {
  .panel--ctas {
    padding: 3rem;
  }
}

.panel--ctas div {
  margin-bottom: 1rem;
  background: rgba(21, 50, 58, 0.95);
  padding: 3rem;
  border: 1px solid #9d8a5e;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .panel--ctas div {
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .panel--ctas img {
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.panel--ctas h2 {
  color: white;
}

.panel--ctas h2:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #b5a683;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.panel--ctas p {
  color: #9d8a5e;
  font-size: 0.85em;
}

.panel--ctas a {
  display: block;
  padding: 1rem;
  border: 2px solid #9d8a5e;
  background: transparent;
  color: white;
  text-decoration: none;
  width: 60%;
  margin: 0 auto;
}

.panel--restaurant {
  grid-template-columns: 1fr 2fr;
  align-items: center;
  background: #15323a;
  border-bottom: 1px solid #9d8a5e;
}

.panel--restaurant header {
  padding: 3rem;
  grid-row: 1/-1;
}

.panel--restaurant header h2 {
  color: white;
}

.panel--restaurant h2:after {
  content: "";
  width: 50%;
  height: 4px;
  background: #325561;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: block;
}

.panel--restaurant header p {
  color: #d8d8d8;
}

.panel--restaurant .food {
  grid-row: 1;
}

.restaurant__menu {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.restaurant__menu li {
  margin: 0;
  padding: 0;
}

.restaurant__menu a {
  padding: 1rem;
  text-align: center;
  display: block;
  text-decoration: none;
  color: white;
}

.restaurant__menu li:nth-child(1) a {
  background: #9d8a5e;
}

.restaurant__menu li:nth-child(2) a {
  background: #15323a;
}

.panel--restaurant .food > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.panel--restaurant .food img {
  display: block;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.panel--weddings {
  position: relative;
  background-image: url(images/Weddings.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  min-height: 100vh;
  border-bottom: 1px solid #9d8a5e;
}

.panel--weddings:before {
  content: " ";
  background: linear-gradient(180deg, #15323a 0%, rgba(20, 36, 80, 0) 100%);
  height: 50vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.panel--weddings header {
  padding: 3rem;
  position: absolute;
  top: 3rem;
  left: 0;
  text-align: center;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
}

.panel--weddings header h2 {
  color: white;
}

.panel--weddings h2:after {
  content: "";
  width: 50%;
  height: 2px;
  background: #9d8a5e;
  margin-top: 1rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.panel--weddings header p {
  color: white;
}
@media (min-width: 900px) {
  .panel--weddings header p {
    max-width: 50%;
    margin: 0 auto 1em auto;
  }
}

.panel--weddings a {
  display: block;
  padding: 1rem;
  border: 2px solid #9d8a5e;
  background: rgba(21, 50, 58, 0.7);
  color: white;
  text-decoration: none;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .panel--weddings a {
    width: 10%;
  }
}

.panel--gallery {
  grid-template-columns: 2fr 1fr;
  background: #9d8a5e;
  align-items: center;
  border-bottom: 1px solid #9d8a5e;
}

.panel--gallery header {
  grid-column: 2;
  grid-row: 1;
  padding: 3rem;
}

.panel--gallery h2 {
  color: white;
}

.panel--gallery h2:after {
  content: "";
  width: 50%;
  height: 4px;
  background: white;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: block;
}

.panel--gallery p {
  color: white;
}

.panel--gallery .gallery {
  grid-column: 1;
  grid-row: 1;
  zoom: 1;
}
.panel--gallery .gallery:before, .panel--gallery .gallery:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.panel--gallery .gallery:after {
  clear: both;
}

.panel--gallery a {
  padding: 1em;
  display: inline-block;
  border: 1px solid #c4b89d;
  text-decoration: none;
  color: white;
}

.panel--gallery .gallery img,
.panel--gallery .gallery video {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}

.panel--findus {
  grid-template-columns: 1fr 2fr;
  align-items: center;
  background: #15323a;
}

.panel--findus header {
  padding: 3rem;
}

.panel--findus h2 {
  color: white;
}

.panel--findus h2:after {
  content: "";
  width: 50%;
  height: 4px;
  background: #325561;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: block;
}

.panel--findus p {
  color: #d8d8d8;
}

.panel--findus a {
  padding: 1em;
  display: inline-block;
  border: 1px solid #325561;
  text-decoration: none;
  color: white;
}

.panel--findus iframe {
  border: 0;
  width: 100%;
  height: 60vh;
  float: left;
}

.findus__map {
  zoom: 1;
}
.findus__map:before, .findus__map:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.findus__map:after {
  clear: both;
}

.about--internal {
  grid-gap: 3rem;
  padding-top: 2rem;
}
@media (min-width: 900px) {
  .about--internal {
    padding-top: 0;
  }
}

.panel--ammenities {
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}

.panel--ammenities header {
  background: #9d8a5e;
  padding: 3rem;
}

.panel--ammenities header h3,
.panel--ammenities header p {
  color: white;
}

.panel--ammenities header h3:after {
  content: "";
  width: 50%;
  height: 2px;
  background: #c4b89d;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: block;
}

.panel--ammenities ul {
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #9d8a5e;
}

.panel--ammenities ul li {
  margin-bottom: 1.5rem;
}

.panel--ammenities ul strong {
  display: block;
  font-weight: 600;
  color: #15323a;
}

.bookingpanel {
  padding: 0 3rem 3rem;
}
@media (min-width: 900px) {
  .bookingpanel {
    padding: 3rem;
  }
}

.bookingpanel__price {
  font-size: 2.5em;
  color: #9d8a5e;
}

@media (min-width: 900px) {
  .bookingpanel__options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.bookingpanel__options strong {
  text-transform: uppercase;
  font-size: 0.8em;
  display: block;
  color: #9d8a5e;
}

.bookingpanel__options a[href*=https] {
  background: #9d8a5e;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 1rem 3rem;
  font-weight: 600;
}

.about--internal header {
  padding-top: 0;
}
@media (min-width: 900px) {
  .about--internal header {
    padding-top: 3rem;
  }
}

.panel--roomgallery {
  grid-template-columns: 1fr 2fr;
  align-items: center;
  background: #15323a;
}

.panel--roomgallery header {
  padding: 3rem;
}

.panel--roomgallery header h3,
.panel--roomgallery header p {
  color: white;
}

.panel--roomgallery header h3:after {
  content: "";
  width: 75%;
  height: 2px;
  background: #1c424d;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: block;
}

.panel--roomgallery div {
  zoom: 1;
}
.panel--roomgallery div:before, .panel--roomgallery div:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.panel--roomgallery div:after {
  clear: both;
}

.panel--roomgallery img {
  float: left;
  width: 100%;
  height: auto;
}

.roomgallery {
  position: relative;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  color: white;
  z-index: 9999;
  display: inline-block;
  cursor: pointer;
}

.gallery-prev {
  left: 3rem;
}

.gallery-next {
  right: 3rem;
}

.panel--intro {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #e0e3e1;
  grid-gap: 3rem;
  padding: 3rem 3rem 2rem;
  margin-bottom: 2rem;
  align-items: start;
}

.panel--intro h2 {
  font-size: 3.5em;
}

.intro--hasimage {
  align-items: center;
}

.intro--hasimage h2,
.intro--hasimage p {
  color: #b1a17d;
}

.panel--intro h2:after {
  content: "";
  width: 80%;
  height: 2px;
  background: #9d8a5e;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: block;
}

.panel--intro p {
  font-size: 1.5em;
  color: #9d8a5e;
}

.intro--hasimage h2,
.intro--hasimage p {
  color: #b1a17d;
}

.content {
  padding: 0 3rem;
}

.content p:first-child {
  font-size: 1.8em;
  color: #9d8a5e;
  max-width: 50%;
}

.panelcontent {
  padding: 0 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .panelcontent {
    grid-gap: 3rem;
  }
}

.panelcontent--2cols {
  grid-template-columns: 1fr 1fr;
}

.panelcontent--2colsalt {
  grid-template-columns: 4fr 6fr;
}

.panelcontent--3cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.panelcontent--4cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.panelcontent h3 {
  color: #9d8a5e;
}

.page-template-rooms .panel--intro,
.single-room .panel--intro,
.tax-room-category .panel--intro {
  margin-bottom: 0;
  border-bottom: 2px solid #9d8a5e;
}

.panel--room {
  background: #9d8a5e;
}
@media (min-width: 900px) {
  .panel--room {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.panel--room .col:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  padding: 3rem;
}

.panel--room h3 {
  color: white;
}

.panel--room h3:after {
  content: "";
  width: 50%;
  height: 4px;
  background: white;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: block;
}

.panel--room p {
  color: white;
}

.panel--room.panel--left {
  grid-template-columns: 1fr 1fr;
  background: #15323a;
}

.panel--room.panel--left .col:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.panel--room.panel--left .col:nth-child(2) {
  grid-column: 1;
  grid-row: 1;
}

.panel--room .col {
  zoom: 1;
}
.panel--room .col:before, .panel--room .col:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.panel--room .col:after {
  clear: both;
}

.panel--room a {
  padding: 1em;
  display: inline-block;
  border: 1px solid #c4b89d;
  text-decoration: none;
  color: white;
}

.panel--room .col img,
.panel--room .col video {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}

.page-template-2cols .col:first-child p:first-child {
  color: #15323a;
  font-size: 1.4em;
}

.page-template-2cols .col:first-child h3:first-child + p {
  color: #15323a;
  font-size: 1.4em;
}

.btn--cta, .wpforms-submit {
  padding: 1rem 2rem !important;
  color: white !important;
  background: #9d8a5e !important;
  border-radius: 1em !important;
  text-decoration: none !important;
  display: block;
  margin-bottom: 2rem !important;
}
@media (min-width: 900px) {
  .btn--cta, .wpforms-submit {
    display: inline-block !important;
    margin-bottom: 0 !important;
  }
}

.featureimage {
  zoom: 1;
  display: block;
  width: 100%;
  height: auto;
}
.featureimage:before, .featureimage:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.featureimage:after {
  clear: both;
}
@media (min-width: 900px) {
  .featureimage {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

.featureimage img {
  float: left;
}

.banner {
  background: #15323a;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .banner {
    text-align: left;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 6fr;
    grid-gap: 3rem;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0;
  }
}

@media (min-width: 900px) {
  .page-template-template-home .banner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: none;
  }
}

.banner b {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.banner h2 {
  margin: 0;
}

.banner h2 img {
  display: inline-block;
  padding: 1.5rem;
  background: #15323a;
  max-width: 50%;
  height: auto;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-12-11 16:20:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation puff-in-ver
 * ----------------------------------------
 */
@-webkit-keyframes cssAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes cssAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@-webkit-keyframes puff-in-ver {
  0% {
    transform: scaleY(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-ver {
  0% {
    transform: scaleY(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.puff-in-ver {
  -webkit-animation: puff-in-ver 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  animation: puff-in-ver 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-12-11 16:24:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.hero {
  zoom: 1;
}
.hero:before, .hero:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.hero:after {
  clear: both;
}
@media (min-width: 900px) {
  .hero {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 900px) {
  .hero:before {
    content: " ";
    background: linear-gradient(180deg, #15323a 0%, rgba(20, 36, 80, 0) 100%);
    height: 50vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}

.hero img,
.hero video {
  width: 100%;
}
@media (min-width: 900px) {
  .hero img,
.hero video {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    float: left;
  }
}

.hero div:nth-of-type(1) {
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  -webkit-animation: puff-in-ver 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-ver 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
@media (min-width: 900px) {
  .hero div:nth-of-type(1) {
    position: absolute;
    left: 0;
    bottom: 8vh;
  }
}

.hero h2 {
  padding: 1.5rem;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .hero h2 {
    padding: 0;
    background: none;
    max-width: 80%;
    color: white;
    font-size: 6.5vh;
    margin-bottom: 4.5vh;
  }
}

.hero--internal h2 {
  font-size: 6.5vh;
  -webkit-animation: none;
          animation: none;
}

.hero ul {
  font-size: 1.2em;
  list-style: none;
  padding: 2rem;
  background: rgba(21, 50, 58, 0.85);
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .hero ul {
    border: 1px solid #9d8a5e;
    margin: 0 auto;
    max-width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
  }
}

.hero ul li {
  margin: 0;
  padding: 0;
}

.hero ul li a {
  display: block;
  padding: 0.75rem 1rem;
  border: 1px solid #9d8a5e;
  background: #9d8a5e;
  color: white;
  text-decoration: none;
}

.hero ul li:nth-child(2) a {
  background: rgba(21, 50, 58, 0.85);
}

.footer {
  text-align: center;
  padding: 3rem;
  background: #15323a;
  border-top: 2px solid #9d8a5e;
}
@media (min-width: 900px) {
  .footer {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .footer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
  }
}

.footer p {
  color: white;
}

.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__menu ul li {
  margin-bottom: 1.8rem;
}

@media (min-width: 900px) {
  .footer__menu ul li:last-child {
    margin-bottom: 0;
  }
}

.footer a {
  color: #9d8a5e;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #b1a17d;
}

@media (min-width: 900px) {
  .footer__logo {
    max-width: 50%;
    height: auto;
  }
}

.footer__logo + p {
  font-weight: 600;
  color: #9d8a5e;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social li {
  display: inline-block;
  margin-right: 1rem;
}

.social li:last-child {
  margin-right: 0;
}

.copyright p {
  font-size: 0.9em;
  color: #77788d;
}

.copyright a {
  color: #9d8a5e;
}

#menutoggle {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.navigation ul {
  list-style: none;
  padding: 0;
  line-height: normal;
  margin: 0;
}

.navigation a {
  text-decoration: none;
}

.navigation--main {
  zoom: 1;
}
.navigation--main:before, .navigation--main:after {
  display: block;
  overflow: hidden;
  height: 0;
  content: " ";
}
.navigation--main:after {
  clear: both;
}

.navigation--main ul {
  display: none;
  text-transform: uppercase;
  padding-bottom: 3rem;
  font-size: 0.8em;
}
@media (min-width: 900px) {
  .navigation--main ul {
    padding-bottom: 0;
    font-size: 0.8vw;
    display: block;
    float: right;
  }
}

.navigation--main input[type=checkbox]:checked ~ ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  grid-gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 900px) {
  .navigation--main input[type=checkbox]:checked ~ ul {
    display: block;
    padding: 0;
  }
}

.navigation--main ul li {
  margin-bottom: 1rem;
}
@media (min-width: 900px) {
  .navigation--main ul li {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.navigation--main ul li a {
  color: #bbad8d;
  padding: 0.5rem 1rem;
  border: 1px solid #9f8964;
  display: block;
  min-height: 6vh;
}
@media (min-width: 900px) {
  .navigation--main ul li a {
    padding: 0;
    border: 0;
    min-height: auto;
  }
}

.navigation--main ul li a:hover,
.navigation--main ul li a:focus,
.navigation--main ul li a:active,
.navigation--main ul li.current_page_item a,
.single-room .navigation--main ul li:nth-child(2) a,
.tax-room-category .navigation--main ul li:nth-child(2) a {
  color: white;
}

.navigation--main ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .navigation--main ul li:last-child {
    margin-right: 0;
  }
}

.navigation--main__togglebutton {
  width: 24px;
  height: 20px;
  text-indent: -10000%;
  overflow: hidden;
  background: url(images/ico--menu.svg) no-repeat;
  display: block;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: white;
}
@media (min-width: 900px) {
  .navigation--main__togglebutton {
    display: none;
    cursor: pointer;
  }
}

.gldbm-panel__toggle-button {
  background: #0f2453 !important;
}

.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent;
}

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

.btn:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

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

.btn-primary {
  color: white;
  background-color: #0f2453;
  border-radius: 3px;
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.btn-primary:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
}

.btn-primary:disabled,
.btn-primary.is-disabled {
  opacity: 0.5;
}

.btn-outline,
.btn-outline:hover {
  border-color: currentcolor;
}

.btn-outline {
  border-radius: 3px;
}

.btn-outline:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.btn-outline:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
}

.btn-outline:disabled,
.btn-outline.is-disabled {
  opacity: 0.5;
}

.btn-small {
  padding: 0.25rem 0.5rem;
}

.btn-big {
  padding: 1rem 1.25rem;
}

.btn-narrow {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

th {
  text-align: left;
  font-weight: bold;
}

th,
td {
  padding: 0.75rem;
  line-height: inherit;
}

th {
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

.table-light th,
.table-light td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: 1px;
}

.table-light tr:last-child td {
  border-bottom: 0;
}

/* =WordPress Core
  -------------------------------------------------------------- */
.alignnone {
  margin: 0 1rem 1rem 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: none;
  margin: 0;
}
@media (min-width: 600px) {
  .alignright {
    float: right;
    margin: 0 0 1rem 1rem;
  }
}

.alignleft {
  float: none;
  margin: 0;
}
@media (min-width: 600px) {
  .alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

a img.alignnone {
  margin: 0 1rem 1rem 0;
}

a img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 0.375rem 0.375rem 0 0.375rem;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0 1rem 1rem 0;
}

.wp-caption.alignleft {
  margin: 0 1rem 1rem 0;
}

.wp-caption.alignright {
  margin: 0 0 1rem 1rem;
}

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

.wp-caption p.wp-caption-text {
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}

.required {
  color: #ff3830;
}

ol.commentlist li {
  margin-bottom: 0.75rem;
}

ol.commentlist li.comment {
  border: 1px solid #bfbfbf;
  padding: 1em;
}

ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
  border: 1px solid #bfbfbf;
  float: right;
  margin: 0 0 1em 1em;
  border-radius: 50%;
  padding: 0.05em;
}

ol.commentlist li.comment div.comment-metadata {
  font-size: 0.8em;
}

ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}

ol.commentlist li.comment p {
  margin: 0 0 1em;
}

ol.commentlist li.comment ul {
  list-style: none;
  margin: 0 0 1em 1em;
}

ol.commentlist li.comment div.reply a {
  font-weight: bold;
}

ol.commentlist li.comment ul.children,
ol.commentlist li.comment ol.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}

ol.commentlist li.comment ul.children li.depth-2 {
  border-left: 1px solid #555;
  margin: 0 0 0.25em 0.25em;
}

ol.commentlist li.comment ul.children li.depth-3 {
  border-left: 1px solid #999;
  margin: 0 0 0.25em 0.25em;
}

ol.commentlist li.comment ul.children li.depth-4 {
  border-left: 1px solid #bbb;
  margin: 0 0 0.25em 0.25em;
}

ol.commentlist li.even {
  background: white;
}

ol.commentlist li.odd {
  background: #f6f6f6;
}

ol.commentlist li.parent {
  border-left: 1px solid #121212;
}

a.comment-reply-link {
  font-family: inherit;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: 0.25rem 0.5rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #121212;
  background-color: #d8d8d8;
  border-radius: 3px;
}

.tagcloud {
  margin-bottom: 2rem;
}
