/**handles:morrison-hotel-style**/
/*!
Theme Name: Morrison Hotel
Theme URI: http://demo.lollum.com/morrisonhotel/
Author: Lollum
Author URI: http://lollum.com/
Description: Morrison Hotel is an advanced & flexible WordPress hotel theme built by Lollum. It offers deep integration with Hotelier (http://wphotelier.com) . If you're looking for a theme for your next hotel, b&b or hostel, Morrison Hotel is the right theme for you!
Version: 5.4.0
License: The PHP code and integrated HTML are licensed under the General Public
License (GPL). All other parts, but not limited to the CSS code, images, and design belong to their respective owners.
License URI: http://www.gnu.org/licenses/gpl-2.0.html - https://help.market.envato.com/hc/en-us/articles/202501064
Text Domain: morrison-hotel
Tags: black, white, light, brown, left-sidebar, right-sidebar, full-width-template, responsive-layout, accessibility-ready, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready

Morrison Hotel is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Layout
    ## Header
	## Footer
# Content
    ## Posts and pages
    ## Shortcodes
	## Comments
# Media
	## Captions
	## Galleries
# Plugins
	## Owl Carousel
	## Flexslider
	## Contact Form 7
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-size: 0.875rem;
  color: #242424;
  font-family: "Lora", serif;
  line-height: 1.7;
}

.button,
button,
input[type="submit"] {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #292b2c;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 0 0 1.2em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #292b2c;
  text-decoration: none;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #292b2c;
}

h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active {
  color: #c19c78;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  font-size: 27.2px;
  font-size: 1.7rem;
}

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

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 12px;
  font-size: 0.75rem;
}

p {
  margin: 0 0 1.5em;
}

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

blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  border-left: 7px solid #ebebeb;
  color: #999;
  font-style: italic;
  margin-left: 0;
  padding: 0 0 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

mark, ins {
  background: rgba(193, 156, 120, 0.3);
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  color: #292b2c;
}

::-moz-selection {
  background: rgba(193, 156, 120, 0.3);
}

::selection {
  background: rgba(193, 156, 120, 0.3);
}

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

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

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

table {
  margin: 0 0 1.5em;
  text-align: left;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c19c78;
  border-radius: 0;
  border-radius: 120px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  letter-spacing: 2px;
  padding: 10px 35px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: top;
}

.button:hover, .button:active, .button:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: none;
  background-color: #ebebeb;
  color: #292b2c;
}

.button {
  display: inline-block;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 3px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #c4c4c4;
  outline: none;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 5px 20px;
}

textarea {
  padding: 3px 10px;
  width: 100%;
}

label {
  color: #292b2c;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c19c78;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover, a:focus, a:active {
  color: #292b2c;
}

a:focus, a:hover, a:active {
  outline: 0 !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
  clear: both;
  display: block;
  margin-bottom: .75em;
  width: 100%;
}

#menu-toggle {
  display: none;
}

#primary-menu-container {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  line-height: 2.5;
  text-transform: uppercase;
}

#primary-menu {
  letter-spacing: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary-menu > li > a {
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#primary-menu a {
  display: block;
}

#primary-menu ul {
  font-size: 11px;
  font-size: 0.6875rem;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: 0;
}

#primary-menu ul a {
  color: #999;
}

#primary-menu ul li:hover > a {
  color: #fff;
}

#primary-menu .current_page_parent > a,
#primary-menu .current_page_item > a,
#primary-menu .current-menu-item > a,
#primary-menu .current_page_ancestor > a,
#primary-menu .current-menu-ancestor > a {
  color: #c19c78;
}

.no-js #primary-menu li:hover > ul {
  display: block;
}

/*--------------------------------------------------------------
With JS enabled, create an off-canvas menu

The 'lol-mobile' and 'lol-desktop' classes are appended to the html tag
with JS ('lol-mobile' < 992px and 'lol-desktop' >= 992px)
--------------------------------------------------------------*/
/*----------------------------
This is a workaround used to
hide the menu during the resize
of the page and stop (hide) the
animation on the container
----------------------------*/
.js #primary-menu-container {
  display: none;
}

.lol-mobile #primary-menu-container {
  display: block;
}

/*----------------------------*/
.lol-mobile #site-navigation {
  margin-bottom: 0;
}

.lol-mobile #menu-toggle {
  background-color: #fff;
  color: #292b2c;
  display: inline-block;
}

.lol-mobile #menu-toggle:hover {
  background-color: #c19c78;
  color: #fff;
}

.lol-mobile #primary-menu-container {
  background-color: #c19c78;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 3.846em 1.538em 2.308em;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  will-change: transform;
  z-index: 998;
}

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

.lol-mobile #primary-menu ul {
  margin: 0 0 0 1.538em;
  padding: 0 1.538em 0 0;
}

.lol-mobile #primary-menu li:hover > a {
  color: #292b2c;
}

.lol-mobile #primary-menu li.menu-item-has-children {
  position: relative;
}

.lol-mobile #primary-menu li .expand-submenu {
  background-image: url(https://aubergeonthecove.com/wp-content/themes/morrison-hotel/images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border: 1px solid white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 20px;
  position: absolute;
  right: 0;
  top: 0.462em;
  width: 20px;
  z-index: -1;
}

.lol-mobile #primary-menu li .expand-submenu:hover {
  cursor: pointer;
}

.lol-mobile #primary-menu li.open > ul {
  display: block;
}

.lol-mobile #primary-menu li.open > .expand-submenu {
  background-image: url(https://aubergeonthecove.com/wp-content/themes/morrison-hotel/images/minus.svg);
}

.lol-mobile #primary-menu .current_page_parent > a,
.lol-mobile #primary-menu .current_page_item > a,
.lol-mobile #primary-menu .current-menu-item > a,
.lol-mobile #primary-menu .current_page_ancestor > a,
.lol-mobile #primary-menu .current-menu-ancestor > a {
  color: #292b2c;
}

.lol-mobile .admin-bar #primary-menu-container {
  padding-top: 7.308em;
}

.lol-mobile .admin-bar #close-mobile-menu {
  top: 5.417em;
}

/* #close-mobile-menu and #mobile-nav-obfuscator are created with JS dynamically */
#close-mobile-menu {
  background: url(https://aubergeonthecove.com/wp-content/themes/morrison-hotel/images/close.svg) center no-repeat;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 1.667em;
  text-indent: -99999px;
  top: 1.667em;
  width: 15px;
  z-index: 999;
}

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

#footer-menu,
#footer-menu ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#footer-menu li,
#footer-menu ul li {
  margin-right: 2em;
  display: inline-block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #222;
  display: block;
  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;
}

