/*!
Theme Name: The George Boutique Hotel
Theme URI: http://underscores.me/
Author: fernando villamor
Author URI: http://fernandovillamorjr.com
Description: The George Boutique Hotel customize theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the_george_boutique_hotel
Tags:

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.

The George Boutique Hotel is based on Underscores http://underscores.me/, (C) 2012-2016 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
# Content
    ## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Layout
	##header
	##Footer
	##fullwidth
	##sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

hr {
  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"] {
  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-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 {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Cinzel", serif;
}

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 http://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. */
  font-family: "Open Sans", sans-serif !important;
}

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 9px 25px;
  font-size: 13px;
  transition: 300ms;
  border-radius: 3px;
}

.button {
  padding: 9px 25px;
  font-size: 13px;
  transition: 300ms;
  border-radius: 3px;
  display: block;
}

.button .fa {
  margin: 0 5px;
}

.transparent {
  background: transparent;
  border: 1px solid #d4d4d4;
  color: #595959;
  display: inline-block;
}

.transparent:visited {
  color: #595959;
}

.fill-primary {
  text-decoration: none;
  background-color: #314b7e;
  border-color: #314b7e;
  transition: 150ms;
  color: #fff;
}

.fill-secondary,
.hover_secondary:hover {
  text-decoration: none;
  background-color: #ff7f00;
  border-color: #ff7f00;
  transition: 150ms;
  color: #fff;
}

.fill-white,
.hover_white:hover {
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
  transition: 150ms;
  color: #000 !important;
  text-decoration: none;
}

.opacity-8 {
  opacity: .8;
}

.hover-fill:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: 150ms;
}

.large {
  font-size: 16px;
  padding: 14px 30px;
}

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

.wpcf7 .wpcf7-slim {
  max-width: 470px;
  margin: auto;
  font-size: 12px;
  color: #848484;
  text-align: left;
}

.wpcf7 .wpcf7-slim p {
  display: none;
}

.wpcf7 .field-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 23px;
}

.wpcf7 label {
  display: block;
  margin-bottom: 12px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  padding: 7px 18px;
  border: 1px solid #ebebeb;
  font-size: 13px;
  width: 100%;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
  background: #f9f9f9;
  color: #686868;
}

.wpcf7 input:not([type="submit"]):hover,
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
.wpcf7 select:hover,
.wpcf7 select:focus {
  background: #f6f6f6;
}

.wpcf7 input[type="submit"] {
  width: auto;
  padding: 10px 25px;
}

.wpcf7 input[type="submit"].center {
  margin: auto;
}

.wpcf7 input[type="submit"].left {
  margin-right: auto;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 60px;
}

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: none;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #fff;
  background-color: #ff7f00;
  text-decoration: none;
  transition: 150ms;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #aac6ff;
  padding: 4px 8px;
  border-radius: 3px;
  transition: 300ms;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #fff;
  background-color: #ff7f00;
}

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

@media screen and (min-width: 25.875em) {
  .menu-toggle,
  #menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
    text-align: right;
  }
}

.menu-toggle {
  color: #fff;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

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

.bypostauthor {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  background: #314b7e;
}

.site-header .site-branding {
  max-width: 210px;
}

.site-header .contact-details-wrapper {
  background: #969593;
  color: #fff;
  text-align: right;
  font-size: 13px;
  padding: 18px 0;
}

.site-header .contact-details-wrapper span {
  margin-left: 27px;
}

.site-header .contact-details-wrapper .fa {
  margin-right: 9px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-top {
  background: #dbdbdb;
  padding: 50px 0;
}

.footer-widget {
  font-size: 12px;
  color: #000;
}

.footer-widget .widget {
  margin: 0;
  padding: 0;
}

.footer-widget .widget-title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  font-family: "Cinzel", serif;
}

.footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 23px;
  margin-top: 20px;
}

.footer-widget ul a {
  color: #000;
}

.footer-widget ul a:focus,
.footer-widget ul a:hover {
  text-decoration: none;
}

.footer-widget .wpcf7 input {
  padding: 7px 10px;
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid #ababab;
}

