@charset "UTF-8";
/*   
Theme Name: Raes
Description:  Raes WordPress theme
Author: Residency Studios
Author URI: https://residencystudios.com
Version: 1.0.1
Tags: 
*/
@font-face {
  font-family: "futura_stdbook";
  src: url("fonts/futurastd-book-webfont.woff2") format("woff2"), url("fonts/futurastd-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 25, 2024 */
@font-face {
  font-family: "baskerville_italic";
  src: url("fonts/baskervilleno2bt-italic-webfont.woff2") format("woff2"), url("fonts/baskervilleno2bt-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baskerville";
  src: url("fonts/baskervilleno2bt-roman-webfont.woff2") format("woff2"), url("fonts/baskervilleno2bt-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3 {
  font-family: "baskerville", serif;
}

h4, h5 {
  font-family: "futura_stdbook";
  letter-spacing: 0.15em;
}

h1, .h1 {
  font-size: 54px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
}

.page-header h1, .page-header .h1 {
  font-size: 90px;
}
@media (max-width: 767px) {
  .page-header h1, .page-header .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-family: "futura_stdbook";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h5 {
  font-weight: 600;
  font-size: 22px;
}

.text-link {
  color: #2E55A5;
  border-bottom: 2px solid #2E55A5;
}
.text-link:hover {
  color: #2E55A5;
  border-bottom: 2px solid transparent;
}

.quote h5 {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .quote h5 {
    font-size: 30px;
  }
}

p, li, input, td, nav, select, table, textarea, label, input, .gform_confirmation_message {
  font-family: "Baskerville", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.024em;
}
.gform-theme--framework .gform_validation_errors,
.gform_validation_errors {
  border-radius: 0px !important;
  box-shadow: none !important;
  background: transparent !important;
}
.gform-theme--framework .gform_validation_errors, .gform-theme--framework .gform_validation_errors li, .gform-theme--framework .gform_validation_errors a, .gform-theme--framework .gform_validation_errors h2, .gform-theme--framework .gform_validation_errors .gform_submission_error,
.gform_validation_errors,
.gform_validation_errors li,
.gform_validation_errors a,
.gform_validation_errors h2,
.gform_validation_errors .gform_submission_error {
  text-decoration: none !important;
}
.gform-theme--framework .gform_validation_errors h2,
.gform_validation_errors h2 {
  padding: 4px 0px;
}

blockquote p {
  font-size: 32px;
  line-height: 1.4;
}

.text-larger p {
  font-size: 20px;
  line-height: 1.2;
}

a {
  transition: all 0.4s ease-in-out;
}

ul li {
  list-style: none;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}
ol li {
  padding-left: 10px;
  padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px 0px 20px;
  font-weight: 400;
}

p a, a {
  color: #2E55A5;
  text-decoration: none;
  position: relative;
}
p a:after, a:after {
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  content: " ";
  background: #2E55A5;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
p a:hover, a:hover {
  color: #2E55A5;
}
p a:hover:after, a:hover:after {
  width: 100%;
  left: 0px;
}

a.img {
  display: block;
}

body {
  background: #fff;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  color: #2E55A5;
}
body.active {
  overflow: hidden !important;
}
body.active .menu-button {
  transform: rotate(45deg);
}

.hidden_label label {
  display: none;
}

fieldset {
  border: 0px none;
}

@media (min-width: 768px) {
  .vertical-middle {
    display: flex;
    align-items: center;
  }
}

#svgloader {
  display: block;
  position: fixed;
  height: 80px;
  top: 50%;
  width: 100%;
  margin-top: -40px;
  -webkit-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
  z-index: 0;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  #svgloader {
    height: auto;
    max-width: 20%;
    left: 40%;
  }
}

@-webkit-keyframes flasher {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flasher {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
#wrapper, .home-video {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

*, html, body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
}

html, body {
  color: #2E55A5;
}

body {
  overflow-x: hidden;
}

.vc_row.vc_row-o-full-height {
  overflow: visible !important;
}

.sticky {
  position: sticky !important;
  top: 0px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  opacity: 1;
}

img[data-src] {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
}

.container {
  padding: 0 60px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.container.container-narrow {
  padding: 0 200px;
}
@media (max-width: 767px) {
  .container.container-narrow {
    padding: 0 20px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1301px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1401px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1501px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1601px) {
  .container {
    max-width: 100%;
  }
}

.row {
  margin: 0 -15px;
}

.btn, .button {
  background: transparent;
  color: #2E55A5;
  border: 1px solid #2E55A5;
  text-align: left;
  display: inline-block;
  line-height: 28px;
  padding: 6px 12px 5px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  outline: none !important;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  font-family: "NB Akademie Std Medium";
  letter-spacing: 0px;
  width: 200px;
  max-width: 100%;
}
.btn:hover, .button:hover {
  border: 1px solid #2E55A5;
}
.btn:hover:after, .button:hover:after {
  margin-right: 6px;
}
.btn-stroke, .button-stroke {
  background: none;
  border-color: #2E55A5;
  color: #2E55A5;
}
.btn-stroke:hover, .button-stroke:hover {
  background: #2E55A5;
  border-color: #2E55A5;
  color: #fff;
}
.btn-white, .button-white {
  background: transparent;
  border-color: #fff;
  color: #fff !important;
}
.btn-white:hover, .button-white:hover {
  background: #fff;
  border-color: #fff;
  color: #2E55A5 !important;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(177, 165, 105, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(177, 165, 105, 0);
  }
}
.page p .button {
  margin: 15px 10px 0px 0px;
}

.woocommerce button.button, .woocommerce a.button, .woocommerce .button {
  color: #2E55A5;
  border-color: #2E55A5;
  background-color: transparent;
}
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce .button.alt {
  background-color: #2E55A5;
  color: #2E55A5;
  font-size: 12px;
}
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce .button.alt:hover {
  border-color: #2E55A5;
  background: #2E55A5;
  color: #2E55A5;
}

.full-row {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  margin: 0px;
}
.full-row.image-overlay img {
  width: 100%;
}
.full-row.bg-grey {
  background: #2E55A5;
}
.full-row.woocommerce-products-header {
  background-color: #fff;
}
.full-row.image-right {
  background-position: center left;
}
.full-row.image-right .image-wrap {
  float: right;
}
.full-row iframe {
  pointer-events: none;
  display: block;
  float: left;
  width: 100%;
  clear: both;
}
.full-row .container > h3 {
  margin-bottom: 40px;
}
.full-row .padding {
  border: 70px solid #ffffff;
  box-sizing: border-box;
  float: left;
  width: 100%;
  background: #f7f6f4;
  border-top-width: 35px;
  border-bottom-width: 35px;
}

.clearfix {
  width: 100%;
  clear: both;
  float: left;
  box-sizing: border-box;
}
.clearfix.padding-150 {
  padding: 75px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-150 {
    padding: 40px 0px 35px;
  }
}
.clearfix.padding-100 {
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-100 {
    padding: 25px 0px;
  }
}
.clearfix.padding-50 {
  padding: 25px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-50 {
    padding: 15px 0px 10px;
  }
}
@media (max-width: 767px) {
  .clearfix.mobile-padding-0 {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .clearfix.mobile-padding-25 {
    padding: 15px 0px 10px;
  }
}

.col-lg-12 {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.col-lg-10 {
  width: 83.33333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-9 {
  width: 75%;
  float: left;
  box-sizing: border-box;
}

.col-lg-8 {
  width: 66.667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-7 {
  width: 58.3333333333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-6 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.col-lg-5 {
  width: 41.6666666667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-4 {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-3 {
  width: 25%;
  float: left;
  box-sizing: border-box;
}

.col-lg-two-fifths {
  width: 40%;
  float: left;
  box-sizing: border-box;
}

.col-lg-fifth {
  width: 20%;
  float: left;
  box-sizing: border-box;
}

.col-lg-2 {
  width: 16.66667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-1 {
  width: 8.333%;
  float: left;
  box-sizing: border-box;
}

.row .col-lg-12, .row .col-lg-11, .row .col-lg-10, .row .col-lg-9, .row .col-lg-8, .row .col-lg-7, .row .col-lg-6, .row .col-lg-5, .row .col-lg-4, .row .col-lg-3, .row .col-lg-two-fifths, .row .col-lg-fifth, .row .col-lg-2, .row .col-lg-1 {
  padding: 0 15px;
}

.last {
  float: right;
}

.inner h2 {
  margin: 30px 0px;
}
.inner .btn {
  margin-top: 60px;
}

.hidden_label legend {
  display: none !important;
}

.ginput_container_checkbox .gfield-choice-input {
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #2E55A5 !important;
  background: transparent;
  -webkit-appearance: none !important;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
}
.ginput_container_checkbox .gfield-choice-input:before {
  content: "✕";
  opacity: 0;
  left: 5px;
  top: 1px;
  width: 100%;
  height: 100%;
  color: #2E55A5;
  position: absolute;
}
.ginput_container_checkbox .gfield-choice-input:checked::before {
  opacity: 1;
}

input {
  border-radius: 0px;
  -webkit-appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: auto;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
  background: transparent;
  border: 0px none;
  color: #2E55A5;
  border-bottom-color: #2E55A5;
  color: #2E55A5;
  font-family: "Baskervville";
  border-bottom: 1px solid #2E55A5;
  line-height: 28px;
  font-size: 12px;
  padding: 5px 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  outline: none !important;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, textarea::placeholder {
  color: #2E55A5;
  font-size: 12px;
}

body .gform-theme--framework form .gfield input, body .gform-theme--framework form .gfield textarea {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
}

.ui-datepicker {
  background: #fff;
  padding: 20px;
}
.ui-datepicker select {
  border-color: #2E55A5;
  color: #2E55A5;
}

select.large {
  line-height: 28px;
  font-size: 16px;
  padding: 5px 0px;
  color: #2E55A5;
  border: 0px none;
  background: transparent;
  border-bottom: 1px solid #2E55A5;
}

.ginput_container_fileupload {
  border-bottom: 1px solid #2E55A5 !important;
}
.ginput_container_fileupload input {
  font-size: 12px;
}

.gfield--type-honeypot,
.validation_message {
  display: none !important;
}

.gfield_error input, .gfield_error, .gfield_error ::placeholder {
  color: #2E55A5 !important;
  border-color: #2E55A5 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 50px !important;
}

.container .gform_wrapper.gravity-theme .gfield_description {
  font-family: "baskerville";
  color: #2E55A5;
  letter-spacing: 0.024em;
}
.container .gform_wrapper.gravity-theme .gfield--type-html p {
  font-size: 14px;
  font-family: "baskerville_italic";
  margin: 0px;
}
.container .gform_wrapper.gravity-theme .name .gfield_label {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #2E55A5;
  margin-bottom: 20px;
}
.container .gform_wrapper.gravity-theme .gfield_required {
  color: #2E55A5 !important;
}
.container .gform_wrapper.gravity-theme p.gform_required_legend {
  display: none !important;
}
.container .gform_wrapper.gravity-theme .charleft.ginput_counter.gfield_description {
  display: none;
}
.container .gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px;
  font-family: "futura_stdbook";
  text-transform: uppercase;
  font-weight: 400;
  color: #2E55A5;
}
.container .gform_wrapper.gravity-theme .gform_fields input.large {
  padding: 0;
}
.container .gform_wrapper.gravity-theme .gform_fields .name_first input, .container .gform_wrapper.gravity-theme .gform_fields .name_last input {
  padding: 0;
}
.container .gform_wrapper.gravity-theme .half {
  width: 48%;
  float: left;
  clear: none;
  margin-bottom: 30px;
  display: block;
}
.container .gform_wrapper.gravity-theme .half:nth-child(2), .container .gform_wrapper.gravity-theme .half:nth-child(4) {
  float: right;
}
.container .gform_wrapper.gravity-theme .half .gfield_label {
  font-size: 12px;
  line-height: 22px !important;
  font-weight: 400;
  margin-bottom: 10px;
}
.container .gform_wrapper.gravity-theme .gform_footer {
  float: left;
  width: 20%;
  margin-top: 0px;
  padding: 0px !important;
  margin: 0px !important;
  position: relative;
}
.container .gform_wrapper.gravity-theme .gform_button {
  display: block;
  width: 100%;
  padding: 0px;
  background: transparent;
  border: 1px solid;
  color: #2E55A5;
  box-shadow: none;
  font-family: "Baskervville";
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  letter-spacing: 0.038em;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.container .gform_wrapper.gravity-theme .gform_button:hover {
  border: 1px solid #2E55A5;
  background: #2E55A5;
  color: #fff;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  #site-wide {
    display: none;
  }
  .col-sm-12 {
    width: 100%;
    float: left;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-sm-4 {
    width: 33.33%;
    float: left;
  }
  .inner {
    padding: 40px;
  }
  .container {
    padding: 0 15px;
  }
  .reorder {
    display: table;
  }
  .reorder .col-sm-12 {
    float: none;
    display: table-footer-group;
  }
  .reorder .col-sm-12.last {
    display: table-header-group;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#site-header {
  position: fixed;
  background: transparent;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  float: left;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  padding: 40px 0px;
}
#site-header.nav-up {
  top: -140px;
}
#site-header.nav-down {
  position: fixed;
  top: 0px;
  padding: 10px 0px;
  background: #fff;
}
#site-header .navbar-nav {
  display: inline-block;
  float: left;
  margin-left: 120px;
}
@media (max-width: 1309px) {
  #site-header .navbar-nav {
    margin-left: 70px;
  }
}
#site-header .navbar-nav li {
  display: inline-block;
  line-height: 94px;
  margin-right: 25px;
}
@media (max-width: 1309px) {
  #site-header .navbar-nav li {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  #site-header .navbar-nav li {
    line-height: 24px;
  }
}
#site-header .navbar-nav li a {
  font-size: 14px;
  letter-spacing: 0.048em;
}
#site-header .navbar-nav li.current_page_item > a:after {
  width: 100%;
  left: 0px;
}
#site-header .navbar-nav#main-menu-right {
  float: right;
  margin-left: 0px;
  margin-right: 60px;
}
@media (max-width: 767px) {
  #site-header .navbar-nav#main-menu-right {
    margin-right: 20px;
    margin-top: -2px;
  }
}
#site-header .navbar-nav#main-menu-right li {
  margin-right: 0px;
  margin-left: 40px;
}
#site-header .navbar-nav#main-menu-right li.menu-book {
  font-family: "baskerville_italic";
}
@media (max-width: 767px) {
  #site-header .navbar-nav#main-menu-right li.menu-book {
    text-align: right;
  }
}
@media (max-width: 767px) {
  #site-header .navbar-nav#main-menu-right li.menu-book span {
    width: 100%;
    float: right;
    text-align: right;
  }
}
#site-header .navbar-nav#main-menu-right li.menu-book a {
  font-family: "futura_stdbook";
  margin-left: 20px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #site-header .navbar-nav#main-menu-right li.menu-book a {
    margin-left: 5px;
    font-size: 13px;
  }
}
#site-header .container {
  max-width: 100%;
}
#site-header a.logo {
  display: block;
  border-bottom: 0px none;
  float: left;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  width: 20%;
  padding: 0px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#site-header a.logo:after {
  display: none;
}
#site-header a.logo img {
  display: block;
  width: 106px;
  margin: 0 auto;
}
#site-header #menu-button {
  display: block;
  position: absolute;
  width: 24px;
  transition: all 0.4s ease-in-out;
  display: block;
  left: 60px;
  top: 45px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  cursor: pointer;
}
#site-header #menu-button:hover span {
  background: #2E55A5;
}
#site-header #menu-button span {
  width: 100%;
  height: 3px;
  background: #2E55A5;
  display: block;
  margin: 4px 0px 3px;
  transition: all 0.4s ease-in-out;
}
#site-header #menu-button span:first-child {
  margin-top: -8px;
}
#site-header #menu-button span:last-child {
  margin-top: 4px;
}
#site-header.active #menu-button {
  transform: rotate(0deg);
  top: 40px;
}
#site-header.active #menu-button span {
  display: none;
  margin: 0px 0px 5px;
  background: #2E55A5;
}
#site-header.active #menu-button span:first-child, #site-header.active #menu-button span:last-child {
  display: block;
}
#site-header.active #menu-button span:first-child {
  transform: rotate(45deg);
  margin-top: 5px;
}
#site-header.active #menu-button span:last-child {
  transform: rotate(-45deg);
  margin-top: -8px;
}
#site-header #sub-nav {
  opacity: 0;
}
#site-header #sub-nav a {
  width: 100%;
  text-align: center;
  font-family: "faktummedium";
  margin: 0 10px;
}