/* Semantic text */
.semantic {
  display: none !important;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#top-header:before,
#top-header: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,
#top-header:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="url"],
#secondary input[type="password"],
#secondary input[type="search"],
#colophon input[type="text"],
#colophon input[type="email"],
#colophon input[type="url"],
#colophon input[type="password"],
#colophon input[type="search"] {
  width: 100%;
}

.widget {
  margin: 0 0 3.5em;
  /* Make sure select elements fit in widgets. */
}

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

.widget a {
  text-decoration: none;
}

.widget h3.widget-title {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2.5em;
  padding: .65em 0;
  text-transform: uppercase;
}

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

#colophon h3.widget-title {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: none;
  color: #999;
  margin-bottom: 2.5em;
  padding: 0;
  text-transform: uppercase;
}

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

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

/* Posts */
.widget_recent_entries ul {
  font-style: italic;
}

.widget_recent_entries ul .post-date {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: .5em;
  text-transform: uppercase;
}

/* Archive */
.widget_archive ul {
  font-style: italic;
}

.widget_archive ul .children {
  margin-left: 1.5em;
}

/* Categories */
.widget_categories ul {
  font-style: italic;
}

.widget_categories ul .children {
  margin-left: 1.5em;
}

/* Pages */
.widget_pages ul {
  font-style: italic;
}

.widget_pages ul .children {
  margin-left: 1.5em;
}

/* Meta */
.widget_meta ul {
  font-style: italic;
}

/* Comments */
.widget_recent_comments ul {
  font-style: italic;
}

/* Menus */
.widget_nav_menu ul {
  font-style: italic;
}

.widget_nav_menu .sub-menu {
  margin-left: 1.5em;
}

/* RSS */
.widget_rss .widget-title img {
  display: none;
}

.widget_rss ul {
  font-style: italic;
}

.widget_rss ul li {
  margin-bottom: 1em;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.widget_rss .rssSummary {
  font-style: normal;
}

.widget_rss cite {
  color: #999;
}

/* Tag cloud */
.widget_tag_cloud a {
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #c19c78;
  color: #c19c78;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0.2em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.widget_tag_cloud a:hover {
  background-color: #c19c78;
  color: #fff;
}

/* Calendar */
.widget_calendar {
  font-size: 13px;
  font-size: 0.8125rem;
}

.widget_calendar table {
  border: 2px solid #ebebeb;
}

.widget_calendar caption {
  font-size: 10px;
  font-size: 0.625rem;
  border: 2px solid #ebebeb;
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
  padding: 1em 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget_calendar thead {
  border-bottom: 2px solid #ebebeb;
  text-align: center;
}

.widget_calendar tbody {
  text-align: center;
}

.widget_calendar tfoot {
  border-top: 2px solid #ebebeb;
  text-align: center;
}

.widget_calendar tfoot td {
  padding: .5em 0;
}

#colophon .widget_calendar table,
#colophon .widget_calendar caption,
#colophon .widget_calendar thead,
#colophon .widget_calendar tfoot {
  border-color: #383b3c;
}

/* Social icons */
.morrison-hotel-widget-social li {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  margin: 0 1em 1em 0;
}

#colophon .morrison-hotel-widget-social a {
  color: #fff;
}

/* Newsletter */
.morrison-hotel-newsletter-description {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body,
#page {
  background-color: #FFF;
  overflow-x: hidden;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.no-bottom-margin #main {
  padding-bottom: 0;
}

.no-bottom-margin #main > .hentry {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#top-header {
  font-size: 11.008px;
  font-size: 0.688rem;
  background-color: #323536;
  color: #999;
  padding: 1.364em 0;
  text-align: center;
  text-transform: uppercase;
}

#top-header a {
  color: #fff;
}

#top-header a:hover {
  color: #c19c78;
}

#top-header p {
  margin-bottom: 0;
}

#top-header .site-info {
  margin: 0 0 .909em;
}

#top-header .site-follow ul {
  list-style: none;
  margin: .769em 0 0;
  padding: 0;
}

#top-header .site-follow ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
}

#top-header .site-follow ul li a {
  padding: 0.467em;
}

#masthead {
  background-color: #292b2c;
  color: #fff;
  margin-bottom: 4em;
  padding: 1.875em 0;
  text-align: center;
}

#masthead a {
  color: #fff;
  text-decoration: none;
}

#masthead a:hover {
  color: #c19c78;
}

#masthead .site-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .75em;
}

#masthead .site-logo {
  display: block;
  margin-bottom: 1.125em;
}

#masthead #retina-logo {
  display: none;
}

#page-carousel {
  margin-bottom: 6em;
  margin-top: -4em;
  position: relative;
}

#page-carousel .owl-controls {
  display: none;
}

#page-carousel .has-booking-form .owl-controls {
  bottom: 4.5em;
}

#page-carousel img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-carousel .owl-item:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#page-carousel .static-carousel img {
  width: 100%;
}

.no-js #page-carousel .morrison-hotel-carousel {
  overflow: hidden;
}

.no-js #page-carousel .morrison-hotel-carousel > div {
  display: none;
}

.no-js #page-carousel .morrison-hotel-carousel > div:nth-child(-n+3) {
  display: table-cell;
}

#page-datepicker {
  margin-top: -4em;
  margin-bottom: 6em;
}

#page-datepicker .hotelier {
  margin: 0 15px;
  text-align: center;
}

#page-datepicker .datepicker-form {
  border-bottom: 3px solid #f5f5f5;
  display: inline-block;
  margin-bottom: 0;
  padding: 2.5em 0;
}

#page-datepicker .datepicker-form .select-icon:after {
  display: none;
}

#page-datepicker .datepicker-form #datepicker-button {
  margin-left: 2em;
}

#page-datepicker.has-carousel {
  margin-top: -6em;
}

#header-language-switcher {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 32px;
}

#header-language-switcher ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header-language-switcher img {
  margin-right: .5em;
  margin-bottom: .35em;
  vertical-align: middle;
}

#header-language-switcher > li {
  position: relative;
}

#header-language-switcher > li:hover {
  cursor: pointer;
}

#header-language-switcher > li ul {
  display: none;
  left: 50%;
  margin-left: -33px;
  padding: 1em 0 0;
  position: absolute;
  text-align: left;
  width: 66px;
  z-index: 9999;
}

#header-language-switcher > li ul:before {
  border-bottom: 6px solid #c19c78;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: 5px;
  width: 0;
}

#header-language-switcher > li ul a {
  background-color: #c19c78;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: .3em 1em;
  text-decoration: none;
}

#header-language-switcher > li ul a:hover {
  background-color: #323536;
  color: #fff;
}