.footer-widget .wpcf7 input:-webkit-input-placeholder,
.footer-widget .wpcf7 input:-moz-placeholder,
.footer-widget .wpcf7 input:-ms-input-placeholder {
  color: #000;
}

.footer-widget .wpcf7 input[type="submit"] {
  background: #314b7e;
  font-size: 12px;
  width: auto;
  border: none;
  padding: 10px 18px;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}

.footer-widget .wpcf7 .wpcf7-response-output {
  margin: 0;
  border: 0;
  border-radius: 3px;
  background: #f3e2a0;
  color: #000;
}

.footer-bootom {
  background: #314b7e;
  text-align: center;
  width: 100%;
  color: #dbdbdb;
  font-size: 12px;
  padding: 50px 0;
}

.footer-bootom .footer-logo {
  max-width: 262px;
  margin: auto;
}

.footer-bootom .footer-address {
  font-size: 12px;
  margin-top: 22px;
}

.footer-bootom .footer-social {
  font-size: 24px;
  margin-top: 20px;
}

.footer-bootom .footer-social a {
  color: #bfbfbf;
  opacity: .8;
  transition: 300ms;
}

.footer-bootom .footer-social a:hover,
.footer-bootom .footer-social a:focus {
  text-decoration: none;
  opacity: 1;
  transition: 150ms;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.content-area--fullwidth {
  width: 100%;
}

.content-area--fullwidth .site-main {
  margin: 0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.tgbh_testimonials {
  background-color: #475371;
  background-image: url("images/z14%20The%20Three%20Sisters-%20taken%20at%20the%20top%20of%20Orphan%20Rock.jpg");
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.tgbh_testimonials .container {
  position: relative;
  z-index: 4;
}

.tgbh_testimonials:before {
  content: '';
  background-color: #475371;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  z-index: 1;
  pointer-events: none;
}

.tgbh_testimonials:after {
  content: '';
  background-image: url("images/dots.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.testimonial_content {
  background: #1a2235;
  color: #ceddff;
  font-size: 12px;
  padding: 20px 30px;
  line-height: 27px;
  margin-bottom: 28px;
  position: relative;
}

.testimonial_content:after {
  content: '';
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #1a2235;
  position: absolute;
  left: 32px;
  bottom: -5px;
}

.testimonial_content p {
  margin: 0;
}

.testimonial-bio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-bio .avatar {
  max-width: 78px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}

.testimonial-bio .avatar img {
  border-radius: 50%;
}

.testimonial-bio .client-info .name {
  font-family: "Cinzel", serif;
  font-size: 16px;
}

.testimonial-bio .client-info .name a {
  color: #fff;
}

.testimonial-bio .client-info .occupation {
  font-size: 12px;
  color: #9cafdb;
}

.owl-carousel-testimonials .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}

.owl-carousel-testimonials .owl-nav .owl-prev,
.owl-carousel-testimonials .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  color: #fff;
  transition: 300ms;
  position: absolute;
}

.owl-carousel-testimonials .owl-nav .owl-prev:hover,
.owl-carousel-testimonials .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: 150ms;
}

.owl-carousel-testimonials .owl-nav .owl-prev {
  left: -35px;
}

.owl-carousel-testimonials .owl-nav .owl-next {
  right: -35px;
}

section {
  padding: 80px 0;
}

@media (max-width: 480px) {
  section {
    padding: 30px 0;
  }
}

.section--entry-title {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .section--entry-title {
    margin-bottom: 20px;
  }
}

.section--entry-title.mb0 {
  margin-bottom: 0;
}

.section--entry-title .section-title {
  font-family: "Cinzel", serif;
  font-size: 30px;
  margin-bottom: 10px;
}

.section--entry-title .section-title--white {
  color: #fff;
}

@media (max-width: 480px) {
  .section--entry-title .section-title {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.section--entry-title .section-subtitle {
  font-size: 16px;
  color: #878787;
  max-width: 770px;
  margin: auto;
}

.section--entry-title .section-subtitle--white {
  color: #b9c5e0;
}

@media (max-width: 480px) {
  .section--entry-title .section-subtitle {
    display: none;
  }
}

.section--content .content-title {
  font-family: "Cinzel", serif;
  font-size: 18px;
  font-weight: bold;
  color: #314b7e;
}

@media (max-width: 480px) {
  .section--content .content-title {
    text-align: center;
  }
}

.section--content .content-title-star {
  color: #ffc000;
  font-size: 13px;
  letter-spacing: -1.5px;
  margin-top: 7px;
  margin-bottom: 25px;
  width: 100%;
}

@media (max-width: 480px) {
  .section--content .content-title-star {
    text-align: center;
  }
}

.content-body {
  font-size: 13px;
  line-height: 23px;
  color: #878787;
  text-align: left;
}

.section--content-cta {
  display: inline-block;
  margin-top: 50px;
}

@media (max-width: 480px) {
  .section--content-cta {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

.section--content-cta .content-cta-instruction {
  font-size: 13px;
  color: #606060;
}

@media (max-width: 480px) {
  .section--content-cta .content-cta-instruction {
    margin-top: 20px;
  }
}

.section--content-cta .content-cta-addon-text {
  font-size: 12px;
  font-style: italic;
  color: #a0a0a0;
}

@media (max-width: 480px) {
  .section--content-cta .content-cta-addon-text {
    float: none !important;
    margin-top: 10px !important;
    display: inherit !important;
  }
}

.section--content-cta .content-cta {
  color: #595959;
  float: left;
  margin-right: 32px;
}

.section--content-cta .content-cta a {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .section--content-cta .content-cta {
    width: 100%;
    margin: 0;
  }
}

.section--content-cta .content-cta-addon-text {
  float: left;
  margin-top: 32px;
}

.title-bar {
  margin-top: 20px;
}

.title-bar img {
  max-width: 155px;
}

@media (max-width: 480px) {
  .title-bar {
    display: none;
  }
}

.header-slider {
  padding: 0;
}

.header-slider .owl-item {
  max-height: 355px;
  max-width: 532px;
}

.header-slider .owl-carousel-header .owl-nav {
  font-size: 18px;
  color: #fff;
  opacity: .6;
  transition: 300ms;
}

.header-slider .owl-carousel-header .owl-nav:hover {
  opacity: 1;
  transition: 150ms;
}

.header-slider .owl-carousel-header .owl-nav .owl-prev,
.header-slider .owl-carousel-header .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
}

.header-slider .owl-carousel-header .owl-nav .owl-prev {
  left: 0;
}

.header-slider .owl-carousel-header .owl-nav .owl-next {
  right: 0;
}

.header-slider .owl-carousel-header .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.header-slider .owl-carousel-header .owl-dots .owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #c9c9c9;
  border-radius: 50%;
  margin: 0 3px;
  opacity: .8;
}

.header-slider .owl-carousel-header .owl-dots .owl-dot.active {
  background: transparent;
  border: 1px solid #000101;
  transition: 150px;
  transform: scale(1.3);
}

.header-slider .owl-carousel-header .owl-dots .owl-dot:hover {
  transition: 150px;
  transform: scale(1.5);
  opacity: 1;
}

.rating {
  color: #ffc000;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .rating {
    text-align: center;
  }
}

.accommodation_list,
.event_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.accommodation_list .content-body,
.event_list .content-body {
  margin-bottom: 35px;
  margin-top: 25px;
}

@media (max-width: 480px) {
  .accommodation_list .title--accommodation,
  .event_list .title--accommodation {
    text-align: center;
  }
}

.accommodation_list .title--accommodation h3,
.accommodation_list .title--event h3,
.event_list .title--accommodation h3,
.event_list .title--event h3 {
  margin: 0;
}

.accommodation_list .entry-content-accommodation,
.accommodation_list .entry-event-accommodation,
.event_list .entry-content-accommodation,
.event_list .entry-event-accommodation {
  margin-top: 0;
  width: calc(100% - 492px);
}

.accommodation_list .entry-content-accommodation p,
.accommodation_list .entry-event-accommodation p,
.event_list .entry-content-accommodation p,
.event_list .entry-event-accommodation p {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .accommodation_list .content-cta,
  .event_list .content-cta {
    text-align: center;
  }
}

.accommodation_list .content-cta a,
.event_list .content-cta a {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .accommodation_list .content-cta a,
  .event_list .content-cta a {
    margin: auto;
  }
}

@media (max-width: 480px) {
  .accommodation_list .content-cta .details,
  .event_list .content-cta .details {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  .accommodation_list,
  .event_list {
    display: block;
  }
  .accommodation_list .entry-content,
  .event_list .entry-content {
    width: 100%;
    margin-top: 20px;
  }
}

.thumbnail-accommodation,
.thumbnail-event {
  overflow: hidden;
  max-width: 452px;
  margin-right: 40px;
  width: 100%;
}

.thumbnail-accommodation img,
.thumbnail-event img {
  transition: 300ms;
}

.thumbnail-accommodation img:hover,
.thumbnail-event img:hover {
  transition: 500ms;
  -moz-transform: scale(1.1) rotate(-2deg);
  -webkit-transform: scale(1.1) rotate(-2deg);
  -o-transform: scale(1.1) rotate(-2deg);
  -ms-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
  cursor: pointer;
}

.accommodation-gallery,
.event-gallery {
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .accommodation-gallery,
  .event-gallery {
    text-align: center;
    width: 100%;
  }
}

.accommodation-gallery ul,
.event-gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.accommodation-gallery ul li a,
.event-gallery ul li a {
  font-size: 13px;
  color: #696969;
  transition: 300ms;
  opacity: .8;
}

.accommodation-gallery ul li a .fa,
.event-gallery ul li a .fa {
  margin-right: 6px;
}

.accommodation-gallery ul li a:hover,
.event-gallery ul li a:hover {
  text-decoration: none;
  opacity: 1;
  transition: 150ms;
}

.accommodation-gallery ul li a:hover .fa,
.event-gallery ul li a:hover .fa {
  transition: 150ms;
  color: #ff7f00;
}

.accommodation-gallery ul li:not(:first-child),
.event-gallery ul li:not(:first-child) {
  display: none;
}

.featherlight .featherlight-content {
  padding: 0 !important;
  border-bottom: none !important;
}

.featherlight .featherlight-content:hover .featherlight-previous,
.featherlight .featherlight-content:hover .featherlight-next {
  visibility: visible;
  transition: 150ms;
}

.featherlight-previous,
.featherlight-next {
  top: 0;
  width: 50%;
  height: 100%;
  margin-top: 0;
  visibility: hidden;
  position: absolute;
  transition: 300ms;
}

.featherlight-previous span,
.featherlight-next span {
  position: absolute;
  top: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 11px;
  margin-top: -17px;
  opacity: .5;
  cursor: pointer;
}

.featherlight-previous span:hover,
.featherlight-next span:hover {
  opacity: 1;
  transition: 150ms;
  background: #ff7f00;
}

.featherlight-previous,
.featherlight-previous span {
  left: 0;
}

.featherlight-next,
.featherlight-next span {
  right: 0;
}

.acccommodation-popup {
  display: none;
  max-width: 773px;
  padding: 37px;
  width: 100%;
}

.acccommodation-popup.featherlight-inner {
  display: block;
}

.acccommodation-popup .top-content {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}

@media (max-width: 480px) {
  .acccommodation-popup .top-content {
    display: block;
    text-align: center;
  }
}

.acccommodation-popup .top-content .thumbnail-accommodation-popup {
  max-width: 150px;
  width: 100%;
  margin-right: 28px;
}

@media (max-width: 480px) {
  .acccommodation-popup .top-content .thumbnail-accommodation-popup {
    margin: auto;
  }
}

.acccommodation-popup .top-content h3 {
  margin: 0;
}

.acccommodation-popup .top-content .title {
  font-size: 24px;
  color: #3a3a3a;
  font-weight: normal;
}

@media (max-width: 480px) {
  .acccommodation-popup .top-content .title {
    font-size: 20px;
    margin-top: 20px;
  }
}

.acccommodation-popup .top-content .entry-content-accommodation {
  margin: 0;
}

.acccommodation-popup .top-content .content-body {
  margin-top: 30px;
}

.acccommodation-popup .bottom-content {
  color: #878787;
  font-size: 13px;
  line-height: 27px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e2e2e2;
}

.acccommodation-popup .bottom-content .item-wrapper {
  margin: 0 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.acccommodation-popup .bottom-content .item-wrapper .fa-li {
  top: 7px !important;
}

.acccommodation-popup .bottom-content .item-wrapper li {
  flex-grow: 0;
  width: 33%;
}

@media (max-width: 480px) {
  .acccommodation-popup .bottom-content .item-wrapper li {
    width: 50%;
  }
}

.acccommodation-popup .bottom-content .item-wrapper .fa {
  color: #afd56d;
}

.acccommodation-popup .content-cta {
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
  text-align: center;
}

.acccommodation-popup .content-cta a {
  display: inline-block;
  position: relative;
  z-index: 99999;
}

.acccommodation-popup .content-cta a:visited {
  color: #fff;
}

@media (max-width: 480px) {
  .acccommodation-popup .content-cta {
    text-align: center;
  }
  .acccommodation-popup .content-cta a {
    margin: auto;
  }
}

.accommodation_details {
  font-size: 12px;
  font-style: italic;
  color: #a0a0a0;
  transition: 300ms;
}

.accommodation_details:hover {
  color: #565656;
  transition: 150ms;
}

.page-content-container {
  padding-bottom: 98px;
  border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 480px) {
  .page-content-container {
    padding-bottom: 40px;
  }
}

.page-content-wrapper {
  padding-bottom: 0;
}

.page-about .section--content {
  text-align: center;
  max-width: 570px;
  margin: auto;
}

.page-about .founder {
  display: inline-block;
  margin: 25px auto 30px;
}

.page-about .founder-name .title {
  margin: 16px 0 7px 0;
}

.page-about .founder-title {
  font-size: 12px;
  color: #878787;
}

.whitespace {
  white-space: pre-line;
}

.section--entry-title-image {
  text-align: center;
  margin-bottom: 30px;
}

.section--entry-title-image .section-title-image img {
  max-width: 335px;
  width: 100%;
}

.tgbh-feature-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .tgbh-feature-tiles-wrapper {
    display: block;
  }
}

.tgbh-feature-tiles-wrapper.feature-col-1 .tgbh-feature-tiles {
  width: calc( 100% - 20px);
}

.tgbh-feature-tiles-wrapper.feature-col-1 .tgbh-feature-tiles .title {
  font-size: 27px;
}

@media (max-width: 480px) {
  .tgbh-feature-tiles-wrapper.feature-col-1 .tgbh-feature-tiles .title {
    font-size: 20px !important;
  }
}

@media (max-width: 960px) {
  .tgbh-feature-tiles-wrapper.feature-col-1 .tgbh-feature-tiles .title {
    font-size: 24px !important;
    padding-bottom: 0px !important;
  }
}

.tgbh-feature-tiles-wrapper.feature-col-2 .tgbh-feature-tiles {
  width: calc( 50% - 20px);
}

.tgbh-feature-tiles-wrapper.feature-col-2 .tgbh-feature-tiles .title {
  font-size: 27px;
}

@media (max-width: 480px) {
  .tgbh-feature-tiles-wrapper.feature-col-2 .tgbh-feature-tiles .title {
    font-size: 20px !important;
  }
}

@media (max-width: 960px) {
  .tgbh-feature-tiles-wrapper.feature-col-2 .tgbh-feature-tiles .title {
    font-size: 24px !important;
    padding-bottom: 0px !important;
  }
}

.tgbh-feature-tiles-wrapper.feature-col-3 .tgbh-feature-tiles {
  width: calc( 33.33% - 20px);
}

.tgbh-feature-tiles-wrapper.feature-col-3 .tgbh-feature-tiles .title {
  font-size: 18px;
  padding-bottom: 24px;
}

.tgbh-feature-tiles-wrapper.feature-col-4 .tgbh-feature-tiles {
  width: calc( 25% - 20px);
}

.tgbh-feature-tiles-wrapper.feature-col-4 .tgbh-feature-tiles .title {
  font-size: 18px;
  padding-bottom: 24px;
}

.tgbh-feature-tiles-wrapper.feature-col-5 .tgbh-feature-tiles {
  width: calc( 20% - 20px);
}

.tgbh-feature-tiles-wrapper.feature-col-5 .tgbh-feature-tiles .title {
  font-size: 16px;
  padding-bottom: 24px;
}

.tgbh-feature-tiles-wrapper .tgbh-feature-tiles {
  position: relative;
  max-width: 560px;
  overflow: hidden;
  flex-grow: 0;
  margin: 10px;
}

@media (max-width: 480px) {
  .tgbh-feature-tiles-wrapper .tgbh-feature-tiles {
    width: 100% !important;
    margin: 0;
    margin-bottom: 10px;
  }
}

.tgbh-feature-tiles-wrapper .tgbh-feature-tiles img {
  transition: 300ms;
}

.tgbh-feature-tiles-wrapper .tgbh-feature-tiles img:hover {
  transform: scale(1.05) rotate(-2deg);
  transition: 500ms;
}

.tgbh-feature-tiles-wrapper .tgbh-feature-tiles .title {
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin: auto;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
  pointer-events: none;
  text-shadow: 1px 1px 3px #000000;
}

.tgbh-feature-tiles-wrapper .tgbh-feature-tiles.overlay-image-active .feature-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  border: 3px solid #ff6100;
  padding: 20px;
}

.tgbh-feature-tiles-wrapper .tgbh-feature-tiles.overlay-image-active .title {
  color: #000;
}

.tgbh-feature-tiles-wrapper .tgbh-feature-tiles.overlay-image-active:after {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
}

.tgbh-feature-tiles-wrapper .tgbh-feature-tiles:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  height: 35%;
  pointer-events: none;
  /* IE10+ */
  background-image: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100, black));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
}

