/*!
Theme Name: Manila
Theme URI: https://manila.wphotelier.com/
Author: WP Hotelier
Author URI: https://wphotelier.com/
Description: A blank content theme for WP Hotelier
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: manila
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.

Manila 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
# Accessibility
# Alignments
# Clearings
# Layout
# Content
	## Header
		### Default Navigation
		### Top Navigation
		### Off-canvas Navigation
	## Posts and pages
	## Comments
	## Footer
# Widgets
# 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 {
  -webkit-box-sizing: content-box;
          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: 700;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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: #686767;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #0F0F0F;
  font-weight: 700;
  margin: 0 0 28px;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.5;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin: 0 0 1.5em;
}

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

blockquote {
  border-left: 2px solid #0F0F0F;
  margin: 0 0 28px;
  padding-left: 28px;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

address {
  margin: 0 0 28px;
}

pre {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  background: #f5f5f5;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 28px;
  max-width: 100%;
  overflow: auto;
  padding: 28px;
}

code, kbd, tt, var {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385;
  background: #f5f5f5;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

strong {
  color: #0F0F0F;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

*,
*: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/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}

dl, ul, ol {
  margin-bottom: 28px;
}

dd, ul, ol {
  margin-left: 28px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 28px;
}

dt {
  color: #0F0F0F;
  font-weight: 700;
}

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

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

table,
th,
td {
  border: 1px solid #ddd;
}

table {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  color: #0F0F0F;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 7px;
}

a {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
  text-decoration: none;
}

/* Post paginated */
.page-links {
  clear: both;
  margin: 0 0 28px;
}

.page-links__item {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.54545;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #0F0F0F;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin: 0 1px;
  padding: 3px 13px;
  text-transform: uppercase;
}

a .page-links__item {
  background: #686767;
  color: #fff;
}

a:hover .page-links__item {
  background: #0F0F0F;
  color: #fff;
}

.page-links__label {
  font-weight: 700;
}

/* Next/prev post links */
.nav-links {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  clear: both;
  font-style: italic;
  margin: 0 0 84px;
  overflow: hidden;
  padding-bottom: 28px;
  padding-top: 28px;
}

.nav-links a {
  color: #0F0F0F;
}

.nav-links a:hover {
  color: #9A9A9A;
}

.nav-previous + .nav-next {
  margin-top: 4px;
}

/* Archive pagination */
.pagination__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.pagination__item {
  display: inline-block;
}

.pagination__link {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.54545;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #686767;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin: 0 1px;
  padding: 3px 13px;
  text-transform: uppercase;
}

.pagination__link:hover {
  background: #0F0F0F;
  color: #fff;
}

.pagination__link--current {
  background: #0F0F0F;
  color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #0F0F0F;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 2.7px;
  margin: 0;
  padding: 13px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #686767;
}

.button:hover, .button:active, .button:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: none;
}

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 {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
  border: 1px solid #ddd;
  color: #666;
  padding: 4px 28px 3px;
  vertical-align: top;
}

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 {
  border-color: #999;
  outline: none;
}

select {
  border: 1px solid #ddd;
}

textarea {
  width: 100%;
}

fieldset {
  margin-bottom: 28px;
}

label {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.54545;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0F0F0F;
}