.no-js #header-language-switcher > li:hover ul,
#header-language-switcher > li.hover ul {
  display: block;
}

/* Sticky header CSS */
.fixed-yes #site-navigation {
  background-color: #292b2c;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  height: 58px;
  padding-top: 14px;
}

.fixed-yes .admin-bar #site-navigation {
  top: 32px;
}

.fixed-yes #masthead.left-aligned #site-navigation,
.fixed-yes #masthead.right-aligned #site-navigation {
  text-align: center;
  width: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  background-color: #323536;
  color: #999;
}

#colophon a {
  color: #fff;
  text-decoration: none;
}

#colophon a:hover {
  color: #c19c78;
}

#colophon h1, #colophon h2, #colophon h3, #colophon h4, #colophon h5, #colophon h6 {
  color: #999;
}

#colophon h1 a, #colophon h2 a, #colophon h3 a, #colophon h4 a, #colophon h5 a, #colophon h6 a {
  color: #fff;
}

#colophon h1 a:visited, #colophon h2 a:visited, #colophon h3 a:visited, #colophon h4 a:visited, #colophon h5 a:visited, #colophon h6 a:visited {
  color: #fff;
}

#colophon h1 a:hover, #colophon h1 a:focus, #colophon h1 a:active, #colophon h2 a:hover, #colophon h2 a:focus, #colophon h2 a:active, #colophon h3 a:hover, #colophon h3 a:focus, #colophon h3 a:active, #colophon h4 a:hover, #colophon h4 a:focus, #colophon h4 a:active, #colophon h5 a:hover, #colophon h5 a:focus, #colophon h5 a:active, #colophon h6 a:hover, #colophon h6 a:focus, #colophon h6 a:active {
  color: #c19c78;
}

#colophon input[type="text"],
#colophon input[type="email"],
#colophon input[type="url"],
#colophon input[type="password"],
#colophon input[type="search"],
#colophon textarea {
  color: #999;
  background-color: #292b2c;
  border-color: #383b3c;
}

#colophon input[type="text"]:focus,
#colophon input[type="email"]:focus,
#colophon input[type="url"]:focus,
#colophon input[type="password"]:focus,
#colophon input[type="search"]:focus,
#colophon textarea:focus {
  border-color: #454849;
}

#colophon strong {
  color: #fff;
}

#colophon .widget-area {
  padding: 4.286em 0 0.786em;
}

#colophon .footer-menu {
  padding: 3em 0;
  background-color: #292b2c;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.taxonomy-description {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #f5f5f5;
  border-radius: 10px;
  color: #292b2c;
  font-style: italic;
  margin-bottom: 2.857em;
  padding: 1.5em 2.5em;
}

.taxonomy-description p:last-child {
  margin-bottom: 0;
}

.sticky {
  display: block;
}

.sticky .entry-title {
  background-color: rgba(193, 156, 120, 0.1);
  border-left: 7px solid #c19c78;
  padding: 1em;
}

.hentry {
  margin: 0 0 3.571em;
}

.entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.page .entry-header.center {
  text-align: center;
}

.page-header {
  margin-bottom: 3.571em;
}

.page-header .page-title {
  font-size: 18px;
  font-size: 1.125rem;
  border-left: 7px solid #ebebeb;
  padding-left: .5em;
  text-transform: uppercase;
}

.page-header .page-title span {
  color: #999;
}

.entry-meta {
  color: #999;
  font-style: italic;
}

.entry-meta a {
  color: #292b2c;
  font-weight: 700;
}

.entry-meta a:hover {
  color: #c19c78;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.post-thumbnail {
  display: block;
  margin: 2.5em 0;
}

.post-thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a.post-thumbnail img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

a.post-thumbnail:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.page-content,
.entry-content,
.entry-summary {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.5em 0 0;
}

.page-content.no-title,
.entry-content.no-title,
.entry-summary.no-title {
  margin-top: 0;
}

.entry-summary {
  font-size: 13px;
  font-size: 0.8125rem;
}

.entry-footer {
  border-top: 1px solid #ebebeb;
  color: #999;
  font-style: italic;
  padding-top: 1em;
}

.entry-footer > span {
  margin-right: 0.714em;
}

.entry-footer a {
  text-decoration: none;
}

.entry-footer .tags-links a,
.entry-footer .cat-links a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #292b2c;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

.entry-footer .tags-links a:hover,
.entry-footer .cat-links a:hover {
  color: #c19c78;
}

.entry-footer .comments-link a {
  background-color: #ebebeb;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  color: #999;
  display: inline-block;
  padding: 0 1em;
}

.entry-footer .comments-link a:hover {
  color: #292b2c;
}

.entry-footer .comments-link a span {
  color: #292b2c;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.page .entry-footer {
  margin-top: 5em;
}

.more-link,
.post-edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #c19c78;
  color: #c19c78;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0.2em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.more-link:hover,
.post-edit-link:hover {
  background-color: #c19c78;
  color: #fff;
}

.page-links {
  clear: both;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 1.5em;
}

.page-links a {
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #c19c78;
  color: #c19c78;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0.2em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.page-links a:hover {
  background-color: #c19c78;
  color: #fff;
}

.search .page-header .page-title span {
  color: #c19c78;
  text-transform: none;
}

.search .page .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .5em;
}

.search .page .entry-footer {
  margin-top: 0;
}

.single .post-navigation {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  font-style: italic;
  margin-bottom: 3.571em;
  padding: 1em 0;
}

.single .post-navigation a {
  color: #292b2c;
  font-weight: 700;
  text-decoration: none;
}

.single .post-navigation a:hover {
  color: #999;
}

.single .post-navigation .nav-previous a:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: .7em;
}

.single .post-navigation .nav-previous a:before:hover {
  color: #999;
}

.single .post-navigation .nav-next a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  margin-left: .7em;
}

.single .post-navigation .nav-next a:after:hover {
  color: #999;
}

.posts-navigation {
  margin: 0 0 3.571em;
}

.posts-navigation .nav-links > div {
  display: inline-block;
  margin-right: .5em;
}

.posts-navigation a {
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #c19c78;
  border-radius: 120px;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 10px 35px;
  text-decoration: none;
  text-transform: uppercase;
}

.posts-navigation a:hover {
  background-color: #ebebeb;
  color: #292b2c;
}

.no-results p {
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 5em;
}