.tgbh-feature-tiles-wrapper .tgbh-feature-tiles a {
  display: block;
}

.page-template-template-contact section.page-content {
  padding-top: 0;
}

.page-template-template-contact .page-content-container {
  padding-bottom: 22px;
}

.page-template-template-package .page-content-container {
  border-bottom: none;
  padding-bottom: 70px;
}

.page-template-template-package .tgbh_accommodations {
  padding-top: 0;
}

.page-template-template-wedding .accommodation_list_wrappper,
.page-template-template-dining .accommodation_list_wrappper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-template-template-wedding .accommodation_list_wrappper .accommodation_list,
.page-template-template-dining .accommodation_list_wrappper .accommodation_list {
  display: block;
  margin: 0 15px 100px 15px;
  flex: 0 0 calc(33% - 30px);
}

.page-template-template-wedding .accommodation_list_wrappper .accommodation_list .entry-content,
.page-template-template-dining .accommodation_list_wrappper .accommodation_list .entry-content {
  margin-top: 35px;
  width: 100%;
}

@media (max-width: 480px) {
  .page-template-template-wedding .accommodation_list_wrappper .accommodation_list,
  .page-template-template-dining .accommodation_list_wrappper .accommodation_list {
    margin: 0 15px 50px 15px;
  }
}