#menu {
  position: fixed;
  top: 0px;
  left: -50%;
  width: 25%;
  height: 100%;
  background: #fff;
  z-index: 98;
  transition: all 0.4s ease-in-out;
}
#menu:before {
  content: " ";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 97;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
#menu.active {
  left: 0px;
  overflow: scroll;
}
#menu.active:before {
  visibility: visible;
  opacity: 1;
}
#menu #main-menu {
  display: inline;
  float: left;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 140px;
  left: 0px;
  margin-left: 60px;
  z-index: 98;
}
#menu #main-menu > li.current-menu-item > a:after {
  width: 100%;
  left: 0px;
}
#menu #main-menu li {
  display: inline-block;
  float: left;
  clear: both;
  padding: 10px 0px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
#menu #main-menu li:hover .sub-menu {
  max-height: 800px;
  padding: 10px 0px 10px 100px;
}
#menu #main-menu li a {
  font-size: 32px;
  line-height: 1;
  color: #2E55A5;
  padding: 0px;
  display: block;
}
#menu #main-menu li a:after {
  height: 1px;
}
#menu #main-menu li .sub-menu {
  max-height: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-left: 0px;
}
#menu #main-menu li .sub-menu li {
  width: 100%;
  clear: both;
  padding: 20px 0px;
  text-align: left;
}
#menu #main-menu li .sub-menu li:last-child {
  padding-bottom: 0px;
}
#menu #main-menu li .sub-menu li a {
  padding: 0px;
  text-indent: -2px;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid transparent;
}
#menu #main-menu li .sub-menu li a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#menu #main-menu li .nav-left {
  float: left;
  width: 70%;
  box-sizing: border-box;
}
#menu #main-menu li .nav-right {
  float: left;
  width: 30%;
}
@media (max-width: 767px) {
  #menu #main-menu li .nav-left, #menu #main-menu li .nav-right {
    width: 100%;
  }
}
#menu #main-menu li .nav-left a, #menu #main-menu li .nav-right a {
  padding: 0px;
  display: block;
  font-size: 12px;
  padding: 0px;
  width: 100%;
  border: 0px none;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  #menu #main-menu li .nav-left a, #menu #main-menu li .nav-right a {
    display: inline-block !important;
    float: none !important;
    margin: 0 10px 0 0;
    width: auto;
  }
}
#menu #main-menu li .nav-right {
  padding-top: 7px;
}
#menu #main-menu li .nav-right a {
  display: block;
  width: 30px;
  height: 20px;
  text-indent: -9999px;
  background: url("img/flag-japan.png") right center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  float: right;
  transition: all 0.4s ease-in-out;
}
#menu #main-menu li .nav-right a:hover {
  opacity: 0.7;
}
#menu #main-menu li .nav-right a:last-child {
  background-image: url("img/flag-china.png");
}