/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
/* Title */
.morrison-hotel-title {
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.morrison-hotel-title:before {
  background-color: #c19c78;
  content: '';
  display: block;
  height: 5px;
  margin: 0 auto .5em;
  width: 100px;
}

.morrison-hotel-title.left {
  text-align: left;
}

.morrison-hotel-title.left:before {
  margin-left: 0;
}

.morrison-hotel-title.right {
  text-align: right;
}

.morrison-hotel-title.right:before {
  margin-right: 0;
}

.morrison-hotel-title.border-no:before {
  content: none;
}

/* Big */
.morrison-hotel-big {
  font-size: 18px;
  font-size: 1.125rem;
  color: #292b2c;
  font-weight: 700;
  margin: 0 10% 2.1em;
}

.morrison-hotel-big a {
  text-decoration: none;
}

.morrison-hotel-big.center {
  text-align: center;
}

.morrison-hotel-big.right {
  text-align: right;
}

/* Wrap */
.morrison-hotel-wrap {
  margin-bottom: 2.857em;
}

/* Columns */
.morrison-hotel-column {
  margin-bottom: 2.857em;
}

.morrison-hotel-wrap .morrison-hotel-column {
  margin-bottom: 0;
}

/* Services */
.morrison-hotel-service {
  text-align: center;
}

.morrison-hotel-service .service-icon {
  font-size: 36px;
  font-size: 2.25rem;
  color: #c19c78;
  display: inline-block;
  line-height: 1;
}

.morrison-hotel-service h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.3em 0 1em;
  text-transform: uppercase;
}

.morrison-hotel-service .morrison-hotel-service-content {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
}

.morrison-hotel-service img {
  max-width: 60px;
  vertical-align: middle;
}

/* Toggles */
.morrison-hotel-toggle {
  padding-bottom: 2.857em;
}

.morrison-hotel-toggle-header {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #c19c78;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  padding-bottom: 1em;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.morrison-hotel-toggle-header:before {
  content: '\f196';
  font-family: 'FontAwesome';
  margin-right: 1em;
}

.morrison-hotel-toggle-header:hover {
  color: #292b2c;
  cursor: pointer;
}

.morrison-hotel-toggle-header.open:before {
  content: '\f147';
}

.morrison-hotel-toggle-content {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
}

.morrison-hotel-toggle-content p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.morrison-hotel-toggle-content p:last-child {
  margin-bottom: 0;
}

.js .close + .morrison-hotel-toggle-content {
  display: none;
}

/* Newsletter */
.morrison-hotel-newsletter {
  margin-bottom: 2.857em;
}

.morrison-hotel-newsletter-form {
  margin-bottom: 1em;
}

.morrison-hotel-newsletter-form label {
  display: none;
}

.morrison-hotel-newsletter-form input[type="text"],
.morrison-hotel-newsletter-form input[type="email"] {
  width: 100%;
}

.morrison-hotel-newsletter-message {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #c19c78;
  color: #fff;
  margin-bottom: 1em;
  padding: 1em 1.5em;
}

.morrison-hotel-newsletter-message.morrison-hotel-newsletter-error {
  background-color: #e7272d;
}

/* Posts */
.morrison-hotel-loop ul.posts {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
}

.morrison-hotel-loop ul.posts li.post {
  list-style: none;
  margin-bottom: 2.857em;
  margin-left: 0;
  position: relative;
}

.morrison-hotel-loop ul.posts li.post .post-thumbnail {
  margin: 0 0 1em;
}

.morrison-hotel-loop ul.posts li.post .entry-title {
  margin-bottom: .5em;
  font-size: 16px;
  font-size: 1rem;
}

.morrison-hotel-loop ul.posts li.post .entry-meta {
  font-size: 13px;
  font-size: 0.8125rem;
}

.morrison-hotel-loop ul.posts li.post .entry-summary {
  margin-top: .5em;
}

.morrison-hotel-loop ul.posts li.post .entry-summary p {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.morrison-hotel-loop.columns-1 ul.posts li.post {
  width: 100% !important;
}

/* Gallery */
.morrison-hotel-gallery.flexslider {
  margin-bottom: 5.714em;
}

/* Testimonials */
.morrison-hotel-testimonials.flexslider {
  background-color: #292b2c;
  margin-bottom: 2.857em;
  padding: 5em 19%;
  text-align: center;
}

.morrison-hotel-testimonials.flexslider h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  text-transform: uppercase;
}

.morrison-hotel-testimonials.flexslider h3:after {
  background-color: #686b6e;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  margin-left: -85px;
  position: absolute;
  width: 170px;
}

.morrison-hotel-testimonials.flexslider blockquote {
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  color: #dadada;
  font-style: normal;
  margin: 0;
  padding: 0;
}

.morrison-hotel-testimonials.flexslider blockquote cite {
  color: #c19c78;
}

.morrison-hotel-testimonials.flexslider .testimonial-source {
  font-size: 12px;
  font-size: 0.75rem;
  color: #686b6e;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.morrison-hotel-testimonials.flexslider .flex-control-nav {
  margin-top: 5em;
  position: static;
}

.morrison-hotel-testimonials.flexslider .flex-control-paging li a {
  background: #686b6e;
}

.morrison-hotel-testimonials.flexslider .flex-control-paging li a.flex-active,
.morrison-hotel-testimonials.flexslider .flex-control-paging li a:hover {
  background: #fff;
}

/* Page-Boxes */
.morrison-hotel-page-boxes {
  background-color: #f5f5f5;
  margin: 2.857em -9999px;
  padding: 15px 9999px;
  position: relative;
}

.morrison-hotel-page-boxes .morrison-hotel-page-boxes-row {
  background-color: #fff;
  overflow: hidden;
}

.morrison-hotel-page-boxes .post-thumbnail {
  margin: 0;
}

.morrison-hotel-page-boxes .post-thumbnail img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.morrison-hotel-page-boxes .post-thumbnail:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.morrison-hotel-page-boxes .morrison-hotel-page-boxes-content {
  background-color: #fff;
  padding: 3.214em 1.5em;
}