@media (max-width: 480px) {
  .page-template-template-wedding .accommodation_list_wrappper,
  .page-template-template-dining .accommodation_list_wrappper {
    display: block;
  }
}

.page-template-template-wedding .section-title-image,
.page-template-template-dining .section-title-image {
  max-width: 354px;
  margin: auto;
}

.page-template-template-dining .title-bar {
  display: none;
}

.page-template-template-dining .features {
  padding-bottom: 0;
}

.page-template-template-dining .features .section--entry-title-image,
.page-template-template-dining .features .section--entry-title {
  display: none;
}

.higlight-orange {
  color: #ff7f00;
  font-weight: bold;
}

.dining-container .dining-content {
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .dining-container .dining-content {
    margin-bottom: 10px;
  }
}

.dining-container .dining-content .dining-thumbnail {
  margin-right: 30px;
  flex-shrink: 0;
  flex-grow: 1;
}

.dining-container .dining-content .dining-thumbnail img {
  border: 1px solid #f2f2f2;
}

@media (max-width: 480px) {
  .dining-container .dining-content .dining-thumbnail {
    display: none;
  }
}

.dining-container .dining-content .dining-item-container {
  width: 100%;
}

.dining-container.dining--menu {
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .dining-container.dining--menu {
    margin-bottom: 40px;
  }
}

