/*!
Theme Name: Conrad Hotels (Full)
Theme URI: http://www.conradhotels.com
Author: Openbox9 (Joe Tan)

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
@import url(css/conrad-reservation-widget-vendor.css);
@font-face {
  font-family: 'Avenir';
  src: url(fonts/avenir-light.ttf) format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'Avenir';
  src: url(fonts/avenir-roman.ttf) format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'Avenir';
  src: url(fonts/avenir-black.ttf) format("truetype");
  font-weight: 900; }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-7px); } }
@-webkit-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }
@-moz-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }
@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }
@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px; } }
@-moz-keyframes loading {
  100% {
    background-position: 0px -570px; } }
@keyframes loading {
  100% {
    background-position: 0px -570px; } }
@-webkit-keyframes loop {
  from {
    -webkit-transform: translate(0%, 0%); }
  to {
    -webkit-transform: translate(-50%, 0%); } }
@-moz-keyframes loop {
  from {
    -moz-transform: translate(0%, 0%); }
  to {
    -moz-transform: translate(-50%, 0%); } }
@keyframes loop {
  from {
    transform: translate(0%, 0%); }
  to {
    transform: translate(-50%, 0%); } }
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px; }

img.sample {
  background: #00aaee; }

html, body {
  margin: 0;
  padding: 0;
  font-family: Avenir, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
  text-align: left;
  min-width: 320px; }

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #f4f2f3; }

body {
  padding: 0 0 0px 0;
  background: #fff; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

em strong,
strong em {
  font-weight: bold;
  font-style: italic; }

.mobile-only {
  display: none; }

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden; }

.clear {
  clear: both; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.entity {
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif; }

.text-sans-serif {
  font-family: Avenir, Arial, Helvetica, sans-serif; }

.text-serif {
  font-family: Times, Georgia, serif; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-aligncenter,
.text-center {
  text-align: center; }

.text-alignright,
.text-right {
  text-align: right; }

.text-alignleft,
.text-left {
  text-align: left; }

.text-white {
  color: white; }

.text-black {
  color: black; }

.text-red {
  color: red; }

.text-green {
  color: green; }

.text-blue {
  color: #005596; }

.text-light-blue {
  color: blue; }

.text-orange {
  color: orange; }

.text-yellow {
  color: yellow; }

.text-navy-blue {
  color: navy; }

.text-teal {
  color: teal; }

.text-purple {
  color: purple; }

.text-gray {
  color: gray; }

.text-silver {
  color: silver; }

.text-dark-gray {
  color: gray; }

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

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0; }

img[align=right],
img.alignright {
  margin: 0 0 15px 15px; }

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto; }

img.circle {
  border-radius: 50%; }

img,
a > img {
  border: 0; }

a {
  color: #907041;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  a:hover {
    text-decoration: underline; }
  a.more {
    white-space: nowrap; }

p {
  margin: 0 0 1em 0; }
  p:last-child {
    margin-bottom: 0; }

iframe {
  max-width: 100%; }
  .fb_iframe_widget iframe {
    max-width: none; }

.intro {
  margin: 0 0 1em;
  font-size: 1.33em; }

.clickable {
  cursor: pointer; }

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0; }

ul {
  margin: 0 0 1em; }

th, td {
  border: 0; }

blockquote,
blockquote.wp-blockquote,
blockquote.wp-blockquote.is-style-large {
  box-sizing: border-box;
  position: relative;
  margin: 1.7em 0;
  font-weight: 400; }
  blockquote p,
  blockquote.wp-blockquote p,
  blockquote.wp-blockquote.is-style-large p {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    width: 40%;
    font-size: 1.7rem;
    line-height: 1.15;
    float: right; }
  blockquote cite,
  blockquote.wp-blockquote cite,
  blockquote.wp-blockquote.is-style-large cite {
    display: block;
    margin: 5px 0 0 0;
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
    text-align: left; }
  blockquote.alignright,
  blockquote.wp-blockquote.alignright,
  blockquote.wp-blockquote.is-style-large.alignright {
    width: 50%;
    margin: 0 0 1em 1em; }
  blockquote.alignleft,
  blockquote.wp-blockquote.alignleft,
  blockquote.wp-blockquote.is-style-large.alignleft {
    width: 50%;
    margin: 0 1em 1em 0; }
  @media screen and (max-width: 600px) {
    blockquote,
    blockquote.wp-blockquote,
    blockquote.wp-blockquote.is-style-large {
      margin-bottom: 30%; }
      blockquote p,
      blockquote.wp-blockquote p,
      blockquote.wp-blockquote.is-style-large p {
        display: block;
        width: 100%; } }

.toggle {
  cursor: pointer; }

.question {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e3e6; }

.expandable {
  cursor: pointer;
  position: relative; }
  .expandable:hover {
    color: #005596; }
  .expandable:before {
    display: inline-block;
    margin: 0 0.2em 0 0;
    font-family: "FontAwesome";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    content: "\f0da";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .expandable.opened:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.expand-content {
  display: none;
  margin: 0 0 1.5em 0; }

.expandable-box {
  margin: 0 auto 2em 0;
  padding: 0 0 1.5em 0; }
  .expandable-box > .content {
    position: relative;
    max-height: 6em;
    overflow: hidden;
    -webkit-transition: max-height, 0.2s linear;
    -moz-transition: max-height, 0.2s linear;
    -ms-transition: max-height, 0.2s linear;
    -o-transition: max-height, 0.2s linear;
    transition: max-height, 0.2s linear; }
    .expandable-box > .content:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80%;
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: linear-gradient(top, rgba(255, 255, 255, 0), #fff); }
  .expandable-box > .more {
    position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
    text-align: right;
    font-size: 17px;
    font-family: Avenir, Arial, Helvetica, sans-serif;
    color: green;
    text-transform: uppercase; }
    .expandable-box > .more:after {
      margin-left: 0.5em;
      font-family: "FontAwesome";
      font-weight: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: none !important;
      content: "\f107"; }
  .expandable-box.on > .content {
    max-height: 1000px; }
    .expandable-box.on > .content:after {
      display: none; }
  .expandable-box.on > .more:after {
    content: "\f106"; }

@media screen and (max-width: 769px) {
  html, body {
    font-size: 14px; }

  .mobile-hide {
    display: none; }

  .mobile-only {
    display: block; } }
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
  clear: both;
  font-family: Avenir, Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.4em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    display: block;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: 0.5em; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    display: block;
    font-weight: 900; }
  h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
    display: inline;
    margin-right: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }
  h1.bar, h2.bar, h3.bar, h4.bar, h5.bar, h6.bar {
    margin-bottom: 50px; }
    h1.bar:after, h2.bar:after, h3.bar:after, h4.bar:after, h5.bar:after, h6.bar:after {
      content: ' ';
      display: block;
      margin: 20px 0;
      height: 2px;
      width: 100px;
      background: currentColor; }
    @media screen and (max-width: 769px) {
      h1.bar:after, h2.bar:after, h3.bar:after, h4.bar:after, h5.bar:after, h6.bar:after {
        width: 60px;
        height: 1px; } }

h1 {
  font-size: 3.2em;
  letter-spacing: .35em; }

h2 {
  font-size: 3.3em;
  letter-spacing: .35em; }

h3 {
  margin-bottom: 0px;
  font-size: 1.95em;
  letter-spacing: .3em; }
  h3 small {
    margin-bottom: 10px; }

h4 {
  margin-bottom: 15px;
  font-size: 1.414em; }

h5 {
  margin-bottom: 10px;
  font-size: 1em; }

h6 {
  margin-bottom: 10px;
  font-size: 0.707em; }
  h6 strong {
    display: inline; }

h2.expandable {
  text-transform: none;
  font-size: 14px;
  font-weight: bold; }
  h2.expandable:before {
    margin-right: 17px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    content: "+";
    bottom: -2px; }
  h2.expandable.opened:before {
    content: '\2013'; }

@media screen and (max-width: 769px) {
  h3 {
    font-size: 1.8em; }

  h1 strong {
    display: inline; } }
@media screen and (max-width: 330px) {
  h3 {
    font-size: 1.5em; } }
@media screen and (max-width: 500px) {
  h1 {
    font-size: 2em; } }
@media screen and (min-width: 501px) and (max-width: 769px) {
  h1#page-title {
    font-size: 2.75em; }

  h3.block-title {
    font-size: 2.2em; }
    h3.block-title strong {
      display: inline; }

  h3.carousel-title {
    font-size: 2.2em; }
    h3.carousel-title strong {
      display: inline; } }
@media screen and (max-width: 769px) {
  table,
  tr,
  td {
    display: block; }

  td {
    margin-bottom: 1em; }

  table.table-responsive > thead {
    display: none; }
  table.table-responsive > tbody > tr > td {
    margin-bottom: 0; }
    table.table-responsive > tbody > tr > td:before {
      display: block;
      content: attr(data-label);
      font-size: 80%; }
    table.table-responsive > tbody > tr > td:last-child {
      margin-bottom: 1em; } }
input[type="submit"],
input[type="button"],
button,
.button,
.wp-block-button__link,
.wp-block-button_link,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 10px 30px 7px;
  font-family: Avenir, Arial, Helvetica, sans-serif;
  font-size: initial;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #000;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal; }
  input[type="submit"] > span,
  input[type="button"] > span,
  button > span,
  .button > span,
  .wp-block-button__link > span,
  .wp-block-button_link > span,
  .btn > span {
    margin-left: 5px; }
  input[type="submit"].aligncenter, input[type="submit"].center,
  input[type="button"].aligncenter,
  input[type="button"].center,
  button.aligncenter,
  button.center,
  .button.aligncenter,
  .button.center,
  .wp-block-button__link.aligncenter,
  .wp-block-button__link.center,
  .wp-block-button_link.aligncenter,
  .wp-block-button_link.center,
  .btn.aligncenter,
  .btn.center {
    display: block;
    max-width: 250px;
    margin: 0 auto 1em; }
  input[type="submit"].on, input[type="submit"]:hover,
  input[type="button"].on,
  input[type="button"]:hover,
  button.on,
  button:hover,
  .button.on,
  .button:hover,
  .wp-block-button__link.on,
  .wp-block-button__link:hover,
  .wp-block-button_link.on,
  .wp-block-button_link:hover,
  .btn.on,
  .btn:hover {
    text-decoration: none;
    background-color: #005596; }
  input[type="submit"].green,
  input[type="button"].green,
  button.green,
  .button.green,
  .wp-block-button__link.green,
  .wp-block-button_link.green,
  .btn.green {
    background-color: green; }
    input[type="submit"].green:hover,
    input[type="button"].green:hover,
    button.green:hover,
    .button.green:hover,
    .wp-block-button__link.green:hover,
    .wp-block-button_link.green:hover,
    .btn.green:hover {
      background-color: #006700; }
  input[type="submit"].blue,
  input[type="button"].blue,
  button.blue,
  .button.blue,
  .wp-block-button__link.blue,
  .wp-block-button_link.blue,
  .btn.blue {
    background-color: #005596; }
    input[type="submit"].blue:hover,
    input[type="button"].blue:hover,
    button.blue:hover,
    .button.blue:hover,
    .wp-block-button__link.blue:hover,
    .wp-block-button_link.blue:hover,
    .btn.blue:hover {
      background-color: #00477d; }
  input[type="submit"].teal,
  input[type="button"].teal,
  button.teal,
  .button.teal,
  .wp-block-button__link.teal,
  .wp-block-button_link.teal,
  .btn.teal {
    background-color: teal; }
    input[type="submit"].teal:hover,
    input[type="button"].teal:hover,
    button.teal:hover,
    .button.teal:hover,
    .wp-block-button__link.teal:hover,
    .wp-block-button_link.teal:hover,
    .btn.teal:hover {
      background-color: #006767; }
  input[type="submit"].orange,
  input[type="button"].orange,
  button.orange,
  .button.orange,
  .wp-block-button__link.orange,
  .wp-block-button_link.orange,
  .btn.orange {
    background-color: orange; }
    input[type="submit"].orange:hover,
    input[type="button"].orange:hover,
    button.orange:hover,
    .button.orange:hover,
    .wp-block-button__link.orange:hover,
    .wp-block-button_link.orange:hover,
    .btn.orange:hover {
      background-color: #e69500; }
  input[type="submit"].gray,
  input[type="button"].gray,
  button.gray,
  .button.gray,
  .wp-block-button__link.gray,
  .wp-block-button_link.gray,
  .btn.gray {
    color: gray;
    background-color: gray; }
    input[type="submit"].gray:hover,
    input[type="button"].gray:hover,
    button.gray:hover,
    .button.gray:hover,
    .wp-block-button__link.gray:hover,
    .wp-block-button_link.gray:hover,
    .btn.gray:hover {
      background-color: #737373; }
  input[type="submit"].loading:after,
  input[type="button"].loading:after,
  button.loading:after,
  .button.loading:after,
  .wp-block-button__link.loading:after,
  .wp-block-button_link.loading:after,
  .btn.loading:after {
    position: absolute;
    right: -40px;
    top: 50%;
    margin: -15px 0 0 0;
    display: block;
    background: url(images/loading.png) no-repeat center top;
    width: 30px;
    height: 30px;
    content: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    animation: loading 1s steps(19) infinite; }
  input[type="submit"].done,
  input[type="button"].done,
  button.done,
  .button.done,
  .wp-block-button__link.done,
  .wp-block-button_link.done,
  .btn.done {
    cursor: default;
    color: #555;
    border-color: #555; }
    input[type="submit"].done:hover,
    input[type="button"].done:hover,
    button.done:hover,
    .button.done:hover,
    .wp-block-button__link.done:hover,
    .wp-block-button_link.done:hover,
    .btn.done:hover {
      color: #555;
      background: none; }

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial,sans-serif;
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

button.unstyled:hover {
  background: #eeeeee; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  line-height: 1;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #000;
  border-width: 0 0 1px 0;
  background: #fff;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-family: Avenir, Arial, Helvetica, sans-serif;
  font-weight: 300; }

textarea {
  width: 100%;
  border-width: 1px; }

.input.select {
  position: relative;
  z-index: 110;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box; }
  .input.select strong {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 30px 0 0;
    min-width: 100px;
    font-weight: inherit;
    background: white;
    color: #000;
    text-transform: uppercase; }
    .input.select strong .text {
      display: inline-block;
      min-width: 170px;
      padding: 18px 0 14px;
      width: 275px;
      border-bottom: 1px solid currentColor; }
    .input.select strong .icon {
      position: absolute;
      top: 50%;
      right: 4px;
      height: 20px;
      width: 20px;
      line-height: 20px;
      margin: -6px 0 0;
      -webkit-transition: transform 0.2s linear;
      -moz-transition: transform 0.2s linear;
      -ms-transition: transform 0.2s linear;
      -o-transition: transform 0.2s linear;
      transition: transform 0.2s linear;
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: 50% 30%;
      -moz-transform-origin: 50% 30%;
      -ms-transform-origin: 50% 30%;
      -o-transform-origin: 50% 30%;
      transform-origin: 50% 30%; }
      .input.select strong .icon:after, .input.select strong .icon:before {
        display: block;
        content: ' ';
        position: absolute;
        bottom: 3px;
        left: 50%;
        width: 16px;
        height: 1px;
        margin: 0px 0 0 -8px;
        background: currentColor;
        -webkit-transform-origin: 8px -7px;
        -moz-transform-origin: 8px -7px;
        -ms-transform-origin: 8px -7px;
        -o-transform-origin: 8px -7px;
        transform-origin: 8px -7px; }
      .input.select strong .icon:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .input.select strong .icon:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .input.select.on strong .icon {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1); }
  .input.select > select {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 18px; }
  .input.select .select {
    zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    padding: 0px 0px 5px;
    background: white;
    color: #000; }
    .input.select .select .option {
      display: block;
      padding: 17px 0 12px;
      cursor: pointer;
      white-space: normal;
      line-height: 1;
      background: white;
      color: #000;
      font-size: 16px;
      border-bottom: 1px solid #000; }
      .input.select .select .option:last-child {
        border-bottom: 0; }
      .input.select .select .option.selected, .input.select .select .option:hover {
        color: #005596;
        background: inherit; }
      .input.select .select .option:last-child {
        border-bottom: 0; }
      .input.select .select .option:after {
        margin-top: 0; }
  .input.select > .select {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 100%;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    box-sizing: content-box;
    background: white;
    margin: 0px;
    left: -15px;
    padding: 0px 45px 5px 15px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    text-transform: uppercase;
    overflow: visible; }
    .input.select > .select::-webkit-scrollbar {
      height: 0;
      width: 0; }
    .input.select > .select:before {
      content: ' ';
      display: block;
      position: absolute;
      top: -5em;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 5em 0 0;
      box-sizing: inherit;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 8px 0 rgba(0, 0, 0, 0.09); }
    .input.select > .select .option {
      position: relative;
      z-index: 1; }
  .input.select.on > .select {
    display: block !important; }
  @media screen and (max-width: 769px) {
    .input.select select {
      z-index: 1; }
    .input.select .select {
      display: none !important; } }
  @media screen and (max-height: 600px) {
    .input.select select {
      z-index: 1; }
    .input.select .select {
      display: none !important; } }

/*
These styles will also get loaded into the Gutenberg editor 
*/
body.wp-admin {
  /* admin only styles */ }