#popup {
  width: 100%;
  height: auto;
  margin-top: 0px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
#popup #wrapper {
  padding-top: 30px !important;
}

.popup-active:before {
  content: " ";
  position: fixed;
  z-index: 999;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
}
.popup-active #popup {
  opacity: 1;
  visibility: hidden;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.clear-row {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .clear-row {
    margin-bottom: 40px;
  }
}

.align-right {
  float: right;
}

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

.wpb_text_column ul {
  padding-left: 20px;
}
.wpb_text_column ul li {
  list-style: outside;
  padding: 0px 0px 5px;
}

.pum .wpb_video_widget {
  margin-bottom: -1px;
  margin-right: -1px;
  position: relative;
  overflow: hidden;
}

#guesthouses-header, #cellar-header, #page-header {
  clear: both;
  text-align: center;
  position: sticky;
  top: 0px;
  background: #fff;
  padding-top: 40px;
  float: left;
  width: 100%;
  z-index: 9;
}
@media (max-width: 767px) {
  #guesthouses-header, #cellar-header, #page-header {
    padding-top: 20px;
  }
}
#guesthouses-header .h4, #guesthouses-header h4, #cellar-header .h4, #cellar-header h4, #page-header .h4, #page-header h4 {
  margin-bottom: 0px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #guesthouses-header .h4, #guesthouses-header h4, #cellar-header .h4, #cellar-header h4, #page-header .h4, #page-header h4 {
    padding-bottom: 25px;
  }
}
#guesthouses-header .border-box, #cellar-header .border-box, #page-header .border-box {
  margin-bottom: 20px;
}
#guesthouses-header .container, #cellar-header .container, #page-header .container {
  padding: 0 100px;
}
@media (max-width: 767px) {
  #guesthouses-header .container, #cellar-header .container, #page-header .container {
    padding: 0 20px;
  }
}
#guesthouses-header ul, #cellar-header ul, #page-header ul {
  display: block;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px;
  text-align: left;
}
#guesthouses-header ul li, #cellar-header ul li, #page-header ul li {
  display: inline-block;
  margin-right: 120px;
}
#guesthouses-header ul li.current a:after, #cellar-header ul li.current a:after, #page-header ul li.current a:after {
  width: 100%;
  left: 0px;
}
#guesthouses-header ul li:last-child, #cellar-header ul li:last-child, #page-header ul li:last-child {
  margin-right: 0px;
}

#page-header.contact-header ul {
  text-align: center;
}
#page-header.contact-header ul li {
  margin: 0 50px;
}