.morrison-hotel-page-boxes h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.morrison-hotel-page-boxes .morrison-hotel-page-boxes-summary {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

.morrison-hotel-page-boxes .view-more-link {
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #c19c78;
  border-radius: 120px;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 10px 35px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 2em;
}

.morrison-hotel-page-boxes .view-more-link:hover {
  background-color: #ebebeb;
  color: #292b2c;
}

/* Separator */
.morrison-hotel-separator {
  margin: 0 0 5.714em;
  position: relative;
}

.morrison-hotel-separator:after {
  background-color: #ebebeb;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  width: 400px;
}

/* Map */
.map-canvas {
  margin-bottom: 2.857em;
}

.map-canvas.small {
  height: 300px;
}

.map-canvas.normal {
  height: 500px;
}

.map-canvas.big {
  height: 700px;
}

.map-canvas img {
  max-width: none;
}

.map-canvas label {
  display: inline;
  width: auto;
}

.lpb-section .map-canvas {
  margin-bottom: 0;
}

/* Menu */
.morrison-hotel-menu {
  background-color: #f7f7f7;
  margin-bottom: 2.857em;
  padding: 1em 1.5em;
}

.morrison-hotel-menu h4 {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 2px solid #c19c78;
  display: inline-block;
  padding-bottom: .2em;
  padding-top: 1em;
  text-transform: uppercase;
}

.morrison-hotel-menu .dish-section {
  list-style: none;
  margin: 0;
  padding: 0;
}

.morrison-hotel-menu li {
  border-bottom: 2px dashed #ebebeb;
  padding: 1em 0;
}

.morrison-hotel-menu li:last-child {
  border-bottom: none;
}

.morrison-hotel-menu .dish-name {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: 700;
}

.morrison-hotel-menu .dish-description {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  display: block;
  font-style: italic;
}

.morrison-hotel-menu .dish-price {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -1px;
}

/*--------------------------------------------------------------
## Page Builder
--------------------------------------------------------------*/
.lpb-section {
  margin-bottom: 2.857em;
  padding-bottom: 3.5em;
  padding-top: 3.5em;
}

.lpb-page-item {
  margin-bottom: 2.857em;
}

.row-stretch-full img {
  width: 100%;
}

.text-light,
.text-light .lpb-item-content {
  color: #fff;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light a,
.text-light p a,
.text-light strong,
.text-light .lpb-item-content h1,
.text-light .lpb-item-content h2,
.text-light .lpb-item-content h3,
.text-light .lpb-item-content h4,
.text-light .lpb-item-content h5,
.text-light .lpb-item-content h6,
.text-light .lpb-item-content a,
.text-light .lpb-item-content p a,
.text-light .lpb-item-content strong {
  color: #fff;
}

.text-light p a:hover,
.text-light a:hover,
.text-light .lpb-item-content p a:hover,
.text-light .lpb-item-content a:hover {
  color: #fff;
}

/* Big */
.big {
  font-size: 18px;
  font-size: 1.125rem;
  color: #292b2c;
  font-weight: 700;
  margin-bottom: 2.1em;
}

.big a {
  text-decoration: none;
}

.big.center {
  text-align: center;
}

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

.text-light .big,
.text-light .lpb-item-content .big {
  color: #fff;
}

/* Services */
.lpb-item-service {
  text-align: center;
}

.lpb-item-service i {
  font-size: 36px;
  font-size: 2.25rem;
  color: #c19c78;
  display: inline-block;
  line-height: 1;
}

.lpb-item-service h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.3em 0 1em;
  text-transform: uppercase;
}

.lpb-item-service .lpb-item-content {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
}

.lpb-item-service img {
  max-width: 60px;
  vertical-align: middle;
}

/* Gallery */
.lpb-page-item .flexslider {
  margin-left: auto;
  margin-right: auto;
}

/* Page Boxes */
.lpb-page-item .morrison-hotel-page-boxes {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/* Room Boxes */
.morrison-hotel-room-boxes {
  background-color: #fff;
  position: relative;
}

.morrison-hotel-room-boxes .morrison-hotel-room-boxes-row {
  background-color: #fff;
  overflow: hidden;
}

.morrison-hotel-room-boxes .post-thumbnail {
  margin: 0;
}

.morrison-hotel-room-boxes .post-thumbnail img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.morrison-hotel-room-boxes .post-thumbnail:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.morrison-hotel-room-boxes .morrison-hotel-room-boxes-content {
  background-color: #fff;
  padding: 3.214em 1.5em;
  text-align: center;
}

.morrison-hotel-room-boxes .morrison-hotel-room-boxes-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

.morrison-hotel-room-boxes .morrison-hotel-room-boxes-content .room__price {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
  padding: .5em 0;
}

.morrison-hotel-room-boxes .morrison-hotel-room-boxes-content .room__price .amount {
  border-bottom: 2px solid #c19c78;
  color: #292b2c;
}

.morrison-hotel-room-boxes .morrison-hotel-room-boxes-content .button {
  margin-top: 2em;
}

.morrison-hotel-room-boxes h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

/* Separator */
.lpb-item-line {
  width: 400px;
  margin-bottom: 5.714em;
}

.lpb-page-item .datepicker-form {
  max-width: 770px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Image-Label */
.lpb-item-image-label {
  position: relative;
}

.lpb-item-image-label-description {
  background: #fff;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  padding: 1em;
}

.lpb-item-image-label-description h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.lpb-item-image-label-description span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: .75em;
  display: block;
  font-style: italic;
  color: #292b2c;
}

.lpb-video {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  margin-bottom: 5em;
}

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

.bypostauthor {
  display: block;
}

#reply-title,
.comments-title {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2.5em;
  padding: .65em 0;
  text-transform: uppercase;
}

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

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

.comment-body {
  position: relative;
}

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

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

.comment-metadata {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  font-style: italic;
  margin-bottom: .5em;
}

.comment-metadata a {
  color: #999;
  text-decoration: none;
}

.comment-metadata a:hover {
  color: #292b2c;
}

.comment-edit-link:before {
  content: '\f040';
  font-family: 'FontAwesome';
  font-style: normal;
  margin-left: .75em;
  margin-right: .3em;
}

.reply {
  margin-bottom: 2.5em;
  margin-top: -.5em;
}

.reply a {
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #c19c78;
  color: #c19c78;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0.2em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.reply a:hover {
  background-color: #c19c78;
  color: #fff;
}

.comment-awaiting-moderation {
  color: #292b2c;
  font-style: italic;
  font-weight: 700;
}

.no-comments {
  color: #292b2c;
  font-style: italic;
  font-weight: 700;
}

.comment-notes,
.must-log-in {
  color: #292b2c;
  font-style: italic;
  font-weight: 700;
}

#cancel-comment-reply-link {
  color: #c19c78;
}

#cancel-comment-reply-link:hover {
  color: #292b2c;
}

#respond .required {
  color: #c19c78;
}

#respond label {
  display: block;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond input[type="password"],
#respond input[type="search"] {
  width: 100%;
}

.comment-navigation {
  margin: 0 0 2.5em;
}

.comment-navigation .nav-links > div {
  display: inline-block;
  margin-right: .5em;
}

.comment-navigation a {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #ebebeb;
  border-radius: 120px;
  color: #292b2c;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 2px;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.comment-navigation a:hover {
  background-color: #c19c78;
  color: #fff;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  margin-top: 0;
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  color: #999;
  font-style: italic;
  margin: 0.8075em 0;
}

.wp-caption-text {
  color: #999;
  font-style: italic;
  text-align: center;
}

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