hr.wp-block-separator {
  margin: 2.5em 0;
  width: 150px;
  border-bottom: 2px solid #000;
  border-top: none;
  border-left: none;
  border-right: none; }
  hr.wp-block-separator.is-style-wide {
    width: 100%;
    border-bottom: 2px solid #000; }
  hr.wp-block-separator.is-style-dots {
    width: auto; }

@media screen and (max-width: 769px) {
  .one-half {
    width: 100% !important;
    margin-left: 0 !important; } }

.wrap-content .wp-block-ninja-forms-form {
  position: relative; }
  @media screen and (min-width: 1101px) {
    .wrap-content .wp-block-ninja-forms-form {
      width: 1100px;
      left: 50%;
      margin-left: -550px; } }
  @media screen and (max-width: 1100px) {
    .wrap-content .wp-block-ninja-forms-form {
      width: 100%;
      left: 50%;
      margin-left: -50vw; } }
  @media screen and (max-width: 769px) {
    .wrap-content .wp-block-ninja-forms-form {
      left: 0;
      margin-left: 0; } }

.ninja-forms-form-wrap .nf-field-container.layout-half-wrap {
  display: inline-block;
  width: 49%; }
  .ninja-forms-form-wrap .nf-field-container.layout-half-wrap.alignleft {
    clear: left; }
  .ninja-forms-form-wrap .nf-field-container.layout-half-wrap.alignright {
    clear: right; }
.ninja-forms-form-wrap .nf-field-container.layout-half-wrap + .layout-half-wrap {
  margin-left: 5%; }
.ninja-forms-form-wrap .nf-field-container.layout-half-wrap.layout-left-wrap {
  margin-left: 0; }
.ninja-forms-form-wrap .nf-field-container.layout-third-wrap {
  display: inline-block;
  width: 31%; }
.ninja-forms-form-wrap .nf-field-container.layout-third-wrap + .layout-third-wrap {
  margin-left: 2.5%; }
.ninja-forms-form-wrap .nf-field-container.layout-third-wrap.layout-left-wrap {
  margin-left: 0; }

.nf-form-wrap {
  margin: 5em 0 0; }
  .nf-form-wrap .nf-form-fields-required {
    display: none; }
  .nf-form-wrap .nf-field-container {
    margin-bottom: 80px; }
  .nf-form-wrap .nf-field-label {
    display: block;
    text-transform: uppercase;
    line-height: 1; }
    .nf-form-wrap .nf-field-label label {
      font-weight: 300; }
  .nf-form-wrap .label-above .nf-field-label {
    margin-bottom: 0; }
  .nf-form-wrap .nf-field-element textarea {
    margin-top: 1em; }
  .nf-form-wrap .nf-field-element hr {
    border-color: #bc9b6a;
    border-style: solid; }
  @media screen and (max-width: 769px) {
    .nf-form-wrap .one-half {
      width: 100%; } }

.wp-caption-wrap a {
  border: 0; }

.wp-caption {
  position: relative;
  max-width: 100%;
  margin-bottom: 1em;
  text-align: center;
  padding: 8px 0 0;
  color: #999999;
  border-bottom: 2px solid #000; }
  .wp-caption img {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto; }
  .wp-caption.alignright {
    margin: 0 -50px 1em 1.5em; }
  .wp-caption.alignleft {
    margin: 0 1.5em 1em -50px; }
  .wp-caption.alignnone {
    margin: 1.5em auto; }
  .wp-caption .wp-caption-text {
    position: relative;
    bottom: 0;
    width: auto;
    margin: 0;
    padding: 10px 0px;
    line-height: 1.5;
    text-align: left;
    font-style: italic;
    font-size: 14px;
    font-family: Times, Georgia, serif; }
  .wp-caption .credit {
    margin: 5px 0 10px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase; }
  .wp-caption .wp-caption-text + .credit {
    margin-top: -5px; }

.gallery {
  position: relative;
  text-align: center; }
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.3333333333%; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.6666666667%; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.2857142857%; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.1111111111%; }
  .gallery .gallery-item {
    display: inline-block;
    vertical-align: text-top;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .gallery .gallery-item img {
      display: block;
      margin: 0 auto 10px auto;
      border: 0;
      border-radius: 5px; }
    .gallery .gallery-item .gallery-caption {
      line-height: normal;
      font-size: 80%; }
  @media screen and (max-width: 769px) {
    .gallery .gallery-item {
      display: block;
      width: auto !important; } }

#conrad-reservation-widget-wrap {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center; }
  #conrad-reservation-widget-wrap .reserve-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    top: 0px;
    display: block;
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 769px) {
      #conrad-reservation-widget-wrap .reserve-container {
        max-width: 530px;
        padding-bottom: 18px; } }

