@charset "UTF-8";
/*!
Theme Name: VJ Borg
Theme URI: http://underscores.me/
Author: Keen Ltd
Author URI: https://keen.com.mt
Description: Custom theme for VJ Borg
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vjborg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

VJ Borg is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.privacy-policy .entry-content .entry-content {
  max-width: 1183px;
  margin: 40px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.privacy-policy .entry-content .entry-content h1 {
  font-size: 160% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h2 {
  font-size: 140% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h3 {
  font-size: 120% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h4 {
  font-size: 100% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h5 {
  font-size: 80% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h6 {
  font-size: 60% !important;
  margin: 1em 0;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre-wrap !important;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.text-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-white {
  color: white !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
@media (min-width: 1px) and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
  /* &:hover {
  	border-color: $color__border-button-hover;
  }

  &:active,
  &:focus {
  	border-color: $color__border-button-focus;
  } */
}

.btn {
  line-height: 17px;
  padding: 13px 28px 13px 24px;
  display: inline-block;
  color: white;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.btn-solid.beige {
  background-color: #AA935D;
  transition: background-color 250ms ease-in-out 0s;
}
.btn-solid.beige:hover {
  background-color: #8D7A4F;
}
.btn-solid.blue {
  background-color: #597FD0;
  transition: background-color 250ms ease-in-out 0s;
}
.btn-solid.blue:hover {
  background-color: #3662c0;
}
.btn.text-beige {
  padding: 13px 14px 13px 12px;
}
.btn.text-beige button {
  color: #AA935D;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.btn.text-beige button:visited {
  color: #AA935D;
}
.btn.text-beige button:hover {
  color: #8D7A4F;
}
.btn.text-beige button.ava-nv:visited {
  color: #AA935D;
}
.btn.text-beige button.ava-nv:hover {
  color: #8D7A4F;
}
.btn:visited {
  color: white;
}
.btn:hover {
  color: white;
}
.btn.ava-nv:visited {
  color: white;
}
.btn.ava-nv:hover {
  color: white;
}

/**
 * These are the Slick Slider arrows.
 * 'button' is used for more specificity so we avoid unnecessary '!important' directives
 */
button.slick-prev, button.slick-next {
  z-index: 2;
}
button.slick-prev:before, button.slick-next:before {
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  /**
   * Here we change the COLOUR of the arrows
   * depending on which block it is in
   */
}
.single-slide-block button.slick-prev:before, .single-slide-block button.slick-next:before {
  border-color: white;
}
.single-testimonial-block button.slick-prev:before, .single-testimonial-block button.slick-next:before {
  border-color: #AA935D;
}
button.slick-prev {
  left: 5%;
}
button.slick-prev:before {
  transform: rotate(135deg);
}
button.slick-next {
  right: 5%;
}
button.slick-next:before {
  transform: rotate(-45deg);
}

/**
 * This is the SEND Button for Formidable Forms
 */
.ff-contact-form.cornucopia button.frm_button_submit, .ff-contact-form.tacenc button.frm_button_submit, .ff-contact-form.stpatricks button.frm_button_submit {
  margin-top: 40px;
}

button.frm_button_submit {
  line-height: 17px;
  padding: 13px 28px 13px 24px;
  display: inline-block;
  background-color: #AA935D;
  transition: background-color 250ms ease-in-out 0s;
  width: 185px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: white;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
@media (min-width: 1px) {
  button.frm_button_submit {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  button.frm_button_submit {
    margin-top: 90px;
  }
}
button.frm_button_submit:hover {
  background-color: #8D7A4F;
}
button.frm_button_submit:visited {
  color: white;
}
button.frm_button_submit:hover {
  color: white;
}
button.frm_button_submit.ava-nv:visited {
  color: white;
}
button.frm_button_submit.ava-nv:hover {
  color: white;
}

.edit-btn {
  display: block;
  width: 90px;
  margin: 2em auto;
}

.center-buttons {
  text-align: center;
  float: left;
  width: 100%;
  clear: both;
}

.extra-button {
  margin: 0 10px 10px 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

@media (min-width: 1px) {
  #booking-widget {
    padding: 30px 0;
  }
}
#booking-widget .wrapper {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #AA935D;
}
#booking-widget .wrapper input,
#booking-widget .wrapper #adults-button,
#booking-widget .wrapper #children-button {
  border: 1px solid #AA935D;
  display: inline-block;
  padding: 13px;
  max-height: 45px;
  line-height: 1;
  box-sizing: content-box;
  text-transform: uppercase;
  color: #AA935D;
}
#booking-widget .wrapper input {
  padding: 13.5px;
}
#booking-widget .wrapper #checkin {
  width: 137px;
}
#booking-widget .wrapper #checkout {
  width: 151px;
}
#booking-widget .wrapper #adults-button {
  width: 122px;
  margin-right: 20px;
}
#booking-widget .wrapper #children-button {
  width: 144px;
  margin-right: 20px;
}
@media (min-width: 1px) and (max-width: 767px) {
  #booking-widget .wrapper #adults-button,
#booking-widget .wrapper #children-button,
#booking-widget .wrapper .date-input-field {
    margin: 20px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #booking-widget .wrapper #adults-button,
#booking-widget .wrapper #children-button,
#booking-widget .wrapper .date-input-field {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1097px) {
  #booking-widget .wrapper #adults-button,
#booking-widget .wrapper #children-button,
#booking-widget .wrapper .date-input-field {
    margin-bottom: 0;
  }
}
#booking-widget .wrapper .date-input-field {
  position: relative;
}
#booking-widget .wrapper .date-input-field label {
  text-transform: uppercase;
  color: #AA935D;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