/*--------------------------------------------------------------
# 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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: 12px;
  font-size: 0.75rem;
  line-height: 2.33333;
  font-weight: 700;
  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;
}

/* Hide semantic-only elements */
.semantic {
  display: none !important;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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,
.footer-widgets:before,
.footer-widgets:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.site-main {
  padding-bottom: 112px;
}

.site-sidebar {
  border-top: 1px solid #ddd;
  padding-bottom: 112px;
  padding-top: 112px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-navigation__list {
  list-style: none;
  margin-left: 0;
  content: "";
  display: table;
  table-layout: fixed;
  display: block;
  margin: 0;
  padding: 0;
}

.site-navigation__list .sub-menu {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
}

.htl-mobile .site-header--default-menu #primary-menu-container,
.htl-mobile .site-header--top-menu #primary-menu-container,
.js .site-header--off-canvas-menu #primary-menu-container {
  background-color: #fff;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  will-change: transform;
  z-index: 998;
}

.htl-mobile .site-header--default-menu .site-navigation__list,
.htl-mobile .site-header--top-menu .site-navigation__list,
.js .site-header--off-canvas-menu .site-navigation__list {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  border-top: 1px solid #ddd;
  margin: 168px 56px 0;
  padding: 42px 0 112px;
  text-align: center;
}

.htl-mobile .site-header--default-menu .site-navigation__link,
.htl-mobile .site-header--top-menu .site-navigation__link,
.js .site-header--off-canvas-menu .site-navigation__link {
  display: block;
  padding: 7px 28px;
}

.htl-mobile .site-header--default-menu .site-navigation__link:hover,
.htl-mobile .site-header--top-menu .site-navigation__link:hover,
.js .site-header--off-canvas-menu .site-navigation__link:hover {
  color: #0F0F0F;
}

.htl-mobile .site-header--default-menu .site-navigation__link--child,
.htl-mobile .site-header--top-menu .site-navigation__link--child,
.js .site-header--off-canvas-menu .site-navigation__link--child {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
  color: #ababab;
}

.htl-mobile .site-header--default-menu .sub-menu,
.htl-mobile .site-header--top-menu .sub-menu,
.js .site-header--off-canvas-menu .sub-menu {
  display: none;
}

.htl-mobile .site-header--default-menu .site-navigation__item--has-children,
.htl-mobile .site-header--top-menu .site-navigation__item--has-children,
.js .site-header--off-canvas-menu .site-navigation__item--has-children {
  position: relative;
}

.htl-mobile .site-header--default-menu .site-navigation__item--has-children .expand-submenu,
.htl-mobile .site-header--top-menu .site-navigation__item--has-children .expand-submenu,
.js .site-header--off-canvas-menu .site-navigation__item--has-children .expand-submenu {
  background-color: transparent;
  background-image: url(assets/images/expand.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

.htl-mobile .site-header--default-menu .site-navigation__item--has-children.open > .sub-menu,
.htl-mobile .site-header--top-menu .site-navigation__item--has-children.open > .sub-menu,
.js .site-header--off-canvas-menu .site-navigation__item--has-children.open > .sub-menu {
  display: block;
}

.htl-mobile .site-header--default-menu .site-navigation__item--has-children.open > .expand-submenu,
.htl-mobile .site-header--top-menu .site-navigation__item--has-children.open > .expand-submenu,
.js .site-header--off-canvas-menu .site-navigation__item--has-children.open > .expand-submenu {
  background-image: url(assets/images/collapse.svg);
}

.htl-mobile .site-header--default-menu .sub-menu .expand-submenu,
.htl-mobile .site-header--top-menu .sub-menu .expand-submenu,
.js .site-header--off-canvas-menu .sub-menu .expand-submenu {
  background-size: 80%;
}

.mobile-nav-open #primary-menu-container {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

#mobile-nav-obfuscator {
  background-color: #111;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: .5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 997;
}

#close-mobile-menu {
  background-color: transparent;
  background-image: url(assets/images/close_menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  cursor: pointer;
  height: 28px;
  padding: 0;
  position: absolute;
  right: 28px;
  top: 28px;
  width: 29px;
  z-index: 999;
}

.admin-bar #close-mobile-menu {
  top: 60px;
}

#site-logo-clone {
  bottom: 28px;
  display: none;
  left: 50%;
  opacity: .3;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile-nav-open #site-logo-clone {
  display: inline;
}

/*----------------------------
This is a workaround used to
hide the menu during the resize
of the page and stop (hide) the
animation on the container
----------------------------*/
.js .site-header--default-menu #primary-menu-container,
.js .site-header--top-menu #primary-menu-container {
  display: none;
}

.htl-mobile .site-header--default-menu #primary-menu-container,
.htl-mobile .site-header--top-menu #primary-menu-container {
  display: block;
}

.site-header--default-menu .site-branding {
  padding: 28px 0;
}

.site-header--default-menu .lang-switcher {
  margin-top: 14px;
}

.site-header--default-menu .header-book-button-container {
  margin-bottom: 14px;
}

.no-js .site-header--default-menu .site-branding {
  border-bottom: 1px solid #ddd;
}

.no-js .site-header--default-menu .site-navigation {
  padding: 28px 0;
}

.no-js .site-header--default-menu #menu-toggle {
  display: none;
}

.no-js .site-header--default-menu .site-navigation__list {
  color: #0F0F0F;
}

.no-js .site-header--default-menu .site-navigation__list > .current_page_parent > .site-navigation__link--first-level,
.no-js .site-header--default-menu .site-navigation__list > .current_page_item > .site-navigation__link--first-level,
.no-js .site-header--default-menu .site-navigation__list > .current-menu-item > .site-navigation__link--first-level,
.no-js .site-header--default-menu .site-navigation__list > .current_page_ancestor > .site-navigation__link--first-level,
.no-js .site-header--default-menu .site-navigation__list > .current-menu-ancestor > .site-navigation__link--first-level {
  border-bottom: 1px solid #0F0F0F;
}