@media screen and (max-width: 1000px) {
  #conrad-reservation-widget.hidden-on-mobile {
    display: none; } }

#make-reservation-toggle {
  display: block;
  width: 100%; }
  @media screen and (min-width: 1001px) {
    #make-reservation-toggle {
      display: none; } }
  @media screen and (max-width: 769px) {
    #make-reservation-toggle {
      z-index: 1000; } }

.reservation {
  position: relative;
  z-index: 1002;
  max-width: 1000px;
  margin: 0 auto;
  top: 100vh; }
  .reservation .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .reservation .widget {
    background: white;
    margin: 0 auto; }
    @media screen and (max-width: 769px) {
      .reservation .widget {
        max-width: 530px; } }
  @media screen and (min-width: 1001px) {
    .reservation.fixed {
      position: fixed;
      top: 205px !important;
      bottom: auto !important;
      width: 1000px;
      left: 50%;
      margin: -5px 0 0 -500px; }
      body.admin-bar .reservation.fixed {
        margin-top: 27px; } }
    @media screen and (min-width: 1001px) and (max-width: 782px) {
      body.admin-bar .reservation.fixed {
        margin-top: 41px; } }

  @media screen and (max-width: 1000px) {
    .reservation {
      width: 100%;
      position: fixed;
      top: auto !important;
      bottom: auto !important;
      z-index: 1001; }
      .reservation .inner {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto; } }

.slick-slide {
  outline: 0; }

.slick-arrow {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .slick-arrow:after, .slick-arrow:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 4px;
    margin: -2px 0 0;
    background: currentColor; }
  .slick-arrow:before {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg); }
  .slick-arrow:after {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg); }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-prev:after {
    left: auto;
    right: 0;
    -webkit-transform-origin: 2px 2px;
    -moz-transform-origin: 2px 2px;
    -ms-transform-origin: 2px 2px;
    -o-transform-origin: 2px 2px;
    transform-origin: 2px 2px; }
  .slick-arrow.slick-next:before, .slick-arrow.slick-next:after {
    -webkit-transform-origin: 18px 2px;
    -moz-transform-origin: 18px 2px;
    -ms-transform-origin: 18px 2px;
    -o-transform-origin: 18px 2px;
    transform-origin: 18px 2px; }
  @media screen and (max-width: 769px) {
    .slick-arrow:before, .slick-arrow:after {
      height: 3px; }
    .slick-arrow.slick-prev:before, .slick-arrow.slick-prev:after {
      -webkit-transform-origin: 1px 2px;
      -moz-transform-origin: 1px 2px;
      -ms-transform-origin: 1px 2px;
      -o-transform-origin: 1px 2px;
      transform-origin: 1px 2px; }
    .slick-arrow.slick-next:before, .slick-arrow.slick-next:after {
      -webkit-transform-origin: 19px 2px;
      -moz-transform-origin: 19px 2px;
      -ms-transform-origin: 19px 2px;
      -o-transform-origin: 19px 2px;
      transform-origin: 19px 2px; } }
  @media screen and (max-width: 500px) {
    .slick-arrow {
      width: 15px;
      height: 15px; }
      .slick-arrow.slick-prev:before, .slick-arrow.slick-prev:after {
        width: 15px;
        -webkit-transform-origin: 1px 2px;
        -moz-transform-origin: 1px 2px;
        -ms-transform-origin: 1px 2px;
        -o-transform-origin: 1px 2px;
        transform-origin: 1px 2px; }
      .slick-arrow.slick-next:before, .slick-arrow.slick-next:after {
        width: 15px;
        -webkit-transform-origin: 14px 2px;
        -moz-transform-origin: 14px 2px;
        -ms-transform-origin: 14px 2px;
        -o-transform-origin: 14px 2px;
        transform-origin: 14px 2px; } }

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none; }
    .slick-dots li button {
      display: inline-block;
      padding: 0;
      margin: 0;
      background: #fff;
      opacity: 0.7;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      text-indent: -10000px;
      overflow: hidden;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5), 0 2px 10px 0 rgba(0, 0, 0, 0.5); }
    .slick-dots li.slick-active button {
      opacity: 1; }
    @media screen and (max-width: 769px) {
      .slick-dots li button {
        width: 10px;
        height: 10px; } }

#header {
  position: fixed;
  z-index: 1011;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 20px 0;
  box-sizing: border-box;
  background: white;
  display: flex;
  align-items: flex-end;
  -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out; }
  body.admin-bar #header {
    margin-top: 32px; }
    @media screen and (max-width: 782px) {
      body.admin-bar #header {
        margin-top: 46px; } }
  #header .logo {
    position: relative;
    line-height: 1;
    padding: 0 0 0 80px;
    color: #bc9b6a;
    overflow: hidden; }
    #header .logo a {
      display: block;
      color: inherit; }
    #header .logo .resorts {
      position: absolute;
      left: -220px;
      top: 0;
      padding: 0 80px 0 20px;
      background: white;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #header .logo .resorts .arrow {
        position: absolute;
        display: block;
        top: 50%;
        right: 20px;
        width: 50px;
        height: 50px;
        margin: -25px 0 0;
        -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.67, 0.3);
        -moz-transition: all 0.5s cubic-bezier(1, 0, 0.67, 0.3);
        -ms-transition: all 0.5s cubic-bezier(1, 0, 0.67, 0.3);
        -o-transition: all 0.5s cubic-bezier(1, 0, 0.67, 0.3);
        transition: all 0.5s cubic-bezier(1, 0, 0.67, 0.3); }
        #header .logo .resorts .arrow:before, #header .logo .resorts .arrow:after {
          content: ' ';
          position: absolute;
          top: 50%;
          left: 25%;
          width: 50%;
          height: 2px;
          background: currentColor; }
        #header .logo .resorts .arrow:before {
          -webkit-transform-origin: 100% 50%;
          -moz-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
          -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        #header .logo .resorts .arrow:after {
          -webkit-transform-origin: 100% 50%;
          -moz-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
          -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      #header .logo .resorts img {
        display: block;
        width: 200px;
        height: 60px;
        max-width: none; }
      #header .logo .resorts:hover {
        left: 0;
        background: white; }
        #header .logo .resorts:hover .arrow {
          -webkit-transform: scale(-1, 1);
          -moz-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
          -o-transform: scale(-1, 1);
          transform: scale(-1, 1); }
    #header .logo .main {
      display: block;
      width: 200px; }
      #header .logo .main img {
        display: block;
        width: 200px;
        height: 60px; }
      #header .logo .main svg {
        fill: currentColor;
        width: 100%;
        height: 60px; }
  #header .nav-wrap {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    margin: 0 0 -3px 40px; }
    @media screen and (max-width: 1140px) {
      #header .nav-wrap {
        font-size: 17px; } }
    @media screen and (max-width: 980px) {
      #header .nav-wrap {
        margin-left: 20px; } }
    #header .nav-wrap ul, #header .nav-wrap li {
      margin: 0;
      padding: 0;
      list-style: none; }
    #header .nav-wrap li {
      display: inline-block;
      margin: 0 1em; }
      @media screen and (max-width: 1100px) {
        #header .nav-wrap li {
          margin: 0 0.5em; } }
      #header .nav-wrap li .a,
      #header .nav-wrap li a {
        text-transform: uppercase;
        color: inherit;
        letter-spacing: 1.25px;
        font-weight: 400;
        text-decoration: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
        #header .nav-wrap li .a:hover,
        #header .nav-wrap li a:hover {
          color: #005596; }
      #header .nav-wrap li a.noclick {
        cursor: default; }
      @media screen and (min-width: 1001px) {
        #header .nav-wrap li.current-menu-item a, #header .nav-wrap li.current-menu-ancestor a, #header .nav-wrap li.current-page-ancestor a {
          color: #005596; } }
  #header .toggle {
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 1007;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 17px;
    margin: -18px 0 0;
    color: #000;
    border: 4px solid currentColor;
    border-width: 1px 0; }
    body.has-js #header .toggle {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #header .toggle:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 7px;
      height: 1px;
      left: 0;
      width: 100%;
      background: currentColor;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #header .toggle .bar {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      body.has-js #header .toggle .bar {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
      #header .toggle .bar:after, #header .toggle .bar:before {
        content: ' ';
        display: block;
        position: absolute;
        height: 2px;
        left: 0;
        width: 100%;
        top: 3px;
        background: currentColor;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      #header .toggle .bar:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    body.menu-on #header .toggle {
      color: white;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      border-color: rgba(255, 255, 255, 0); }
      body.menu-on #header .toggle:after {
        opacity: 0; }
      body.menu-on #header .toggle .bar {
        opacity: 1; }
  @media screen and (max-width: 1000px) {
    #header {
      padding-top: 15px;
      padding-bottom: 15px; }
      #header .logo {
        padding: 0 0 0 15px; }
        #header .logo .resorts {
          display: none; }
        #header .logo .main {
          display: block;
          width: 115px; }
          #header .logo .main img {
            display: block;
            width: 115px;
            height: 43px; }
          #header .logo .main svg {
            fill: currentColor;
            width: 100%;
            height: 43px; }
      #header .toggle {
        display: block; }
      #header .nav-wrap {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        max-height: 0;
        background: inherit;
        display: block;
        overflow: hidden;
        -webkit-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
        -moz-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
        -ms-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
        -o-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
        transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out; }
        #header .nav-wrap ul, #header .nav-wrap li {
          display: block; }
        #header .nav-wrap ul {
          max-width: 350px;
          margin: 0 auto; }
          #header .nav-wrap ul li {
            border-bottom: 1px solid #fff;
            margin: 0 30px; }
            #header .nav-wrap ul li .a,
            #header .nav-wrap ul li a {
              display: block;
              letter-spacing: 1.5px;
              padding: 8px 0;
              color: currentColor;
              cursor: pointer; }
              #header .nav-wrap ul li .a:hover,
              #header .nav-wrap ul li a:hover {
                color: currentColor; }
      body.menu-on #header {
        background-color: #005596;
        color: white; }
        body.menu-on #header .logo {
          color: white; }
        body.menu-on #header .nav-wrap {
          padding: 0 0 30px;
          max-height: 100vh; } }