.contact-details h4 {
  margin: 30px 0px 0px;
}

#page-header.gallery-header h1 {
  width: 20%;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #page-header.gallery-header h1 {
    width: 100%;
    padding-bottom: 10px;
  }
}
#page-header.gallery-header .left {
  width: 40%;
  float: left;
}
@media (max-width: 767px) {
  #page-header.gallery-header .left {
    display: none;
  }
}
#page-header.gallery-header .right {
  float: right;
  width: 40%;
}
@media (max-width: 767px) {
  #page-header.gallery-header .right {
    width: 100%;
  }
}
#page-header.gallery-header ul {
  float: right;
}
@media (max-width: 767px) {
  #page-header.gallery-header ul {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
#page-header.gallery-header ul li {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
@media (max-width: 767px) {
  #page-header.gallery-header ul li {
    margin: 0px 5px 5px 5px;
  }
}
#page-header.gallery-header ul li p {
  font-family: "baskerville_italic";
  margin: 0px;
}
#page-header.gallery-header ul li a {
  font-family: "futura_stdbook";
  margin-left: 5px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#accommodation {
  float: left;
  width: 100%;
}

#cellar-header {
  margin-top: 50px;
  float: left;
  width: 100%;
}
#cellar-header h4 {
  text-align: center;
}

#home-intro, #dining-intro, #cellar-intro, #contact-intro {
  text-align: center;
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #home-intro, #dining-intro, #cellar-intro, #contact-intro {
    padding-bottom: 50px;
  }
}
#home-intro h4, #dining-intro h4, #cellar-intro h4, #contact-intro h4 {
  margin: 40px auto 35px;
  float: left;
  width: 100%;
}
#home-intro p, #dining-intro p, #cellar-intro p, #contact-intro p {
  font-size: 28px;
  font-family: "baskerville_italic";
  width: 680px;
  margin: 0px auto;
  max-width: 100%;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #home-intro p, #dining-intro p, #cellar-intro p, #contact-intro p {
    font-size: 24px;
  }
}

.home-row {
  width: 100%;
  float: left;
  clear: both;
}

#dining-intro h4 {
  margin-top: 0px;
}

#dining-intro.spa-intro {
  padding-bottom: 40px;
}
#dining-intro.spa-intro .view-all {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
#dining-intro.spa-intro p:first-child {
  margin-bottom: 0px;
}

#home-dining .container, #home-spa .container {
  padding: 0 100px;
}
@media (max-width: 767px) {
  #home-dining .container, #home-spa .container {
    padding: 0 20px;
  }
}
#home-dining .container:before, #home-spa .container:before {
  content: " ";
  border-top: 1px solid #2E55A5;
  display: block;
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  #home-spa .view-all {
    margin-top: 30px;
  }
}

#home-images .container {
  padding: 0 150px;
}
@media (max-width: 767px) {
  #home-images .container {
    padding: 0 20px;
  }
}
#home-images .container:before {
  content: " ";
  border-top: 1px solid #2E55A5;
  display: block;
  float: left;
  width: 100%;
}
#home-images .images-wrap {
  padding: 0 150px;
}
@media (max-width: 767px) {
  #home-images .images-wrap {
    padding: 0;
  }
}
#home-images h4 {
  margin: 50px auto;
  text-align: center;
  float: left;
  width: 100%;
}
#home-images img {
  float: left;
  width: 47.5%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #home-images img {
    margin-bottom: 40px;
  }
}
#home-images img.home_image_2 {
  float: right;
}
#home-images img.home_image_3 {
  width: 72%;
  float: none;
  margin: 0 auto;
}

.intro-text {
  text-align: center;
  font-size: 20px;
  font-family: "baskerville_italic";
  width: 700px;
  margin: 0px auto;
  max-width: 100%;
  letter-spacing: 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .intro-text {
    margin-bottom: 30px;
  }
}

#home-accom, #home-dining, #home-spa {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #home-accom, #home-dining, #home-spa {
    padding-bottom: 0px;
  }
}
#home-accom .container, #home-dining .container, #home-spa .container {
  padding: 0 120px;
}
@media (max-width: 767px) {
  #home-accom .container, #home-dining .container, #home-spa .container {
    padding: 0 20px;
  }
}
#home-accom .container > div, #home-dining .container > div, #home-spa .container > div {
  padding: 0 30px;
}
@media (max-width: 767px) {
  #home-accom .container > div, #home-dining .container > div, #home-spa .container > div {
    padding: 0 10px;
  }
}
#home-accom .container > div > h4, #home-dining .container > div > h4, #home-spa .container > div > h4 {
  margin: 30px auto 20px;
}
#home-accom .container > div > p, #home-dining .container > div > p, #home-spa .container > div > p {
  max-width: 440px;
  margin: 0 auto 15px;
}
#home-accom h4, #home-dining h4, #home-spa h4 {
  margin: 60px auto 40px;
  text-align: center;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  #home-accom h4, #home-dining h4, #home-spa h4 {
    margin: 40px auto 30px;
  }
}

#home-accom .container:before {
  content: " ";
  border-top: 1px solid #2E55A5;
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  #home-accom .container > div > p {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #home-accom .container .view-all {
    margin-top: -10px;
  }
}

.single-accommodation #pop-floor {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
}
.single-accommodation #pop-floor.active {
  opacity: 1;
  visibility: visible;
}
.single-accommodation #pop-floor .pop-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 600px;
  max-width: 80%;
}
.single-accommodation #pop-floor .pop-content a {
  border-radius: 100%;
  position: absolute;
  height: 26px;
  width: 26px;
  left: auto;
  right: -12px;
  bottom: auto;
  top: -12px;
  padding: 0;
  color: #2E55A5;
  font-family: "Arial";
  font-weight: 100;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #2E55A5;
  border-radius: 26px;
  background: #fff;
  text-align: center;
}
.single-accommodation #pop-floor .pop-content a:after {
  display: none;
}
.single-accommodation #pop-floor .pop-content a:hover {
  background: #2E55A5;
  color: #fff;
}
.single-accommodation .single-pag #prev-post, .single-accommodation .single-pag #next-post {
  font-family: "futura_stdbook";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: left;
  z-index: 0;
  padding: 0;
  z-index: 9999;
}
@media (min-width: 768px) {
  .single-accommodation .single-pag #prev-post, .single-accommodation .single-pag #next-post {
    position: fixed;
    transform-origin: center;
    top: 50vh;
  }
}
@media (max-width: 767px) {
  .single-accommodation .single-pag {
    padding: 50px 20px 0px;
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
  }
  .single-accommodation .single-pag #prev-post {
    float: right;
  }
  .single-accommodation .single-pag #next-post {
    float: left;
  }
}
@media (min-width: 768px) {
  .single-accommodation .single-pag #prev-post {
    right: 0px;
    transform: translateY(-50%) rotate(270deg);
  }
  .single-accommodation .single-pag #next-post {
    left: 0px;
    transform: translateY(-50%) rotate(90deg);
  }
}
.single-accommodation #single-accommodation {
  padding-bottom: 0px;
  padding-top: 30px;
  float: left;
  width: 100%;
}
.single-accommodation #single-accommodation h1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-accommodation #single-accommodation h1 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.single-accommodation #single-accommodation .col-lg-6 {
  padding: 4% 0px 30px 80px;
}
@media (max-width: 767px) {
  .single-accommodation #single-accommodation .col-lg-6 {
    padding: 0px 0px 20px 0px;
  }
}
.single-accommodation #single-accommodation .col-lg-6:first-child {
  padding: 30px 80px 30px 0px;
  border-right: 2px solid #2E55A5;
}
@media (max-width: 767px) {
  .single-accommodation #single-accommodation .col-lg-6:first-child {
    border-right: 0px none;
    padding: 0px 0px 20px 0px;
  }
}
.single-accommodation #single-accommodation .col-lg-6:last-child h4 {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .single-accommodation #single-accommodation .col-lg-6:last-child h4 {
    width: 100%;
  }
}
.single-accommodation #single-accommodation .col-lg-6 .book-btn {
  text-align: left;
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .single-accommodation #single-accommodation .col-lg-6 .book-btn {
    width: 60%;
    margin-top: 20px;
  }
}
.single-accommodation #single-accommodation .col-lg-6 .book-btn a {
  text-align: center;
  margin: 0px;
}
.single-accommodation #single-accommodation .col-lg-6 .pop-floorplan {
  float: left;
  width: 50%;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .single-accommodation #single-accommodation .col-lg-6 .pop-floorplan {
    width: 40%;
    margin-top: 35px;
    text-align: center;
  }
}