.no-js .site-header--default-menu .site-navigation__link--first-level {
  border-bottom: 1px solid transparent;
}

.no-js .site-header--default-menu .site-navigation__link--first-level:hover {
  border-color: #0F0F0F;
}

.no-js .site-header--default-menu .site-navigation__link--child {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86667;
  color: #ababab;
}

.no-js .site-header--default-menu .site-navigation__link--child:hover {
  color: #0F0F0F;
}

.site-header--top-menu .site-logo,
.site-header--top-menu .site-title {
  margin: 0;
}

.site-header--top-menu .site-top-menu {
  padding: 42px 0;
}

.site-header--top-menu .site-branding {
  padding: 28px 0;
  border-top: 1px solid #ddd;
}

.site-header--top-menu .header-book-button-container {
  margin-top: 28px;
}

.no-js .site-header--top-menu .site-navigation {
  padding: 0 0 28px;
}

.no-js .site-header--top-menu #menu-toggle {
  display: none;
}

.no-js .site-header--top-menu .site-navigation__list {
  color: #0F0F0F;
}

.no-js .site-header--top-menu .site-navigation__list > .current_page_parent > .site-navigation__link--first-level,
.no-js .site-header--top-menu .site-navigation__list > .current_page_item > .site-navigation__link--first-level,
.no-js .site-header--top-menu .site-navigation__list > .current-menu-item > .site-navigation__link--first-level,
.no-js .site-header--top-menu .site-navigation__list > .current_page_ancestor > .site-navigation__link--first-level,
.no-js .site-header--top-menu .site-navigation__list > .current-menu-ancestor > .site-navigation__link--first-level {
  border-bottom: 1px solid #0F0F0F;
}

.no-js .site-header--top-menu .site-navigation__link--first-level {
  border-bottom: 1px solid transparent;
}

.no-js .site-header--top-menu .site-navigation__link--first-level:hover {
  border-color: #0F0F0F;
}

.no-js .site-header--top-menu .site-navigation__link--child {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86667;
  color: #ababab;
}

.no-js .site-header--top-menu .site-navigation__link--child:hover {
  color: #0F0F0F;
}

.site-header--off-canvas-menu .site-logo,
.site-header--off-canvas-menu .site-title {
  margin-top: 0;
}

.site-header--off-canvas-menu .site-top-menu {
  padding: 42px 0;
}

.site-header--off-canvas-menu .site-branding {
  border-top: 1px solid #ddd;
  padding: 28px 0;
}

.site-header--off-canvas-menu .header-book-button-container {
  margin-top: 28px;
}

.no-js .site-header--off-canvas-menu .site-navigation {
  padding: 28px 0;
}

.no-js .site-header--off-canvas-menu #menu-toggle {
  display: none;
}

.no-js .site-header--off-canvas-menu .site-navigation__list {
  color: #0F0F0F;
}

.no-js .site-header--off-canvas-menu .site-navigation__list > .current_page_parent > .site-navigation__link--first-level,
.no-js .site-header--off-canvas-menu .site-navigation__list > .current_page_item > .site-navigation__link--first-level,
.no-js .site-header--off-canvas-menu .site-navigation__list > .current-menu-item > .site-navigation__link--first-level,
.no-js .site-header--off-canvas-menu .site-navigation__list > .current_page_ancestor > .site-navigation__link--first-level,
.no-js .site-header--off-canvas-menu .site-navigation__list > .current-menu-ancestor > .site-navigation__link--first-level {
  border-bottom: 1px solid #0F0F0F;
}

.no-js .site-header--off-canvas-menu .site-navigation__link--first-level {
  border-bottom: 1px solid transparent;
}

.no-js .site-header--off-canvas-menu .site-navigation__link--first-level:hover {
  border-color: #0F0F0F;
}

.no-js .site-header--off-canvas-menu .site-navigation__link--child {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86667;
  color: #ababab;
}

.no-js .site-header--off-canvas-menu .site-navigation__link--child:hover {
  color: #0F0F0F;
}

.no-js .site-header--off-canvas-menu .site-navigation__list > .current_page_parent > .site-navigation__link--first-level,
.no-js .site-header--off-canvas-menu .site-navigation__list > .current_page_item > .site-navigation__link--first-level,
.no-js .site-header--off-canvas-menu .site-navigation__list > .current-menu-item > .site-navigation__link--first-level,
.no-js .site-header--off-canvas-menu .site-navigation__list > .current_page_ancestor > .site-navigation__link--first-level,
.no-js .site-header--off-canvas-menu .site-navigation__list > .current-menu-ancestor > .site-navigation__link--first-level {
  border-bottom: 1px solid #0F0F0F;
}