#booking-widget .fas {
  font-size: 20px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  #booking-widget {
    padding: 44px 0;
  }
}
#booking-widget .booking-widget-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-right: 26px;
}
@media (min-width: 1px) and (max-width: 1439px) {
  #booking-widget .booking-widget-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  #booking-widget .booking-widget-title {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #booking-widget .date-input-fields,
#booking-widget .selectors {
    display: inline-block;
  }
}
#booking-widget .submit {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
#booking-widget .date-input-fields input {
  background-color: transparent;
}
#booking-widget .alert {
  background-color: rgba(255, 0, 0, 0.2);
}
.ui-selectmenu-menu {
  z-index: 9999999;
}
.ui-selectmenu-menu ul {
  max-width: 160px;
  padding: 1em 1em 1em 2em;
  background-color: white;
  display: none;
  margin: 0;
  list-style: none;
}
.ui-selectmenu-menu ul li.ui-state-disabled {
  font-weight: bold;
}
.ui-selectmenu-menu ul li div {
  margin: 10px 0;
  cursor: pointer;
}
.ui-selectmenu-open ul {
  display: block;
}
.ui-selectmenu-text:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  margin-left: 10px;
}

.ui-datepicker {
  width: 210px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #AA935D !important;
  float: left;
  width: 100%;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  color: white;
  padding: 10px;
}
.ui-datepicker .ui-datepicker-title {
  width: 100%;
  float: left;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-month, .ui-datepicker .ui-datepicker-year {
  color: white;
  padding: 6px 10px;
}
.ui-datepicker .ui-datepicker-month {
  float: left;
}
.ui-datepicker .ui-datepicker-year {
  float: right;
}
.ui-datepicker thead {
  background-color: #8D7A4F !important;
}
.ui-datepicker thead span {
  color: white;
}
.ui-datepicker th {
  text-align: center !important;
}
.ui-datepicker tbody {
  background-color: white;
}
.ui-datepicker tbody td {
  text-align: center;
}
.ui-datepicker tbody td a {
  color: #AA935D;
  padding: 5px;
}
.ui-datepicker tbody td a.ui-state-hover {
  color: white !important;
  background-color: #8D7A4F !important;
}

.spa_options {
  float: left;
  width: 100%;
}
.spa_options .frm_opt_container {
  display: flex;
  flex-flow: wrap row;
}
.spa_options .frm_opt_container .frm_checkbox {
  min-width: 25%;
}
.spa_options .frm_primary_label {
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0.34px;
  margin: 20px 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  position: relative;
  display: inline-block;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a:visited:before {
  content: "✓";
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: #F2EEE7;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
  .main-navigation ul ul a {
    width: 200px;
    padding: 10px;
  }
  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 50%;
    border-top: 2px solid #8D7A4F;
  }
  .main-navigation ul li:hover > ul li a,
.main-navigation ul li.focus > ul li a {
    font-size: 17px;
    text-transform: none;
  }
}
.main-navigation .main-menu-navigation {
  background-color: #F2EEE7;
}
.main-navigation .main-menu-navigation .menu-list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.main-navigation .main-menu-navigation .menu-list > li a.top-level {
  padding: 27px 10px;
}
.main-navigation .main-menu-navigation .menu-list > li a:hover {
  background-color: white;
}
.main-navigation .main-menu-navigation .menu-list li.small-logo {
  align-self: center;
}
.main-navigation .main-menu-navigation .menu-list li ul {
  margin: 0;
  padding-left: 0;
  position: absolute;
  transform: translateX(-50%);
  border-top: 3px solid #aa935d;
}
.main-navigation .main-menu-navigation .menu-list li ul li {
  text-align: center;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: black;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.main-navigation a:visited {
  color: black;
}
.main-navigation a:hover {
  color: #707070;
}
.main-navigation a.ava-nv:visited {
  color: black;
}
.main-navigation a.ava-nv:hover {
  color: #707070;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #AA935D;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media (min-width: 1px) {
  .menu-toggle {
    border: 0;
    border-radius: 0;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 9;
    cursor: pointer;
    font-size: 32px;
    font-size: 2rem;
    padding: 15px;
    color: black;
  }
}

@media screen and (min-width: 1024) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.posts-navigation {
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.3px;
}
@media (min-width: 992px) {
  .posts-navigation {
    margin-bottom: 105px;
  }
}
.posts-navigation ul {
  list-style: none;
}
.posts-navigation ul li {
  position: relative;
  float: left;
}
.posts-navigation ul li a,
.posts-navigation ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
  display: inline-block;
  width: 45px;
  height: 45px;
}
.posts-navigation ul li a:hover,
.posts-navigation ul li span:hover {
  background-color: #F2EEE7;
}
.posts-navigation ul li a.current,
.posts-navigation ul li span.current {
  border: 1px solid #8D7A4F;
  cursor: not-allowed;
}
.posts-navigation ul li a.prev, .posts-navigation ul li a.next,
.posts-navigation ul li span.prev,
.posts-navigation ul li span.next {
  width: unset;
  height: unset;
}

/**
 * This is the Hotels menu found on OFFERS 'archive' pages
 */
.archive-submenu {
  max-width: 1192px;
}
@media (min-width: 1px) {
  .archive-submenu {
    margin: 33px auto;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .archive-submenu {
    margin: 74px auto;
  }
}
.archive-submenu .columns {
  justify-content: center;
}
.archive-submenu .column {
  max-width: 200px;
}
.archive-submenu div {
  text-align: center;
}
.archive-submenu div a {
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.3px;
  padding-bottom: 8.5px;
  position: relative;
  color: black;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.archive-submenu div a.active {
  border-bottom: 1px solid #AA935D;
}
.archive-submenu div a:hover:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  background-color: #AA935D;
}
.archive-submenu div a:visited {
  color: black;
}
.archive-submenu div a:hover {
  color: black;
}
.archive-submenu div a.ava-nv:visited {
  color: black;
}
.archive-submenu div a.ava-nv:hover {
  color: black;
}

.a2a_svg {
  border-radius: 100% !important;
  padding: 5px !important;
  background-color: transparent;
  transition: background-color 250ms ease-in-out 0s;
}
.a2a_svg:hover {
  background-color: #8D7A4F !important;
}

/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/
.main-navigation.toggled .mobile-navigation {
  display: block !important;
}
.main-navigation.mobile-menu {
  position: absolute;
  right: 0;
  background-color: white;
  z-index: 9998;
}
@media (min-width: 1px) {
  .main-navigation.mobile-menu {
    display: block;
  }
}
@media (min-width: 1024px) {
  .main-navigation.mobile-menu {
    display: none;
  }
}
.main-navigation.mobile-menu .mobile-navigation {
  display: none;
  background-color: white;
  float: left;
  position: relative;
  top: 63px;
  z-index: 1;
}
.main-navigation.mobile-menu .mobile-navigation li {
  display: block;
  width: 100%;
}
.main-navigation.mobile-menu .mobile-navigation li .side-menu-navigation {
  padding-left: 30px;
}
.main-navigation.mobile-menu .mobile-navigation li ul {
  padding-left: 20px;
}
.main-navigation.mobile-menu .mobile-navigation li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: black;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.main-navigation.mobile-menu .mobile-navigation li a:visited {
  color: black;
}
.main-navigation.mobile-menu .mobile-navigation li a:hover {
  color: #707070;
}
.main-navigation.mobile-menu .mobile-navigation li a.ava-nv:visited {
  color: black;
}
.main-navigation.mobile-menu .mobile-navigation li a.ava-nv:hover {
  color: #707070;
}

/*--------------------------------------------------------------
## Hotels Menu
--------------------------------------------------------------*/
.hotel-menu {
  background-color: #AA935D;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .hotel-menu {
    position: fixed;
    z-index: 9;
    padding: 20px;
    right: -250px;
    width: 250px;
    box-shadow: inset -3px 1px 5px rgba(0, 0, 0, 0.3);
    transition: right 250ms ease-in-out 0s;
  }
  .hotel-menu.open {
    right: 0;
  }
  .hotel-menu button {
    cursor: pointer;
    position: absolute;
    transform: rotate(90deg);
    left: -47px;
    top: 5px;
    line-height: 1;
    padding: 15px 17px;
    color: white;
    background-color: #AA935D;
  }
}
.hotel-menu .small-logo {
  display: none;
}
@media (min-width: 1024px) {
  .hotel-menu button {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hotel-menu .main-menu-navigation {
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .hotel-menu .main-menu-navigation {
    max-width: 1344px;
  }
}
.hotel-menu ul {
  list-style: none;
  margin: 0;
}
@media (min-width: 1024px) {
  .hotel-menu ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .hotel-menu li {
    display: inline-block;
  }
}
.hotel-menu a {
  color: white;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
  text-transform: uppercase;
  transition: background-color 250ms ease-in-out 0s;
}
.hotel-menu a:visited {
  color: white;
}
.hotel-menu a:hover {
  color: white;
}
.hotel-menu a.ava-nv:visited {
  color: white;
}
.hotel-menu a.ava-nv:hover {
  color: white;
}
.hotel-menu a:hover {
  background-color: #8D7A4F;
}
@media (min-width: 1px) {
  .hotel-menu a {
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .hotel-menu a {
    padding: 25px 10px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.float-left {
  float: left;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-branding a {
  display: block;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .site-branding a {
    float: left;
  }
}
@media (min-width: 1px) {
  .site-branding img {
    padding: 12px 0;
  }
}
@media (min-width: 1024px) {
  .site-branding img {
    padding: 35px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .site-branding .small-logo {
    padding-left: 10px;
    position: relative;
    z-index: 9999;
  }
}
@media (min-width: 1024px) {
  .site-branding .small-logo {
    display: none;
  }
}

.hero-title {
  position: relative;
}
.hero-title img {
  display: block;
}
.hero-title .entry-title {
  text-align: center;
}
.hero-title .text {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.hero-title .text-small, .hero-title .text-large {
  color: white;
}
.hero-title .text-small {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (min-width: 1px) {
  .hero-title .text-small {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .hero-title .text-small {
    font-size: 17px;
  }
}
.hero-title .text-large {
  font-variant: small-caps;
  font-family: "Cinzel", serif;
  line-height: 1;
  margin: auto;
}
@media (min-width: 1px) {
  .hero-title .text-large {
    font-size: 5.9vw;
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .hero-title .text-large {
    font-size: 60px;
  }
}
.hero-title .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.41);
}

.title-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title-wrap img {
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.contain-860 {
  max-width: 860px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1px) {
  .contain-860 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contain-860 {
    margin-top: 85px;
  }
}

.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}
@media (min-width: 1px) and (max-width: 992px) {
  .post .entry-title,
.post .entry-content {
    margin: 0 30px;
  }
}

.updated:not(.published) {
  display: none;
}

.page-content p:last-child,
.entry-content p:last-child,
.entry-summary p:last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.section-title.page-title .decorative-line {
  margin-bottom: 0;
}

.entry-header .entry-title {
  text-transform: uppercase;
  color: white;
  font-family: "Cinzel", serif;
  margin: 0;
}
@media (min-width: 1px) {
  .entry-header .entry-title {
    font-size: 28px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .entry-header .entry-title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .entry-header .entry-title {
    font-size: 35px;
  }
}
.entry-header .no-image {
  position: relative;
  top: unset;
  transform: none;
  padding: 10vw 0;
}

.single .post-entry-header .post-thumbnail {
  margin-bottom: 70px;
}
.single .post-entry-header .entry-title {
  font-size: 28px;
  line-height: 45.304px;
  letter-spacing: 0.56px;
  margin-bottom: 25px;
}
.single .entry-content {
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.34px;
}
.single .time {
  letter-spacing: 0;
}
.single .addtoany_share_save_container {
  text-align: center;
}
.single .addtoany_share_save_container::before {
  content: "SHARE ON";
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 17px;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 15px;
  display: inline-block;
}

.page-template-hotel-offers-template .first-blog-post,
.archive .first-blog-post,
.single .first-blog-post,
.blog .first-blog-post {
  display: flex !important;
  background-color: #F2EEE7;
}
@media (min-width: 1px) and (max-width: 767px) {
  .page-template-hotel-offers-template .first-blog-post,
.archive .first-blog-post,
.single .first-blog-post,
.blog .first-blog-post {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .page-template-hotel-offers-template .first-blog-post,
.archive .first-blog-post,
.single .first-blog-post,
.blog .first-blog-post {
    margin-bottom: 115px;
  }
}
.page-template-hotel-offers-template .first-blog-post .image-wrap,
.page-template-hotel-offers-template .first-blog-post .text-wrap,
.archive .first-blog-post .image-wrap,
.archive .first-blog-post .text-wrap,
.single .first-blog-post .image-wrap,
.single .first-blog-post .text-wrap,
.blog .first-blog-post .image-wrap,
.blog .first-blog-post .text-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .page-template-hotel-offers-template .first-blog-post .image-wrap,
.page-template-hotel-offers-template .first-blog-post .text-wrap,
.archive .first-blog-post .image-wrap,
.archive .first-blog-post .text-wrap,
.single .first-blog-post .image-wrap,
.single .first-blog-post .text-wrap,
.blog .first-blog-post .image-wrap,
.blog .first-blog-post .text-wrap {
    width: 50%;
  }
}
.page-template-hotel-offers-template .first-blog-post .image,
.archive .first-blog-post .image,
.single .first-blog-post .image,
.blog .first-blog-post .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 1px) and (max-width: 767px) {
  .page-template-hotel-offers-template .first-blog-post .image,
.archive .first-blog-post .image,
.single .first-blog-post .image,
.blog .first-blog-post .image {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .page-template-hotel-offers-template .first-blog-post .image,
.archive .first-blog-post .image,
.single .first-blog-post .image,
.blog .first-blog-post .image {
    position: absolute;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .page-template-hotel-offers-template .first-blog-post .image-wrap,
.archive .first-blog-post .image-wrap,
.single .first-blog-post .image-wrap,
.blog .first-blog-post .image-wrap {
    margin-bottom: 30px;
  }
}
.page-template-hotel-offers-template .first-blog-post .text-wrap,
.archive .first-blog-post .text-wrap,
.single .first-blog-post .text-wrap,
.blog .first-blog-post .text-wrap {
  box-sizing: content-box;
}
@media (min-width: 1px) {
  .page-template-hotel-offers-template .first-blog-post .text-wrap,
.archive .first-blog-post .text-wrap,
.single .first-blog-post .text-wrap,
.blog .first-blog-post .text-wrap {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .page-template-hotel-offers-template .first-blog-post .text-wrap,
.archive .first-blog-post .text-wrap,
.single .first-blog-post .text-wrap,
.blog .first-blog-post .text-wrap {
    padding: 50px 12px 50px 50px;
  }
}
@media (min-width: 1024px) {
  .page-template-hotel-offers-template .first-blog-post .text-wrap,
.archive .first-blog-post .text-wrap,
.single .first-blog-post .text-wrap,
.blog .first-blog-post .text-wrap {
    max-width: 495px;
  }
}
@media (min-width: 1344px) {
  .page-template-hotel-offers-template .first-blog-post .text-wrap,
.archive .first-blog-post .text-wrap,
.single .first-blog-post .text-wrap,
.blog .first-blog-post .text-wrap {
    padding-left: 150px;
  }
}
.page-template-hotel-offers-template .first-blog-post .time,
.archive .first-blog-post .time,
.single .first-blog-post .time,
.blog .first-blog-post .time {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  color: #AA935D;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 25px;
  text-align: left;
}
.page-template-hotel-offers-template .first-blog-post .text-large,
.archive .first-blog-post .text-large,
.single .first-blog-post .text-large,
.blog .first-blog-post .text-large {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.56px;
  margin-bottom: 70px;
}
.page-template-hotel-offers-template .first-blog-post .text-large a,
.archive .first-blog-post .text-large a,
.single .first-blog-post .text-large a,
.blog .first-blog-post .text-large a {
  color: black;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.page-template-hotel-offers-template .first-blog-post .text-large a:visited,
.archive .first-blog-post .text-large a:visited,
.single .first-blog-post .text-large a:visited,
.blog .first-blog-post .text-large a:visited {
  color: black;
}
.page-template-hotel-offers-template .first-blog-post .text-large a:hover,
.archive .first-blog-post .text-large a:hover,
.single .first-blog-post .text-large a:hover,
.blog .first-blog-post .text-large a:hover {
  color: #8D7A4F;
}
.page-template-hotel-offers-template .first-blog-post .text-large a.ava-nv:visited,
.archive .first-blog-post .text-large a.ava-nv:visited,
.single .first-blog-post .text-large a.ava-nv:visited,
.blog .first-blog-post .text-large a.ava-nv:visited {
  color: black;
}
.page-template-hotel-offers-template .first-blog-post .text-large a.ava-nv:hover,
.archive .first-blog-post .text-large a.ava-nv:hover,
.single .first-blog-post .text-large a.ava-nv:hover,
.blog .first-blog-post .text-large a.ava-nv:hover {
  color: #8D7A4F;
}
.page-template-hotel-offers-template .first-blog-post .text-content,
.archive .first-blog-post .text-content,
.single .first-blog-post .text-content,
.blog .first-blog-post .text-content {
  margin-bottom: 57px;
}
.page-template-hotel-offers-template .first-blog-post .btn.btn-solid,
.archive .first-blog-post .btn.btn-solid,
.single .first-blog-post .btn.btn-solid,
.blog .first-blog-post .btn.btn-solid {
  margin-bottom: 40px;
}
.page-template-hotel-offers-template .time,
.archive .time,
.single .time,
.blog .time {
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  margin: 38px 0 30px;
  color: #AA935D;
}
.page-template-hotel-offers-template .blog-posts,
.archive .blog-posts,
.single .blog-posts,
.blog .blog-posts {
  justify-content: space-around;
}
@media (min-width: 408px) {
  .page-template-hotel-offers-template .blog-post,
.archive .blog-post,
.single .blog-post,
.blog .blog-post {
    min-width: 408px;
    width: 408px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-hotel-offers-template .blog-post .no-image a,
.archive .blog-post .no-image a,
.single .blog-post .no-image a,
.blog .blog-post .no-image a {
  display: block;
}
.page-template-hotel-offers-template .front-page-blog-post-content,
.archive .front-page-blog-post-content,
.single .front-page-blog-post-content,
.blog .front-page-blog-post-content {
  max-width: 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.related-posts {
  background-color: #F2EEE7;
}
@media (min-width: 992px) {
  .related-posts {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.job-posts .columns {
  justify-content: space-between;
}
.job-posts .job-post {
  max-width: 525px;
}
@media (min-width: 1px) {
  .job-posts .job-post {
    margin-bottom: 40px;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .job-posts .job-post {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .job-posts .job-post {
    width: 45%;
  }
}
.job-posts .job-post .the-title h2 {
  font-size: 22px;
  line-height: 17px;
  letter-spacing: 0.44px;
  color: black;
}
.job-posts .job-post .hotel-job-type {
  font-size: 13px;
  font-weight: 500;
  color: #AA935D;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 45px;
}
.job-posts .job-post .the-content {
  margin-bottom: 43px;
  min-height: 72px;
}

.error404 .error-404 {
  text-align: center;
}
@media (min-width: 1px) {
  .error404 .error-404 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .error404 .error-404 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1px) {
  .error404 .error-404 .btn {
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .error404 .error-404 .btn {
    margin-top: 50px;
  }
}

article .entry-content .footer-widgets-wrapper .footer-widgets {
  max-width: 1030px;
}

/*--------------------------------------------------------------
## Offer CPT
--------------------------------------------------------------*/
.page-template-hotel-offers-template .container {
  max-width: 1230px;
}

.offer {
  margin-bottom: 50px;
  position: relative;
}
.offer .post-thumbnail {
  margin-bottom: 51px;
}
.offer .offer-btn {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.offer .the-title {
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 1;
  margin-bottom: 13px;
}
.offer .the-title a {
  color: black;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.offer .the-title a:visited {
  color: black;
}
.offer .the-title a:hover {
  color: #AA935D;
}
.offer .the-title a.ava-nv:visited {
  color: black;
}
.offer .the-title a.ava-nv:hover {
  color: #AA935D;
}
.offer .offer-meta {
  display: block;
  height: 51px;
  margin-bottom: 50px;
}
.offer .hotel-on-offer {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.offer .hotel-on-offer a {
  color: #AA935D;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.offer .hotel-on-offer a:visited {
  color: #AA935D;
}
.offer .hotel-on-offer a:hover {
  color: black;
}
.offer .hotel-on-offer a.ava-nv:visited {
  color: #AA935D;
}
.offer .hotel-on-offer a.ava-nv:hover {
  color: black;
}
.offer .the-content {
  font-weight: 300;
  font-size: 17px;
  line-height: 29px;
  padding-bottom: 100px;
  max-width: 336px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.offer .the-content p {
  margin: 0;
}

.post-thumbnail a {
  display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widgets-wrapper {
  background-color: #AA935D;
  word-break: break-all;
  color: white;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.3px;
}
@media (min-width: 1px) {
  .footer-widgets-wrapper {
    padding: 41px;
  }
}
@media (min-width: 768px) {
  .footer-widgets-wrapper {
    padding-top: 82px;
    padding-bottom: 72px;
  }
}
.footer-widgets-wrapper a {
  display: block;
  color: white;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.footer-widgets-wrapper a:visited {
  color: white;
}
.footer-widgets-wrapper a:hover {
  color: #F2EEE7;
}
.footer-widgets-wrapper a.ava-nv:visited {
  color: white;
}
.footer-widgets-wrapper a.ava-nv:hover {
  color: #F2EEE7;
}
.footer-widgets-wrapper .columns {
  justify-content: space-between;
}
@media (min-width: 1px) {
  .footer-widgets-wrapper .widget {
    max-width: 300px;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer-widgets-wrapper .widget {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .footer-widgets-wrapper .widget {
    margin: unset;
    flex: 0 0 auto;
  }
}
.footer-widgets-wrapper .widget-title {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-widgets-wrapper .widget-body {
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.footer-widgets-wrapper .hotel-widget {
  max-width: unset;
  text-align: center;
}
.footer-widgets-wrapper .hotel-widget .widget-content {
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer-widgets-wrapper .hotel-widget .widget-title {
  font-size: 17px;
  letter-spacing: 0.34px;
  opacity: 0.4;
  text-align: center;
}
.footer-widgets-wrapper .hotel-widget .widget-body {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.34px;
}
.footer-widgets-wrapper .hotel-widget.social-media {
  text-align: left;
}
.footer-widgets-wrapper .hotel-widget.social-media .facebook,
.footer-widgets-wrapper .hotel-widget.social-media .instagram {
  margin-left: 60px;
  position: relative;
}
.footer-widgets-wrapper .hotel-widget.social-media .facebook:before,
.footer-widgets-wrapper .hotel-widget.social-media .instagram:before {
  font-weight: 300;
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  left: -40px;
  width: 40px;
  text-align: center;
}
.footer-widgets-wrapper .hotel-widget.social-media .facebook:before {
  content: "";
}
.footer-widgets-wrapper .hotel-widget.social-media .instagram:before {
  content: "";
}
.footer-widgets-wrapper.light-background {
  background-color: white;
  color: black;
}
.footer-widgets-wrapper.light-background .hotel-widget .widget-title {
  color: #8D7A4F;
}
.footer-widgets-wrapper.light-background .hotel-widget.social-media .facebook:before,
.footer-widgets-wrapper.light-background .hotel-widget.social-media .instagram:before {
  color: #8D7A4F;
}
.footer-widgets-wrapper.light-background a {
  color: black;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.footer-widgets-wrapper.light-background a:visited {
  color: black;
}
.footer-widgets-wrapper.light-background a:hover {
  color: #8D7A4F;
}
.footer-widgets-wrapper.light-background a.ava-nv:visited {
  color: black;
}
.footer-widgets-wrapper.light-background a.ava-nv:hover {
  color: #8D7A4F;
}
.footer-widgets-wrapper table th {
  color: white;
}

.site-info {
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1px) {
  .site-info {
    padding: 20px 0;
    text-align: center;
    background-color: #8D7A4F;
  }
}
@media (min-width: 769px) {
  .site-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-info a {
  color: white;
  transition: color 250ms ease-in-out 0s, border-bottom 0.5ms ease-in-out 0s;
}
.site-info a:visited {
  color: white;
}
.site-info a:hover {
  color: #F2EEE7;
}
.site-info a.ava-nv:visited {
  color: white;
}
.site-info a.ava-nv:hover {
  color: #F2EEE7;
}
.site-info .pp-page,
.site-info .tc-page {
  text-transform: uppercase;
}
@media (min-width: 1px) {
  .site-info .pp-page,
.site-info .tc-page {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) {
  .site-info .pp-page,
.site-info .tc-page {
    display: inline-block;
    margin-bottom: 0;
  }
}
.site-info .level {
  flex-flow: row wrap;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .site-info .level-left, .site-info .level-right {
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .site-info .pp-page:after {
    margin: 0 10px;
    content: "|";
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .site-info .tc-page {
    margin-left: -4px;
  }
}
@media (min-width: 1px) {
  .site-info .copyright,
.site-info .designer {
    display: block;
  }
}
@media (min-width: 768px) {
  .site-info .copyright,
.site-info .designer {
    display: inline-block;
  }
}
@media (min-width: 480px) {
  .site-info .copyright:after {
    margin: 0 10px;
    content: "|";
  }
}

.footer-title-wrap {
  margin-bottom: 72px;
}

.footer-hotel-title {
  word-break: break-word;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}

.stars {
  text-align: center;
  line-height: 1;
  margin-top: 12px;
  color: white;
}
.stars .fas {
  margin: 0 3px;
  font-size: 11px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.no-repeat {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

#map {
  height: 400px;
  display: block;
}
/*# sourceMappingURL=style.css.map */