#header .nav-wrap
#nav-utility {
  font-size: 15px; }
  #header .nav-wrap
  #nav-utility > ul > li {
    position: relative; }
    #header .nav-wrap
    #nav-utility > ul > li > ul {
      display: none;
      position: absolute;
      top: 100%;
      left: -15px;
      width: 100%;
      padding: 10px 20px 5px;
      background: white;
      font-size: 15px;
      text-transform: uppercase; }
      #header .nav-wrap
      #nav-utility > ul > li > ul li {
        display: block;
        margin: 10px 0; }
        #header .nav-wrap
        #nav-utility > ul > li > ul li a {
          display: block;
          white-space: nowrap; }
          #header .nav-wrap
          #nav-utility > ul > li > ul li a .code {
            color: #bc9b6a; }
          #header .nav-wrap
          #nav-utility > ul > li > ul li a:hover {
            color: #005596; }
            #header .nav-wrap
            #nav-utility > ul > li > ul li a:hover .code {
              color: inherit; }
      @media screen and (max-width: 1000px) {
        #header .nav-wrap
        #nav-utility > ul > li > ul {
          position: relative;
          top: auto;
          left: auto;
          width: auto;
          background: none;
          padding: 0;
          font-size: 1rem;
          border-top: 1px solid #fff; }
          #header .nav-wrap
          #nav-utility > ul > li > ul li {
            margin: 0; }
            #header .nav-wrap
            #nav-utility > ul > li > ul li a {
              padding: 8px 0 8px 15px; }
              #header .nav-wrap
              #nav-utility > ul > li > ul li a:hover {
                color: white; }
                #header .nav-wrap
                #nav-utility > ul > li > ul li a:hover .code {
                  color: #bc9b6a; }
            #header .nav-wrap
            #nav-utility > ul > li > ul li:last-child {
              border-bottom: 0; } }
    @media screen and (max-width: 1000px) {
      #header .nav-wrap
      #nav-utility > ul > li.has-submenu:after {
        position: absolute;
        display: block;
        top: 8px;
        right: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        font-family: "FontAwesome";
        font-weight: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: none !important;
        content: "\f078";
        color: white; }
      #header .nav-wrap
      #nav-utility > ul > li.has-submenu.hover:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); } }

#footer {
  padding: 100px 0;
  background: #f4f2f3;
  text-align: center; }
  #footer .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px; }
  #footer .address {
    width: 25%;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1.25px;
    font-size: 0.8rem; }
    #footer .address p a {
      color: black; }
  #footer .logos {
    width: 53%;
    white-space: nowrap; }
    #footer .logos a {
      position: relative;
      margin: 0 10px; }
      #footer .logos a.ccdc:after {
        position: absolute;
        content: ' ';
        display: block;
        left: 100%;
        top: 50%;
        height: 60px;
        width: 1px;
        margin: -30px 0 0 25px;
        background: #000; }
      #footer .logos a.ccdc:last-child:after {
        display: none; }
      #footer .logos a.conrad-footer-logo {
        margin-left: 35px; }
    #footer .logos img {
      display: inline-block;
      vertical-align: middle;
      max-width: 180px;
      max-height: 52px;
      object-fit: contain; }
  #footer .social {
    width: 25%; }
    #footer .social ul, #footer .social li {
      margin: 0;
      padding: 0;
      list-style: none; }
    #footer .social li {
      display: inline-block;
      margin: 0 8px; }
    #footer .social a {
      display: inline-block;
      background: #000;
      width: 30px;
      height: 30px;
      line-height: 32px;
      border-radius: 50%;
      color: white; }
      #footer .social a:hover {
        background: #bc9b6a; }
  #footer .notice {
    font-size: 0.75rem; }
  @media screen and (max-width: 1024px) {
    #footer .inner {
      flex-wrap: wrap; }
    #footer .address {
      width: 40%; }
    #footer .logos {
      width: 60%; }
    #footer .social {
      margin: 40px 0 0;
      width: 100%; } }
  @media screen and (max-width: 1200px) {
    #footer {
      padding: 50px 0; }
      #footer .inner {
        display: block;
        margin: 0 0 33px; }
      #footer .address,
      #footer .logos,
      #footer .social {
        width: auto; }
      #footer .logos {
        margin: 30px 0; }
      #footer .social h6 {
        font-size: 1.1rem; }
      #footer .address {
        font-size: 1rem;
        line-height: 1.5; }
      #footer .notice {
        font-size: 1rem;
        padding: 0 30px;
        line-height: 1.3; } }
  @media screen and (max-width: 700px) {
    #footer .logos img {
      max-width: 100px;
      max-height: 45px; }
    #footer .logos a {
      margin: 0 15px; }
      #footer .logos a.ccdc {
        display: block;
        margin-bottom: 25px; }
        #footer .logos a.ccdc img {
          max-width: 130px; }
      #footer .logos a.conrad-footer-logo {
        margin: 0 15px; }
    #footer .logos a.ccdc:after {
      display: none; } }

#nav-footer {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 1.1px; }
  #nav-footer ul, #nav-footer li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #nav-footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.75em; }
    #nav-footer ul li a {
      color: inherit; }
  #nav-footer ul li.ad-choices a:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
    width: 16px;
    height: 16px;
    background: url(images/adchoices.svg) no-repeat 50% 50%;
    background-size: contain;
    -webkit-transform: translate(0px, -2px);
    -moz-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    -o-transform: translate(0px, -2px);
    transform: translate(0px, -2px); }
  @media screen and (max-width: 1200px) {
    #nav-footer {
      margin: 0 0 10px; }
      #nav-footer ul li {
        display: block;
        font-size: 1rem;
        line-height: 1.9; } }

body > img[width="0"],
body > img[width="1"] {
  position: absolute; }

.wrap {
  max-width: 1180px;
  margin: 0 auto; }
  @media screen and (max-width: 1210px) {
    .wrap {
      margin: 0 25px; } }

.wrap2 {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1030px) {
    .wrap2 {
      margin: 0 25px; } }

.wrap3 {
  max-width: none;
  margin: 0 auto; }
  @media screen and (max-width: 1030px) {
    .wrap3 {
      margin: 0 25px; } }

.wrap-content {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 25px;
  background: white; }
  .wrap-content > .wp-block-columns,
  .wrap-content > .theme-block {
    position: relative; }
    @media screen and (min-width: 1101px) {
      .wrap-content > .wp-block-columns,
      .wrap-content > .theme-block {
        width: 1100px;
        left: 50%;
        margin-left: -550px; } }
    @media screen and (max-width: 1100px) {
      .wrap-content > .wp-block-columns,
      .wrap-content > .theme-block {
        width: 100vw;
        left: 50%;
        margin-left: -50vw; } }
  .wrap-content .theme-block:last-child,
  .wrap-content .theme-block-full-width:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1100px) {
    .wrap-content > .wp-block-columns {
      padding: 0 15px;
      width: -webkit-calc(100vw - 30px);
      width: -moz-calc(100vw - 30px);
      width: calc(100vw - 30px); } }
  .wrap-content > .wp-block-columns.no-wide {
    width: auto;
    left: auto;
    margin-left: auto;
    padding: 0; }
  .wrap-content > .wp-block-columns.has-2-columns:not(.no-wide) {
    justify-content: space-between; }
    .wrap-content > .wp-block-columns.has-2-columns:not(.no-wide) > .wp-block-column {
      flex-basis: 49%;
      margin-right: 0;
      margin-left: 0; }
      @media screen and (max-width: 769px) {
        .wrap-content > .wp-block-columns.has-2-columns:not(.no-wide) > .wp-block-column {
          flex-basis: 100%; } }

.compat-object-fit {
  background: no-repeat 50% 50%;
  background-size: cover; }
  .compat-object-fit > img {
    visibility: hidden; }

.visuallyhidden {
  position: absolute;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px; }

.main-content {
  position: relative;
  padding: 50px 0 100px; }
  body.no-banner .main-content, body.error404 .main-content {
    padding: 150px 0; }
  #banner + .main-content {
    padding-top: 0;
    margin-top: -50px; }
    #banner + .main-content > .wrap-content {
      padding-top: 40px; }
  body.single-post .main-content {
    min-height: 600px; }

#rooms + .main-content {
  padding-bottom: 70px;
  padding-top: 0; }

#page-title {
  margin: 0 0 50px; }
  #page-title:after {
    content: ' ';
    display: block;
    width: 150px;
    height: 1px;
    background: #000;
    margin: 20px 0 0; }
  body.single-post #page-title {
    font-weight: bold; }
  @media screen and (max-width: 769px) {
    #page-title {
      word-break: break-word; } }

.meta-top {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 0 0.2em;
  letter-spacing: 0.2em; }
  .meta-top a {
    color: inherit; }