.no-js .site-header--off-canvas-menu .site-navigation__item--first-level {
  display: inline-block;
}

.no-js .site-header--off-canvas-menu .site-navigation__item--first-level:hover .site-navigation__link--first-level {
  border-color: #0F0F0F;
}

.no-js .site-header--off-canvas-menu .site-navigation__link--first-level {
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding-right: 14px;
}

.no-js .site-header--off-canvas-menu .sub-menu {
  background: #fafafa;
  display: none;
  left: 0;
  margin: 0 !important;
  padding: 7px 0;
  position: absolute;
  text-align: left;
  top: 29px;
  width: 300px;
  z-index: 2;
}

.no-js .site-header--off-canvas-menu .sub-menu li:hover > a {
  color: #0F0F0F;
}

.no-js .site-header--off-canvas-menu .sub-menu .sub-menu {
  border-left: 1px solid #eee;
  left: 300px;
  top: -8px;
}

.no-js .site-header--off-canvas-menu .site-navigation__item--has-children {
  position: relative;
}

.no-js .site-header--off-canvas-menu .site-navigation__item--has-children:hover > .sub-menu {
  display: block;
}

.no-js .site-header--off-canvas-menu .site-navigation__link {
  color: #0F0F0F;
}

.no-js .site-header--off-canvas-menu .site-navigation__link--child {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86667;
  color: #ababab;
  display: block;
  padding: 7px 14px;
}

.no-js .site-header--off-canvas-menu .site-navigation__link--child:hover {
  color: #0F0F0F;
}

.js .site-header--off-canvas-menu .site-branding {
  border-top: none;
}

.homepage-slider {
  margin-bottom: 56px;
  margin-top: -57px;
  position: relative;
}

.homepage-slider.homepage-slider--has-datepicker {
  margin-bottom: 112px;
  text-align: center;
}

.homepage-slider .datepicker-homepage-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);
  padding: 28px 42px;
  text-align: left;
}

.homepage-slider .datepicker-form {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.homepage-slider .button.button--datepicker {
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.homepage-slider__text {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  left: 28px;
  position: absolute;
  right: 28px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.homepage-slider__text * {
  color: #fff;
}

.js .loading .homepage-slider__text,
.js .loading .datepicker-homepage-wrapper {
  opacity: 0;
}

.js .loading .flexslider--homepage {
  height: 200px;
}

#menu-toggle {
  background-color: transparent;
  background-image: url(assets/images/menu.svg);
  background-position: left center;
  background-repeat: no-repeat;
  left: 5%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  text-indent: -9999px;
  top: 28px;
  width: 31px;
}

.admin-bar #menu-toggle {
  top: 60px;
}

.site-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 56px;
  text-align: center;
}

.site-logo {
  display: block;
  margin: 28px 0;
}

.site-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.75;
  color: #0F0F0F;
  display: block;
  font-weight: 700;
  margin: 28px 0;
}

.lang-switcher {
  list-style: none;
  margin-left: 0;
  content: "";
  display: table;
  table-layout: fixed;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
}

.lang-switcher__item {
  display: inline-block;
  margin: 0 4px;
}

.lang-switcher__current,
.lang-switcher__link {
  color: #0F0F0F;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 2px;
}

.lang-switcher__link {
  border-bottom: 1px solid transparent;
}

.lang-switcher__current {
  border-bottom: 1px solid #0F0F0F;
}

.lang-switcher__link:hover {
  border-color: #0F0F0F;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

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

.entry-title {
  margin-bottom: 14px;
}

.entry-title a:hover {
  color: #9A9A9A;
}

.post__item,
.page__item {
  margin: 0 0 112px;
}

.single .post__item {
  margin-bottom: 84px;
}

.post__header {
  margin-bottom: 42px;
}

.post__meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-style: italic;
}

.post__meta a {
  color: #0F0F0F;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.post__meta a:hover {
  color: #9A9A9A;
}

.post__content a:not(.button),
.page__content a:not(.button) {
  color: #0F0F0F;
  text-decoration: underline;
}

.post__content a:not(.button):hover,
.page__content a:not(.button):hover {
  color: #9A9A9A;
}

.post__content > p,
.page__content > p {
  margin-bottom: 42px;
}

.post__footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  border-top: 1px solid #ddd;
  font-style: italic;
  margin-top: 28px;
  padding-top: 14px;
}

.post__footer .cat-links,
.post__footer .tags-links,
.post__footer .comments-link {
  margin-right: 14px;
}