#guesthouses-header h4, #hotel-header h4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
#guesthouses-header .container, #hotel-header .container {
  padding: 0 100px;
}
#guesthouses-header .border-box, #hotel-header .border-box {
  margin-bottom: 20px;
}

#guesthouses-header {
  padding-top: 20px;
}

#hotel-header {
  padding-top: 0px;
}
#hotel-header h4 {
  padding-bottom: 0px;
}
#hotel-header .border-box {
  display: none;
}

.accom-row {
  text-align: center;
  padding-bottom: 0px;
  clear: both;
  float: left;
  width: 100%;
}
.accom-row .accom-row {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .accom-row .accom-row {
    padding-top: 20px;
  }
}
.accom-row .accom-cat-image {
  width: 50%;
  margin: 30px auto 0px;
  display: inline-block;
}
@media (max-width: 767px) {
  .accom-row .accom-cat-image {
    width: 100%;
  }
}
.accom-row:first-child .container:before {
  display: none;
}
.accom-row:first-child h4.term-intro {
  clear: both;
  margin-top: 0px;
  float: left;
  width: 100%;
}
.accom-row .container {
  padding: 0 100px;
}
@media (max-width: 767px) {
  .accom-row .container {
    padding: 0px 20px;
  }
}
.accom-row .term-desc {
  width: 550px;
  max-width: 100%;
  margin: 30px auto 0px;
}
@media (max-width: 767px) {
  .accom-row .term-desc {
    margin-bottom: 20px;
  }
}
.accom-row .accom-tile {
  width: 460px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  max-width: 100%;
  float: none;
}
.accom-row .accom-tile p {
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
  line-height: 1;
  float: left;
  position: relative;
  z-index: 3;
}
.accom-row .accom-tile a {
  display: block;
}
.accom-row .accom-tile a span {
  font-size: 16px;
}
.accom-row .accom-tile a sub {
  font-size: 12px;
  vertical-align: baseline;
}
.accom-row .accom-tile img {
  margin-bottom: 15px;
}
.accom-row .accom-tile button.slick-arrow {
  position: absolute;
  bottom: 0px;
  right: 20px;
  background: url("img/icon-arrow.png") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  border: 0px none;
  text-indent: -99999px;
  cursor: pointer;
}
.accom-row .accom-tile button.slick-arrow.slick-prev {
  margin-right: 20px;
  transform: rotate(180deg);
}
.accom-row .accom-tile .slick-slider {
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow: hidden;
  float: left;
  width: 100%;
}

.accom-row .accom-tile ul,
.slick-slider {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  max-height: 0px;
}
.accom-row .accom-tile ul.active,
.slick-slider.active {
  opacity: 1 !important;
  visibility: visible !important;
  max-height: 1200px;
}

.archive .accom-row {
  padding-bottom: 20px;
}
.archive #subscribe {
  padding-top: 0px;
}

.post {
  float: left;
  width: 100%;
  padding: 0 100px 100px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .post {
    padding: 0px 20px;
  }
}
.post .container {
  padding: 0 200px;
  box-sizing: border-box;
}
.post .container:after {
  content: " ";
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #2E55A5;
}
.post:last-child {
  padding-bottom: 0px;
}
.post:last-child .container {
  display: none;
}
.post h4, .post img {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .post h4, .post img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.post .posttitle {
  text-align: center;
}
.post h4.postdate {
  font-size: 12px;
}
.post p.view-all {
  margin-top: 0px;
  margin-bottom: 100px;
}

#news-posts {
  padding-top: 50px;
  float: left;
  clear: both;
}
#news-posts .container {
  padding: 0 100px;
}
@media (max-width: 767px) {
  #news-posts .container {
    padding: 0px 20px;
  }
}
#news-posts .news-post {
  padding-bottom: 40px;
  text-align: center;
}
#news-posts .news-post:nth-child(3n+4) {
  clear: both;
}
#news-posts .news-post img {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #news-posts .news-post img {
    margin-bottom: 20px;
  }
}
#news-posts .news-post h4 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #news-posts .news-post h4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
#news-posts .news-post p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #news-posts .news-post p {
    text-align: center;
    margin-bottom: 20px;
  }
}
#news-posts .news-post .posttitle {
  text-align: center;
  line-height: 1.4;
}
#news-posts .news-post .posttitle:after {
  display: none;
}
#news-posts .news-post .postdate {
  font-size: 12px;
  text-align: center;
}
#news-posts .news-post p.view-all {
  margin-top: 0px;
  margin-bottom: 50px;
}
#news-posts .news-post a.image:after {
  display: none;
}

.single-post #page-header .border-box {
  margin-bottom: 50px;
}
.single-post .view-all {
  margin-top: 60px;
}
.single-post .post-content p, .single-post .post-content h4, .single-post .post-content ul {
  width: 550px;
  max-width: 100%;
  margin: 0px auto 15px;
  font-size: 18px;
}
.single-post .post-content ul {
  padding: 0px 0px 15px 15px;
}
.single-post .post-content ul li {
  list-style: outside;
  padding-bottom: 5px;
  font-size: 18px;
}
.single-post .post-content h4.postdate {
  margin-bottom: 15px;
  font-size: 14px;
}
.single-post .post-content .post-row {
  padding: 15px 0px;
  float: left;
  width: 100%;
}
.single-post .post-content .post-row img {
  margin-bottom: 15px;
}
.single-post .post-content p.view-all {
  width: 100%;
}
.single-post .pagination {
  float: left;
  clear: both;
  margin-top: 60px;
  width: 100%;
}
.single-post .pagination li {
  display: inline-block;
}
.single-post .pagination li:first-child {
  text-align: left;
}
.single-post .pagination li:last-child {
  text-align: right;
  float: right;
}
.single-post h1.posttitle {
  margin-top: 30px;
  margin-bottom: 50px;
}
.single-post img {
  margin-bottom: 40px;
}