.section {
  position: relative;
  margin: 70px 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  .section.visible {
    opacity: 1; }
  @media screen and (max-width: 769px) {
    .section {
      margin: 40px 0; } }

/*
.room-type,
.sakura-club,
.option[data-value="sakura-club"] {
    position: relative;
    margin-right: 2%;
    .icon {
        position: absolute;
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        top: 50%;
        width: 1em;
        height: 1.1em;
        //max-height: 100%;
        margin: -.15em 0 0 0.25em;
        background: 50% 50% no-repeat;
        background-size: contain;
        @include transform(translate(0, -50%));
        line-height: 1;
        fill: currentColor;
    }
}
.option[data-value="sakura-club"] {
    .icon {
        margin-top: 0;
    }
}
.sakura-club.large {
    .icon {
        margin-left: 0.1em;
        background-image: url(images/sakura-large.svg);
    }
}
*/
#query-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #query-posts.posts > .hentry {
    width: 49%; }
    @media screen and (max-width: 600px) {
      #query-posts.posts > .hentry {
        width: 100%;
        margin-bottom: 15px; } }
  #query-posts.related {
    justify-content: center; }
    #query-posts.related > .hentry {
      width: 32%;
      margin: 0 0.66%; }
      @media screen and (max-width: 600px) {
        #query-posts.related > .hentry {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 15px; } }

.post-share {
  margin: 0 auto 4em; }
  .post-share:after {
    content: ' ';
    display: block;
    width: 150px;
    height: 1px;
    background: #000;
    margin: 20px 0 0; }
  .post-share h5, .post-share ul, .post-share li, .post-share a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0; }
  .post-share h5 {
    margin: 0 1em 0 0; }
    .post-share h5 strong {
      display: inline; }
  .post-share ul li a {
    margin: -2px 5px 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: #000;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 20px; }
  @media screen and (max-width: 600px) {
    .post-share li a {
      margin: 10px 0 !important; } }

.posts-browse {
  margin: 3em 0 0;
  text-align: center; }
  .posts-browse .input.select {
    /*
    > .select {
        left: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 0 0px 0px 0px;
        background: white;
        border: 1px solid #000;
        border-top: 0;
        .option {
            padding: 8px 5px 8px 15px;
        }
    }
    */ }
    .posts-browse .input.select strong {
      padding: 5px 40px 5px 15px;
      border: 1px solid #000; }
      .posts-browse .input.select strong .text {
        padding: 8px 0 6px;
        width: 100px;
        min-width: 120px;
        border-bottom: 0; }
      .posts-browse .input.select strong .icon {
        right: 10px;
        margin-top: -12px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
    .posts-browse .input.select > .select {
      width: 100%;
      padding-right: 18px; }
      .posts-browse .input.select > .select .option {
        padding-left: 15px; }
    .posts-browse .input.select.on strong {
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: #000; }

.letter-spaced {
  letter-spacing: .05em; }

@media screen and (max-width: 940px) {
  .wp-block-columns.promos {
    flex-direction: column; }
    .wp-block-columns.promos .wp-block-column {
      margin-right: 0;
      margin-left: 0;
      flex-basis: 100%; } }

/* Front page styles */
#hero {
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  height: 100vh;
  height: -webkit-calc(100vh - 104px);
  height: -moz-calc(100vh - 104px);
  height: calc(100vh - 104px);
  min-height: 400px;
  background: #dccab0 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  #hero h1 {
    margin: 0;
    font-size: 4rem;
    line-height: 1.3; }
  @media screen and (max-width: 1000px) {
    #hero {
      height: 500px; }
      #hero h1 {
        font-size: 3rem;
        padding-top: 25px; } }
  @media screen and (max-width: 640px) {
    #hero {
      height: 400px; }
      #hero h1 {
        font-size: 2.5rem; } }
  @media screen and (max-width: 450px) {
    #hero {
      height: 350px; }
      #hero h1 {
        font-size: 1.8rem;
        line-height: 1.5; } }
  @media screen and (max-width: 350px) {
    #hero {
      height: 300px; }
      #hero h1 {
        font-size: 1.5rem;
        line-height: 1.5; } }

.hentry {
  position: relative; }
  .hentry .title a {
    color: inherit;
    text-decoration: none; }

.hentry.room {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .hentry.room:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .hentry.room .photo {
    display: block;
    margin: 0 0 1.35em; }
    .hentry.room .photo img {
      display: block;
      width: 100%; }
      .hentry.room .photo img.pixel {
        background: gray; }
  .hentry.room .title {
    font-weight: bold;
    font-size: 1.2em; }
  .hentry.room .title,
  .hentry.room .sakura-club {
    position: relative;
    z-index: 2; }
  .hentry.room .room-type {
    display: block;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: .9em; }
  .hentry.room.type-room .title {
    padding: 0.6em 0 0.6em; }
  .hentry.room.type-room.room-type-sakura-club .title {
    display: inline-block;
    padding: 0;
    margin: 0 50px; }
    .hentry.room.type-room.room-type-sakura-club .title:after {
      content: ' ';
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      top: -5px;
      left: 100%;
      margin: 0 0 0 5px;
      background: url(images/sakura-small.svg) no-repeat 50% 50%;
      background-size: contain; }
      @media screen and (max-width: 769px) {
        .hentry.room.type-room.room-type-sakura-club .title:after {
          width: 40px;
          height: 40px;
          top: -2px; } }
  .hentry.room.on, .hentry.room:hover {
    color: #005596; }
    .hentry.room.on:after, .hentry.room:hover:after {
      opacity: 0.4; }

.hentry.post .content {
  padding: 30px;
  background: white;
  position: relative;
  margin: -40px 30px 0;
  padding: 45px 30px 30px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .hentry.post .content .cta {
    margin-top: 1.75em; }
  .hentry.post .content .title:last-child {
    margin-bottom: 0; }
.hentry.post .photo {
  display: block; }
  .hentry.post .photo img {
    display: block;
    width: 100%; }
@media screen and (max-width: 769px) {
  .hentry.post .title {
    font-size: 2em; } }

@media screen and (min-width: 770px) {
  .hentry.post.large .photo {
    margin-left: 20%; }
  .hentry.post.large .content {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 50%;
    max-width: 385px;
    padding: 50px;
    margin: 0;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); }
  .hentry.post.large p {
    margin-right: 1em; }
  .hentry.post.large.even .photo {
    margin-left: auto;
    margin-right: 20%; }
  .hentry.post.large.even .content {
    left: auto;
    right: 0; } }

.hentry.type-post.large {
  margin-top: 4em;
  margin-bottom: 4em; }
  .hentry.type-post.large .content .title {
    margin-bottom: 0.5em;
    font-weight: bold; }
  .hentry.type-post.large .content .cta {
    margin-top: 0; }

.hentry.post.featured .content {
  max-width: 650px;
  margin: -50px auto 0; }
.hentry.post.featured .title {
  font-weight: bold; }
  .hentry.post.featured .title:after {
    content: ' ';
    display: block;
    width: 150px;
    height: 1px;
    background: #000;
    margin: 20px 0 0; }

.hentry.title {
  text-align: center; }
  .hentry.title .thumbnail {
    display: block; }
    .hentry.title .thumbnail img {
      display: block;
      position: relative;
      width: 100%; }
  .hentry.title .title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.2em 1em;
    box-sizing: border-box;
    margin: -3em 30px 0;
    min-height: 4em;
    font-weight: 600;
    background: white;
    font-size: 1rem;
    letter-spacing: 0.1em; }
  .hentry.title .category {
    margin: 1em auto;
    text-transform: uppercase;
    letter-spacing: .2em; }
    .hentry.title .category a {
      color: inherit;
      text-decoration: none; }
  @media screen and (max-width: 769px) {
    .hentry.title .title {
      margin-left: 15px;
      margin-right: 15px; } }

/* General page styles */
body.page-styleguide .main-content {
  min-height: 0;
  padding: 0; }
  body.page-styleguide .main-content .wrap-content {
    padding-bottom: 100px;
    max-width: 1000px; }
body.page-styleguide h1#page-title {
  padding-top: 100px; }

body.page-home .wrap-content .section.quote .content p {
  text-indent: -10px !important;
  padding-left: 0;
  width: 265px;
  float: inherit; }
body.page-home .section.carousel.content-right .content {
  max-width: 435px; }
body.page-home .section.carousel.content-bottom .slick-arrow {
  bottom: 62px; }
@media screen and (max-width: 769px) {
  body.page-home .section.carousel .slick-arrow {
    bottom: 20%; }
  body.page-home .section.carousel .slick-dots {
    bottom: 18%; }
  body.page-home .section.carousel.content-bottom .slick-arrow {
    bottom: 49px; }
  body.page-home .section.carousel.content-right .content {
    max-width: 768px; }
  body.page-home .wrap-content .section.quote .content p {
    width: 100%; } }

body.page-contact .contact-form-p {
  text-transform: uppercase;
  margin-bottom: 0;
  color: inherit; }
  body.page-contact .contact-form-p a {
    color: black;
    text-decoration: underline; }
body.page-contact h5 {
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 24px; }
body.page-contact .input.select > .select .option.show-all {
  display: none !important; }
@media screen and (max-width: 769px) {
  body.page-contact .wp-block-column {
    margin: 0; } }
@media screen and (max-width: 1100px) {
  body.page-contact .wp-block-ninja-forms-form {
    left: 0;
    margin-left: 0; } }

body.page-gather #banner .slick-arrow {
  top: 87%; }
@media screen and (max-width: 769px) {
  body.page-gather #banner .slick-arrow {
    top: 73%; } }

body.page-dine #banner .slick-arrow {
  top: 87%; }
@media screen and (max-width: 769px) {
  body.page-dine #banner .slick-arrow {
    top: 73%; } }

body.page-offers .main-content {
  padding: 30px 0 10px; }
body.page-offers .section {
  margin-bottom: 0; }
@media screen and (max-width: 769px) {
  body.page-offers .section {
    margin-top: 30px; }
  body.page-offers .main-content {
    padding: 30px 0 0 0; } }

body.blog .main-content {
  padding: 50px 0 0 0; }

body.page-sakura-club #page-title {
  margin-top: -15px;
  padding-top: 15px;
  background: url(images/sakura-large.svg) no-repeat 40% 50%;
  background-size: contain; }
  @media screen and (max-width: 769px) {
    body.page-sakura-club #page-title {
      background-position: 320px 50%; } }
  @media screen and (max-width: 500px) {
    body.page-sakura-club #page-title {
      background-position: 240px 50%; } }
  @media screen and (max-width: 400px) {
    body.page-sakura-club #page-title {
      background-position: 100% 50%; } }
body.page-sakura-club .letter-spaced h5 {
  margin-bottom: 5px;
  line-height: 1.5;
  margin-top: 30px; }