.post__footer .cat-links a,
.post__footer .tags-links a,
.post__footer .comments-link a {
  color: #0F0F0F;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.post__footer .cat-links a:hover,
.post__footer .tags-links a:hover,
.post__footer .comments-link a:hover {
  color: #9A9A9A;
}

.post__thumbnail {
  display: block;
  margin-bottom: 56px;
  text-align: center;
}

.page__header {
  margin-bottom: 84px;
}

.page__header .entry-title {
  margin-bottom: 0;
}

.page__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 56px;
}

.page__content--error-404 .search-form label,
.page__not-found .search-form label {
  display: inline;
}

.page__content--error-404 p,
.page__not-found p {
  font-style: italic;
}

.error404 #main {
  margin: 0 auto;
  max-width: 770px;
}

.page__header--404 {
  text-align: center;
}

.site-main--no-sidebar .page__not-found,
.page__content--error-404 {
  text-align: center;
}

.post-password-form label {
  display: inline;
}

.post-password-form input[type="password"] {
  margin-left: 14px;
}

.post-edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.54545;
  background: #0F0F0F;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  padding: 3px 13px;
  text-transform: uppercase;
}

.post-edit-link:hover {
  background: #686767;
  color: #fff;
}

.more-link {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.54545;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: underline;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area,
.comment-respond {
  margin-top: 84px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
}

.comments-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  margin-bottom: 84px;
}

.comment-reply-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-notes,
.must-log-in,
.no-comments {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-style: italic;
}

.comment-awaiting-moderation {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-style: italic;
  font-weight: 700;
  color: #0F0F0F;
}

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

.comment-list ul,
.comment-list ol {
  list-style: none;
  margin-left: 3em;
  padding: 0;
}

.comment-body {
  margin-bottom: 28px;
  padding-bottom: 28px;
  position: relative;
}

.comment-body:after {
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: 50px;
  right: 0;
  background-color: #ddd;
}

.comment-author,
.comment-metadata,
.comment-content,
.reply,
.comment-awaiting-moderation {
  padding-left: 50px;
}

.comment-author {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86667;
  color: #0F0F0F;
  font-weight: 700;
}

.comment-author a {
  color: #0F0F0F;
}

.comment-author a:hover {
  color: #9A9A9A;
}

.comment-author .says {
  display: none;
}

.comment-author img {
  left: 0;
  position: absolute;
  top: 0;
}

.comment-metadata {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  color: #9A9A9A;
  margin-bottom: .5em;
}

.comment-edit-link {
  color: #0F0F0F;
  font-weight: 700;
  margin-left: 4px;
}

.comment-reply-link {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.54545;
  background: #0F0F0F;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  padding: 3px 13px;
  text-transform: uppercase;
}

.comment-reply-link:hover {
  background: #686767;
  color: #fff;
}

.logged-in-as {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

.logged-in-as a {
  color: #0F0F0F;
}

.logged-in-as a:hover {
  color: #9A9A9A;
}

#cancel-comment-reply-link {
  color: #9A9A9A;
}

#cancel-comment-reply-link:hover {
  color: #0F0F0F;
}

.comment-navigation .nav-links {
  margin-top: 84px;
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 14px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
}

.site-footer .wrapper {
  border-top: 1px solid #ddd;
}

.footer-widgets {
  padding-top: 56px;
}

.site-info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.33333;
  border-top: 1px solid #ddd;
  color: #9A9A9A;
  padding: 42px 0;
  text-align: center;
}

.site-info a {
  color: #0F0F0F;
  text-decoration: underline;
}

.site-info a:hover {
  color: #9A9A9A;
}

#back-to-top {
  background: #0F0F0F url(assets/images/back.svg) center no-repeat;
  bottom: -42px;
  display: inline-block;
  height: 45px;
  opacity: 0;
  position: fixed;
  right: 28px;
  text-indent: -9999px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 45px;
}

#back-to-top.visible {
  bottom: 28px;
  opacity: .6;
}

#back-to-top:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86667;
  margin: 0 0 56px;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

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

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget textarea,
.widget select {
  width: 100%;
}

.widget a {
  color: #0F0F0F;
}

.widget a:hover {
  color: #9A9A9A;
}

.site-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget__title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.33333;
  color: #9A9A9A;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Text */
.widget_text a {
  text-decoration: underline;
}

.widget_text > p:last-child {
  margin-bottom: 0;
}

/* Search */
.widget_search input[type="search"] {
  margin-bottom: 0;
}

.widget_search .search-submit {
  display: none;
}

/* Posts */
.widget_recent_entries ul a {
  display: block;
  padding: 2px 0;
}