.gallery-wrap {
  padding-top: 30px;
  float: left;
  width: 100%;
  height: auto !important;
}
.gallery-wrap .container {
  padding: 0 100px;
}
@media (max-width: 767px) {
  .gallery-wrap .container {
    padding: 0px 20px;
  }
}
.gallery-wrap .grid {
  margin: 0 -15px;
  overflow: hidden;
}
.gallery-wrap .grid:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-wrap .grid-item,
.gallery-wrap .grid-sizer {
  width: 33.33%;
}
@media (max-width: 767px) {
  .gallery-wrap .grid-item,
  .gallery-wrap .grid-sizer {
    width: 100%;
  }
}
.gallery-wrap .grid-item {
  box-sizing: border-box;
  float: left;
  height: auto;
  min-height: 100px;
  padding: 0px 15px 15px;
  transition: all 0.4s ease-out;
}
.gallery-wrap p.caption {
  margin: 0px;
  padding: 20px 30px 20px 30px;
  font-family: "baskerville_italic";
  font-size: 14px;
  line-height: 1.2;
}

.page-template-template-terms #page-header .container:first-child,
.page-template-template-privacy #page-header .container:first-child,
.page-template-template-contact #page-header .container:first-child,
.row-location .container,
.row-airport .container,
.row-description .container {
  padding: 0 140px;
}
@media (max-width: 767px) {
  .page-template-template-terms #page-header .container:first-child,
  .page-template-template-privacy #page-header .container:first-child,
  .page-template-template-contact #page-header .container:first-child,
  .row-location .container,
  .row-airport .container,
  .row-description .container {
    padding: 0 20px;
  }
}

.page-template-template-terms .row-description .col-lg-8 ul {
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 20px;
}
.page-template-template-terms .row-description .col-lg-8 ul li {
  list-style: outside;
}

#contact-intro p {
  width: 660px;
  max-width: 100%;
  clear: both;
}

#wrapper #tripleseat_embed_form table {
  width: 100%;
}
#wrapper #tripleseat_embed_form table td {
  padding: 0px 20px 30px 0px;
}
@media (max-width: 767px) {
  #wrapper #tripleseat_embed_form table td {
    padding-right: 0px;
  }
}
#wrapper #tripleseat_embed_form table tr.row_details_header td {
  padding-top: 30px;
}
#wrapper #tripleseat_embed_form h2, #wrapper #tripleseat_embed_form h4 {
  font-family: "Baskerville", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.024em;
  margin-bottom: 0px;
}
#wrapper #tripleseat_embed_form h4.event_title {
  border-bottom: 0px none;
}
#wrapper #tripleseat_embed_form label {
  font-size: 12px;
  font-family: "futura_stdbook";
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  color: #2E55A5;
}
#wrapper #tripleseat_embed_form input[type=text], #wrapper #tripleseat_embed_form textarea, #wrapper #tripleseat_embed_form select {
  width: 100%;
  border: 0px none;
  color: #2E55A5;
  font-family: "Baskervville";
  border-bottom: 1px solid #2E55A5;
  line-height: 28px;
  font-size: 12px;
  padding: 5px 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  outline: none !important;
}
#wrapper #tripleseat_embed_form input#dp_lead_booking_start_date,
#wrapper #tripleseat_embed_form input#dp_lead_booking_end_date {
  padding-left: 30px !important;
  box-sizing: border-box;
}
#wrapper #tripleseat_embed_form input.checkbox {
  margin: 1px 5px 0px 0px;
}
#wrapper #tripleseat_embed_form .add_event.button {
  border-color: #2E55A5;
  text-align: center;
}
#wrapper #tripleseat_embed_form .add_event.button:hover {
  background: #2E55A5;
  border-color: #2E55A5;
  color: #fff;
}
#wrapper #tripleseat_embed_form input.button {
  background: transparent;
  border: 1px solid;
  color: #2E55A5;
  box-shadow: none;
  font-family: "Baskervville";
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  letter-spacing: 0.038em;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  float: left;
  width: auto;
}
#wrapper #tripleseat_embed_form input.button:hover {
  background: #2E55A5;
  border-color: #2E55A5;
  color: #fff;
}
#wrapper #tripleseat_embed_form #lead_form_submit a {
  display: none;
}

.row-location {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.row-location.border-top {
  margin-top: 0px;
}
.row-location.border-top .container {
  box-sizing: border-box;
}
.row-location.border-top .container:before {
  content: " ";
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #2E55A5;
  margin-top: 20px;
  margin-bottom: 60px;
}
.row-location p {
  font-size: 26px;
  line-height: 1.2;
}
.row-location .container {
  box-sizing: border-box;
}
.row-location .container:after {
  content: " ";
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #2E55A5;
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-template-template-events .row-location .container:after {
  display: none;
}

.row-airport p {
  font-size: 26px;
  line-height: 1.2;
  float: left;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .row-airport p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.row-airport p:nth-child(odd) {
  clear: both;
}

.row-description {
  padding: 40px 0px 100px;
  float: left;
  width: 100%;
}

.book-form_wrapper {
  width: 100%;
  float: left;
  clear: both;
}
.book-form_wrapper .gform_heading {
  display: none;
}
.book-form_wrapper h4 {
  float: left;
  width: 15%;
  margin: 4px 0 0px !important;
  text-align: center;
}
.book-form_wrapper .gform_wrapper {
  width: 85%;
  float: left;
}
.book-form_wrapper .gform_body {
  width: 85%;
  float: left;
}
@media (max-width: 767px) {
  .book-form_wrapper .gform_body {
    width: 100%;
  }
}
.book-form_wrapper .gform_body .gform_fields p, .book-form_wrapper .gform_body .gform_fields h2 {
  margin-top: 35px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.book-form_wrapper .gform_body .gform_fields .gfield {
  width: 33.33%;
  float: left;
}
.book-form_wrapper .gform_body .gform_fields .gfield:first-child .ginput_container, .book-form_wrapper .gform_body .gform_fields .gfield:first-child label {
  float: left;
  width: 50%;
}
.book-form_wrapper .gform_body .gform_fields .gfield:first-child label {
  padding: 4px 0px 13px;
}
@media (max-width: 767px) {
  .book-form_wrapper .gform_body .gform_fields .gfield {
    width: 100%;
  }
  .book-form_wrapper .gform_body .gform_fields .gfield#field_2_1, .book-form_wrapper .gform_body .gform_fields .gfield#field_2_2 {
    width: 50%;
    float: left;
  }
}
.book-form_wrapper .gform_body .gform_fields .gfield select.large {
  padding: 0px 0px 9px;
  font-size: 24px;
  line-height: 1;
  outline: none;
}
.book-form_wrapper .gform_body .gform_fields .gfield select.large *, .book-form_wrapper .gform_body .gform_fields .gfield select.large option {
  font-size: 14px;
}
.book-form_wrapper .gform_body .gform_fields .gfield input[type=text], .book-form_wrapper .gform_body .gform_fields .gfield input[type=email], .book-form_wrapper .gform_body .gform_fields .gfield input[type=tel], .book-form_wrapper .gform_body .gform_fields .gfield input[type=number], .book-form_wrapper .gform_body .gform_fields .gfield textarea {
  padding: 0px 0px 10px;
  border-bottom: 1px solid #2E55A5;
}
.book-form_wrapper .gform_body .gform_fields .gfield input[type=text], .book-form_wrapper .gform_body .gform_fields .gfield input[type=text]::placeholder, .book-form_wrapper .gform_body .gform_fields .gfield input[type=email], .book-form_wrapper .gform_body .gform_fields .gfield input[type=email]::placeholder, .book-form_wrapper .gform_body .gform_fields .gfield input[type=tel], .book-form_wrapper .gform_body .gform_fields .gfield input[type=tel]::placeholder, .book-form_wrapper .gform_body .gform_fields .gfield input[type=number], .book-form_wrapper .gform_body .gform_fields .gfield input[type=number]::placeholder, .book-form_wrapper .gform_body .gform_fields .gfield textarea, .book-form_wrapper .gform_body .gform_fields .gfield textarea::placeholder {
  font-size: 24px;
  color: #2E55A5;
  line-height: 1;
}
.book-form_wrapper .gform_body .gform_fields .gfield label {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #2E55A5;
  float: left;
}
.book-form_wrapper .gform_body .gform_fields .gfield label span {
  display: none;
}
.book-form_wrapper .gform_body .gform_fields .gfield.hidden_label label {
  display: none;
}
.book-form_wrapper .gform_body .gform_fields .gfield select {
  border: 0px none;
  border-bottom: 1px solid #2E55A5;
  width: 80%;
}
.book-form_wrapper .gform_body .gform_fields .gfield input {
  padding: 0px;
  width: 80%;
  max-width: 90%;
}
@media (max-width: 767px) {
  .book-form_wrapper .gform_body .gform_fields .gfield input {
    width: 100% !important;
    max-width: 100%;
  }
}
.book-form_wrapper .gform_body .gform_fields .gfield .instruction {
  display: none;
}
.book-form_wrapper .gform_body .gform_fields .gfield .validation_message {
  background: transparent;
  border: 0px none;
  padding: 0px 0px 0px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.book-form_wrapper .gform_body .gform_fields .gfield.gfield_error input {
  border: 0px none;
  border-bottom-color: #c02b0a;
}
.book-form_wrapper .gform_footer {
  width: 15%;
  float: left;
}
@media (max-width: 767px) {
  .book-form_wrapper .gform_footer {
    width: 100%;
  }
}
.book-form_wrapper .gform_footer .button.gform_button {
  margin: 0px 0px 0px;
  line-height: 38px !important;
  width: 100%;
  padding: 0px;
  font-family: "futura_stdbook";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.book-form_wrapper .gform_validation_errors {
  display: none !important;
}

#dining-title {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 50px 0px;
}

#accom-images {
  float: left;
  width: 100%;
  clear: both;
}
#accom-images ul li {
  margin-right: 10px;
  width: auto;
  float: left;
}
#accom-images ul li img {
  height: 500px;
  width: auto;
  float: left;
}
@media (max-width: 767px) {
  #accom-images ul li img {
    height: 220px;
  }
}
#accom-images .container div {
  padding: 30px 0px;
}
#accom-images .container div.col-lg-12 img, #accom-images .container div.col-lg-10 img {
  width: 100% !important;
}
#accom-images button.slick-arrow {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url("img/icon-arrow.png") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  border: 0px none;
  text-indent: -99999px;
  cursor: pointer;
}
#accom-images button.slick-arrow.slick-prev {
  margin-right: 20px;
  transform: rotate(180deg);
  z-index: 9;
}

