/*!
Theme Name: World Rainbow Hotels
Theme URI: http://underscores.me/
Author: Giorgos Sarigiannidis
Author URI: https://www.gsarigiannidis.gr
Description: Custom theme: World Rainbow Hotels, developed by Giorgos Sarigiannidis
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: worldrainbow
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.

World Rainbow Hotels 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 */
  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: #000;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

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

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

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

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

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

.site {
  overflow: hidden; }

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. */ }

.bg-light {
  position: relative;
  background: #f1f2f2;
  padding-bottom: 2rem; }
  .bg-light::before {
    content: '';
    background: #f1f2f2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%; }
  .bg-light::after {
    content: '';
    background: #f1f2f2;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0; }

.flex-50-50 {
  padding: 2rem 0; }

@media all and (min-width: 768px) {
  ul.cols-2, ul.cols-4 {
    column-count: 2; }
  ul.cols-3 {
    column-count: 3; } }
@media all and (min-width: 1024px) {
  ul.cols-4 {
    column-count: 4; }

  .flex-50-50 {
    display: flex;
    justify-content: space-between; }
    .flex-50-50 > div {
      width: calc(50% - 1rem); } }
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

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: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  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%; }

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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: #f1f2f2;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    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; }

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/* Absolutely center element
 * usage: @include centerer();
 */
/* Gradients
 * usage: @include linearGradient(#cccccc, #666666);
 */
/* Triangles
 * Use it inside :before or :after
 * usage: @include triangle-right(100px, #000000);
 */
/* Rotate
 * usage: @include rotate(7deg);
 */
/* Flip
 * usage @include flip-horizontal();
 */
/* Transition
 * usage @include transition(all 0.5s ease-in-out );
 */
/*
 * Circular bottom Box Shadow
 * To be used inside a :before or :after tag
 * usage: box-shadow-round(0, auto, 1140px, #000, 50%);
 */
/*
 * Column count
 */
/*
 * Transforms
 */
/*--------------------------------------------------------------
# Layout extras
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box; }

.container {
  padding: 0 2rem;
  width: 100%;
  max-width: 380px;
  margin: 0 auto; }
  .container.header-main {
    max-width: calc(1164px + 2rem); }

.flex {
  display: flex;
  justify-content: space-between; }
  .flex[class*='wrap-'] {
    flex-flow: wrap; }
    .flex[class*='wrap-'] > * {
      width: 100%; }
  .flex.wrap-m-2 > * {
    width: 50%; }

@media all and (min-width: 768px) {
  .container {
    max-width: 1164px; }

  .flex.wrap-2 > * {
    width: 50%; }
  .flex.wrap-3 > * {
    width: 33.333%; }
  .flex.wrap-4 > * {
    width: 25%; } }
/* Responsive video embeds */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

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

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

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

.bypostauthor {
  display: block; }

.dd-animate {
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .dd-animate.delay-100 {
    transition-delay: 100ms; }
  .dd-animate.delay-200 {
    transition-delay: 400ms; }
  .dd-animate.delay-300 {
    transition-delay: 700ms; }
  .dd-animate.delay-400 {
    transition-delay: 1000ms; }
  .dd-animate.scale {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .dd-animate.from-right {
    -moz-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  .dd-animate.from-left {
    -moz-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  .dd-animate.from-bottom {
    -moz-transform: translate(0, 200px);
    -o-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    transform: translate(0, 200px); }
  .dd-animate.dd-visible {
    opacity: 1; }
    .dd-animate.dd-visible.from-bottom, .dd-animate.dd-visible.from-left, .dd-animate.dd-visible.from-right {
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .dd-animate.dd-visible.scale {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.header-top {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 99999;
  text-align: center; }
  .header-top .container {
    padding: .5rem 2rem; }
  .header-top a {
    color: #fff;
    text-decoration: none; }
  .header-top p {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0; }
  .header-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; }
    .header-top ul li {
      padding: 0 .5rem; }
    .header-top ul .text {
      display: none; }

@media all and (min-width: 768px) {
  .header-top .container {
    display: flex;
    justify-content: space-between; } }
.header-main {
  position: relative;
  display: flex;
  padding: 0;
  justify-content: space-between; }
  .header-main .site-branding {
    position: relative;
    background: #fff;
    padding: 1rem 2rem;
    z-index: 99999;
    width: 100%;
    display: flex;
    align-items: center; }
    .header-main .site-branding img {
      float: left;
      max-width: 180px; }

.menu-container {
  position: absolute;
  padding: 3rem 1rem 1rem 1rem;
  right: 0;
  top: calc(100% - 1rem);
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.98);
  -webkit-transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }
  .menu-container ul {
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap; }
    .menu-container ul li {
      padding: .5rem;
      width: 50%;
      text-align: center; }
    .menu-container ul .top-search {
      width: 100%;
      max-width: 380px;
      position: relative; }
  .menu-container a {
    color: #888b8c;
    text-decoration: none; }

@media all and (min-width: 1024px) {
  .menu-container {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    position: relative;
    padding-top: 1rem;
    top: 0;
    box-shadow: none; }
    .menu-container ul li {
      padding-left: 2rem; }
    .menu-container .header-tools {
      display: flex;
      max-width: 540px;
      flex-flow: nowrap;
      margin-right: 0;
      align-items: center;
      justify-content: flex-end; } }
.main-navigation .menu-toggle {
  position: relative;
  z-index: 99999;
  background: #fff;
  height: 100%;
  border: none;
  outline: none;
  float: right;
  padding-right: 1.5rem; }
.main-navigation.toggled .menu-container {
  -moz-transform: translate(0, -1rem);
  -o-transform: translate(0, -1rem);
  -ms-transform: translate(0, -1rem);
  -webkit-transform: translate(0, -1rem);
  transform: translate(0, -1rem); }
.main-navigation .menu li {
  width: 100%; }
.main-navigation .menu a {
  color: #000; }
  .main-navigation .menu a:hover {
    color: #f2a949; }

@media all and (min-width: 1024px) {
  .main-navigation {
    flex-grow: 1; }
    .main-navigation .menu-toggle {
      display: none; }
    .main-navigation .menu {
      max-width: none;
      justify-content: flex-end; }
      .main-navigation .menu li {
        width: auto; } }
@media all and (min-width: 1024px) {
  .header-main {
    padding: 0 .5rem 0 0;
    flex-flow: wrap; }
    .header-main .site-branding {
      width: auto; }
      .header-main .site-branding img {
        max-width: 194px; } }
@media all and (min-width: 1300px) {
  .header-main {
    padding: 0 1.5rem 0 1rem; } }
.button {
  text-decoration: none;
  font-weight: 400; }
  .button.more {
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-size: 16px;
    font-size: 1rem; }
    .button.more::after {
      content: '\e804';
      font-family: 'fontello';
      color: #f2a949;
      font-size: 28px;
      font-size: 1.75rem;
      position: absolute;
      right: -1rem;
      top: -.5rem; }
    .button.more:hover {
      color: #f2a949; }
  .button.cta {
    font-size: 20px;
    font-size: 1.25rem;
    background: #f2a949;
    color: #fff;
    display: inline-block;
    padding: .7rem 1rem;
    margin: 1rem auto;
    font-weight: 400;
    min-width: 180px; }
    .button.cta.newsletter {
      padding: .5rem; }
      .button.cta.newsletter p {
        margin: 0; }
    .button.cta.inline {
      margin: 1rem 0;
      text-align: center; }
  .button.more-link {
    font-family: "Oswald", sans-serif; }

@media all and (min-width: 768px) {
  .button.more {
    font-size: 22px;
    font-size: 1.375rem; }
    .button.more::after {
      right: -1.1rem;
      font-size: 34px;
      font-size: 2.125rem; }
  .button.cta {
    font-size: 27px;
    font-size: 1.6875rem;
    padding: .7rem 2rem;
    min-width: 280px; } }
.flickity-button {
  background: #000;
  border-radius: 0;
  width: 2rem;
  height: 60px;
  font-size: 38px;
  font-size: 2.375rem; }
  .flickity-button:hover {
    background: #f2a949; }
  .flickity-button.previous, .flickity-button.next {
    padding: 0; }
    .flickity-button.previous::before, .flickity-button.next::before {
      font-family: 'fontello';
      color: #fff;
      position: absolute;
      top: 0;
      line-height: 60px; }
  .flickity-button.previous::before {
    left: 6px;
    content: '\e802'; }
  .flickity-button.next::before {
    right: 6px;
    content: '\e803'; }

.flickity-button-icon {
  fill: none;
  position: relative; }

@media all and (min-width: 768px) {
  .container .flickity-prev-next-button.next {
    right: -2rem; }
  .container .flickity-prev-next-button.previous {
    left: -2rem; } }
.hero {
  margin-bottom: 2rem; }
  .hero .carousel-cell {
    width: 100%;
    background: #000;
    min-height: 100%; }
    .hero .carousel-cell img {
      float: left;
      width: 100%; }
    .hero .carousel-cell .cta {
      text-transform: uppercase;
      text-align: center; }
  .hero .slide-content {
    float: left;
    width: 100%;
    padding: 1rem 0; }
  .hero h2,
  .hero h3,
  .hero p {
    line-height: 1em;
    margin: 0;
    color: #fff; }

.home .hero {
  margin-bottom: 0; }

@media all and (min-width: 768px) {
  .hero .carousel-cell {
    background: transparent; }
    .hero .carousel-cell .cta {
      margin-top: 2rem; }
  .hero .flickity-prev-next-button {
    top: 140px; }
  .hero .slide-content {
    position: absolute;
    top: 80px;
    padding-left: 2rem; }
    .hero .slide-content h2 {
      font-size: 42px;
      font-size: 2.625rem; }
    .hero .slide-content h3 {
      font-size: 26px;
      font-size: 1.625rem; }
    .hero .slide-content p {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400; } }
@media all and (min-width: 1024px) {
  .hero {
    max-height: 660px;
    overflow: hidden; }
    .hero .carousel-cell {
      max-height: 660px; }
    .hero .flickity-prev-next-button {
      top: 240px; }
    .hero .slide-content {
      top: 160px; }
      .hero .slide-content h2 {
        font-size: 85px;
        font-size: 5.3125rem; }
      .hero .slide-content h3 {
        font-size: 34px;
        font-size: 2.125rem; }
      .hero .slide-content p {
        font-size: 27px;
        font-size: 1.6875rem; } }
@media all and (min-width: 1300px) {
  .hero .slide-content {
    top: 200px; }
    .hero .slide-content .container {
      padding-right: 3rem; }
  .hero .flickity-prev-next-button {
    top: 250px; }
    .hero .flickity-prev-next-button.previous {
      left: 50%;
      -moz-transform: translate(-582px, 0);
      -o-transform: translate(-582px, 0);
      -ms-transform: translate(-582px, 0);
      -webkit-transform: translate(-582px, 0);
      transform: translate(-582px, 0); }
    .hero .flickity-prev-next-button.next {
      right: 50%;
      -moz-transform: translate(582px, 0);
      -o-transform: translate(582px, 0);
      -ms-transform: translate(582px, 0);
      -webkit-transform: translate(582px, 0);
      transform: translate(582px, 0); } }
.box {
  padding: 2rem 0;
  text-align: center; }
  .box.bg-light {
    background: #f1f2f2; }

.block h2,
.box-title {
  line-height: 1.2em;
  margin-top: 0;
  text-align: left; }
  .block h2 span,
  .box-title span {
    display: block;
    font-weight: 400; }

@media all and (min-width: 768px) {
  .box {
    padding-top: 4rem; }

  .block h2,
  .box-title {
    font-size: 36px;
    font-size: 2.25rem; }
    .block h2 span,
    .box-title span {
      font-size: 23px;
      font-size: 1.4375rem; } }
@media all and (min-width: 1024px) {
  .block h2,
  .box-title {
    font-size: 46px;
    font-size: 2.875rem; }
    .block h2 span,
    .box-title span {
      font-size: 33px;
      font-size: 2.0625rem; } }
.stars {
  letter-spacing: 4px;
  color: #f2a949;
  position: relative;
  display: inline-block;
  height: 24px;
  float: left;
  width: 100%; }
  .stars::before, .stars::after {
    font-family: 'fontello';
    position: absolute;
    left: 0;
    top: 0; }
  .stars::before {
    z-index: 1; }
  .stars.stars-2::before {
    content: '\e805 \e805'; }
  .stars.stars-3::before {
    content: '\e805 \e805 \e805'; }
  .stars.stars-4::before {
    content: '\e805 \e805 \e805 \e805'; }
  .stars.stars-5::before {
    content: '\e805 \e805 \e805 \e805 \e805'; }
  .stars::after {
    content: '\e805 \e805 \e805 \e805 \e805';
    color: #e6e6e6; }

.tags {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase; }
  .tags li {
    display: inline-block;
    margin: 0 .3rem 1rem 0; }
    .tags li a {
      border: 1px solid #f2a949;
      padding: .2rem .5rem;
      color: #000;
      text-decoration: none; }

@media all and (min-width: 768px) {
  .tags {
    font-size: 22px;
    font-size: 1.375rem; } }
.search-form input[type="search"] {
  width: 100%;
  padding: .5rem;
  border-radius: 0;
  outline: none; }
  .search-form input[type="search"]:focus {
    border-color: #f2a949; }
.search-form button {
  background: transparent;
  border: 0;
  width: 24px;
  position: absolute;
  top: -0.1rem;
  right: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  outline: none; }

.favorite {
  position: absolute;
  top: .5rem;
  left: .5rem;
  background: #f2a949;
  font-weight: bold;
  width: 62px;
  height: 62px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1em;
  display: flex;
  align-items: center;
  z-index: 9; }

.share {
  position: relative;
  clear: both; }
  .share .icon {
    cursor: pointer;
    position: absolute;
    background: #f2a949;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    bottom: 23px;
    font-size: 24px;
    font-size: 1.5rem;
    right: 1rem;
    z-index: 999; }
  .share .share-container {
    width: 100%;
    height: 92px;
    overflow: hidden;
    position: absolute;
    top: -46px; }
    .share .share-container ul {
      position: absolute;
      top: .5rem;
      background: rgba(255, 255, 255, 0.9);
      margin: 0;
      padding: 1rem 64px 1rem 1rem;
      list-style: none;
      display: flex;
      justify-content: space-between;
      width: 100%;
      border-radius: 0 5em 5em 0;
      left: 100%;
      opacity: 0;
      -webkit-transition: left 500ms cubic-bezier(0.175, 0.885, 0.32, 1.05), opacity 300ms ease-in-out;
      -moz-transition: left 500ms cubic-bezier(0.175, 0.885, 0.32, 1.05), opacity 300ms ease-in-out;
      -o-transition: left 500ms cubic-bezier(0.175, 0.885, 0.32, 1.05), opacity 300ms ease-in-out;
      transition: left 500ms cubic-bezier(0.175, 0.885, 0.32, 1.05), opacity 300ms ease-in-out;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
      .share .share-container ul li {
        display: flex;
        align-items: center;
        margin-right: .5rem;
        width: 46px;
        height: 46px;
        position: relative; }
        .share .share-container ul li.label {
          flex: 1; }
        .share .share-container ul li .icon {
          top: 0;
          left: 0;
          background: #000;
          -webkit-transition: background 300ms;
          -moz-transition: background 300ms;
          -o-transition: background 300ms;
          transition: background 300ms; }
        .share .share-container ul li a:hover .icon {
          background: #f2a949; }
  .share.active .icon-share {
    background: #ccc; }
  .share.active .share-container ul {
    left: 0;
    opacity: 1; }

.carousel-events.loop {
  margin-bottom: 1rem; }
  .carousel-events.loop .carousel-cell.entry {
    min-height: 100%;
    margin-bottom: 0; }
  .carousel-events.loop img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.entries-1 .container {
  padding: 0; }
  .entries-1 .container .carousel-cell.entry .slide-content {
    padding-left: 0; }
.entries-1 .flickity-button {
  display: none; }

@media all and (min-width: 768px) {
  .carousel-events.loop .carousel-cell.entry > a {
    width: 50%; }
  .carousel-events.loop .carousel-cell.entry .slide-content {
    width: 50%; } }
@media all and (min-width: 1024px) {
  .carousel-events.loop .carousel-cell.entry {
    width: 50%; } }
.loop {
  background: #fff; }
  .loop.bg-light {
    background: #f1f2f2; }
  .loop .entry {
    background: #fff;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    position: relative;
    margin-bottom: 1rem; }
    .loop .entry img {
      width: 100%; }
    .loop .entry > a {
      width: 100%; }
  .loop .slide-content {
    width: 100%;
    padding: 1rem;
    text-align: left; }
    .loop .slide-content h3,
    .loop .slide-content p {
      margin: 0; }
    .loop .slide-content p {
      font-weight: 300; }
    .loop .slide-content a {
      text-decoration: none;
      color: #000; }
    .loop .slide-content .title {
      text-transform: uppercase;
      margin-bottom: .5rem; }
    .loop .slide-content .locations {
      text-decoration: underline; }
    .loop .slide-content .date {
      font-weight: 400;
      text-transform: uppercase; }
    .loop .slide-content .excerpt {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      color: #888b8c;
      margin: 1rem 0; }
    .loop .slide-content .label {
      font-size: 18px;
      font-size: 1.125rem;
      text-transform: uppercase;
      font-weight: 400; }
    .loop .slide-content .cta {
      text-align: center;
      color: #fff;
      font-weight: 400; }
    .loop .slide-content .style ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-family: "Roboto", sans-serif;
      font-weight: 300; }

@media all and (min-width: 768px) {
  .loop .entry {
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms; }
    .loop .entry > a {
      width: 40%; }
    .loop .entry .slide-content {
      width: 60%;
      align-self: center;
      padding: 2rem; }
      .loop .entry .slide-content .title {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 1em; }
      .loop .entry .slide-content .date {
        font-size: 22px;
        font-size: 1.375rem; }
  .loop.img-right .entry > a {
    order: 1; }
  .loop:not(.grid).not-carousel .thumb-container {
    overflow: hidden;
    position: relative; }
  .loop:not(.grid).not-carousel img {
    object-fit: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none; }
  .loop.grid .events-ajax-loop, .loop.grid {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
    .loop.grid .events-ajax-loop .entry, .loop.grid .entry {
      width: calc(50% - 1rem);
      margin-bottom: 2rem; }
      .loop.grid .events-ajax-loop .entry > a, .loop.grid .entry > a {
        align-self: flex-start; }
      .loop.grid .events-ajax-loop .entry > a,
      .loop.grid .events-ajax-loop .entry .slide-content, .loop.grid .entry > a,
      .loop.grid .entry .slide-content {
        width: 100%; }
    .loop.grid .events-ajax-loop .slide-content, .loop.grid .slide-content {
      height: 100%;
      align-self: stretch; } }
.loop-controls {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 1rem 0; }

.loop-views {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #888b8c; }
  .loop-views li {
    display: inline-block;
    cursor: pointer;
    padding-right: 1rem; }
    .loop-views li:hover {
      color: #000; }
    .loop-views li.active {
      color: #f2a949; }

@media all and (min-width: 768px) {
  .loop-views {
    display: block; } }
.loop-search {
  margin-top: 2rem; }
  .loop-search .hentry {
    margin-bottom: 2rem; }
    .loop-search .hentry a {
      color: #000;
      text-decoration: none; }
    .loop-search .hentry .entry-title {
      margin: 0;
      font-size: 27px;
      font-size: 1.6875rem; }
    .loop-search .hentry .entry-content {
      color: #888b8c;
      font-size: 16px;
      font-size: 1rem; }
    .loop-search .hentry .meta {
      font-family: "Oswald", sans-serif;
      margin: 0; }

@media all and (min-width: 768px) {
  .loop-search .hentry {
    display: flex; }
    .loop-search .hentry .thumb-container {
      width: 30%; }
    .loop-search .hentry .content {
      width: 70%;
      padding-left: 2rem; } }
.hotels-loop .hotels {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%; }
  .hotels-loop .hotels .box-title {
    margin-top: 2rem;
    float: left;
    text-transform: uppercase; }
  .hotels-loop .hotels .loop .excerpt {
    color: #000; }
  .hotels-loop .hotels .hotel-footer {
    margin-top: 3rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
    .hotels-loop .hotels .hotel-footer .cta {
      text-transform: uppercase; }
.hotels-loop .style ul li {
  display: inline; }
  .hotels-loop .style ul li::after {
    content: ', '; }
  .hotels-loop .style ul li:last-child::after {
    content: ''; }

.hotels > .loop .box-title {
  margin-top: 2rem;
  clear: both;
  float: left; }

@media all and (min-width: 1024px) {
  .hotels-loop.grid .hotels .entry {
    align-content: flex-start; }
  .hotels-loop.grid .hotels .carousel-cell {
    width: calc(33.333% - 1rem); }
  .hotels-loop.grid .hotels:last-child::after {
    content: '';
    flex: auto;
    width: 100%;
    max-width: calc(33.333% - 1rem); }
  .hotels-loop.grid .hotels .hotel-footer .cta {
    margin: 1rem auto 0 auto;
    width: 100%;
    min-width: auto; }
  .hotels-loop.grid .style {
    max-width: 50%; }
  .hotels-loop.list .hotels .hotel-footer .cta {
    margin: 0;
    align-self: flex-start; }
  .hotels-loop.list .hotels .style {
    padding-left: 1rem;
    max-width: calc(33.333% - 1rem); } }
.carousel-filtered {
  display: flex;
  flex-flow: wrap; }
  .carousel-filtered .box-title {
    width: 100%; }
  .carousel-filtered .filters {
    width: 40%;
    margin: 0;
    padding: 0 0 2rem 0;
    list-style: none; }
    .carousel-filtered .filters button {
      display: block;
      text-align: left;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      background: transparent;
      border: 0;
      padding-left: 0;
      border-radius: 0;
      text-transform: uppercase;
      cursor: pointer;
      outline: none; }
      .carousel-filtered .filters button:hover {
        color: #f2a949; }
      .carousel-filtered .filters button.active {
        color: #000;
        cursor: default;
        font-weight: bold;
        border-bottom: 1px solid; }
  .carousel-filtered .carousel-container {
    width: 60%;
    text-align: right; }
    .carousel-filtered .carousel-container .button.more {
      margin-right: 1rem; }
    .carousel-filtered .carousel-container.loading {
      position: relative;
      display: flex;
      justify-content: center;
      flex-flow: wrap;
      align-items: center;
      height: 100%;
      color: #f2a949; }
      .carousel-filtered .carousel-container.loading p {
        width: 100%;
        margin: 0;
        text-align: center; }
  .carousel-filtered .flickity-prev-next-button {
    top: 38%; }

.carousel-hotels {
  text-align: left; }
  .carousel-hotels h3,
  .carousel-hotels p {
    margin: 0;
    text-transform: uppercase; }
  .carousel-hotels a {
    color: #000;
    text-decoration: none; }
  .carousel-hotels .carousel-cell {
    position: relative;
    width: 100%;
    margin-bottom: 1rem; }
    .carousel-hotels .carousel-cell img {
      width: 100%; }

@media all and (min-width: 768px) {
  .carousel-filtered .filters button {
    font-size: 22px;
    font-size: 1.375rem; }
    .carousel-filtered .filters button.active {
      font-size: 27px;
      font-size: 1.6875rem; }
  .carousel-filtered .carousel-container .carousel-cell {
    margin: .5rem;
    width: 50%; }
    .carousel-filtered .carousel-container .carousel-cell .title {
      font-size: 22px;
      font-size: 1.375rem; }
    .carousel-filtered .carousel-container .carousel-cell .subtitle {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 400; }
  .carousel-filtered .carousel-container.not-carousel .carousel-hotels.tabbed {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-bottom: 2rem; }
    .carousel-filtered .carousel-container.not-carousel .carousel-hotels.tabbed .carousel-cell {
      position: relative;
      width: calc(50% - 1rem);
      margin: 1rem 0; }
    .carousel-filtered .carousel-container.not-carousel .carousel-hotels.tabbed::after {
      content: '';
      display: flex;
      flex: auto;
      max-width: calc(50% - 1rem);
      width: 100%; } }
@media all and (min-width: 1024px) {
  .carousel-filtered .filters {
    width: 25%; }
  .carousel-filtered .carousel-container {
    width: 75%; }
    .carousel-filtered .carousel-container .carousel-cell {
      width: calc(33.333% - .7rem); }
    .carousel-filtered .carousel-container.not-carousel .carousel-hotels.tabbed .carousel-cell {
      width: calc(33.333% - 1rem); }
    .carousel-filtered .carousel-container.not-carousel .carousel-hotels.tabbed::after {
      max-width: calc(33.333% - 1rem); } }
.form-styled .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  position: relative;
  outline: none;
  text-transform: uppercase; }
.form-styled .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '\e809';
  font-family: 'fontello';
  position: absolute;
  top: 0;
  right: 0;
  color: #f2a949;
  padding: 0 .2rem;
  display: block;
  background: #f1f2f2; }
.form-styled.sort-hotels {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem; }
  .form-styled.sort-hotels label {
    color: #888b8c; }
  .form-styled.sort-hotels select {
    font-size: 14px;
    font-size: 0.875rem;
    border: none;
    color: #888b8c;
    padding: .5rem; }
  .form-styled.sort-hotels::after {
    content: '\e809';
    font-family: 'fontello';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 2.5rem;
    color: #888b8c;
    padding: 0 .5rem 0 .2rem;
    display: block;
    background: #fff;
    pointer-events: none; }

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

.entries {
  display: flex;
  flex-flow: wrap;
  text-align: left; }
  .entries .hentry {
    background: #fff;
    width: 100%;
    margin-bottom: 2rem; }
    .entries .hentry img {
      width: 100%;
      float: left; }
    .entries .hentry .thumb-container {
      position: relative;
      display: block;
      float: left;
      width: 100%; }
  .entries .hentry-content {
    padding: 2rem;
    clear: both; }
  .entries .title {
    text-transform: uppercase;
    margin-bottom: 0; }
  .entries .meta {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Roboto", sans-serif;
    color: #888b8c; }
    .entries .meta a {
      color: #888b8c;
      text-decoration: underline; }
  .entries .excerpt {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300; }
  .entries a {
    color: #000;
    text-decoration: none; }
  .entries .button.more {
    float: right;
    margin-bottom: 2rem;
    margin-right: 1rem; }

@media all and (min-width: 768px) {
  .entries {
    justify-content: space-between; }
    .entries .hentry {
      width: calc(50% - 1rem); }
    .entries .title {
      font-size: 27px;
      font-size: 1.6875rem;
      line-height: 1em; }
    .entries .meta {
      font-size: 14px;
      font-size: 0.875rem; }
    .entries .excerpt {
      font-size: 18px;
      font-size: 1.125rem; }
    .entries.entries-3 .tags {
      font-size: 18px;
      font-size: 1.125rem; } }
@media all and (min-width: 1024px) {
  .entries.entries-3 .hentry {
    width: calc(33.333% - 1rem); } }
.has-sidebar {
  display: flex;
  justify-content: space-between; }
  .has-sidebar .widget-title {
    font-size: 33px;
    font-size: 2.0625rem;
    font-weight: 400; }
  .has-sidebar .widget-area {
    display: none;
    text-align: right;
    padding-top: 2rem;
    padding-left: 2rem;
    width: 25%; }
    .has-sidebar .widget-area .tags {
      font-size: 16px;
      font-size: 1rem;
      text-align: right; }
    .has-sidebar .widget-area a {
      text-decoration: none;
      color: #000; }
    .has-sidebar .widget-area .entry-title {
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 0; }
    .has-sidebar .widget-area .thumb-container {
      width: 100%;
      float: left; }
      .has-sidebar .widget-area .thumb-container img {
        max-width: 95px; }
    .has-sidebar .widget-area .widget.latest {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
      .has-sidebar .widget-area .widget.latest .widget-entry {
        margin-bottom: 1rem; }
      .has-sidebar .widget-area .widget.latest .date {
        margin: 0;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: "Roboto", sans-serif;
        font-weight: 300; }
    .has-sidebar .widget-area .social .social-links {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: flex-end; }
      .has-sidebar .widget-area .social .social-links a {
        background: #000;
        color: #fff;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        margin-left: .5rem;
        border-radius: 50%;
        display: block; }
        .has-sidebar .widget-area .social .social-links a:hover {
          background: #f2a949; }
    .has-sidebar .widget-area .social .text {
      display: none; }
  .has-sidebar .site-main {
    flex: 1; }

@media all and (min-width: 1024px) {
  .has-sidebar .widget-area {
    display: block; } }
.hotel-logos {
  display: block; }
  .hotel-logos > div {
    align-items: center;
    display: flex;
    margin: 2rem 0 0 0; }
    .hotel-logos > div .logos-label {
      margin: 0;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      font-size: 1.125rem; }
    .hotel-logos > div img {
      max-width: 120px;
      max-height: 60px;
      width: auto;
      height: auto;
      margin-left: 1rem;
      float: left; }

@media all and (min-width: 768px) {
  .hotel-logos {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
.page-header .page-title {
  margin-bottom: .5rem;
  line-height: 1em; }
.page-header .page-subtitle {
  font-weight: 400;
  margin: 0;
  line-height: 1em;
  font-size: 28px;
  font-size: 1.75rem; }
.page-header .archive-description {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

@media all and (min-width: 768px) {
  .page-title {
    font-size: 42px;
    font-size: 2.625rem; }

  .page-subtitle {
    font-size: 34px;
    font-size: 2.125rem; }

  .archive-description {
    font-size: 18px;
    font-size: 1.125rem; } }
.spinner {
  width: 4rem;
  height: 4rem; }

.spinner.spinner1 {
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: rotation .8s ease infinite;
  animation: rotation .8s ease infinite; }

.spinner.spinner2 {
  border: 3px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: rotation .8s ease infinite;
  animation: rotation .8s ease infinite; }

.spinner.spinner3 {
  border-top: 3px solid rgba(0, 0, 0, 0.5);
  border-right: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: rotation .8s linear infinite;
  animation: rotation .8s linear infinite; }

.spinner.spinner4 {
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: flip 1.2s ease infinite;
  animation: flip 1.2s ease infinite; }

.spinner.spinner5 {
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  height: .5rem;
  background: rgba(255, 255, 255, 0.25); }

.spinner.spinner5::before {
  content: '';
  position: absolute;
  left: -130%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: progress 4s linear infinite;
  animation: progress 4s linear infinite; }

.spinner.spinner6 {
  position: absolute;
  top: 45%;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse 1s ease-in-out infinite;
  animation: pulse 1s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

.spinner.spinner7 {
  position: relative; }

.spinner.spinner7::before, .spinner.spinner7::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

.spinner.spinner7::before {
  background: #f2a949;
  -webkit-animation: pulse2 2s ease-in-out infinite;
  animation: pulse2 2s ease-in-out infinite; }

.spinner.spinner7::after {
  background: #f2a949;
  -webkit-animation: pulse2 2s 1s ease-in-out infinite;
  animation: pulse2 2s 1s ease-in-out infinite; }

.spinner.spinner8 {
  position: relative;
  -webkit-perspective: 200px;
  perspective: 200px; }

.spinner.spinner8::before {
  display: block;
  content: '';
  width: 50%;
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: 2s flipWalker ease infinite;
  animation: 2s flipWalker ease infinite; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg); } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg); } }
@-webkit-keyframes progress {
  0% {
    left: -130%;
    background: rgba(0, 0, 0, 0.5); }
  50% {
    left: 130%;
    background: rgba(0, 0, 0, 0.5); }
  51% {
    background: rgba(255, 255, 255, 0.5); }
  100% {
    background: rgba(255, 255, 255, 0.5); } }
@keyframes progress {
  0% {
    left: -130%;
    background: rgba(0, 0, 0, 0.5); }
  50% {
    left: 130%;
    background: rgba(0, 0, 0, 0.5); }
  51% {
    background: rgba(255, 255, 255, 0.5); }
  100% {
    background: rgba(255, 255, 255, 0.5); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }
@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }
@-webkit-keyframes pulse2 {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }
@keyframes pulse2 {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }
@-webkit-keyframes flipWalker {
  0% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
    transform: translate(0, 0) rotateX(0) rotateY(0); }
  25% {
    -webkit-transform: translate(100%, 0) rotateX(0) rotateY(180deg);
    transform: translate(100%, 0) rotateX(0) rotateY(180deg); }
  50% {
    -webkit-transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg); }
  75% {
    -webkit-transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg); }
  100% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(360deg);
    transform: translate(0, 0) rotateX(0) rotateY(360deg); } }
@keyframes flipWalker {
  0% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
    transform: translate(0, 0) rotateX(0) rotateY(0); }
  25% {
    -webkit-transform: translate(100%, 0) rotateX(0) rotateY(180deg);
    transform: translate(100%, 0) rotateX(0) rotateY(180deg); }
  50% {
    -webkit-transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg); }
  75% {
    -webkit-transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg); }
  100% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(360deg);
    transform: translate(0, 0) rotateX(0) rotateY(360deg); } }
.breadcrumb {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  background: #f1f2f2; }
  .breadcrumb .icon {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: -3px; }
  .breadcrumb a {
    color: #000; }

.entry-header {
  position: relative; }
  .entry-header .entry-title {
    margin-right: 2rem;
    text-transform: uppercase; }
  .entry-header img {
    margin: 0 auto;
    display: block; }
  .entry-header .share {
    position: absolute;
    top: 1.5rem;
    right: -2rem; }
  .entry-header .posted-on {
    display: block;
    margin-right: -1rem;
    font-weight: 400; }
    .entry-header .posted-on a {
      color: #000; }

.single-container .entry-header {
  margin-top: 2rem; }

.single-post .entry-header img {
  margin: 0; }

.entry-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 2rem; }
  .entry-content .button.more {
    text-transform: unset; }
    .entry-content .button.more::after {
      line-height: 42px;
      margin-right: -0.5rem; }
  .entry-content .button.cta {
    font-family: "Oswald", sans-serif;
    color: #fff; }
  .entry-content a {
    color: #000; }
    .entry-content a:hover {
      color: #f2a949; }
  .entry-content h2 {
    font-size: 42px;
    font-size: 2.625rem;
    font-family: "Oswald", sans-serif;
    margin: 4rem 0 0 0; }
  .entry-content ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0; }
    .entry-content ul.cols {
      font-size: 22px;
      font-size: 1.375rem;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      line-height: 1.2em; }
    .entry-content ul li {
      position: relative;
      margin: 0 1rem 1rem 1rem; }
      .entry-content ul li::before {
        background: #f2a949;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        left: -1rem;
        top: .6rem; }

@media all and (min-width: 1300px) {
  .entry-hotel .entry-content {
    padding: 2rem 0; }
  .entry-hotel .hotel-restaurant {
    margin-bottom: 4rem; }
    .entry-hotel .hotel-restaurant h2 {
      margin-bottom: 1rem; } }
.post-navigation {
  padding: 3rem 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400; }
  .post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap; }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
    text-transform: uppercase; }
    .post-navigation .nav-previous::before, .post-navigation .nav-previous::after,
    .post-navigation .nav-next::before,
    .post-navigation .nav-next::after {
      font-size: 26px;
      font-size: 1.625rem;
      font-family: 'fontello';
      display: inline-block; }
    .post-navigation .nav-previous a,
    .post-navigation .nav-next a {
      color: #000; }
    .post-navigation .nav-previous:hover,
    .post-navigation .nav-next:hover {
      color: #f2a949; }
      .post-navigation .nav-previous:hover a,
      .post-navigation .nav-next:hover a {
        color: #f2a949; }
  .post-navigation .nav-previous {
    padding-right: 1rem; }
    .post-navigation .nav-previous::before {
      content: '\e804';
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-right: .5rem; }
  .post-navigation .nav-next {
    padding-left: 1rem;
    text-align: right; }
    .post-navigation .nav-next::after {
      content: '\e804';
      margin-left: .5rem; }

@media all and (min-width: 1024px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 50%; } }
.single .hentry .date {
  margin: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300; }
.single .hentry .entry-title {
  margin: 0 0 .5rem 0;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1em; }
.single .hentry .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem; }
.single .hentry .thumbnail {
  text-align: right; }
  .single .hentry .thumbnail img {
    width: 100%; }
  .single .hentry .thumbnail .button {
    margin-right: 1rem; }

.entry-hotel h2 {
  margin-top: 0;
  font-size: 42px;
  font-size: 2.625rem; }
.entry-hotel h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0; }
.entry-hotel p {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem; }

.entry-hotel .entry-header {
  margin-top: 1rem; }
  .entry-hotel .entry-header .flex {
    flex-flow: wrap; }
  .entry-hotel .entry-header .entry-title {
    width: 100%; }
  .entry-hotel .entry-header .entry-actions {
    text-align: center;
    max-width: 280px; }
    .entry-hotel .entry-header .entry-actions .cta {
      padding: .5rem;
      min-width: 200px;
      float: left;
      margin: 0 0 .5rem 0; }
    .entry-hotel .entry-header .entry-actions .email {
      float: left;
      text-decoration: none;
      color: #888b8c;
      margin-bottom: 1rem; }
      .entry-hotel .entry-header .entry-actions .email .icon {
        color: #f2a949; }
  .entry-hotel .entry-header img {
    width: 100%; }

@media all and (min-width: 768px) {
  .entry-hotel .entry-header .entry-title {
    width: auto;
    max-width: calc(100% - 280px); }
  .entry-hotel .entry-header .entry-actions .cta,
  .entry-hotel .entry-header .entry-actions .email {
    float: right; } }
.entry-hotel .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  text-align: center;
  list-style: none;
  justify-content: space-between;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400; }
  .entry-hotel .tabs.tabs-2 {
    justify-content: flex-start; }
    .entry-hotel .tabs.tabs-2 li {
      padding-right: 2rem; }
  .entry-hotel .tabs li {
    width: 100%;
    padding: .5rem 0; }
    .entry-hotel .tabs li a {
      text-decoration: none;
      color: #000; }
      .entry-hotel .tabs li a:hover {
        color: #f2a949; }

@media all and (min-width: 768px) {
  .entry-hotel .tabs {
    flex-flow: unset;
    text-align: unset; }
    .entry-hotel .tabs li {
      width: auto;
      padding: 1rem 0; } }
@media all and (min-width: 1024px) {
  .entry-hotel .tabs {
    flex-flow: unset;
    font-size: 33px;
    font-size: 2.0625rem; } }
.entry-hotel .entry-content {
  margin-top: 1rem; }
  .entry-hotel .entry-content .label {
    font-size: 33px;
    font-size: 2.0625rem;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin: 0; }
  .entry-hotel .entry-content .flex {
    margin-top: 4rem; }
    .entry-hotel .entry-content .flex.wrap-4 .amenity {
      width: 100%; }
  .entry-hotel .entry-content ul li {
    margin-left: 1.5rem; }
    .entry-hotel .entry-content ul li::before {
      content: '\e808';
      font-family: 'fontello';
      top: 0;
      left: -1.5rem;
      width: auto;
      height: auto;
      background: transparent;
      color: #f2a949; }

@media all and (min-width: 768px) {
  .entry-hotel .entry-content .amenity ul {
    width: 75%;
    display: flex;
    flex-flow: wrap; }
    .entry-hotel .entry-content .amenity ul li {
      width: calc(33.333% - 2.5rem); } }
.entry-hotel .entry-location > .flex {
  margin-bottom: 2rem; }
.entry-hotel .entry-location .location-text {
  padding-bottom: 2rem; }
  .entry-hotel .entry-location .location-text h2,
  .entry-hotel .entry-location .location-text h3 {
    margin: 0; }

@media all and (min-width: 768px) {
  .entry-hotel .entry-location .location-text h2 {
    margin-bottom: 2rem; } }
.entry-outnabout {
  margin: 4rem 0; }
  .entry-outnabout .content {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 3rem; }
    .entry-outnabout .content h2 {
      font-family: "Oswald", sans-serif;
      margin: 2rem 0 1rem 0; }
    .entry-outnabout .content .button {
      font-family: "Oswald", sans-serif;
      text-decoration: underline; }
  .entry-outnabout .download {
    background-size: cover;
    display: flex;
    padding: 2rem;
    text-align: center;
    align-items: center;
    font-size: 28px;
    font-size: 1.75rem;
    min-width: 320px; }
    .entry-outnabout .download a {
      display: block;
      padding: 2rem;
      background: rgba(0, 0, 0, 0.8);
      text-decoration: none;
      font-weight: 400;
      color: #fff; }

@media all and (min-width: 768px) {
  .entry-outnabout {
    padding-bottom: 0; }
    .entry-outnabout.flex {
      flex-flow: nowrap; }
    .entry-outnabout .download {
      width: auto; } }
.entry-hotel .entry-events {
  text-align: center; }
  .entry-hotel .entry-events .carousel-events.loop .carousel-cell.entry {
    width: 100%;
    display: flex; }
    .entry-hotel .entry-events .carousel-events.loop .carousel-cell.entry .slide-content .title {
      font-weight: bold; }
    .entry-hotel .entry-events .carousel-events.loop .carousel-cell.entry img {
      width: 100%; }
  .entry-hotel .entry-events .more-container {
    text-align: left;
    float: left;
    margin-left: 2rem; }
  .entry-hotel .entry-events .cta {
    margin-right: 2rem;
    float: right;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem; }

@media all and (min-width: 768px) {
  .entry-hotel .entry-events .carousel-events.loop .carousel-cell.entry .slide-content {
    width: 60%; }
  .entry-hotel .entry-events .carousel-events.loop .carousel-cell.entry > a {
    order: 1;
    width: 40%; } }
.entry-hotel .entry-gallery {
  margin: 2rem 0 4rem 0; }
  .entry-hotel .entry-gallery .gallery-item {
    width: calc(50% - .5rem);
    margin: 0 0 1rem 0; }
    .entry-hotel .entry-gallery .gallery-item img {
      float: left;
      width: 100%;
      object-fit: cover;
      position: relative;
      height: 100%; }

@media all and (min-width: 768px) {
  .entry-hotel .entry-gallery .flex::after {
    content: '';
    width: calc(33.333% - 0.5rem); }
  .entry-hotel .entry-gallery .gallery-item {
    width: calc(33.333% - .5rem); } }
@media all and (min-width: 768px) {
  .entry-hotel p {
    font-size: 18px;
    font-size: 1.125rem; } }
.infoBox {
  background: #fff;
  width: 200px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  text-transform: uppercase; }
  .infoBox::before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: #fff; }
  .infoBox::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 90px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6); }
  .infoBox > img {
    position: absolute !important;
    right: 1rem; }
  .infoBox .thumb {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: .5rem;
    min-height: 126px; }
  .infoBox h3 {
    margin: 0; }
  .infoBox p {
    font-weight: 400;
    margin: 0; }
  .infoBox .button.cta {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    max-width: none;
    padding: .5rem;
    width: 100%;
    min-width: auto !important;
    margin: 1rem 0 0 0;
    z-index: 9;
    position: relative; }

.gm-style-iw {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }
  .gm-style-iw h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    font-weight: bold; }

p.locations {
  margin: 0; }
  p.locations a {
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: underline; }
    p.locations a:hover {
      color: #f2a949; }

.country-header {
  width: 100%;
  border-top: 2px solid #e6e6e6; }
  .country-header .subtitle {
    text-transform: uppercase; }

@media all and (min-width: 1024px) {
  .country-header {
    display: flex;
    justify-content: space-between; } }
.block {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .block.block-events {
    margin-top: 4rem;
    margin-bottom: 0; }

.block-content.left {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 1rem; }
  .block-content.left .image-container img {
    width: 100%;
    height: auto; }
.block-content.bg {
  overflow: hidden;
  position: relative;
  padding: 6rem 1rem; }
  .block-content.bg .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .block-content.bg .image-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      max-width: none; }
  .block-content.bg .content-container {
    z-index: 9;
    position: relative;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center; }
    .block-content.bg .content-container .cta {
      background: transparent;
      border: 1px solid #f2a949; }
.block-content .content-container h2 {
  font-family: "Oswald", sans-serif;
  line-height: 1.2em;
  font-size: 34px;
  font-size: 2.125rem;
  margin-top: 0; }
.block-content .content-container p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0; }
.block-content .content-container .cta {
  font-family: "Oswald", sans-serif;
  margin-bottom: 0; }

@media all and (min-width: 768px) {
  .block-content.left {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 2rem 0; }
    .block-content.left .image-container {
      width: calc(60% - 1rem);
      order: 1; }
    .block-content.left .content-container {
      width: calc(40% - 1rem);
      padding-right: 2rem;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 18px;
      font-size: 1.125rem; }
  .block-content.bg .content-container {
    padding: 4rem 6rem; } }
@media all and (min-width: 1024px) {
  .block-content.left .image-container {
    width: calc(66.666% - 1rem); }
  .block-content.left .content-container {
    width: calc(33.333% - 1rem); }
    .block-content.left .content-container h2 {
      font-size: 42px;
      font-size: 2.625rem; } }
.block-boxes > h2 {
  margin-bottom: 1rem; }
.block-boxes > p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }
.block-boxes .box {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 1rem auto; }
  .block-boxes .box img {
    width: 100%;
    float: left; }
  .block-boxes .box::before {
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .block-boxes .box a {
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
    transition: color 400ms; }
  .block-boxes .box .content {
    width: 100%;
    font-size: 28px;
    font-size: 1.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1rem; }
    .block-boxes .box .content > * {
      color: #fff;
      text-decoration: none;
      line-height: 1.2em; }
    .block-boxes .box .content h3 {
      margin: 0; }
    .block-boxes .box .content p {
      line-height: 1.2em;
      font-size: 18px;
      font-size: 1.125rem;
      margin: 1rem 0 0 0; }
  .block-boxes .box:hover::before {
    background: rgba(0, 0, 0, 0.6); }
  .block-boxes .box:hover a {
    color: #f2a949; }

@media all and (min-width: 768px) {
  .block-boxes .flex {
    justify-content: space-between; }
    .block-boxes .flex.wrap-2 .box {
      margin-left: 0;
      margin-right: 0;
      width: calc(50% - 2rem); }
    .block-boxes .flex.wrap-3 .box {
      width: calc(33.333% - 1rem); } }
@media all and (min-width: 1024px) {
  .block-boxes .flex.wrap-3 .box {
    margin: 2rem 0;
    width: calc(33.333% - 3rem); }
  .block-boxes .box .content {
    padding: 2rem;
    font-size: 38px;
    font-size: 2.375rem; }
    .block-boxes .box .content p {
      font-size: 20px;
      font-size: 1.25rem; } }
.block-hotel .entry {
  position: relative;
  overflow: hidden;
  padding: 5rem 1rem; }
  .block-hotel .entry .favorite {
    top: 0;
    left: 0; }
  .block-hotel .entry img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none; }
  .block-hotel .entry .slide-content {
    position: relative;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    text-align: center; }
    .block-hotel .entry .slide-content a {
      color: #fff;
      text-decoration: none; }
    .block-hotel .entry .slide-content .title,
    .block-hotel .entry .slide-content .excerpt,
    .block-hotel .entry .slide-content .locations,
    .block-hotel .entry .slide-content .rating {
      text-align: left; }
    .block-hotel .entry .slide-content .title {
      margin: 0;
      font-size: 27px;
      font-size: 1.6875rem;
      text-transform: uppercase; }
    .block-hotel .entry .slide-content .excerpt {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "Roboto", sans-serif;
      font-weight: 300; }
    .block-hotel .entry .slide-content .cta {
      text-transform: uppercase; }

@media all and (min-width: 768px) {
  .block-hotel .entry {
    padding: 5rem 8rem; }
    .block-hotel .entry .slide-content {
      padding: 2rem 4rem; } }
.destinations-container .page-title {
  text-transform: uppercase; }
.destinations-container .destinations-content h2 {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 0; }
.destinations-container .destinations-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

.destinations-grid {
  margin: 2rem 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; }
  .destinations-grid .block {
    min-height: 250px;
    margin: .5rem 0;
    position: relative;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    align-content: center; }
    .destinations-grid .block .content {
      display: flex;
      align-items: stretch;
      min-height: 250px;
      height: 100%;
      padding: 2rem;
      background: rgba(0, 0, 0, 0.4);
      -webkit-transition: background 300ms;
      -moz-transition: background 300ms;
      -o-transition: background 300ms;
      transition: background 300ms;
      position: relative; }
    .destinations-grid .block ul {
      opacity: 0;
      visibility: hidden;
      margin: 0 0 0 -100%;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      padding: 0;
      list-style: none;
      width: 100%;
      min-width: 100%;
      font-weight: 400;
      font-size: 17px;
      font-size: 1.0625rem;
      align-self: center; }
      .destinations-grid .block ul li {
        padding: .3rem; }
        .destinations-grid .block ul li.extra_li {
          display: none; }
    .destinations-grid .block.large ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    .destinations-grid .block.thumbnail:hover .content {
      justify-content: center; }
      .destinations-grid .block.thumbnail:hover .content ul {
        min-width: auto;
        width: auto; }
    .destinations-grid .block .title {
      font-size: 45px;
      font-size: 2.8125rem;
      text-align: center;
      margin: 0;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      width: 100%;
      line-height: 1.2em;
      display: block;
      text-transform: uppercase;
      color: #fff;
      align-self: center; }
    .destinations-grid .block a {
      display: block;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      -webkit-transition: color 300ms;
      -moz-transition: color 300ms;
      -o-transition: color 300ms;
      transition: color 300ms; }
      .destinations-grid .block a:hover {
        color: #f2a949; }
    .destinations-grid .block:hover .title {
      opacity: 0;
      visibility: hidden;
      margin-right: -100%; }
    .destinations-grid .block:hover ul {
      opacity: 1;
      visibility: visible;
      margin-left: 0; }
    .destinations-grid .block:hover .content {
      background: rgba(0, 0, 0, 0.8); }

@media all and (min-width: 768px) {
  .destinations-grid .block {
    width: calc(40% - .5rem); }
    .destinations-grid .block.large {
      width: calc(60% - .5rem); }
    .destinations-grid .block.large ul {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
@media all and (min-width: 1024px) {
  .destinations-grid .block {
    width: calc(25% - .5rem); }
    .destinations-grid .block.large {
      width: calc(75% - .5rem); }
      .destinations-grid .block.large ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4; }
        .destinations-grid .block.large ul li.extra_li {
          display: inline-block; } }
.destinations-blocks .container {
  padding: 2rem 0 0 0; }

.country-header-container {
  padding: 0; }
  .country-header-container .box {
    background: #fff;
    width: 100%;
    padding-top: 1rem;
    margin: 0 auto; }
    .country-header-container .box::before, .country-header-container .box::after {
      display: none !important; }
    .country-header-container .box > .container {
      background: #f1f2f2;
      padding: 1rem 2rem; }
    .country-header-container .box .carousel-events .carousel-cell {
      background: #f1f2f2; }
  .country-header-container .box-title {
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase; }

@media all and (min-width: 1024px) {
  .country-header-container {
    display: flex;
    align-items: flex-start; }
    .country-header-container .box {
      max-width: 360px; }
      .country-header-container .box .carousel-events .carousel-cell {
        width: 100%; }
        .country-header-container .box .carousel-events .carousel-cell.entry > a {
          width: 100%;
          order: 0; }
        .country-header-container .box .carousel-events .carousel-cell .slide-content {
          width: 100%; } }
.search-results .site-content {
  background: #f1f2f2;
  border-top: 2px solid #fff; }
.search-results .page-header {
  padding: 1rem 0; }
.search-results .page-title {
  margin: 0;
  text-transform: uppercase; }
  .search-results .page-title > span {
    text-transform: initial;
    color: #888b8c; }
.search-results .infinite-scroll {
  background: #f1f2f2; }
.search-results .continent-tabs {
  margin: 2rem 0;
  border-bottom: 2px solid #f2a949;
  justify-content: flex-start;
  font-size: 18px;
  font-size: 1.125rem; }
  .search-results .continent-tabs .number {
    color: #fff;
    background: #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -2px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 12px;
    font-size: 0.75rem; }
  .search-results .continent-tabs a {
    padding: 0.5rem; }
  .search-results .continent-tabs li:first-child.active::before, .search-results .continent-tabs li:last-child.active::before {
    display: none; }
  .search-results .continent-tabs .active {
    background: #f2a949; }
    .search-results .continent-tabs .active .number {
      background: #fff;
      color: #f2a949; }
    .search-results .continent-tabs .active a {
      color: #fff; }

.search-featured {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 0 auto 2rem auto;
  display: block; }
  .search-featured .entry {
    align-items: flex-start; }
  .search-featured .hentry {
    display: block;
    padding: 2rem;
    margin: 0; }
    .search-featured .hentry a:hover {
      color: #f2a949; }
    .search-featured .hentry .entry-title {
      text-transform: uppercase; }
    .search-featured .hentry p {
      font-weight: 300;
      margin: 0;
      font-family: "Roboto", sans-serif; }

@media all and (min-width: 768px) {
  .search-results .continent-tabs {
    font-size: 24px;
    font-size: 1.5rem; }
    .search-results .continent-tabs a {
      padding: 1rem 2rem; }
    .search-results .continent-tabs .number {
      width: 24px;
      height: 24px;
      line-height: 24px;
      font-size: 14px;
      font-size: 0.875rem; } }
.autocomplete-container {
  background: #fff;
  padding: 1rem;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 300px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .autocomplete-container.active {
    opacity: 1;
    visibility: visible; }
  .autocomplete-container .spinner {
    z-index: 999; }
  .autocomplete-container.loading h3,
  .autocomplete-container.loading ul {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0; }
  .autocomplete-container ul {
    margin: 0 0 .5rem .5rem;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem; }
    .autocomplete-container ul a {
      text-decoration: none;
      color: #000; }
      .autocomplete-container ul a:hover {
        color: #f2a949; }
  .autocomplete-container .button {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    padding: 1rem 0 0 0;
    top: 0;
    left: 0;
    border-radius: 0;
    cursor: pointer; }

.autocomplete-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem; }

.top-search .autocomplete-container {
  top: 50px;
  left: 32px;
  text-align: left; }
  .top-search .autocomplete-container li {
    text-align: left;
    width: 100%;
    padding-left: 0; }

@media all and (min-width: 768px) {
  .autocomplete-container {
    top: 90px;
    left: auto;
    right: 0;
    max-width: 280px;
    height: 80vh;
    max-height: 300px;
    overflow-y: auto; } }
.loaderContainer {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  background: #fff;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: #f2a949;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms; }
  .loaderContainer.loaded {
    opacity: 0; }

.error-404 {
  border: 4px solid #000;
  padding: 2rem;
  max-width: 640px;
  margin: 2rem auto 4rem auto;
  text-align: center; }
  .error-404 .page-title {
    margin-top: 0; }
  .error-404 .search-form {
    position: relative; }
    .error-404 .search-form input {
      padding: 1rem; }

.ddDirectionsContainer {
  max-width: 340px;
  padding: 0;
  margin-top: 4rem;
  position: relative; }
  .ddDirectionsContainer::after {
    content: '\e801';
    font-family: 'fontello';
    position: absolute;
    top: .4rem;
    right: 1rem;
    font-size: 28px;
    font-size: 1.75rem; }
  .ddDirectionsContainer input {
    position: relative;
    border-radius: 0;
    padding: 1rem;
    width: 100%; }
  .ddDirectionsContainer a {
    background: #f2a949;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 4rem;
    text-decoration: none;
    display: inline-block;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 2rem;
    opacity: 0.8;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms; }
    .ddDirectionsContainer a.active {
      opacity: 1; }

.hotel-search-filters .search-form {
  padding: 2rem 0;
  position: relative; }
  .hotel-search-filters .search-form label {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    padding-right: 1rem;
    text-transform: uppercase;
    display: inline-block; }
  .hotel-search-filters .search-form .fields-container {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    position: relative; }
    .hotel-search-filters .search-form .fields-container input[type="search"] {
      width: 100%;
      min-width: 280px;
      padding: 1rem; }

.loop-filters {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center; }
  .loop-filters p {
    margin: 0;
    text-transform: uppercase; }
  .loop-filters .select2-container {
    max-width: 100%; }

.select2-dropdown {
  min-width: 200px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 2rem 0 1rem; }

@media all and (min-width: 768px) {
  .hotel-search-filters {
    display: flex;
    justify-content: space-between; }
    .hotel-search-filters .search-form {
      display: flex;
      align-items: center; } }
.infinite-more-container {
  text-align: center; }
  .infinite-more-container .page-numbers {
    margin: 0;
    padding: 1rem;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    position: relative; }
    .infinite-more-container .page-numbers::before {
      content: '';
      border-top: 1px solid;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0; }
    .infinite-more-container .page-numbers .numbers-container {
      background: #f1f2f2;
      position: relative;
      padding: 0 4rem; }
  .infinite-more-container .number {
    font-size: 40px;
    font-size: 2.5rem; }
  .infinite-more-container .infinite-more {
    background: transparent;
    border: 1px solid;
    border-radius: 0;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    padding: 1rem 4rem;
    cursor: pointer; }
    .infinite-more-container .infinite-more:hover {
      color: #fff;
      border-color: #f2a949;
      background: #f2a949; }

.location-last-level .infinite-more-container {
  background: #fff;
  padding-bottom: 0; }
  .location-last-level .infinite-more-container .numbers-container {
    background: #fff; }
  .location-last-level .infinite-more-container::before, .location-last-level .infinite-more-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0; }
  .location-last-level .infinite-more-container::before {
    left: -100%; }
  .location-last-level .infinite-more-container::after {
    right: -100%; }
  .location-last-level .infinite-more-container .infinite-more {
    margin-bottom: 2rem; }

.hero-page-header {
  position: relative;
  height: 200px;
  overflow: hidden; }
  .hero-page-header .entry-title {
    text-transform: uppercase; }
  .hero-page-header.fixed-img .entry-title {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    color: #fff;
    margin: 0; }
  .hero-page-header.fixed-img .container::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.7));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.7));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.7));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.7));
    /* Standard syntax */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  .hero-page-header img {
    min-width: 100%;
    min-height: 200%;
    width: auto;
    height: auto;
    object-fit: cover;
    top: 0;
    position: absolute; }
  .hero-page-header.no-img {
    height: auto; }
    .hero-page-header.no-img .container {
      padding: 1rem; }

@media all and (min-width: 768px) {
  .hero-page-header {
    height: 294px; }
    .hero-page-header img {
      min-height: 100%; } }
.archive-description {
  padding: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

@media all and (min-width: 1300px) {
  .archive-description {
    padding: 4rem 2rem 5rem; } }
a#more-expand {
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  color: #f2a949;
  font-weight: 400;
  display: inline-block; }
  a#more-expand::after {
    content: '+';
    display: block;
    position: absolute;
    right: -24px;
    top: 4px;
    background: #f2a949;
    color: #fff;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px; }
  a#more-expand.expand {
    top: -2rem; }
    a#more-expand.expand::after {
      content: '-'; }

.tax-location .page-title {
  width: 100%;
  text-transform: uppercase; }
.tax-location .archive-description {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  overflow: hidden; }
  .tax-location .archive-description p {
    margin-top: 0;
    margin-bottom: 1rem; }

.continent-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400; }
  .continent-tabs a {
    padding: 2rem;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: block; }
  .continent-tabs li {
    position: relative; }
    .continent-tabs li:first-child.active::before, .continent-tabs li:last-child.active::before {
      content: '';
      display: block;
      background: #f1f2f2;
      position: absolute;
      right: 100%;
      top: 0;
      height: 100%;
      width: 100vw; }
    .continent-tabs li:last-child.active::before {
      right: auto;
      left: 100%; }
    .continent-tabs li.active {
      background: #f1f2f2; }
  .continent-tabs.small {
    font-size: 24px;
    font-size: 1.5rem; }
    .continent-tabs.small a {
      padding: 1rem; }

.cta-container {
  background: #f1f2f2;
  margin-bottom: 1rem; }
  .cta-container .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .cta-container h2 {
    font-weight: 400;
    font-size: 33px;
    font-size: 2.0625rem;
    margin: 1rem 0; }
  .cta-container.full {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    float: left;
    clear: both; }
  .cta-container.right .cta {
    float: right; }
  .cta-container.white {
    background: #fff; }

.site-footer {
  background: #231F20;
  color: #fff; }
  .site-footer .container {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
  .site-footer .social-links {
    margin-top: 2rem; }
    .site-footer .social-links .text {
      padding-left: 1rem; }
  .site-footer .footer-menu {
    margin-top: 2rem; }
  .site-footer ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: lighter;
    text-transform: uppercase; }
    .site-footer ul li a {
      padding: .5rem 0 1.5rem 1.5rem;
      display: block;
      font-size: 19px;
      font-size: 1.1875rem; }

.copyright {
  padding: 1rem 2rem;
  background: #000;
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem; }
  .copyright p {
    margin: 0; }

@media all and (min-width: 768px) {
  .site-footer .container {
    display: flex;
    flex-flow: wrap; }
  .site-footer .social-links {
    margin-top: 7rem;
    width: 50%;
    padding-left: 4rem; }

  .footer-menu {
    margin-top: 6rem;
    width: 50%; } }
@media all and (min-width: 1024px) {
  .site-footer .container .social-links {
    margin-top: 8.5rem;
    width: 33.333%; }
  .site-footer .footer-menu {
    margin-top: 7.5rem;
    width: 33.333%;
    padding-right: 4rem; } }
@media all and (min-width: 1300px) {
  .site-footer .container {
    flex-flow: nowrap; }
    .site-footer .container .social-links {
      margin-top: 8rem;
      width: auto;
      padding-left: 2rem;
      padding-right: 2rem; }
  .site-footer .footer-menu {
    margin-top: 7rem;
    width: auto; } }
.footer-feed {
  border-bottom: 1px solid #888b8c;
  padding-right: 2rem; }
  .footer-feed .box-title {
    margin-bottom: 2rem; }
  .footer-feed .hentry {
    margin-bottom: 1rem; }
    .footer-feed .hentry .title {
      text-transform: uppercase;
      line-height: 1.2em;
      font-size: 16px;
      font-size: 1rem;
      margin: 0 0 .5rem 0; }
    .footer-feed .hentry .excerpt {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      margin: 0; }

@media all and (min-width: 768px) {
  .footer-feed {
    width: 50%;
    border-bottom: 0;
    border-right: 1px solid #888b8c; }
    .footer-feed .hentry .title {
      font-size: 18px;
      font-size: 1.125rem; } }
@media all and (min-width: 1024px) {
  .footer-feed {
    width: 33.333%; } }
@media all and (min-width: 1300px) {
  .footer-feed {
    max-width: 330px;
    width: auto; } }
.footer-contact {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 2rem;
  max-width: 290px;
  font-weight: lighter;
  text-transform: uppercase; }
  .footer-contact .footer-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: lighter; }
  .footer-contact label {
    display: none; }
  .footer-contact .gform_wrapper form {
    position: relative; }
  .footer-contact input {
    height: 58px; }
    .footer-contact input[type="email"] {
      border: 1px solid #888b8c;
      border-radius: 0;
      background: transparent;
      padding: 1rem;
      width: 100%;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      color: #fff; }
  .footer-contact .gform_footer {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f2a949;
    height: 58px; }
    .footer-contact .gform_footer input {
      color: #fff;
      background: transparent;
      border: 0;
      height: 100%;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 16px;
      font-size: 1rem;
      cursor: pointer; }
  .footer-contact .validation_error {
    font-weight: bold; }
  .footer-contact .validation_message {
    position: absolute; }
  .footer-contact .validation_error,
  .footer-contact .validation_message {
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    color: #f2a949; }
  .footer-contact .footer-search {
    position: relative;
    margin-top: 1rem; }
    .footer-contact .footer-search label {
      display: block; }

@media all and (min-width: 768px) {
  .footer-contact {
    width: 50%;
    margin-top: 4rem; } }
@media all and (min-width: 1024px) {
  .footer-contact {
    width: 33.333%;
    margin-top: 7rem; } }
@media all and (min-width: 1300px) {
  .footer-contact {
    margin-top: 8.5rem;
    width: auto; } }
/*--------------------------------------------------------------
# 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; }

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