.dining-container .title {
  font-weight: normal;
  border-bottom: 1px solid #fae6ce;
  padding-bottom: 10px;
  font-size: 18px;
  -bottom: 30px;
  margin-top: 0;
}

.dining-container .dining-category-title {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #f0f0f0;
  padding: 5px;
  background: #f9f9f9;
}

.dining-container .dining-category-title a {
  color: #000;
}

.dining-container .dining-items {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}

.dining-container .dining-items .item-name {
  font-size: 13px;
  color: #6f6f6f;
  display: inline-block;
  width: 100%;
}

.dining-container .dining-items .item-name .item-name-title {
  float: left;
}

.dining-container .dining-items .dining-item {
  display: flex;
}

.dining-container .dining-items .item-description {
  font-size: 12px;
  color: #a5a5a5;
}

.dining-container .dining-items .item-description p {
  margin: 0;
}

.dining-container .dining-items .dining-price {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #6f6f6f;
  float: right;
  margin-left: 50px;
}

.dining-container .dining-items .dining-price .dots {
  margin-right: 20px;
}

.dining-container .dining-items .dining-price .price {
  display: flex;
  align-items: center;
}

.ads1 {
  position: relative;
  padding: 35px 25px;
  color: #fff;
  text-align: center;
}

.ads1:after {
  background-image: url("images/ads_bg.jpg");
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  pointer-events: none;
}