#cellar-gallery, #dining-gallery, #events-gallery, #spa-gallery {
  padding: 0px !important;
  margin-bottom: 30px;
}
#cellar-gallery ul, #dining-gallery ul, #events-gallery ul, #spa-gallery ul {
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  #cellar-gallery ul, #dining-gallery ul, #events-gallery ul, #spa-gallery ul {
    padding-bottom: 20px;
  }
}
#cellar-gallery ul .slick-list, #dining-gallery ul .slick-list, #events-gallery ul .slick-list, #spa-gallery ul .slick-list {
  padding: 0px !important;
}
#cellar-gallery ul li, #dining-gallery ul li, #events-gallery ul li, #spa-gallery ul li {
  margin: 0px 20px;
}
@media (max-width: 767px) {
  #cellar-gallery ul li, #dining-gallery ul li, #events-gallery ul li, #spa-gallery ul li {
    margin: 0 10px;
  }
}
#cellar-gallery ul li img, #dining-gallery ul li img, #events-gallery ul li img, #spa-gallery ul li img {
  height: 500px;
  width: auto;
  float: left;
}
@media (max-width: 767px) {
  #cellar-gallery ul li img, #dining-gallery ul li img, #events-gallery ul li img, #spa-gallery ul li img {
    height: 220px;
  }
}
#cellar-gallery ul button.slick-arrow, #dining-gallery ul button.slick-arrow, #events-gallery ul button.slick-arrow, #spa-gallery ul button.slick-arrow {
  position: absolute;
  bottom: 0px;
  right: 40px;
  background: url("img/icon-arrow.png") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  border: 0px none;
  text-indent: -99999px;
  cursor: pointer;
}
#cellar-gallery ul button.slick-arrow.slick-prev, #dining-gallery ul button.slick-arrow.slick-prev, #events-gallery ul button.slick-arrow.slick-prev, #spa-gallery ul button.slick-arrow.slick-prev {
  margin-right: 20px;
  transform: rotate(180deg);
  z-index: 9;
}

.slick-initialized .slick-slide {
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
}
.slick-initialized .slick-slide.slick-current {
  opacity: 1;
}

#cellar-intro, #dining-intro, #contact-intro {
  padding-bottom: 0px;
}
#cellar-intro p, #dining-intro p, #contact-intro p {
  text-align: center;
  font-size: 20px;
  margin: 30px auto 40px;
}
#cellar-intro p.book-btn, #dining-intro p.book-btn, #contact-intro p.book-btn {
  margin: 0px auto 25px;
  width: 100%;
}
#cellar-intro .book-form_wrapper, #dining-intro .book-form_wrapper, #contact-intro .book-form_wrapper {
  margin-bottom: 120px;
}
#cellar-intro .container div, #dining-intro .container div, #contact-intro .container div {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  #cellar-intro .container div, #dining-intro .container div, #contact-intro .container div {
    padding: 10px;
  }
}
#cellar-intro .container div.col-lg-12, #dining-intro .container div.col-lg-12, #contact-intro .container div.col-lg-12 {
  padding: 0 0 30px 0px;
}
.menu-title {
  text-align: center;
  padding: 10px 0px 0px;
  clear: both;
}

.menu-wrap {
  margin-bottom: 0px;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.menu-wrap .container {
  padding: 0px 120px;
}
@media (max-width: 767px) {
  .menu-wrap .container {
    padding: 0 20px;
  }
}
.menu-wrap .container:before {
  margin-bottom: 50px;
  content: " ";
  display: block;
  float: left;
  border-top: 1px solid #2E55A5;
  width: 100%;
}
.menu-wrap .container .spa-item {
  width: 100%;
  clear: both;
}
@media (max-width: 767px) {
  .menu-wrap .container .spa-item {
    float: left;
    margin-bottom: 20px;
  }
}
.menu-wrap .container p {
  width: 50%;
  float: left;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .menu-wrap .container p {
    width: 100%;
  }
}
.menu-wrap .container p:first-child {
  width: 30%;
}
@media (max-width: 767px) {
  .menu-wrap .container p:first-child {
    width: 100%;
  }
}
.menu-wrap .container p:last-child {
  width: 10%;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .menu-wrap .container p:last-child {
    width: 100%;
    margin-left: 0%;
  }
}
.menu-wrap .container p span {
  font-family: "futura_stdbook";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.view-all, .book-btn {
  clear: both;
  margin-top: 30px;
  text-align: center;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .view-all, .book-btn {
    margin-top: 10px;
  }
}
.view-all a, .book-btn a {
  display: inline-block;
  width: 200px;
  background: url("img/icon-btn-def.png") center top no-repeat;
  background-size: contain;
  font-family: "baskerville_italic";
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 0px;
  transition: none;
}
.view-all a:hover:after, .book-btn a:hover:after {
  display: none;
}
.view-all a:hover:before, .book-btn a:hover:before {
  opacity: 1;
}
.view-all a:before, .book-btn a:before {
  content: " ";
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("img/icon-btn-hover.png") center top no-repeat;
  background-size: contain;
  opacity: 0;
}

#instagram {
  padding: 100px 0px 100px;
  clear: both;
  text-align: center;
}
#instagram .container {
  position: relative;
  max-width: 80%;
}
#instagram h2 {
  margin-bottom: 10px;
}
#instagram h2:before {
  content: " ";
  background-size: contain;
  width: 100%;
  height: 36px;
  display: block;
  margin-bottom: 25px;
}
#instagram h4 {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0.1em;
}
#instagram h4 a {
  text-decoration: none;
}
@media (max-width: 767px) {
  #instagram .sbi_type_image {
    min-width: 50%;
  }
}