.widget_recent_entries ul .post-date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385;
  color: #9A9A9A;
  display: block;
  margin-bottom: 7px;
  margin-top: -4px;
}

/* Categories, Archives, Pages, Meta and Menus */
.widget_categories li,
.widget_archive li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
  color: #9A9A9A;
}

.widget_categories a,
.widget_archive a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
  color: #0F0F0F;
  display: inline-block;
  padding: 2px 0;
}

.widget_categories a:hover,
.widget_archive a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover {
  color: #9A9A9A;
}

.widget_categories ul ul,
.widget_archive ul ul,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul {
  margin-left: 1.5em;
}

/* Comments */
.widget_recent_comments li {
  color: #9A9A9A;
  margin-bottom: .2em;
  padding: 2px 0;
}

.widget_recent_comments .comment-author-link {
  color: #0F0F0F;
  font-weight: 700;
}

/* RSS */
.widget_rss .widget__title img {
  display: none;
}

.widget_rss ul li {
  margin-bottom: 28px;
}

.widget_rss ul .rsswidget {
  font-weight: 700;
  display: block;
}

.widget_rss .rss-date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385;
  color: #9A9A9A;
  display: block;
}

.widget_rss .rssSummary {
  margin-top: 14px;
}

.widget_rss cite {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385;
  font-weight: 700;
}

/* Calendar */
.widget_calendar table {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385;
  text-align: center;
}

.widget_calendar caption {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.54545;
  border: 1px solid #ddd;
  border-bottom: none;
  color: #9A9A9A;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

.widget_calendar thead th, .widget_calendar thead td,
.widget_calendar tbody th,
.widget_calendar tbody td,
.widget_calendar tfoot th,
.widget_calendar tfoot td {
  text-align: center;
}

.widget_calendar tbody a {
  color: #0F0F0F;
  font-weight: 700;
}

.widget_calendar tfoot a {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.8;
  color: #9A9A9A;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.widget_calendar thead {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.54545;
  font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# 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: 28px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 14px 0;
}

.wp-caption-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  font-style: italic;
  margin-top: 14px;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 28px;
}

.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;
}

/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/
/* RESETS */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* BASE STYLES */
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.flexslider .slides > li {
  display: none;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* DEFAULT THEME */
.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.js .loading .flex-viewport {
  max-height: 600px;
}

.preloader,
.preloader:after {
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
}

.preloader {
  -webkit-animation: loading-spinning .8s infinite linear;
          animation: loading-spinning .8s infinite linear;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: 0.2em solid #fff;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: #000;
  font-size: 0.75em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 99999;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.no-js .preloader {
  display: none;
}

@-webkit-keyframes loading-spinning {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading-spinning {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 20em) {
  .htl-mobile .site-header--default-menu #primary-menu-container,
  .htl-mobile .site-header--top-menu #primary-menu-container,
  .js .site-header--off-canvas-menu #primary-menu-container {
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
    width: 320px;
  }
}

@media (min-width: 30em) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
}

@media (min-width: 48em) {
  .nav-previous + .nav-next {
    margin-top: 0;
  }
  .nav-previous {
    float: left;
    padding-right: 28px;
    width: 49%;
  }
  .nav-next {
    float: right;
    margin-top: 0;
    padding-left: 28px;
    text-align: right;
    width: 49%;
  }
  .wrapper {
    max-width: 770px;
  }
  .htl-mobile .site-header--default-menu #primary-menu-container,
  .htl-mobile .site-header--top-menu #primary-menu-container,
  .js .site-header--off-canvas-menu #primary-menu-container {
    -webkit-transform: translateX(-480px);
            transform: translateX(-480px);
    width: 480px;
  }
  .htl-mobile .site-header--default-menu .site-navigation__list,
  .htl-mobile .site-header--top-menu .site-navigation__list,
  .js .site-header--off-canvas-menu .site-navigation__list {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
  }
  #close-mobile-menu {
    background-size: 100%;
  }
  .homepage-slider .datepicker-homepage-wrapper {
    display: inline-block;
    margin-top: -58px;
    padding: 20px 42px 28px;
    position: relative;
    z-index: 3;
  }
  .homepage-slider__text {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.2;
    left: 5%;
    right: 5%;
  }
  .js .loading .flexslider--homepage {
    height: 400px;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: left;
    width: 33.33333%;
  }
  .comment-form-author {
    padding-right: 10px;
  }
  .comment-form-url {
    padding-left: 10px;
  }
}