.ads1.primary {
  background-color: #314b7e;
}

.ads1.secondary {
  background-color: #ff7f00;
}

.ads1 ul {
  padding: 0;
  margin: 30px 0;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
  list-style-type: none;
}

.ads1 ul li {
  margin: 10px 0;
  word-wrap: break-word;
  display: flex;
  text-align: -webkit-left;
}

.ads1 ul li .fa {
  width: auto;
  margin-top: 3px;
  margin-right: 10px;
}

.ads1 ul.side-entry-content-menu li {
  display: block;
}

.ads1 ul.side-entry-content-menu li .price {
  float: right;
  width: auto;
}

.ads1 .side-entry-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0 28px 0;
  margin-top: 26px;
  text-transform: uppercase;
  font-size: 15px;
}

.ads1 .side-entry-header .label {
  font-size: 20px;
}

.ads1 .side-entry-footer {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ads1 .side-entry-footer a {
  color: #fff;
}

@media (max-width: 960px) {
  .ads1 {
    display: none;
  }
}

.tgbh_booking-form {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 0;
  margin-right: 50px;
}

@media (min-width: 1025px) {
  .tgbh_booking-form {
    top: 248px;
  }
}

@media (max-width: 960px) {
  .tgbh_booking-form {
    left: 50%;
    margin-left: -150px;
    max-width: 300px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .tgbh_booking-form {
    top: 120px;
  }
}

.tgbh_booking-form .booking-head {
  text-align: center;
  background: #fff;
  margin: -20px -20px 0px -20px;
  padding: 20px 20px 0px 20px;
}

.tgbh_booking-form .booking-head .booking-logo {
  max-width: 240px;
  margin: auto;
}

.tgbh_booking-form .booking-head .booking-title {
  font-size: 15.5px;
  background-color: #314b7e;
  color: #fff;
  padding: 4px 0;
  margin: 10px -20px;
}

.tgbh_booking-form .booking-head .booking-title h3 {
  margin: 0;
}

.tgbh_booking-form .booking-body {
  background-color: rgba(110, 110, 110, 0.8);
  margin: -10px -20px -20px;
  padding: 10px 20px 12px;
}

.page-header {
  display: inline-block;
  width: 100%;
}

body {
  position: relative;
  word-wrap: break-word;
}

body.booking-grid-active .site-overlay {
  visibility: visible;
  transition: 150ms;
  pointer-events: auto;
}

.site-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 88888;
  pointer-events: none;
  transition: 150ms;
  visibility: hidden;
}

.booking-grid {
  pointer-events: auto;
  height: auto;
  transform: translateX(100%);
  transition: 200ms;
  background: white;
  padding: 10px;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  margin-top: -245px;
  z-index: 99999;
  right: 0;
}

.booking-grid.show {
  pointer-events: auto;
  height: auto;
  transform: translateX(0);
  transition: 200ms;
  margin-right: 50px;
  right: 50%;
  margin-right: -385px;
}

.booking-grid.show .toggle-booking-grid {
  margin-left: -179px;
  transition: 150ms;
  opacity: 1;
}

.booking-grid .toggle-booking-grid {
  position: absolute;
  left: 0;
  top: 37%;
  margin-left: calc(-179px + 141px);
  background: #ff7f00;
  padding: 10px 14px;
  color: #fff;
  border-radius: 3px;
  z-index: 999;
  pointer-events: auto !important;
  text-decoration: none;
  transition: 200ms;
  opacity: .8;
}

.booking-grid .toggle-booking-grid .fa {
  margin-right: 8px;
  pointer-events: none;
}

.booking-grid .toggle-booking-grid:hover {
  margin-left: -179px;
  transition: 150ms;
  opacity: 1;
}

.menu-toggle {
  float: right;
}

.admin-bar .menu-button {
  margin-top: 65px;
}

.menu-button {
  margin-top: 30px;
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  width: 26px;
  height: 26px;
  z-index: 99999;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  padding: 0 !important;
}

.menu-button:before {
  top: 5px;
}

.menu-button:after {
  bottom: 4px;
}

.menu-button:after,
.menu-button:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}