.full-width {
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}
.full-width .bottom-border {
  height: 1px;
  clear: both;
  float: left;
  width: 60%;
  margin-top: -2px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .full-width .bottom-border {
    display: none;
  }
}
.full-width .bottom-border:after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #2E55A5;
  display: block;
  float: left;
}

.border-box {
  position: relative;
  margin-bottom: 100px;
  float: left;
  width: 100%;
  border-top: 1px solid #2E55A5;
}
@media (max-width: 767px) {
  .border-box {
    margin-bottom: 60px;
  }
}
.border-box:before, .border-box:after {
  content: " ";
  border-top: 1px solid #2E55A5;
  display: block;
  float: left;
  width: 100%;
}
.border-box:before {
  margin-top: -4px;
}
.border-box:after {
  margin-top: 2px;
}

#subscribe .gform_wrapper .gform_fields input.large {
  border: 0px none;
  border-bottom: 1px solid #2E55A5;
  border-radius: 0px;
  font-size: 14px;
  line-height: 18px;
  padding: 0px;
  font-family: "Baskervville";
  color: #2E55A5;
  letter-spacing: 0.038em;
  padding-bottom: 8px;
  height: 33px;
  color: #2E55A5;
}
#subscribe .gform_wrapper .gform_fields input.large::placeholder {
  color: #B5B5B5;
  line-height: 18px;
  font-size: 16px;
}
#subscribe .gform_wrapper .gform_body {
  float: left;
  width: 75%;
  margin-right: 5%;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #subscribe .gform_wrapper .gform_body {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  #subscribe .gform_wrapper.gravity-theme .gform_footer {
    width: auto;
    margin-top: 20px !important;
  }
  #subscribe .gform_wrapper.gravity-theme .gfield-choice-input {
    margin-top: 5px;
  }
}

#gform_3 .gform_footer {
  width: auto;
  text-align: center;
  margin-top: 30px !important;
}
#gform_3 .gfield textarea.medium {
  height: 192px;
  max-height: 80px;
  padding: 0 0 10px 0px;
}

#subscribe {
  margin: 0;
  padding: 65px 0px 35px;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
#subscribe .container:first-child {
  padding: 0 100px;
}
@media (max-width: 767px) {
  #subscribe .container:first-child {
    padding: 0px 20px;
  }
}
#subscribe .gform_wrapper {
  float: left;
  width: 740px;
  max-width: 100%;
}
#subscribe .gform_wrapper input.large {
  width: 100%;
}

#footer {
  margin: 0;
  padding: 65px 0px 35px;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
#footer .container {
  padding: 0 100px;
}
@media (max-width: 767px) {
  #footer .container {
    padding: 0px 20px;
  }
}
#footer .widget {
  float: left;
  box-sizing: border-box;
  width: auto;
  margin-right: 60px;
  margin-bottom: 20px;
}
#footer .widget:first-child {
  margin-left: 45px;
}
#footer .widget:last-child {
  margin-right: 0px;
}
#footer .widget li, #footer .widget p {
  font-size: 14px;
  letter-spacing: 0.038em;
}
#footer .widget img {
  float: left;
  width: 96px;
  margin: 0px;
}
#footer .widget.rs-widget, #footer .widget.weather-widget {
  padding: 0 15px;
}
#footer .widget.rs-widget p, #footer .widget.weather-widget p {
  font-size: 12px;
}
#footer .widget-title {
  margin-bottom: 5px;
}
#footer li {
  margin-bottom: 0px;
}
#footer .footer-bottom {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #footer .footer-bottom {
    text-align: left;
  }
}
#footer .footer-bottom .border-top {
  width: 100%;
  float: left;
  clear: both;
}
#footer .footer-bottom p {
  font-size: 12px;
  float: left;
  margin: 0px 10px 0px 0px;
}

#wrapper {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 2;
  float: left;
  padding-top: 150px;
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 80px;
  }
}

.home #wrapper {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .home #wrapper {
    padding-top: 90px;
  }
}

#page-content {
  padding-top: 0px;
  padding-bottom: 50px;
}
#page-content.full-width {
  padding-top: 0px;
}
#page-content.full-width .image-wrap img {
  width: 100%;
}

#site-header #menu .mobile-menu {
  display: none;
}

.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .desktop-menu,
  .desktop-only {
    display: none !important;
  }
  #site-header #menu .mobile-menu,
  .mobile-only {
    display: block;
  }
  #menu {
    width: 90%;
    left: -90%;
  }
  #menu #main-menu {
    width: auto;
    left: 15px;
  }
  #menu #main-menu li a {
    font-size: 24px;
  }
  #menu #main-menu li a:after {
    height: 1px;
  }
  #menu #main-menu .sub-menu {
    display: none;
  }
  #site-header {
    padding: 15px 0px;
    box-sizing: border-box;
  }
  #site-header #menu-button {
    left: 25px;
    top: 25px;
  }
  #site-header .container {
    padding: 0px;
    height: auto;
  }
  #site-header.nav-down {
    position: fixed;
    top: 0px;
  }
  #site-header a.logo {
    padding: 0px;
    width: 70%;
  }
  #site-header a.logo img {
    width: 60px;
  }
  #site-header #main-menu li.current-menu-item {
    margin-top: 0px;
  }
  #site-header #main-menu li.current-menu-item a {
    border-top-color: transparent;
  }
  .active #site-header:before {
    opacity: 1;
    visibility: visible;
  }
  .active #site-header.nav-up {
    top: 0px;
  }
  .active #site-header #main-menu {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #footer {
    padding: 20px 0px 20px;
  }
  #footer .button {
    width: 100%;
    text-align: left;
  }
  #footer .widget {
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0 15px;
  }
  #footer .widget p {
    margin-bottom: 15px;
  }
  #footer .widget p:last-child {
    margin-bottom: 0px;
  }
  #footer .widget:first-child {
    margin-left: 0px;
    width: 100%;
  }
  #footer .widget img {
    float: left;
    width: 60px;
  }
  #site-header.active #menu-button {
    top: 20px;
  }
  .pum-trigger {
    display: inline-block;
    clear: both;
    margin: 0px 0px 10px;
  }
  .pum-container.popmake {
    max-width: 340px;
  }
}

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