@media (min-width: 62em) {
  .wrapper {
    max-width: 1170px;
  }
  .site-sidebar {
    border-top: none;
    padding-top: 0;
  }
  .site-main--right-sidebar,
  .site-main--left-sidebar {
    width: 70%;
  }
  .wrapper .site-main--no-sidebar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
  }
  .site-main--right-sidebar {
    float: left;
    padding-right: 112px;
  }
  .site-main--left-sidebar {
    float: right;
    padding-left: 112px;
  }
  .site-sidebar--right-sidebar,
  .site-sidebar--left-sidebar {
    width: 30%;
  }
  .site-sidebar--right-sidebar {
    float: right;
  }
  .site-sidebar--left-sidebar {
    float: left;
  }
  /* Restore the visibility of the menu */
  .htl-desktop .site-header--default-menu #primary-menu-container,
  .htl-desktop .site-header--top-menu #primary-menu-container {
    display: block;
  }
  .site-header--default-menu .site-branding {
    border-bottom: 1px solid #ddd;
  }
  .js .site-header--default-menu #menu-toggle {
    display: none;
  }
  .site-header--default-menu .site-navigation {
    padding: 28px 0;
  }
  .site-header--default-menu .site-navigation__list > .current_page_parent > .site-navigation__link--first-level,
  .site-header--default-menu .site-navigation__list > .current_page_item > .site-navigation__link--first-level,
  .site-header--default-menu .site-navigation__list > .current-menu-item > .site-navigation__link--first-level,
  .site-header--default-menu .site-navigation__list > .current_page_ancestor > .site-navigation__link--first-level,
  .site-header--default-menu .site-navigation__list > .current-menu-ancestor > .site-navigation__link--first-level {
    border-bottom: 1px solid #0F0F0F;
  }
  .site-header--default-menu .site-navigation__item--first-level {
    display: inline-block;
  }
  .site-header--default-menu .site-navigation__item--first-level:hover .site-navigation__link--first-level {
    border-color: #0F0F0F;
  }
  .site-header--default-menu .site-navigation__link--first-level {
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding: 0 14px;
  }
  .site-header--default-menu .sub-menu {
    background: #fafafa;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 7px 0;
    position: absolute;
    text-align: left;
    top: 29px;
    width: 300px;
    z-index: 2;
  }
  .site-header--default-menu .sub-menu li:hover > a {
    color: #0F0F0F;
  }
  .site-header--default-menu .sub-menu .sub-menu {
    border-left: 1px solid #eee;
    left: 300px;
    top: -7px;
  }
  .site-header--default-menu .site-navigation__item--has-children {
    position: relative;
  }
  .site-header--default-menu .site-navigation__item--has-children.hover > .sub-menu {
    display: block;
  }
  .site-header--default-menu .site-navigation__link {
    color: #0F0F0F;
  }
  .site-header--default-menu .site-navigation__link--child {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.86667;
    color: #ababab;
    display: block;
    padding: 7px 14px;
  }
  .site-header--default-menu .site-navigation__link--child:hover {
    color: #0F0F0F;
  }
  .site-header--default-menu .site-branding {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 42px 0;
  }
  .site-header--default-menu .lang-switcher {
    margin: 0;
    text-align: left;
    width: 30%;
  }
  .site-header--default-menu .header-book-button-container {
    margin: 0;
    text-align: right;
    width: 30%;
  }
  .site-header--default-menu .site-title-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .site-header--default-menu.lang-switcher-no .site-title-container {
    margin-left: 30%;
  }
  .site-header--default-menu.book-button-no .site-title-container {
    margin-right: 30%;
  }
  .site-header--default-menu .site-logo,
  .site-header--default-menu .site-title {
    display: inline-block;
    margin: 0;
  }
  .no-js .site-header--default-menu .site-navigation__item--has-children:hover > .sub-menu {
    display: block;
  }
  .no-js .site-header--top-menu .site-navigation {
    padding: 0;
  }
  .js .site-header--top-menu #menu-toggle {
    display: none;
  }
  .site-header--top-menu .site-navigation {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .site-header--top-menu .site-navigation__list > .current_page_parent > .site-navigation__link--first-level,
  .site-header--top-menu .site-navigation__list > .current_page_item > .site-navigation__link--first-level,
  .site-header--top-menu .site-navigation__list > .current-menu-item > .site-navigation__link--first-level,
  .site-header--top-menu .site-navigation__list > .current_page_ancestor > .site-navigation__link--first-level,
  .site-header--top-menu .site-navigation__list > .current-menu-ancestor > .site-navigation__link--first-level {
    border-bottom: 1px solid #0F0F0F;
  }
  .site-header--top-menu .site-navigation__item--first-level {
    display: inline-block;
  }
  .site-header--top-menu .site-navigation__item--first-level:hover .site-navigation__link--first-level {
    border-color: #0F0F0F;
  }
  .site-header--top-menu .site-navigation__link--first-level {
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding-right: 14px;
  }
  .site-header--top-menu .sub-menu {
    background: #fafafa;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 7px 0;
    position: absolute;
    text-align: left;
    top: 29px;
    width: 300px;
    z-index: 2;
  }
  .site-header--top-menu .sub-menu li:hover > a {
    color: #0F0F0F;
  }
  .site-header--top-menu .sub-menu .sub-menu {
    border-left: 1px solid #eee;
    left: 300px;
    top: -7px;
  }
  .site-header--top-menu .site-navigation__item--has-children {
    position: relative;
  }
  .site-header--top-menu .site-navigation__item--has-children.hover > .sub-menu {
    display: block;
  }
  .site-header--top-menu .site-navigation__link {
    color: #0F0F0F;
  }
  .site-header--top-menu .site-navigation__link--child {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.15385;
    color: #ababab;
    display: block;
    padding: 4px 14px;
  }
  .site-header--top-menu .site-navigation__link--child:hover {
    color: #0F0F0F;
  }
  .site-header--top-menu .site-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header--top-menu .lang-switcher {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .site-header--top-menu .header-book-button-container {
    margin: 0 0 0 28px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .site-header--top-menu .site-logo,
  .site-header--top-menu .site-title {
    display: inline-block;
  }
  .no-js .site-header--top-menu .site-navigation__link--child {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.15385;
  }
  .no-js .site-header--top-menu .site-navigation__item--has-children:hover > .sub-menu {
    display: block;
  }
  .js .site-header--off-canvas-menu #primary-menu-container {
    -webkit-transform: translateX(-650px);
            transform: translateX(-650px);
    width: 650px;
  }
  .js .site-header--off-canvas-menu #primary-menu-container .site-navigation__list {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
  }
  .js .site-header--off-canvas-menu #primary-menu-container .site-navigation__link--child {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3;
  }
  .js .site-header--off-canvas-menu #primary-menu-container .site-navigation__item--has-children {
    position: relative;
  }
  .js .site-header--off-canvas-menu #primary-menu-container .site-navigation__item--has-children .expand-submenu {
    top: 26px;
  }
  .js .site-header--off-canvas-menu #primary-menu-container .site-navigation__item--has-children .sub-menu .expand-submenu {
    top: 24px;
  }
  .site-header--off-canvas-menu #menu-toggle {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    color: #0F0F0F;
    font-weight: 700;
    text-indent: 0;
    width: 140px;
  }
  .site-header--off-canvas-menu .site-branding {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header--off-canvas-menu .lang-switcher {
    margin: 0;
  }
  .site-header--off-canvas-menu .header-book-button-container {
    margin: 0 0 0 28px;
  }
  .site-header--off-canvas-menu .site-title-container {
    width: 40%;
  }
  .site-header--off-canvas-menu .site-logo,
  .site-header--off-canvas-menu .site-title {
    display: inline-block;
    margin: 0;
  }
  .site-header--off-canvas-menu .site-header-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    width: 30%;
  }
  .homepage-slider {
    margin-bottom: 112px;
    margin-top: -113px;
  }
  .homepage-slider.homepage-slider--has-datepicker {
    margin-bottom: 168px;
  }
  .homepage-slider .datepicker-homepage-wrapper {
    padding: 20px 56px 28px;
  }
  .homepage-slider .button.button--datepicker {
    margin-left: 84px;
  }
  .homepage-slider__text {
    left: 10%;
    right: 10%;
    font-size: 80px;
    font-size: 5rem;
    line-height: 1.05;
  }
  .js .loading .flexslider--homepage {
    height: 500px;
  }
  .site-header {
    margin-bottom: 112px;
  }
  .lang-switcher__item {
    margin: 0 7px 0 0;
  }
  .footer-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: row nowrap;
        flex-wrap: row nowrap;
    margin: 0 -15px;
  }
  .footer-widget {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px;
  }
}

@media (min-width: 75em) {
  .wrapper .site-main--right-sidebar,
  .wrapper .site-main--left-sidebar {
    padding-left: 0;
    padding-right: 0;
    width: 770px;
  }
  .wrapper .site-sidebar--right-sidebar,
  .wrapper .site-sidebar--left-sidebar {
    width: 288px;
  }
  .homepage-slider__text {
    left: 20%;
    right: 20%;
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 1.24444;
  }
}

@media (max-width: 782px) {
  .admin-bar #close-mobile-menu {
    top: 74px;
  }
  .admin-bar #menu-toggle {
    top: 74px;
  }
}