.menu-button i {
  position: relative;
  display: block;
  height: 3px;
  margin-top: 12px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}

.menu-button i:before,
.menu-button i:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sidr-open .menu-button i {
  height: 0;
}

.sidr-open .menu-button:after,
.sidr-open .menu-button:before {
  opacity: 0;
}

.sidr-open .menu-button i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sidr-open .menu-button i:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1025px) {
  .menu-button,
  .mobile-logo {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .contact-details-wrapper,
  .desktop-logo {
    display: none;
  }
  .site-branding {
    max-width: none !important;
  }
  .admin-bar .sidr {
    padding: 120px 0 30px;
  }
  .menu-button,
  .mobile-logo {
    display: block;
  }
  .site-title {
    max-width: 390px;
  }
  .sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 260px;
    overflow-x: hidden;
    background: rgba(49, 75, 126, 0.96);
    overflow-y: auto;
    padding: 80px 0 30px;
    transition: 200ms;
  }
  .sidr-open #overlay {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    transition: 200ms;
  }
  .sidr-open .sidr {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  .sidr.right {
    left: auto;
    right: -260px;
  }
  .sidr.left {
    left: -260px;
    right: auto;
  }
  .sidr ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .sidr ul li a {
    padding: 7px 13px;
    margin: 1px 9px;
  }
}

#overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9000;
  display: none;
}

@media (max-width: 480px) {
  .branding-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #314b7e;
    z-index: 99999;
  }
}

@media (max-width: 480px) {
  .admin-bar .branding-wrapper {
    top: 40px;
  }
}

@media (max-width: 480px) {
  .home.page .revslider {
    margin-top: 80px;
  }
  .home.page #content {
    margin-top: 0;
  }
  .page #content {
    margin-top: 82px;
  }
}

@media (max-width: 320px) {
  .home.page .revslider {
    margin-top: 70px;
  }
  .home.page #content {
    margin-top: 0;
  }
  .page #content {
    margin-top: 70px;
  }
}

.large-letter {
    font-size: 120%;
    font-weight: bold;
    color: red;
}
/*# sourceMappingURL=style.css.map */