.gallery-item {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-item img {
  display: block;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------

# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Owl Carousel
--------------------------------------------------------------*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-controls {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  z-index: 5;
}

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity, background-color;
  transition-property: opacity, background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 100%;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: #c19c78;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

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

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

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

.flexslider {
  margin: 0 0 5.714em;
  padding: 0;
}

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none;
}

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

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

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

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

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

.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

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

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.flex-control-nav {
  bottom: -40px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.flex-control-nav li {
  display: inline-block;
  *display: inline;
  margin: 0 6px;
  zoom: 1;
}

.flex-control-paging li a {
  background: #e6e6e6;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #c19c78;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
div.wpcf7-response-output {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #c19c78;
  border: none;
  color: #fff;
  margin: 0;
  padding: 1.5em 2.5em;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  background-color: #FD5252 !important;
}

span.wpcf7-not-valid-tip {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #FD5252;
  font-family: "Montserrat", sans-serif;
  padding-top: .5em;
  text-transform: uppercase;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="number"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="url"],
form.wpcf7-form input[type="password"],
form.wpcf7-form input[type="search"],
form.wpcf7-form textarea {
  width: 100%;
}

@media (min-width: 320px) {
  .lol-mobile #primary-menu-container {
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
    width: 320px;
  }
}

@media (min-width: 480px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
  .morrison-hotel-wrap {
    margin-left: 5%;
    margin-right: 5%;
  }
  .morrison-hotel-loop ul.posts li.post {
    clear: none;
    float: left;
    margin-right: 4%;
    width: 48%;
  }
  .morrison-hotel-loop ul.posts li.post:nth-child(odd) {
    clear: both;
  }
  .morrison-hotel-loop ul.posts li.post:nth-child(even) {
    margin-right: 0;
  }
  .morrison-hotel-menu li {
    position: relative;
  }
  .morrison-hotel-menu .dish-name {
    padding-right: 4.688em;
  }
  .morrison-hotel-menu .dish-description {
    padding-right: 5.769em;
  }
  .morrison-hotel-menu .dish-price {
    position: absolute;
    right: 0;
    top: 1.2em;
  }
}

@media (min-width: 600px) {
  .morrison-hotel-column {
    float: left;
    margin-right: 4%;
  }
  .morrison-hotel-column-one-half {
    width: 48%;
  }
  .morrison-hotel-column-one-fourth {
    width: 22%;
  }
  .morrison-hotel-column-one-third {
    width: 30.66%;
  }
  .morrison-hotel-column-two-third {
    width: 65.33%;
  }
  .morrison-hotel-column-three-fourth {
    width: 74%;
  }
  .morrison-hotel-last-column {
    clear: right;
    margin-right: 0;
  }
  .lpb-item-image-label-description span {
    display: none;
  }
}

@media (min-width: 650px) {
  .morrison-hotel-page-boxes {
    margin-bottom: 3.5em;
    margin-top: 3.5em;
    padding: 3.5em 9999px;
  }
  .morrison-hotel-page-boxes .post-thumbnail {
    width: 50%;
  }
  .morrison-hotel-page-boxes .post-thumbnail img {
    max-width: none;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-content {
    padding: 3.214em;
    width: 50%;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-row:before {
    background-color: #ebebeb;
    content: '';
    height: 1px;
    left: 3.214em;
    position: absolute;
    top: 0;
    width: 25%;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-row:first-child:before {
    display: none;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-row .post-thumbnail {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-row .morrison-hotel-page-boxes-content {
    -ms-flex-item-align: center;
        align-self: center;
    float: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-row.has-not-thumbnail {
    display: block;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-row.has-not-thumbnail .morrison-hotel-page-boxes-content {
    float: none;
  }
  .lpb-section {
    margin-bottom: 3.5em;
  }
  .morrison-hotel-room-boxes .post-thumbnail {
    width: 50%;
  }
  .morrison-hotel-room-boxes .post-thumbnail img {
    max-width: none;
  }
  .morrison-hotel-room-boxes .morrison-hotel-room-boxes-content {
    padding: 3.214em;
    width: 50%;
    text-align: left;
  }
  .morrison-hotel-room-boxes .morrison-hotel-room-boxes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .morrison-hotel-room-boxes .morrison-hotel-room-boxes-row:before {
    background-color: #ebebeb;
    content: '';
    height: 1px;
    left: 3.214em;
    position: absolute;
    top: 0;
    width: 25%;
  }
  .morrison-hotel-room-boxes .morrison-hotel-room-boxes-row:first-child:before {
    display: none;
  }
  .morrison-hotel-room-boxes .morrison-hotel-room-boxes-row .post-thumbnail {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .morrison-hotel-room-boxes .morrison-hotel-room-boxes-row .morrison-hotel-room-boxes-content {
    -ms-flex-item-align: center;
        align-self: center;
    float: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 768px) {
  .lol-mobile .admin-bar #primary-menu-container {
    padding-top: 6.154em;
  }
  .lol-mobile .admin-bar #close-mobile-menu {
    top: 4.167em;
  }
  .wrap {
    max-width: 815px;
  }
  #page-datepicker .datepicker-form {
    background-color: #fff;
    padding: 2.5em;
  }
  #page-datepicker.has-carousel {
    margin-top: -10em;
    position: relative;
    z-index: 99;
  }
  .morrison-hotel-wrap {
    margin-left: 10%;
    margin-right: 10%;
  }
  .morrison-hotel-newsletter-form {
    overflow: hidden;
  }
  .morrison-hotel-newsletter-form .morrison-hotel-newsletter-field-first {
    float: left;
    margin-right: 4%;
    width: 48%;
  }
  .morrison-hotel-newsletter-form .morrison-hotel-newsletter-field-last {
    float: left;
    width: 48%;
  }
  .morrison-hotel-gallery.flexslider .flex-viewport:before {
    border-bottom: 31px solid transparent;
    border-left: 33px solid #fff;
    border-top: 31px solid transparent;
    content: '';
    height: 0;
    left: 0;
    margin-top: -31px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
  }
  .morrison-hotel-gallery.flexslider .flex-viewport:after {
    border-bottom: 31px solid transparent;
    border-right: 33px solid #fff;
    border-top: 31px solid transparent;
    content: '';
    height: 0;
    margin-top: -31px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    z-index: 1;
  }
  .morrison-hotel-menu {
    padding: 1.5em 2.5em;
  }
  .lpb-item-image-label-description span {
    display: block;
  }
  .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%;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  h3 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 12px 35px;
  }
  input[type="text"],
  input[type="number"],
  input[type="tel"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"] {
    padding: 7px 20px;
  }
  /* Restore the visibility of the menu */
  .lol-desktop #primary-menu-container {
    display: block;
  }
  #primary-menu > li {
    display: inline-block;
    margin: 0 1.154em;
    position: relative;
  }
  #primary-menu > li > a {
    border-bottom: none;
  }
  #primary-menu > li > a:before {
    background-color: #c19c78;
    bottom: -1px;
    content: '';
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
  }
  #primary-menu > li:hover > a {
    color: #c19c78;
  }
  #primary-menu > li:hover > a:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #primary-menu .current_page_parent > a:before,
  #primary-menu .current_page_item > a:before,
  #primary-menu .current-menu-item > a:before,
  #primary-menu .current_page_ancestor > a:before,
  #primary-menu .current-menu-ancestor > a:before {
    -webkit-transform: none;
            transform: none;
  }
  #primary-menu .sub-menu .current_page_item > a,
  #primary-menu .sub-menu .current-menu-item > a,
  #primary-menu .sub-menu .current_page_ancestor > a,
  #primary-menu .sub-menu .current-menu-ancestor > a {
    color: #fff;
  }
  #primary-menu li.hover > ul {
    display: block;
  }
  #primary-menu ul {
    background-color: #fff;
    background-color: #323536;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    left: -999em;
    left: 0;
    margin: 0;
    padding: 0.769em 0;
    position: absolute;
    text-align: left;
    top: 31px;
    width: 250px;
    z-index: 99999;
  }
  #primary-menu ul ul {
    left: 250px;
    top: 0;
  }
  #primary-menu ul li {
    line-height: 3.8;
    padding: 0 1.455em;
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #primary-menu ul li:hover {
    background-color: #292b2c;
  }
  .lol-maybe-touch #primary-menu li:hover > ul {
    display: block;
  }
  #footer-menu,
  #footer-menu ul {
    text-align: left;
  }
  .site-width-boxed #page {
    margin: 2em auto;
    width: 90%;
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.2);
  }
  .wrap {
    max-width: 1140px;
  }
  .left-sidebar #primary {
    float: right;
    margin: 0 0 0 -25%;
    width: 100%;
  }
  .left-sidebar #main {
    margin: 0 0 0 25%;
    padding-left: 2.857em;
  }
  .left-sidebar #secondary {
    float: left;
    width: 25%;
  }
  .left-sidebar #colophon {
    clear: both;
    width: 100%;
  }
  .right-sidebar #primary {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%;
  }
  .right-sidebar #main {
    margin: 0 25% 0 0;
    padding-right: 2.857em;
  }
  .right-sidebar #secondary {
    float: right;
    width: 25%;
  }
  .right-sidebar #colophon {
    clear: both;
    width: 100%;
  }
  #top-header {
    padding: 0;
    text-align: left;
  }
  #top-header .site-info {
    float: left;
    line-height: 46px;
    margin: 0;
    width: 49%;
  }
  #top-header .site-follow {
    display: inline-block;
  }
  #top-header .site-follow .site-follow-label {
    margin-right: .769em;
  }
  #top-header .site-follow ul {
    display: inline-block;
    margin-top: 0;
  }
  #top-header .site-follow li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #top-header .site-follow li a {
    padding: 0 0.467em;
  }
  #top-header .site-follow li:last-child a {
    padding-right: 0;
  }
  #header-actions {
    float: right;
    line-height: 46px;
    text-align: right;
    width: 49%;
  }
  #masthead {
    padding: 3.125em 0 1.250em;
    margin-bottom: 6em;
  }
  #masthead .site-title {
    font-size: 32px;
    font-size: 2rem;
  }
  #masthead .site-logo {
    display: block;
    margin-bottom: 1.5em;
  }
  #masthead.left-aligned {
    text-align: left;
  }
  #masthead.left-aligned .site-logo {
    margin-bottom: 1.125em;
  }
  #masthead.left-aligned .site-branding {
    display: inline-block;
    max-width: 25%;
    position: relative;
    vertical-align: top;
    width: 100%;
  }
  #masthead.left-aligned #site-navigation {
    display: inline-block;
    float: right;
    text-align: right;
    vertical-align: top;
    width: 75%;
  }
  #masthead.left-aligned #primary-menu {
    display: inline-block;
    text-align: left;
  }
  #masthead.left-aligned #primary-menu > li:last-child {
    margin-right: 0;
  }
  #masthead.right-aligned {
    text-align: left;
  }
  #masthead.right-aligned .site-logo {
    margin-bottom: 1.125em;
    text-align: right;
  }
  #masthead.right-aligned .site-branding {
    display: inline-block;
    max-width: 25%;
    position: relative;
    vertical-align: top;
    width: 100%;
    float: right;
  }
  #masthead.right-aligned #site-navigation {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 75%;
  }
  #masthead.right-aligned #primary-menu > li:first-child {
    margin-left: 0;
  }
  #page-carousel {
    margin-bottom: 8em;
    margin-top: -6em;
  }
  #page-carousel .owl-controls {
    display: block;
  }
  #page-datepicker {
    margin-top: -6em;
    margin-bottom: 4em;
  }
  #page-datepicker.has-carousel {
    margin-top: -12em;
  }
  #header-language-switcher {
    margin-top: 0;
  }
  #header-language-switcher > li ul {
    left: auto;
    margin-left: 0;
    right: 0;
    top: 28px;
  }
  #header-language-switcher {
    display: inline-block;
    margin-left: 2em;
  }
  .fixed-yes .site-width-boxed #site-navigation {
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
  }
  #colophon .widget-area {
    margin: 0 -15px;
    overflow: hidden;
  }
  #colophon .footer-widget {
    padding: 0 15px;
    float: left;
    width: 33.33333333333333%;
  }
  .hentry {
    margin-bottom: 5em;
  }
  .single.no-sidebar .entry-content,
  .single.no-sidebar .entry-header {
    padding: 0 10%;
  }
  .page .entry-header .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 1.5em;
  }
  .single .post-navigation {
    margin-bottom: 5em;
    overflow: hidden;
  }
  .single .post-navigation .nav-previous,
  .single .post-navigation .nav-next {
    width: 50%;
  }
  .single .post-navigation .nav-previous {
    float: left;
  }
  .single .post-navigation .nav-next {
    float: right;
    text-align: right;
  }
  .posts-navigation a {
    padding: 12px 35px;
  }
  .posts-navigation {
    margin-bottom: 5em;
  }
  .morrison-hotel-title {
    font-size: 41.6px;
    font-size: 2.6rem;
  }
  .morrison-hotel-big {
    margin: 0 20% 2.1em;
  }
  .morrison-hotel-wrap {
    margin-left: 15%;
    margin-right: 15%;
  }
  .morrison-hotel-loop ul.posts li.post {
    width: 100%;
  }
  .morrison-hotel-loop ul.posts li.post:nth-child(odd) {
    clear: none;
  }
  .morrison-hotel-loop ul.posts li.post:nth-child(even) {
    margin-right: 4%;
  }
  .morrison-hotel-loop ul.posts li.post.first {
    clear: both;
  }
  .morrison-hotel-loop ul.posts li.post.last {
    margin-right: 0 !important;
  }
  .morrison-hotel-loop.columns-2 ul.posts li.post {
    width: 48%;
  }
  .morrison-hotel-loop.columns-3 ul.posts li.post {
    width: 30.66666666666667%;
  }
  .morrison-hotel-loop.columns-4 ul.posts li.post {
    width: 22%;
  }
  .morrison-hotel-loop.columns-5 ul.posts li.post {
    width: 16.8%;
  }
  .morrison-hotel-gallery.flexslider .flex-viewport:before {
    border-bottom: 45px solid transparent;
    border-left: 50px solid #fff;
    border-top: 45px solid transparent;
    margin-top: -45px;
  }
  .morrison-hotel-gallery.flexslider .flex-viewport:after {
    border-bottom: 45px solid transparent;
    border-right: 50px solid #fff;
    border-top: 45px solid transparent;
    margin-top: -45px;
  }
  .morrison-hotel-page-boxes {
    margin-bottom: 7em;
  }
  .morrison-hotel-page-boxes .post-thumbnail {
    position: relative;
    overflow: hidden;
  }
  .morrison-hotel-page-boxes .post-thumbnail:before {
    border-bottom: 31px solid transparent;
    border-left: 33px solid #fff;
    border-top: 31px solid transparent;
    content: '';
    height: 0;
    left: -33px;
    margin-top: -31px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
    -webkit-transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .morrison-hotel-page-boxes .post-thumbnail:after {
    border-bottom: 31px solid transparent;
    border-right: 33px solid #fff;
    border-top: 31px solid transparent;
    content: '';
    height: 0;
    margin-top: -31px;
    position: absolute;
    right: -33px;
    top: 50%;
    width: 0;
    z-index: 1;
    -webkit-transition: right 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .morrison-hotel-page-boxes .post-thumbnail:hover:before {
    left: 0;
  }
  .morrison-hotel-page-boxes .post-thumbnail:hover:after {
    right: 0;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-content {
    padding: 3.214em 5.5em;
  }
  .morrison-hotel-page-boxes .view-more-link {
    padding: 12px 35px;
  }
  .morrison-hotel-page-boxes .morrison-hotel-page-boxes-row:before {
    display: none;
  }
  .morrison-hotel-page-boxes > .morrison-hotel-page-boxes-row:nth-child(odd) .post-thumbnail {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .morrison-hotel-page-boxes > .morrison-hotel-page-boxes-row:nth-child(odd) .morrison-hotel-page-boxes-content {
    -ms-flex-item-align: center;
        align-self: center;
    float: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .morrison-hotel-page-boxes > .morrison-hotel-page-boxes-row:nth-child(even) .post-thumbnail {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    float: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .morrison-hotel-page-boxes > .morrison-hotel-page-boxes-row:nth-child(even) .morrison-hotel-page-boxes-content {
    -ms-flex-item-align: center;
        align-self: center;
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .morrison-hotel-page-boxes .post-thumbnail img {
    max-width: 100%;
  }
  .lpb-section {
    margin-bottom: 7em;
  }
  .morrison-hotel-room-boxes .post-thumbnail {
    position: relative;
    overflow: hidden;
  }
  .morrison-hotel-room-boxes .post-thumbnail:before {
    border-bottom: 31px solid transparent;
    border-left: 33px solid #fff;
    border-top: 31px solid transparent;
    content: '';
    height: 0;
    left: -33px;
    margin-top: -31px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
    -webkit-transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .morrison-hotel-room-boxes .post-thumbnail:after {
    border-bottom: 31px solid transparent;
    border-right: 33px solid #fff;
    border-top: 31px solid transparent;
    content: '';
    height: 0;
    margin-top: -31px;
    position: absolute;
    right: -33px;
    top: 50%;
    width: 0;
    z-index: 1;
    -webkit-transition: right 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .morrison-hotel-room-boxes .post-thumbnail:hover:before {
    left: 0;
  }
  .morrison-hotel-room-boxes .post-thumbnail:hover:after {
    right: 0;
  }
  .morrison-hotel-room-boxes .morrison-hotel-room-boxes-content {
    padding: 3.214em 5.5em;
    text-align: center;
  }
  .morrison-hotel-room-boxes .morrison-hotel-room-boxes-row:before {
    display: none;
  }
  .morrison-hotel-room-boxes > .morrison-hotel-room-boxes-row:nth-child(odd) .post-thumbnail {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .morrison-hotel-room-boxes > .morrison-hotel-room-boxes-row:nth-child(odd) .morrison-hotel-room-boxes-content {
    -ms-flex-item-align: center;
        align-self: center;
    float: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .morrison-hotel-room-boxes > .morrison-hotel-room-boxes-row:nth-child(even) .post-thumbnail {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    float: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .morrison-hotel-room-boxes > .morrison-hotel-room-boxes-row:nth-child(even) .morrison-hotel-room-boxes-content {
    -ms-flex-item-align: center;
        align-self: center;
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .morrison-hotel-room-boxes .post-thumbnail img {
    max-width: 100%;
  }
  #respond {
    overflow: hidden;
  }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    padding-right: 1em;
    width: 33.33333333333333%;
    float: left;
  }
  #respond .comment-form-url {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .site-width-boxed #page {
    margin-top: 3em;
    margin-bottom: 3em;
    width: 85%;
  }
  .fixed-yes .site-width-boxed #site-navigation {
    width: 85% !important;
  }
  .morrison-hotel-page-boxes .post-thumbnail:before {
    border-bottom: 45px solid transparent;
    border-left: 50px solid #fff;
    border-top: 45px solid transparent;
    margin-top: -45px;
    left: -50px;
  }
  .morrison-hotel-page-boxes .post-thumbnail:after {
    border-bottom: 45px solid transparent;
    border-right: 50px solid #fff;
    border-top: 45px solid transparent;
    margin-top: -45px;
    right: -50px;
  }
  .morrison-hotel-room-boxes .post-thumbnail:before {
    border-bottom: 45px solid transparent;
    border-left: 50px solid #fff;
    border-top: 45px solid transparent;
    margin-top: -45px;
    left: -50px;
  }
  .morrison-hotel-room-boxes .post-thumbnail:after {
    border-bottom: 45px solid transparent;
    border-right: 50px solid #fff;
    border-top: 45px solid transparent;
    margin-top: -45px;
    right: -50px;
  }
}