/* General single post styles */
.posts-nav {
  margin: 0 auto 2em;
  text-align: center;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  .posts-nav a {
    position: relative;
    margin: 0 1em;
    color: inherit; }
  .posts-nav .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 10px; }
    .posts-nav .icon:after, .posts-nav .icon:before {
      display: block;
      content: ' ';
      position: absolute;
      top: 50%;
      left: 0;
      width: 12px;
      height: 2px;
      margin: -4.5px 0 0;
      background: currentColor; }
    .posts-nav .icon:before {
      -webkit-transform: rotate(40deg);
      -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      -o-transform: rotate(40deg);
      transform: rotate(40deg); }
    .posts-nav .icon:after {
      -webkit-transform: rotate(-40deg);
      -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      -o-transform: rotate(-40deg);
      transform: rotate(-40deg); }
    .posts-nav .icon.nav-left:before, .posts-nav .icon.nav-left:after {
      left: auto;
      right: 0;
      -webkit-transform-origin: 1px 1px;
      -moz-transform-origin: 1px 1px;
      -ms-transform-origin: 1px 1px;
      -o-transform-origin: 1px 1px;
      transform-origin: 1px 1px; }
    .posts-nav .icon.nav-right:before, .posts-nav .icon.nav-right:after {
      -webkit-transform-origin: 11px 1px;
      -moz-transform-origin: 11px 1px;
      -ms-transform-origin: 11px 1px;
      -o-transform-origin: 11px 1px;
      transform-origin: 11px 1px; }
  .posts-nav ul, .posts-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle; }

#rooms .section-title {
  font-size: 2.2rem;
  text-align: center; }
  #rooms .section-title strong {
    display: inline; }
#rooms .rooms {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #rooms .rooms .hentry {
    width: 49%;
    margin: 0 0 2%; }
  #rooms .rooms.empty:after {
    display: block;
    width: 100%;
    padding: 2em 0;
    content: 'Sorry, no rooms found.';
    text-align: center;
    font-family: Avenir, Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 600px) {
    #rooms .rooms .hentry {
      width: 100%;
      margin: 0 0 15px; } }
#rooms.meeting .rooms .hentry {
  width: 32%; }
@media screen and (max-width: 600px) {
  #rooms.meeting .rooms .hentry {
    width: 100%;
    margin: 0 0 15px; } }
@media screen and (max-height: 1024px) {
  #rooms {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; } }

#rooms-filter {
  margin: 30px 0 90px; }
  #rooms-filter .filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: .125em; }
    #rooms-filter .filters .filter {
      margin: 1em 24px; }
      #rooms-filter .filters .filter label {
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        margin-left: 15px;
        line-height: .8; }
      #rooms-filter .filters .filter .input.select > .select {
        padding-left: 28px; }
        #rooms-filter .filters .filter .input.select > .select .option {
          max-width: 268px; }
          #rooms-filter .filters .filter .input.select > .select .option.show-all {
            display: none; }
          #rooms-filter .filters .filter .input.select > .select .option[data-value="sakura-club"]:after {
            position: absolute;
            content: ' ';
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
            top: 50%;
            margin: -0.75em 0 0 0.3em;
            background: url(images/sakura-small.svg) no-repeat 50% 50%;
            background-size: contain; }
      #rooms-filter .filters .filter .input.select .text {
        margin-left: 15px; }
        #rooms-filter .filters .filter .input.select .text.sakura-club:after {
          position: absolute;
          content: ' ';
          display: inline-block;
          width: 1.5em;
          height: 1.5em;
          top: 50%;
          margin: -0.75em 0 0 0.3em;
          background: url(images/sakura-small.svg) no-repeat 50% 50%;
          background-size: contain; }
  #rooms-filter .status {
    margin: 30px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    letter-spacing: .125em; }
    #rooms-filter .status button {
      margin: 0 2em;
      border: 1px solid currentColor;
      background: none;
      color: #000; }
    .show-all #rooms-filter .status {
      display: none; }
    #rooms-filter .status .icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      cursor: pointer; }
      #rooms-filter .status .icon:before, #rooms-filter .status .icon:after {
        content: ' ';
        display: block;
        position: absolute;
        background: #000; }
      #rooms-filter .status .icon:before {
        top: 50%;
        left: 0%;
        width: 100%;
        height: 1px;
        margin: -1px 0 0 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      #rooms-filter .status .icon:after {
        top: 0%;
        left: 50%;
        width: 1px;
        height: 100%;
        margin: -1px 0 0 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }

.room-info {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  padding: 50px 0;
  min-height: 200px;
  text-align: center; }
  .room-info.loading {
    text-align: center; }
    .room-info.loading:after {
      position: relative;
      margin: 20px auto 0px;
      display: block;
      background: url(images/loading.png) no-repeat center top;
      width: 30px;
      height: 30px;
      content: ' ';
      -webkit-animation: loading 1s steps(19) infinite;
      -moz-animation: loading 1s steps(19) infinite;
      -ms-animation: loading 1s steps(19) infinite;
      -o-animation: loading 1s steps(19) infinite;
      animation: loading 1s steps(19) infinite; }
  .room-info .inner .room-contents-wrap h3.title {
    font-size: 1.2em;
    font-weight: 600;
    color: #005596; }
  .room-info .inner .room-contents-wrap .room-type {
    display: block;
    letter-spacing: .4em;
    color: #005596;
    text-transform: uppercase; }
  .room-info .inner .room-contents-wrap .content {
    margin-top: 33px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 16px; }
  .room-info .inner .room-contents-wrap.sakura-club h3.title {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 50px; }
    .room-info .inner .room-contents-wrap.sakura-club h3.title:after {
      content: ' ';
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      top: -5px;
      left: 100%;
      margin: 0 0 0 5px;
      background: url(images/sakura-small.svg) no-repeat 50% 50%;
      background-size: contain; }
      @media screen and (max-width: 769px) {
        .room-info .inner .room-contents-wrap.sakura-club h3.title:after {
          width: 40px;
          height: 40px;
          top: -2px; } }
  .room-info .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .room-info .close:before, .room-info .close:after {
      content: ' ';
      display: block;
      position: absolute;
      background: #000; }
    .room-info .close:before {
      top: 50%;
      left: 0%;
      width: 100%;
      height: 1px;
      margin: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    .room-info .close:after {
      top: 0%;
      left: 50%;
      width: 1px;
      height: 100%;
      margin: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    @media screen and (max-width: 769px) {
      .room-info .close {
        width: 20px; } }
  .room-info .section.carousel {
    margin: 0 0 40px; }
    @media screen and (max-width: 769px) {
      .room-info .section.carousel .slick-dots {
        margin-bottom: 0;
        bottom: 6%; }
      .room-info .section.carousel .slick-arrow {
        margin-bottom: 0;
        bottom: 8%; } }
  .room-info .action {
    margin: 40px 0 0; }
  .room-info .widget-holder {
    margin: 40px 0 0;
    padding: 30px 30px 25px 21px;
    background: #F1F1F2; }
    .room-info .widget-holder:after {
      content: ' ';
      display: block;
      clear: both; }
    .room-info .widget-holder .bed-type {
      margin: 0 0 1.5em;
      font-size: 9pt;
      line-height: 1;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .room-info .widget-holder .bed-type .label {
        display: inline-block; }
      .room-info .widget-holder .bed-type label {
        margin: 0 0 0 0.5em;
        cursor: pointer; }
    .room-info .widget-holder .reserve-container {
      padding: 0; }
    .room-info .widget-holder .hidden-on-mobile {
      display: block !important; }
    @media screen and (max-width: 1090px) and (min-width: 1000px) {
      .room-info .widget-holder {
        padding: 30px 15px;
        margin-left: -25px;
        margin-right: -25px; } }

@media screen and (max-width: 500px) {
  #offers-list > .wrap {
    margin-left: 0;
    margin-right: 0; } }
#offers-list .offers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #offers-list .offers .hentry {
    width: 49%;
    margin: 0 0 5%; }
    #offers-list .offers .hentry h2.title {
      font-size: 2em;
      line-height: 1.1; }
    #offers-list .offers .hentry.large {
      width: 100%; }
@media screen and (max-width: 769px) {
  #offers-list .offers .hentry {
    width: 100%; } }

.theme-block-blog-posts {
  position: relative;
  padding: 50px 0;
  background: #f4f2f3;
  text-align: center;
  margin-top: 150px; }
  .theme-block-blog-posts .section-title {
    display: inline-block;
    background: white;
    padding: 0.3em 2.5em .5em 1em;
    margin-top: -1em;
    font-size: 2em;
    text-align: left;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (max-width: 600px) {
      .theme-block-blog-posts .section-title {
        font-size: 2em; } }
  @media screen and (max-width: 769px) {
    .theme-block-blog-posts {
      margin-top: 100px; }
      .theme-block-blog-posts .section-title {
        padding: 0.3em 1.1em; } }

.theme-block-full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding: 40px 0;
  background: #f4f2f3; }

.section.carousel .slides {
  position: relative;
  overflow: hidden;
  white-space: nowrap; }
  .section.carousel .slides .slide {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 700px;
    background: #dccab0 no-repeat 50% 50%;
    background-size: cover;
    white-space: normal; }
    .section.carousel .slides .slide img {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (max-width: 1400px) {
    .section.carousel .slides .slide {
      height: 600px; } }
  @media screen and (max-height: 1024px) {
    .section.carousel .slides .slide {
      height: 500px; } }
  @media screen and (max-height: 800px) {
    .section.carousel .slides .slide {
      height: 350px; } }
.section.carousel .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0%;
  width: 100%; }
.section.carousel .slick-arrow {
  color: white;
  top: auto;
  bottom: 20px;
  left: 2%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .section.carousel .slick-arrow.slick-next {
    left: auto;
    right: 2%; }
.section.carousel .content {
  padding: 30px;
  background: white; }
  .section.carousel .content .carousel-title:last-child {
    margin-bottom: 0; }
  .section.carousel .content h3.carousel-title {
    margin-bottom: 25px;
    font-size: 2.2em; }
  .section.carousel .content .cta {
    margin-top: 1em; }
.section.carousel.sakura-club .content .carousel-title {
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 10px 0;
  position: relative;
  background: url(images/sakura-large.svg) no-repeat 45% 50%;
  background-size: contain; }
@media screen and (max-width: 769px) {
  .section.carousel .slides .slide {
    height: 400px;
    min-height: 0px !important; }
  .section.carousel .slick-dots {
    margin-bottom: 10px;
    bottom: 14%; }
  .section.carousel .slick-arrow {
    bottom: 17%; }
  .section.carousel .slick-arrow.slick-next {
    right: 4%; }
  .section.carousel .slick-arrow.slick-prev {
    left: 4%; }
  .section.carousel .content {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    margin: -40px 30px 0;
    padding: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .section.carousel .content h3.carousel-title {
      font-size: 1.8em; } }
@media screen and (max-width: 530px) {
  .section.carousel .content {
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px; }
  .section.carousel .slick-arrow.slick-prev {
    left: 20px; }
  .section.carousel .slick-arrow.slick-next {
    right: 20px; }
  .section.carousel .slick-arrow {
    margin-bottom: 10px; } }
@media screen and (max-width: 500px) {
  .section.carousel .slides .slide {
    height: 250px; }
  .section.carousel h2 {
    font-size: 2.2rem;
    line-height: 1.2; } }
@media screen and (max-width: 350px) {
  .section.carousel {
    font-size: 1rem; }
    .section.carousel h2 {
      font-size: 1.8rem; } }

@media screen and (max-width: 1210px) {
  .section.carousel.full-width .wrap {
    margin: 0 auto; } }

@media screen and (max-width: 1030px) {
  .section.carousel.content-bottom .wrap2 {
    margin: 0; } }
@media screen and (min-width: 770px) {
  .section.carousel.content-bottom .slick-dots {
    margin-bottom: 50px; }
  .section.carousel.content-bottom .content {
    position: relative;
    z-index: 1;
    margin: -50px auto 0;
    max-width: 600px;
    padding: 30px;
    background: white; } }
@media screen and (max-width: 769px) {
  .section.carousel.content-bottom .content {
    padding: 25px 18px; } }

.section.carousel.content-right > .wrap2,
.section.carousel.content-right > .wrap3,
.section.carousel.content-left > .wrap2,
.section.carousel.content-left > .wrap3 {
  position: static; }
@media screen and (min-width: 770px) {
  .section.carousel.content-right .content,
  .section.carousel.content-left .content {
    position: absolute;
    z-index: 10;
    bottom: 50%;
    max-width: 385px;
    padding: 50px;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); } }

@media screen and (min-width: 770px) {
  .section.carousel.content-right .content {
    right: 0; } }
@media screen and (min-width: 1030px) {
  .section.carousel.content-right > .wrap2 {
    margin: 0 auto 0 25px; } }
@media screen and (min-width: 1200px) {
  .section.carousel.content-right > .wrap2 {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .section.carousel.content-right .content {
    right: -100px; } }
@media screen and (min-width: 1300px) {
  .section.carousel.content-right > .wrap2 {
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  .section.carousel.content-right .content {
    right: -200px; } }

@media screen and (min-width: 770px) {
  .section.carousel.content-left .content {
    left: 0; } }
@media screen and (min-width: 1030px) {
  .section.carousel.content-left > .wrap2 {
    margin: 0 25px 0 auto; } }
@media screen and (min-width: 1200px) {
  .section.carousel.content-left > .wrap2 {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .section.carousel.content-left .content {
    left: -100px; } }
@media screen and (min-width: 1300px) {
  .section.carousel.content-left > .wrap2 {
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  .section.carousel.content-left .content {
    left: -200px; } }

@media screen and (min-width: 770px) {
  .section.carousel.full-width.content-right .content {
    right: 100px; }
  .section.carousel.full-width.content-left .content {
    left: 100px; } }

.theme-block-carousel.section.carousel.full-width {
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }
  .theme-block-carousel.section.carousel.full-width > .wrap2 {
    max-width: none;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

.section.quote .wrap {
  padding-right: 10%;
  display: flex;
  justify-content: center;
  align-items: center; }
.section.quote .image {
  width: 600px;
  margin: 0 30px; }
.section.quote .content {
  margin: 0 30px;
  padding-left: 25px;
  width: 265px;
  font-size: 1.7rem;
  line-height: 1.15; }
  .section.quote .content blockquote, .section.quote .content cite {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit; }
  .section.quote .content p {
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    margin-bottom: 0; }
  .section.quote .content strong {
    display: block;
    font-weight: bold;
    font-size: 1.1em; }
@media screen and (max-width: 1040px) {
  .section.quote .wrap {
    padding: 0; }
  .section.quote .content {
    font-size: 1.3rem;
    line-height: 1.4;
    padding-left: 10px; } }
@media screen and (max-width: 769px) {
  .section.quote .wrap {
    display: block;
    padding-right: 0; }
  .section.quote .image {
    margin: 0 auto 15px;
    max-width: 600px;
    width: auto; }
  .section.quote .content {
    width: auto;
    max-width: 600px;
    margin: 0 auto; } }

.theme-block-content-image .content {
  padding: 30px;
  background: white; }
  .theme-block-content-image .content .cta {
    margin-top: 1.75em; }
  .theme-block-content-image .content .block-title:last-child {
    margin-bottom: 0; }
  .theme-block-content-image .content h3.block-title {
    margin-bottom: 25px;
    line-height: 1.3; }
.theme-block-content-image .photo img {
  display: block; }
.theme-block-content-image.sakura-club .content .block-title {
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 10px 0;
  position: relative;
  background: url(images/sakura-large.svg) no-repeat 45% 50%;
  background-size: contain; }
@media screen and (max-width: 769px) {
  .theme-block-content-image .content {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    margin: -40px 30px 0;
    padding: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
@media screen and (max-width: 500px) {
  .theme-block-content-image .content {
    margin-left: 15px;
    margin-right: 15px; } }

.theme-block-content-image.content-right > .wrap2,
.theme-block-content-image.content-right > .wrap3,
.theme-block-content-image.content-left > .wrap2,
.theme-block-content-image.content-left > .wrap3 {
  position: static; }
@media screen and (min-width: 770px) {
  .theme-block-content-image.content-right .content,
  .theme-block-content-image.content-left .content {
    position: absolute;
    z-index: 1;
    bottom: 50%;
    max-width: 385px;
    padding: 50px;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); } }

@media screen and (min-width: 770px) {
  .theme-block-content-image.content-right .content {
    right: 0; } }
@media screen and (min-width: 1030px) {
  .theme-block-content-image.content-right > .wrap2 {
    margin: 0 auto 0 25px; } }
@media screen and (min-width: 1200px) {
  .theme-block-content-image.content-right > .wrap2 {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .theme-block-content-image.content-right .content {
    right: -100px; } }
@media screen and (min-width: 1300px) {
  .theme-block-content-image.content-right > .wrap2 {
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  .theme-block-content-image.content-right .content {
    right: -200px; } }

@media screen and (min-width: 770px) {
  .theme-block-content-image.content-left .content {
    left: 0; } }
@media screen and (min-width: 1030px) {
  .theme-block-content-image.content-left > .wrap2 {
    margin: 0 25px 0 auto; } }
@media screen and (min-width: 1200px) {
  .theme-block-content-image.content-left > .wrap2 {
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .theme-block-content-image.content-left .content {
    left: -100px; } }
@media screen and (min-width: 1300px) {
  .theme-block-content-image.content-left > .wrap2 {
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  .theme-block-content-image.content-left .content {
    left: -200px; } }

@media screen and (max-width: 1030px) {
  .theme-block-content-image.content-bottom .wrap2 {
    margin: 0; } }
@media screen and (min-width: 770px) {
  .theme-block-content-image.content-bottom .content {
    position: relative;
    z-index: 1;
    margin: -50px auto 0;
    max-width: 600px;
    padding: 30px;
    background: white; }
    .wp-block-column .theme-block-content-image.content-bottom .content {
      margin-left: 30px;
      margin-right: 30px; } }
@media screen and (max-width: 769px) {
  .theme-block-content-image.content-bottom .content {
    padding: 25px 18px; } }

#banner {
  position: relative;
  text-align: center;
  background: #eee no-repeat 50% 50%;
  background-size: cover; }
  #banner > .wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 710px;
    max-height: 75vh; }
    @media screen and (max-width: 1200px) {
      #banner > .wrap {
        height: 600px; } }
    @media screen and (max-width: 1024px) {
      #banner > .wrap {
        height: 550px; } }
    @media screen and (max-width: 769px) {
      #banner > .wrap {
        height: 500px; } }
    @media screen and (max-width: 500px) {
      #banner > .wrap {
        height: 420px; } }
    @media screen and (max-width: 400px) {
      #banner > .wrap {
        height: 300px; } }
  #banner > .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap; }
    #banner > .slides .slide {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      height: 100%; }
      #banner > .slides .slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%; }
  #banner > .slides-drag {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden; }
    #banner > .slides-drag .slide {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      height: 100%; }
  #banner h1 {
    font-size: 3.2em;
    padding-top: 5%; }
  #banner .slick-list,
  #banner .slick-track {
    display: block;
    width: 100%;
    height: 100%; }
  #banner .slick-dots {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0%;
    width: 100%; }
  #banner .slick-arrow {
    color: white;
    top: auto;
    top: 94%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10; }
    #banner .slick-arrow.slick-next {
      left: auto;
      right: 5%; }
  #banner.interior .slick-dots {
    margin-bottom: 50px; }
  @media screen and (min-width: 401px) and (max-width: 500px) {
    #banner .slick-arrow {
      top: 92%; }
    #banner h1 {
      font-size: 2em; } }
  @media screen and (max-width: 400px) {
    #banner {
      word-break: break-word; }
      #banner .slick-arrow {
        top: 90%; }
      #banner .slick-dots {
        bottom: 16px; }
      #banner h1 {
        font-size: 2em;
        padding-top: 14%; } }
  @media screen and (min-width: 501px) and (max-width: 767px) {
    #banner .slick-arrow {
      top: 93%; }
    #banner h1 {
      font-size: 2.2em;
      padding-top: 12%; } }
  @media screen and (min-width: 770px) and (max-width: 1200px) {
    #banner h1 {
      font-size: 2.5em;
      padding-left: 100px;
      padding-right: 100px;
      padding-top: 55px; } }
  @media screen and (min-width: 1201px) and (max-width: 1500px) {
    #banner h1 {
      font-size: 2.9em;
      padding: 120px 50px 50px 50px; } }

#offers > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px; }
#offers .image {
  position: relative;
  width: 60%;
  line-height: 0; }
  #offers .image img.pixel {
    display: none; }
  #offers .image a, #offers .image img {
    display: block; }
  #offers .image img {
    object-fit: cover; }
#offers .content {
  width: 33%; }
  #offers .content .title {
    margin-bottom: 5px; }
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #offers .content {
    width: 35%; }
  #offers .title {
    line-height: 1em; } }
@media screen and (max-width: 769px) {
  #offers .image {
    width: 50%; }
  #offers .content {
    width: 45%; } }
@media screen and (max-width: 600px) {
  #offers {
    padding: 25px 0; }
    #offers > .wrap {
      display: block; }
    #offers .image,
    #offers .content {
      width: auto; }
    #offers .image {
      margin: 0 auto 1em; } }

.wp-block[data-type="core/column"] #offers,
.wp-block-column #offers {
  width: auto;
  left: auto;
  margin-left: auto;
  padding: 0;
  background: none;
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px); }
  .wp-block[data-type="core/column"] #offers > .wrap,
  .wp-block-column #offers > .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto; }
  .wp-block[data-type="core/column"] #offers .image,
  .wp-block-column #offers .image {
    width: 100%; }
    .wp-block[data-type="core/column"] #offers .image img.pixel,
    .wp-block-column #offers .image img.pixel {
      display: block;
      width: 100%; }
    .wp-block[data-type="core/column"] #offers .image img.wp-post-image,
    .wp-block-column #offers .image img.wp-post-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .wp-block[data-type="core/column"] #offers .content,
  .wp-block-column #offers .content {
    position: relative;
    z-index: 1;
    width: auto;
    flex-grow: 1;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: -50px 30px 0;
    padding: 30px;
    box-sizing: border-box;
    background: white; }
    .wp-block[data-type="core/column"] #offers .content .title,
    .wp-block-column #offers .content .title {
      margin: 0 0 25px;
      line-height: 1.3; }
  @media screen and (max-width: 769px) {
    .wp-block[data-type="core/column"] #offers .content,
    .wp-block-column #offers .content {
      padding: 25px 18px; } }
  @media screen and (max-width: 500px) {
    .wp-block[data-type="core/column"] #offers .content,
    .wp-block-column #offers .content {
      width: -webkit-calc(100% - 30px);
      width: -moz-calc(100% - 30px);
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px; } }

#instagram {
  text-align: center; }
  #instagram .hashtag {
    margin: 2em auto 0;
    letter-spacing: .2em;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 2rem; }
    @media screen and (max-width: 600px) {
      #instagram .hashtag {
        font-size: 1rem; } }

#instagram-photos {
  position: relative;
  max-width: 1024px;
  margin: 0 auto; }
  #instagram-photos.loading:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    display: block;
    background: url(images/loading.png) no-repeat center top;
    width: 30px;
    height: 30px;
    content: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    animation: loading 1s steps(19) infinite; }
  #instagram-photos .photo {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin: 0px;
    padding: 10px;
    box-sizing: border-box; }
    #instagram-photos .photo a {
      display: block;
      background: no-repeat 50% 50%;
      background-size: cover; }
    #instagram-photos .photo img {
      display: block;
      width: 100%; }
  #instagram-photos .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    #instagram-photos .slick-list:focus {
      outline: none; }
    #instagram-photos .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  #instagram-photos .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    #instagram-photos .slick-slide img {
      display: block; }
  #instagram-photos .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -10px 0 0; }
    #instagram-photos .slick-arrow.slick-prev {
      left: -50px; }
    #instagram-photos .slick-arrow.slick-next {
      right: -50px; }
  @media screen and (max-width: 1150px) {
    #instagram-photos {
      margin: 0 50px; } }
  @media screen and (max-width: 769px) {
    #instagram-photos {
      margin: 0 25px; }
      #instagram-photos .slick-arrow.slick-prev {
        left: -40px; }
      #instagram-photos .slick-arrow.slick-next {
        right: -40px; }
      #instagram-photos .photo {
        padding: 5px; } }
  @media screen and (max-width: 500px) {
    #instagram-photos {
      margin: 0 15px; }
      #instagram-photos .slick-arrow.slick-prev {
        left: -25px; }
      #instagram-photos .slick-arrow.slick-next {
        right: -25px; } }

.theme-block-rooms .block-title {
  text-align: center;
  font-size: 2em;
  margin: 100px 0; }
  .theme-block-rooms .block-title strong {
    display: inline; }
@media screen and (max-width: 769px) {
  .theme-block-rooms .block-title {
    margin: 5px 0; } }

.page-styleguide #share-tab,
.page-styleguide #support-work,
.page-styleguide #related,
.page-styleguide #footer:before {
  display: none; }
.page-styleguide .tag {
  color: #86c0ed; }
.page-styleguide .clickme {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #005596;
  color: white; }
  .page-styleguide .clickme:hover {
    cursor: pointer;
    background: gray; }
.page-styleguide .placeholders {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 50px 5px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #eee; }
.page-styleguide article {
  display: none; }
.page-styleguide .code_area {
  min-height: 200px;
  padding: 25px;
  margin-bottom: 1em;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-x: hidden;
  color: white;
  font-family: "Consolas", "Lucida Console", Monaco, monospace;
  background-color: #252525;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px; }
.page-styleguide summary.styleguide {
  cursor: pointer;
  border: 0;
  outline: 0; }
.page-styleguide details.primer {
  position: relative;
  display: block;
  clear: both;
  margin: 2.5em 0;
  background-color: grey;
  border-bottom: 2px solid #e9e9e9; }
  .page-styleguide details.primer summary {
    position: absolute;
    right: 0;
    top: -2.5em;
    padding: 0.75em;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    background-color: lightgray; }
    .page-styleguide details.primer summary::-webkit-details-marker {
      display: none; }
  .page-styleguide details.primer section {
    overflow: hidden;
    padding: 3% 1.5% 1.5%; }
.page-styleguide details .caption {
  margin-bottom: 0; }
.page-styleguide .circle {
  width: 150px;
  height: 150px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  font-size: 75%;
  border-radius: 50%; }
  .page-styleguide .circle p {
    margin-top: 25px; }
@media screen and (max-width: 769px) {
  .page-styleguide .code_area {
    margin-bottom: 20px; } }

.reserve-container {
  color: #000;
  text-align: left;
  padding: 28px;
  margin: 0 auto; }
  .reserve-container:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background: white; }
  .unfixed .reserve-container:before {
    display: none; }
  @media screen and (max-width: 1000px) {
    .reserve-container {
      padding: 20px 15px; } }
  @media screen and (max-width: 769px) {
    .reserve-container {
      max-width: 530px;
      padding-bottom: 10px; } }

.reserve-grid {
  width: auto;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 769px) {
    .reserve-grid {
      display: block; } }

.reserve-column {
  position: relative; }
  .reserve-column:active *, .reserve-column:hover * {
    border-color: #bc9b6a;
    color: #bc9b6a;
    fill: #bc9b6a; }
  .reserve-column:active .reserve-title, .reserve-column:hover .reserve-title {
    color: inherit; }

.reserve-date-container {
  cursor: pointer;
  margin: 0 24px 0 0;
  flex-grow: 1;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .reserve-date-container {
      margin-right: 12px; } }
  @media screen and (max-width: 769px) {
    .reserve-date-container {
      margin-bottom: 18px; } }
  .reserve-date-container .reserve-title {
    display: block;
    font-size: 9pt;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 4px 0; }
  .reserve-date-container .reserve-date-display {
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 11pt;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    border: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0;
    padding: inherit;
    background: inherit;
    border-radius: inherit; }
    @media screen and (min-width: 1000px) {
      .reserve-date-container .reserve-date-display {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px); } }
    @media screen and (max-width: 769px) {
      .reserve-date-container .reserve-date-display {
        font-size: 16px; } }
  .reserve-date-container .reserve-calendar-icon {
    display: block;
    color: inherit;
    fill: inherit;
    height: 29px;
    width: 20px;
    position: absolute;
    top: 11px;
    right: 0; }
    @media screen and (min-width: 1000px) {
      .reserve-date-container .reserve-calendar-icon {
        width: 25px;
        bottom: -10px; } }

.reserve-date-container * {
  border-color: #000; }

.reserve-button-container {
  text-align: center;
  margin-top: 5px; }

.reserve-button {
  font-size: 11pt;
  height: 34px;
  color: #fff;
  white-space: nowrap;
  padding: 6px auto;
  margin: 0 auto;
  background-color: #000; }
  .reserve-button:active, .reserve-button:hover {
    background-color: #005596;
    color: #fff; }

.flatpickr-calendar {
  width: auto;
  border-radius: 0;
  box-shadow: none; }
  .flatpickr-calendar:before, .flatpickr-calendar:after {
    display: none; }
  @media screen and (max-width: 350px) {
    .flatpickr-calendar {
      left: 0% !important;
      right: auto !important;
      width: 100% !important;
      max-width: 100% !important; } }

.flatpickr-months {
  color: #fff;
  background-color: #000;
  height: 44px; }
  .flatpickr-months .flatpickr-month {
    color: inherit;
    text-transform: uppercase;
    height: auto; }
    .flatpickr-months .flatpickr-month .flatpickr-current-month {
      margin-top: 8px; }
      .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-month,
      .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-year {
        font-weight: 900;
        letter-spacing: 2px; }
      .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
        width: 4em; }
        .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowUp:after {
          border-bottom-color: #bc9b6a; }
        .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown:after {
          border-top-color: #bc9b6a; }
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    color: inherit;
    fill: #fff;
    padding-top: 8px; }
    .flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-prev-month:active,
    .flatpickr-months .flatpickr-next-month:hover,
    .flatpickr-months .flatpickr-next-month:active {
      color: #bc9b6a; }
      .flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-prev-month:active svg,
      .flatpickr-months .flatpickr-next-month:hover svg,
      .flatpickr-months .flatpickr-next-month:active svg {
        fill: #bc9b6a; }

.flatpickr-innerContainer {
  padding: 12px; }

.flatpickr-weekdays {
  text-transform: uppercase;
  font-size: 18px; }
  .flatpickr-weekdays .flatpickr-weekday {
    color: #bc9b6a !important;
    font-weight: 900;
    letter-spacing: 1px; }

.flatpickr-days .flatpickr-day {
  border-radius: 0;
  margin-top: 0; }
  .flatpickr-days .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)), .flatpickr-days .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)), .flatpickr-days .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    box-shadow: -10px 0 0 #bc9b6a; }
  .flatpickr-days .flatpickr-day.selected, .flatpickr-days .flatpickr-day.inRange, .flatpickr-days .flatpickr-day.startRange, .flatpickr-days .flatpickr-day.endRange {
    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #bc9b6a;
    border-color: #bc9b6a;
    box-shadow: -5px 0 0 #bc9b6a, 5px 0 0 #bc9b6a; }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 0; }

@media screen and (max-height: 600px) {
  .flatpickr-months {
    height: 30px; }
    .flatpickr-months .flatpickr-month .flatpickr-current-month {
      margin-top: 1px; }
    .flatpickr-months .flatpickr-prev-month,
    .flatpickr-months .flatpickr-next-month {
      padding-top: 2px; }

  .flatpickr-weekdays {
    height: 20px; }

  .flatpickr-day {
    height: 30px;
    line-height: 30px; } }

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