/*
Theme Name: Seasons in Africa Activities Template
Theme URI: http://underscores.me/
Author: Focus Online
Author URI: http://focusonline.co.za
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: _seasonsinafrica_activities
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.

Hollows 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 of403Nicolas 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Lato', 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: 53px 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 {
	color: #000 !important;
	font-family: 'Lato', sans-serif;
}
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see 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. */
}

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
	font-weight: bold;
	color: var(--main-website-color) !important;
}
.social_and_booking a {
	color: #fff !important;
}

a:visited {
	/*color: purple;*/
}

a:hover,
a:focus,
a:active {
	/*color: midnightblue;*/
	color: var(--main-website-hover-color) !important;
}
.social_and_booking a:hover, .social_and_booking a:focus,.social_and_booking a:active {
	color: #fff !important;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.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 a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.page-content,
.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, /* Older / Newer Posts Navigation (always hidden) */
.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;
}


/*  ----------------------------------------------------------------------------------------------------------------
 *
 *  CUSTOM for Seasons in Africa
 *
 *  ----------------------------------------------------------------------------------------------------------------
 * */

  body, html {
        margin:0;
        padding:0;
        font-family: var(--primary-font);
        font-weight: 300;
        }

        h1,h2,h3,h4,h5,h6 {
            font-weight: 300;
			text-align: center;
        }
		#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {
			text-align: left;
        }

        h1 { font-size: 33px; line-height: 1.1; width: 80%; margin-left: auto;margin-right: auto;}
        h2 { font-size: 29px; line-height: 1.1; width: 80%;  margin-left: auto;margin-right: auto; }
        h3 { font-size: 21px; line-height: 1.1; max-width: 80%; margin-left: auto; margin-right: auto; font-weight: 400;}
        h4 { font-size: 18px; text-transform: uppercase; font-weight: 600; letter-spacing: 3px;line-height: 1.3; margin: 0 10%; }
        h5 { font-size: 18px; }
        h6 { font-size: 18px; }

		@media only screen and (min-width:900px) {
			p { font-size: 18px; }
			h1 { font-size: 45px; line-height: 1.1;}
			h2 { font-size: 35px; line-height: 1.1;}
			h3 { font-size: 28px; line-height: 1.1;}
        }

		@media only screen and (min-width:1250px) {
             h1 { width: 90%; }
			h2 { width: 90%; }
        }
		#footer h3 {
			margin-top: 0;
		}

		.cta h2 {
			font-family: var(--heading-font);
			font-size: 40px;
			margin: 0 0 0 5%;
			clear: both;
			font-weight: 300;
			text-align: right;
			line-height: 1;
			text-transform: initial;
			padding:0;
			letter-spacing:-2px;
			font-style: var(--heading-font-style);
			max-width: 100%;
			opacity: 1 !Important;
			transform: translateY(0) !important;
			text-shadow: 2px 2px 8px #080808;
		}
		@media only screen and (min-width:700px) {
            .cta h2 {
                font-size: 70px;
				transform: translateY(25px) !important;
            }
        }
		.cta h2:before, .cta h2:after {
			display: none;
		}



		.cta h1, .cta span, .cta h6, .cta a {
            z-index: 9; position: relative;
        }
		.cta h6 {
			/*
			width: 80%;
			margin: 15px auto 66px;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 23px !important;
			*/
			margin: 15px 0 15px;
			font-family: var(--primary-font) !important;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 15px !important;
			letter-spacing:1px;
		}

        #pagewrapper {
        width: 100%;
        }
        .row {
            width: 100%;
        }
		.rates.w80 {
			width:90%;
		}
		@media only screen and (min-width:1000px) {
            .rates.w80 {
				width: 80%;
			}
        }
		.w80 {
			width: 80%;
			margin: 0 auto;
		}
        .w90 {
        width: 90%;
        max-width: 1240px;
        margin: 0 auto;
        }
        #footer-cols {
			width: 100%;
            /*margin-top: 30px;*/
        }
        #footer-cols div {
			width: 100%;
            margin-top: 30px;
			float: none;
			height: auto !important;
        }

        @media only screen and (min-width:1040px) {

        #footer-cols div {
			float: left;
			height: auto !important;
			min-height: 353px;
        }
		/*

            #footer-cols div:nth-child(1) {
                width: 29%;
				margin-right: 1%;
            }
            #footer-cols div:nth-child(2) {
                width: 12%;
            }
            #footer-cols div:nth-child(3) {
                width: 15%;
            }
            #footer-cols div:nth-child(4) {
                width: 21%;
             }
            #footer-cols div:nth-child(5) {
                width: 22%;
				position: relative;
            }
            */
        }
        .w100 {
        width: 100%;
        /*max-width: 1140px;*/
        margin: 0 auto;
        }
        .fullwidth {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        }

		.col1, .col1 > div {
			width: 100%;
			float: none;
			margin-right: 0;
			/*min-height: 100px;*/
			bottom: 2.5%;
        }
		.col4 > div {
			width: 100%;
			float: none;
			margin-right: 0;
			min-height: 100px;
			bottom: 2.5%;
        }

        @media only screen and (min-width:800px) {
            .col4 > div {
				width: 47%;
				float: left;
				margin-right: 2.5%;
				min-height: 100px;
            }
			.col4 > div:nth-child(2n+2) {
				margin-right: 0;
				margin-bottom: 2.5%;
            }
            .col4 > div:last-child {
				width: 47%;
				float: left;
				margin-right: 0;
            }
        }

        @media only screen and (min-width:1000px) {
            .col4 > div {
				width: 19%;
				float: left;
				margin-right: 1.5%;
				min-height: 100px;
				margin-bottom: 0;
            }
			.col4 > div:nth-child(2n+2) {
				margin-right: 1.5%;
				margin-bottom: 0;
            }
            .col4 > div:last-child {
            width: 19%;
            float: left;
            margin-right: 0;
            }
        }
        #footer {
            background: var(--main-website-color);
            padding: 20px 0;
        }
        .footer-menu  {
            margin: 16px 0 20px 0 !important;
            padding: 0 !important;
        }
        @media only screen and (min-width:800px) {
			.footer-cols:nth-child(1) { width: 23%;margin-right: 7.666%; }
			.footer-cols:nth-child(2) { width: 18%; }
            .footer-menu  {
                margin: 16px 0 0 64px !important;
                margin: 16px 0 0 0 !important;
                padding: 0 !important;
            }
        }
        .footer-menu li  {
            list-style: none;
            margin-bottom: 2px;
            margin:0;
            padding: 2.7px 0;
        }
        .footer-menu li a {
            font-size: 13px;
            /*color: #c0b6a7;*/
			color: #a69c8e;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
        }
		/*
        #footer h6 {
            color: #d2cbc1;
            font-family: 'Lato', sans-serif !important;
            font-size: 14px;
            text-transform: uppercase;
            margin: 16px 0 8px 0;
			font-weight: 600;
		}
		*/
		#footer h6 {
			color: #f5f3f1;
			font-family: minion-pro,serif;
			font-weight: 400;
			font-size: 19px;
			text-transform: uppercase;
			margin: -4px 0 8px 0;
			letter-spacing: 1px;
		}
		p {
			font-size: 17px;
			color: #535353;
			line-height: 1.9;
			text-align: left;
			font-weight: 400;
		}
		@media only screen and (min-width:650px) {
            p {
                text-align: justify;
            }
        }
		/*
        p.dropcap:first-letter {
				font-family: 'Cinzel', serif;
				letter-spacing: 0;
				text-transform: uppercase;
				color: #604a3f;
				font-size: 60px;
				float: left;
				font-weight: 500;
				margin: 16px 6px 0 0;
				line-height: 0.7;
		}
		*/
		@media only screen and (min-width:900px) {
            p {
                font-size: 17px;
				font-weight: 300;
                color: #676767;
                line-height: 1.8;
                text-align: justify;
            }
			/*
			p.dropcap:first-letter {
				font-family: 'Cinzel', serif;
				letter-spacing: 0;
				text-transform: uppercase;
				color: #604a3f;
				font-size:98px;
				float: left;
				font-weight: 500;
				margin: 17px 6px 0 0;
				line-height: 0.7;
			}
			*/

			/*
			p.dropcap:first-letter {
				margin: 15px 6px 0 0;
				line-height: 0.7;
				font-size:58px;
			}*/
        }


        .narrow {
            width: 90%;
            margin: 20px auto;
        }
		@media only screen and (min-width:800px) {
            .narrow {
                width: 60%;
                margin: 20px auto;
            }

        }
        blockquote {
			margin: 0 0 0 20px;
			border-left: 3px solid rgba(98,73,24,1);
			padding-left: 40px;
		}


a.cta-button {
	padding: 10px;
	background: #fff;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.blocks > a {
      display: block;
    height: 300px;
    background: #ccc;
    float: left;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.blocks > a:hover {
     opacity: 0.8;
}
@media only screen and (min-width:800px) {

    .blocks > a {
        height: 300px;
        background: #ccc;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        position: relative;
    }
	.blocks2 a {
		width: 49% !important;
        margin-right: 2%;
	}
    .blocks2 > a:nth-child(1), .blocks2 > a:nth-child(2) {
        width: 49%;
        height: 300px;
    }
    .blocks2 > a:nth-child(2) {
       margin-right: 0 !Important;
    }
	.blocks3 a {
		width: 32% !important;
	}
	.blocks3 > a:nth-child(1), .blocks3 > a:nth-child(2) {
        margin-right: 2% !Important;
    }
    .blocks3 > a:nth-child(3) {
       margin-right: 0 !Important;
    }
    /*
	 *.blocks > a:last-child {
        margin-right: 0;
    }
    */
}
.blocks2 a p.title {
    position: absolute;
    right: 0;
    bottom: 20px;
	margin: 0 20px 0 0;
    font-size: 28px;
	font-family: var(--heading-font);
	letter-spacing: 1px;
    color: #fff;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	text-align: right;
    line-height: 1.2;
	z-index: 30;
}
.blocks2 a:hover p.title {
    bottom: 10%;
}
.blocks3 a p.title {
    position: absolute;
    right: 0;
    bottom: 20px;
	margin:0;
	font-family: var(--heading-font);
	letter-spacing: 1px;
    font-size: 21px;
    color: #fff;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	text-align: right;
    line-height: 1.2;
	margin-right: 20px;
	text-transform: uppercase;
}

.blocks3 a:hover p.title {
	margin-right: 30px;
}
.columns {
	margin: 0 auto;
	width: 90%;
	max-width: 1120px;
}
.columns.narrow {
	max-width:800px;
}
.panel  {
    background: #ebe7e2;
    text-align: left;
}
.panel h1, .panel h2, .panel h3, .panel h4,.panel h5,.panel h6 {
    margin-top:0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.banner {
	 height: 90vh;
	 width: 100%;
	 position: relative;
}

.home .banner {
	 height: 97vh;
	 width: 100%;
	 position: relative;
}

@media screen and (max-width: 800px) {
    .banner {
		height: calc( 97vh - 93px ) !important;
		height: calc( 97vh - 62px ) !important;
	}
	.owl-carousel, .owl-wrapper-outer, .owl-wrapper, .owl-item, .owl-item-slide {
		height: calc( 97vh - 150px ) !important;
		height: calc( 97vh - 120px ) !important;
	}
}

.banner-vignette {
	/*
      position: absolute;
      top: -200px;
      left: 0;
      height: 550px;
      width: 100%;
      background: url(images/banner-vignette.png) repeat-x top left;
	  z-index: 10;
	  */
	  /* new - at the bottom rather */
	      position: absolute;
    bottom: 0;
    left: 0;
    height: 550px;
    width: 100%;
    background: url(images/banner-vignette.png) repeat-x top left;
    z-index: 10;
    transform: rotateX(180deg);
    opacity: 0.6;
}
.banner-text2 {
	 text-align: center;
	 position: absolute;
	 left: 50%;
	 bottom: 120px;
	 -webkit-transform: translateX(-50%);
	 transform: translateX(-50%);
	 margin:0;
	 width: 86%;
	 max-width:1240px;
	 margin: 0 auto;
	 line-height: 1.2;
	 margin:0;
     z-index: 40;
}
@media only screen and (min-width:700px) {
    .banner-text2 {
        bottom: 82px;
		width: 95%;
    }
}
.banner-text {
	 font-family: serif;
	 font-family: 'Cinzel' !important;
	 font-size: 32px;
	 text-align: center;
	 color: #fff;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	 margin: 0 auto;
	 line-height: 1.2;
     z-index: 40;
		width: 85%;
}
@media only screen and (min-width:800px) {
    .banner-text {
		width: 60%;
		margin: 0 auto;
		font-size: 45px;
   }
}

.quotemarks:before {
	 width: 55px;
	 height: 39px;
	 background: url(images/quotation-marks.png) 0 0 no-repeat;
	 position: absolute;
	 content: url(images/quotation-marks-bg.png);
	 text-indent: -999px;
	 top: -34px;
	 left: -1%;
	 height: 59px;
     z-index: 40;
}

.quotemarks:after {
	 width: 55px;
	 height: 39px;
	 background: url(images/quotation-marks.png) -55px 0 no-repeat;
	 position: absolute;
	 content: url(images/quotation-marks-bg.png);
	 text-indent: -999px;
	 bottom: -57px;
	 right: -2%;
	 height: 59px;
     z-index: 40;
}

ul#nav {
    display: none;
}
@media only screen and (min-width: 1180px) {
	ul#nav {
		display: inline-block;
		 float: right;
		margin: 0 auto !important;
		margin-top: 15px;
		padding: 0;
		position: relative;
		    top: 0;
	}
}
#nav li {
	float: left;
	display: inline;
	margin: 0;
	/*padding-bottom: 9px;
	border-bottom: 1px solid rgba(255,255,255,0.2);*/
	margin-top: 73px;
}
#nav li.current-menu-item a {
	/*border-bottom: 2px solid rgba(255,255,255,0.55);*/
    padding-bottom: 5px;
    /*border-top: 2px solid rgba(255,255,255,0.55);
    padding-top: 6px;
    margin-top: 80px;*/
}
ul#nav li.current-page-ancestor a, ul#nav li.current-menu-ancestor a, ul#nav li.current_page_ancestor a, ul#nav li.current_menu_ancestor a {
	/*border-bottom: 2px solid rgba(255,255,255,0.55);*/
    padding-bottom: 5px;
}
#nav li a {
	/*color: #fff;*/
	text-transform: uppercase;
	font-size: 13px;
    font-weight: 400;
	margin: 0 4px;
	text-decoration: none;
	letter-spacing: 1px;
	outline: none !important;
}
#nav li a:hover {
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}
#nav li.menu-item-has-children a:hover, #nav li.logo a:hover {
	border-bottom: none !important;
}

.topbar {
	text-align: center;
    position: relative;
    z-index: 5000;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 17px 0 20px 0;
	height:72px;
}

@media only screen and (min-width:1180px) {
    .topbar {
        height:84px;
    }
}
.topbar-inner {
	text-align: center;
    z-index: 50;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.scrollarrow {
    width: 40px;
    height: 40px;
	text-align: center;
    position: absolute;
    bottom: 81px;
    left: 43%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    opacity: 1;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	 outline: none !important;
}
.scrollarrow:hover {
    bottom: 50px;
    opacity: 1;
	 outline: none !important;
}
@media only screen and (min-width:700px) {
    .scrollarrow {
        bottom: 30px;
    left: 50%;
    }
	.scrollarrow:hover {
		bottom: 20px;
		opacity: 1;
		 outline: none !important;
	}
}


.scrollarrow a {
	text-decoration: none !important;
}
@-webkit-keyframes bounce {
  0%,
  50%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  50%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.bounce {
    -webkit-font-smoothing: antialiased;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    -ms-animation-duration: 6s;
    -o-animation-duration: 6s;
    animation-duration: 6s;
}

/* for new homepage only */
.page-id-3843 .scrollarrow {
    bottom: 173px;
}
.page-id-3843 .scrollarrow:hover {
    bottom: 163px;
    opacity: 1;
	 outline: none !important;
}

/* social links for FOOTER */
ul.socialmedia li {
	list-style: none !important;
}
.links li.social {
	position: absolute;
	top: 8px;
	right:0;
	height: 33px;
	margin:0 !Important;
	border:none !important;
}
ul.socialmedia {
	margin: 0;
	padding: 0;
}
ul.socialmedia li {
	width: 33px;
	height: 33px;
	background: #333;
	display:inline-block;
	margin-left: 0;
	margin-top: 0;
    background: url(images/social-icons.png) no-repeat;
    text-indent: -9999px;
}

/* mobile nav */
#cd-lateral-nav ul.socialmedia li {
	width: 33px;
	height: 33px;
	display:inline-block;
	margin-left: 0;
	margin-top: 0;
    background: var(--main-website-color) url(images/social-icons.png) no-repeat;
    text-indent: -9999px;
}

#cd-lateral-nav ul.socialmedia {margin: 0 0 0 19px; }

ul.socialmedia li:first-child {
	margin-left: 0;
}

ul.socialmedia li.facebook { background-position: 0 0 !Important; opacity: 0.5; }
ul.socialmedia li.twitter { background-position: -30px 0 !Important; opacity: 0.5; }
ul.socialmedia li.instagram { background-position:-60px 0 !important; opacity: 0.5; }
ul.socialmedia li.youtube { background-position: -90px 0 !important; opacity: 0.5; }
ul.socialmedia li.googleplus { background-position: -120px 0 !important; opacity: 0.5; }
ul.socialmedia li.tripadvisor { background-position: -150px 0 !important; opacity: 0.5; }

ul.socialmedia li a {
	display: block;
	width: 33px;
	height: 33px;
}
ul.socialmedia li{
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	border-radius: 15px;
    border: 2px solid transparent;
}

ul.socialmedia li:hover{
	opacity: 1;
	border-radius: 15px;
    border: 2px solid #b6ac9f;
}



.story-content a, .pb_textbox p a {
	color: var(--main-website-color);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px rgba(75, 76, 73, 0.4) dotted;
}
.story-content a:hover, .pb_textbox p a:hover {
	color: var(--main-website-color);
	opacity: 0.8;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px var(--main-website-color) solid;
}

/* submenu */



ul#nav ul.sub-menu {
	display: none;
	float: left;
	position: absolute;
		top: 1.4em;
		left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99999;
	margin:0;
	padding:0;
	width: 260px;
}
ul#nav ul.sub-menu li a {
	color: var(--main-website-color);
	text-indent:0;
    background: #fff;
	width: 92%;
	margin: 0 4%;
	padding: 2px 0 2px 0;
	border-bottom: none !important;
}
ul#nav ul.sub-menu li a:hover {
	color: #333 !important;
    background: none;
	text-indent:0;
	padding: 2px 0 2px 0;
	/*background: #faf7ef !Important
	background: rgba(100, 72, 31, 0.1);;*/
	border-bottom: none !important;
}

/* new one */
ul#nav ul.sub-menu li a {
	font-size:13px;
	color: #888;
	display:inline-block;
	height: auto;
	padding: 2px 0 2px 0;
	margin:0 !important;
}
ul#nav ul.sub-menu li:last-child a {
	background: none;
}
ul#nav ul.sub-menu li a:hover {
	padding: 2px 0 2px 0;
	margin:0 !important;
	color: #222 !important;
	/*border: 2px solid white;*/
	background: url(images/line-short-white.png) bottom center no-repeat;
}

ul#nav li.menu-item-has-children {
	position: relative;
}
ul#nav li.menu-item-has-children ul.sub-menu {
	top: 23px;
	padding: 0 !important;
	padding-top: 18px !important;
    background: rgba(255,255,255,0.99);
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul#nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
	top: 0;
    left: 237px;
	padding: 0 !important;
}

ul#nav ul.sub-menu li:first-child a {
	/*
	 padding-top:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	*/
}
ul#nav ul.sub-menu  li:last-child a{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom:10px;
}
ul#nav ul.sub-menu li ul.sub-menu li:first-child a {
	padding-top:10px;
	/*border-top-left-radius: 5px;*/
	border-top-right-radius: 5px;
}
ul#nav ul.sub-menu li ul.sub-menu{
	border-top-right-radius: 5px;
}


ul#nav ul.sub-menu li {
	/*background: rgba(255,255,255.0.6);
	background: rgba(98,73,24,0.65);*/
	background: rgba(255, 255, 255,0.95);
	width: 100%;
    margin: 0;
}
ul#nav ul.sub-menu li.current-menu-item {
	/*background: rgba(255,255,255,0.1);
	background: rgba(112, 82, 27, 0.65);*/
	width: 100%;
    margin: 0;
}
ul#nav ul.sub-menu li.current-menu-item a {
	/*color: #aaa !important;*/
	color: #000 !important;
	padding: 10px 0 9px 0;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.6);
	/*text-decoration: underline;*/
	/*padding-bottom: 0;*/
	/*border-bottom: 1px solid rgba(255,255,255,0.5) !Important;*/
}

ul#nav ul.sub-menu li.current-menu-item a:hover {
	color: #aaa !important;
	/*background: #fff !important;*/
	padding: 10px 0 9px 0;
}
ul#nav ul.sub-menu li:first-child {
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
    border-top: 2px solid rgba(255, 255, 255, 0.9) !important;
}
ul#nav ul.sub-menu li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul#nav ul.sub-menu li.hide-on-desktop {
    display: block;
}
@media only screen and (min-width:1250px) {
    ul#nav ul.sub-menu li.hide-on-desktop {
        display: none;
    }
}

/*
ul#nav ul.sub-menu li a:hover {
	color: #222 !Important;
	background: #fff;

}/*
/*.navigation-main li:hover > a {
    background: #033A77;
    color: #fff;
}*/
ul#nav ul.sub-menu  :hover > a {
}
ul#nav ul.sub-menu  a:hover {
}
ul#nav li > ul {
	position:relative;
}
ul#nav li:hover > ul {
	display: block;
	padding-top: 17px !important;
}

.divider-white {
      display: block;
width: 100%;
height: 3px;
margin: 30px 0;
}


.writing {
	height: 130px;
	width: 100%;
	background: url(images/writing-name.png) center center no-repeat;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index:11;
}
.blocks > div div.writing {
	bottom: 45%;
}
.opacity0 { opacity: 0 !important; }
.opacity10 { opacity: 0.1 !important; }
.opacity20 { opacity: 0.2 !important; }
.opacity30 { opacity: 0.3 !important; }
.opacity40 { opacity: 0.4 !important; }
.opacity50 { opacity: 0.5 !important; }
.opacity60 { opacity: 0.6 !important; }
.opacity70 { opacity: 0.7 !important; }
.opacity80 { opacity: 0.8 !important; }
.opacity90 { opacity: 0.9 !important; }


.center { text-align: center;}
.left { text-align: left;}
.right { text-align: right;}
.clear { clear: both;}
.clear-left { clear: left;}
.clear-right { clear: right;}
.clear-none { clear: none;}

.paddingtop30 { padding-top:30px; }
.paddingbottom30 { padding-bottom:30px; }


.gallery {
      width: 100%;
      max-width: 1200px;
      margin: 30px auto;
      padding:0;
}
.gallery.fullwidth {
      max-width: 100%;
}
.gallery.small {
      width: 90%;
      max-width: 90%;
}
@media only screen and (min-width:800px) {
    .gallery.small {
          width: 60%;
          max-width: 60%;
    }
}
.gallery li {
      margin:0;
      padding:0;
      float: left;
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5%;
      list-style: none;
	   width: 32.33333%;
          margin-right: 1.5%;
          margin-bottom: 1.5%;
}
@media only screen and (min-width:500px) {
    .gallery li {
          float: left;
          width: 32.33333%;
          margin-right: 1.5%;
          margin-bottom: 1.5%;
    }
}
.gallery li img {
      display:block !Important;
      width: 100%;
      height: auto;
}
.gallery li a {
     /*display: inline-block;*/
	 display: block;
}

.gallery li:nth-child(3n+3) {
      margin-right: 0;
}

.experiences {
      width: 100%;
}
.experiences > a {
      float: none;
      width: 100%;
      padding: 14% 0;
      position: relative;
      height: 300px;
}
@media only screen and (min-width:830px) {
    .experiences > a {
          float: left;
          width: 50%;
          padding: 14% 0;
          position: relative;
    }
}
.experiences > a:hover .overlay {
      opacity: 0.1;
}
.experiences > a div.experience-text {
      position: absolute;
      top: 55%;
	  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5;
	  -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
}
.experiences > a:hover div.experience-text {
      position: absolute;
      top: 50%;
	  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5;
}
.experiences > a div.experience-text p.exp_details {
      opacity: 0;
	  font-size: 13px; font-weight: 500; letter-spacing: 1px;
	  color: #fff; border: 1px solid #fff; padding: 5px 10px; text-transform: uppercase;margin-top:20px; display: inline-block;
	  -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
}
.experiences > a:hover div.experience-text p.exp_details {
      opacity: 1;
	  color: #fff; border: 1px solid #fff; padding: 5px 10px; text-transform: uppercase;margin-top:20px; display: inline-block;
}
.experiences > a.leftside {
      text-align: right;
}
.experiences > a.rightside {
      text-align: left;
}
.experiences > a.leftside div.experience-text {
      right: 14%;
      display:block;
      text-align: right;
      width: 70%;
}
.experiences > a.rightside div.experience-text {
      left: 14%;
      display:block;
      text-align: left;
      width: 70%;
}

.experiences > a.leftside div.experience-text p {
      text-align: right;
      margin:0;
}
.experiences > a.rightside div.experience-text p {
      text-align: left;
      margin:0;
}
.experiences > a div.experience-text p.line1 {
      font-family: 'Cinzel', serif;
      font-size: 50px;
      line-height: 1;
      color: rgba(255,255,255,0.99);
}
.experiences > a div.experience-text p.line2 {
      font-family: 'Libre Baskerville', serif;
      font-size: 23px;
      line-height: 1;
      font-style: italic;
      color: rgba(255,255,255,0.99);

}
.experiences > a.leftside div.experience-text p.line2 {
      margin-right: 3px;
      letter-spacing: -1px;

}
.experiences > a .divider {
      width: 122px;
      height: 1px;
      background:rgba(255,255,255,1);
      display:inline-block;
      margin:18px 0 12px;
}
.experiences > a.leftside .divider {
      text-align: right;
}
.experiences > a.rightside .divider {
      text-align: left;
}
.experiences > a:hover div.overlay {
      /*opacity: 0.9;*/
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
}


/*
 *
 * press
 *
 * */

.press {
      width: 100%;
	  margin: 30px auto;
}
.press > a {
      float: none;
      width: 100%;
      padding: 14% 0;
      position: relative;
      height: 300px;
	margin-bottom: 2%;
	float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    padding: 14% 0;
    position: relative;
    display: block;
}
@media only screen and (min-width:830px) {
	.press {
      width: 90%;
	  margin: 30px auto;
}
    .press > a {
          float: left;
          width: 49%;
		  margin-right: 2%;
		  margin-bottom: 2%;
          padding: 14% 0;
          position: relative;
		  display: block;
    }
	.press > a:first-child {
          float: left;
          width: 100%;
		  margin-right: 0;
		  margin-bottom: 2%;
          padding: 14% 0;
          position: relative;
		  display: block;
    }
	.press > a:nth-child(2n+3) {
		  margin-right: 0;
    }
}
.press a .press-text2 {
	text-align: center;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    width: 90%;
    margin: 0 auto;
    line-height: 1.2;
    margin: 0;
    z-index: 40;
}
.press a .press-text {
	 font-family: serif;
	 font-family: 'Cinzel' !important;
	 font-size: 19px;
	 text-align: center;
	 color: #fff;
	 margin: 0 auto;
	 line-height: 1.2;
     z-index: 40;
	 width: auto;
	max-width: 85%;
}
@media only screen and (min-width:900px) {
    .press a .press-text {
	 font-family: serif;
	 font-family: 'Cinzel' !important;
	 font-size: 23px;
	 text-align: center;
	 color: #fff;
	 margin: 0 auto;
	 line-height: 1.2;
     z-index: 40;
	 width: auto;
	max-width: 85%;
}
}
.press .quotemarks:before {
	 width: 55px;
	 height: 39px;
	 background: url(images/quotation-marks.png) 0 0 no-repeat;
	 position: absolute;
	 content: url(images/quotation-marks-bg.png);
	 text-indent: -999px;
	 top: -34px;
	 left: -1%;
	 height: 59px;
     z-index: 40;
	 opacity: 0.6;
}

.press .quotemarks:after {
	 width: 55px;
	 height: 39px;
	 background: url(images/quotation-marks.png) -55px 0 no-repeat;
	 position: absolute;
	 content: url(images/quotation-marks-bg.png);
	 text-indent: -999px;
	 bottom: -57px;
	 right: -2%;
	 height: 59px;
     z-index: 40;
	 opacity: 0.6;
}

.press .quote-author .viewFulltext {
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	 font-size: 13px;
	margin: 3px auto 15px;
	 text-align: center;
	 color: rgba(255,255,255,0.5);
	 display:block;
	 font-family: 'Lato' !important;
    text-transform: uppercase;
    font-weight: 600;
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.press a:hover .quote-author .viewFulltext {
	 color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
}
.press .quote-author {
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin: 3px auto;
	transform: translateX(-50%);
	 font-family: serif;
	 font-family: 'Cinzel' !important;
	 font-size: 16px;
	 text-align: center;
	 color: #fff;
	 line-height: 1;
	 width: 90%;
}

.press a .press-logo {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 90px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	text-align: center;
	background: #fff;
	padding:5px;
}
.press a .press-logo img {
	max-height: 70px;
    max-width: 94%;
    margin: 0 auto;
	/*width: 100%;
	height: auto;*/
}

/* press lightbox */

.lightbox {
	display: none;
}
.lightbox .press-text {
margin: 0;
position: relative;
line-height: 1;
font-family: serif;
	 font-family: 'Cinzel' !important;
	 font-size: 23px;
	 text-align: center;
	 color: #fff;
	 margin: 30px auto 61px;
	 line-height: 1.2;
     z-index: 40;
	 width: auto;
	max-width: 85%;
}
.lightbox .quote-author {
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin: 15px auto 30px;
	transform: translateX(-50%);
	 font-family: serif;
	 font-family: 'Cinzel' !important;
	 font-size: 16px;
	 text-align: center;
	 color: #fff;
	 line-height: 1;
	 width: 90%;
}
.featherlight
.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: none;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: none !important;
    cursor: auto;
    white-space: normal;
}


.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 15px !important;
    right: 15px !important;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255,255,255,.9);
    color: #000;
    font-weight: bold !important;
    border: 0;
    padding: 0;
}

.featherlight .featherlight-content {
    padding: 0 !important;
	border-bottom: none !Important;
}
.featherlight-inner {
	padding: 50px;
    margin: 0;
	position: relative;
}

.overlay {
	position: absolute; top: 0;left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.2); z-index: 1;
}

#logo {
	padding-top: 0 !important; display:block; margin-top: 20px; float: left; margin-left:10px; max-width: 360px; z-index: 9999999;
}

@media only screen and (min-width:1250px) {
	#logo {
		padding-top: 0 !important; display:inline-block; margin-top: 20px; float: left; max-width: 360px; z-index: 9999999;
	}
}

.logo-mobile {
	display: inline-block;
}

@media only screen and (min-width:1250px) {
	.logo-mobile {
		  display: none;
	}
}

/*   owl   */


.owl-carousel,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item,
.owl-item-slide {
	width: 100%;
	height: 90vh;
}
.home .owl-carousel,
.home .owl-wrapper-outer,
.home .owl-wrapper,
.home .owl-item,
.home .owl-item-slide {
	width: 100%;
	height: 100vh;
}
/*
.owl-wrapper {
	height: calc(100vh - 122px);
}
*/
.owl-item-slide {
	margin-top: 120px;
	height: calc(90vh - 120px);
}
.home .owl-item-slide {
	margin-top: 120px;
	height: calc(100vh - 120px);
}
.standalone-page .owl-carousel,
.standalone-page .owl-wrapper-outer,
.standalone-page .owl-wrapper,
.standalone-page .owl-item,
.standalone-page .owl-item-slide {
	width: 100%;
	height: 100vh !important;
}




.standalone-page .banner {
	height: 100vh !important;
}
.standalone-page .scrollarrow {
	bottom: 10px !important;
}
.standalone-page h1 {
	margin: 0 auto 20px !Important;
}
.standalone-page #s {
	display:none !important;
}

p.banner-scroll-text {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	text-decoration: none !important;
	margin: 0;
	padding:0;
}

/* specials */
.special_item_image {
	width: 100%;
	float: none;
	min-height: 300px;
}
.special_item_info {
	width: 100%;
	float: none;
	min-height: 300px;
}
.special_text {
	font-size: 15px;
	line-height: 1.2;
	position: relative;
	width: 80%;
	margin: 20px auto;
}
.special_item_info img {
	display: none;
}

@media only screen and (min-width:900px) {
    .odd .special_item_image {
        width: 50%;
        float: left;
        min-height: 300px;
    }
    .odd .special_item_info {
        width: 50%;
        float: right;
        min-height: 300px;
    }
    .even .special_item_image {
        width: 50%;
        float: right;
        min-height: 300px;
    }
    .even .special_item_info {
        width: 50%;
        float: left;
        min-height: 300px;
    }
	.special_text {
		position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%;
	}
	.special_item_info img {
		display: block;
	}
}

.special_text p {
	font-size: 16px;
	text-align: left;
}
.social_and_booking {
	display: none;
}
.map_header {
	display: none;
}

@media only screen and (min-width:1180px) {
    .social_and_booking {
		display: block;
		position: absolute;
		top: 30px;
		margin: 0 auto;
		right: 0;
		z-index: 100;
		font-size: 20px;
	}
	.social_and_booking a.button.small {
		padding: 4px 18px !Important;
	}

	.map_header:hover {
		opacity: 1;
		outline: none !important;
	}
}





/* rates page */

.rates {
	clear:both;
	border-top: 2px solid #ccc;
	margin-bottom:20px;
	overflow: auto;
}
.rates:last-child {
	padding-bottom: 19px;
    border-bottom: 2px solid #ccc;
}
.rates .accommodation-name {
	float: none;
	width: 100%;
}
.rates .accommodation-name h3 {
	margin: 20px 0 14px 0 !important;
}

.rates h4 { margin: 10px auto 1px; font-size: 17px;text-transform: none; font-weight: 600; letter-spacing: 0;line-height: 1.1; }
.rates .suite-type h4 { margin: 5px auto 20px; font-size: 15px; text-transform: none; font-weight: 400; letter-spacing: 0;line-height: 1.1; font-style:italic; font-family: "Lato", sans-serif !important; }

.rates .suites {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.rates-header {
	display: none;
}
@media only screen and (min-width:800px) {
	.rates .accommodation-name h3 {
		margin: 10px 0 14px 0 !important;
	}
	.rates-header {
		display: block;
	}

	.rates h4 { margin: 15px 10px 1px; font-size: 17px;text-transform: none; font-weight: 600; letter-spacing: 0;line-height: 1.1; }
	.rates .suite-type h4 { margin: 15px auto 0; font-size: 14px; text-transform: none; font-weight: 400; letter-spacing: 0;line-height: 1.1; font-style:italic; font-family: "Lato", sans-serif !important; }


    .rates .suites {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}
}
.rates .suite {
	width: 100%;
	overflow: auto;
	display: table;
	border-top: 3px solid #666;
}
.rates .suite-name { float: none; width: 99.9%; }
.rates .suite-type { float: none; width: 100%; }
.rates .suite-rates { float: none; width: 99.9%; clear: both; display: table; text-align: center; border-bottom: 1px solid #ccc; text-align: left; padding: 10px;}
.rates .suite-rates:last-child {
	border-bottom: none;
}


@media only screen and (min-width:800px) {

	.rates .suite {
		width: 100%;
		overflow: auto;
		display: table;
		border-top: none;
		border-bottom: 1px solid #ccc;
	}
	.rates .suite:last-child {
		border-bottom: none;
	}

	.rates .suite-rates {
		border-bottom: none;
	}

	.rates .suite-type { float: none; width: 20%; }

}


.rates .suite-rates .rates-date {
	display: block;
	width: 50%;
	float: left;
	font-weight: 400;
}
.rates .suite-rates .rates-date span {
	white-space: nowrap;
}
.rates .suite-rates .rates-price span {
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
}
.rates .suite-rates .rates-price {
	display: block;
	width: 50%;
	float: left;
	text-align: left;
}

@media only screen and (min-width:800px) {

	.rates .accommodation-name {
		float: left;
		width: 20%;
	}
	.rates .suites {
		float: left;
		width: 80%;
	}
		.rates .suite-rates .rates-date {
		display: none;
	}
	.rates .suite-rates .rates-price {
		display: block;
		width: 100%;
		float: left;
		text-align: center !important;
	}
	.rates .suite-rates { float: left; width: 22%;clear: none; padding: 15px 0;}
	.rates .suite-name { float: left; width: 20%; }
	.rates .suite-type { float: left; width: 14%;  }

}

.rates .rate_smallprint {
	font-size: 11px;
	display: inline-block;
	font-style: italic;
	margin-top: -4px;
}
.smallprint {
	color: #999;
}




/*
 *
 *lodgeblocks
 *
 **/

.lodgeblocks {
      width: 100%;
	  /*margin-bottom: 10px;*/
	  min-height: 480px;
	  width: 100%; background: #9d9fa1 !important; position: relative;overflow: hidden;
}

.lodgeblocks p {
	color: #fff;
}

.lodgeblocks p a:link, .lodgeblocks p a:visited {
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-decoration: underline;
}

.lodgeblocks p a:hover {
	color: #f2f2f2 !important;
	text-decoration: none;
}

.lodgeblock-text ul {
	color: #fff;
    padding-left: 15px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: normal;
	line-height: 1.3;
}

.lodgeblock-text ul li {
	font-weight: 300;
}

.lodgeblocks > a, .lodgeblocks > div {
      float: none;
      width: 100%;
      padding: 0;
      position: relative;
      height: auto;
	  min-height: auto;
	  display: block;
}
@media only screen and (min-width:830px) {
    .lodgeblocks > a, .lodgeblocks > div {
          padding: 0;
          position: relative;
		  /*height: 400px;*/
	  min-height: 480px;
    }
}
/*
.lodgeblocks > a:hover .overlay {
      opacity: 0.1;
}
*/
.lodgeblocks > a div.lodgeblock-text, .lodgeblocks > div div.lodgeblock-text {
          /*position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
          z-index: 5;
		  margin: 50px;
          -moz-transition: all .3s ease;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
		  font-family: 'Alegreya Sans', sans-serif;
    }
@media only screen and (min-width:900px) {
    .lodgeblocks > a div.lodgeblock-text, .lodgeblocks > div div.lodgeblock-text {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 5;
          -moz-transition: all .3s ease;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
    }
}
/*
.lodgeblocks > a:hover div.lodgeblock-text {
      position: absolute;
      top: 50%;
	  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5;
}
*/
.lodgeblocks > a div.lodgeblock-text p.exp_details, .lodgeblocks > div div.lodgeblock-text p.exp_details {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 16px;
	margin: 10px 0 0 0 !important;
	letter-spacing: 1px;
	border-radius: 20px;
	text-decoration: none;
	margin: 10px;
	font-weight: 400;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff !important;
	font-weight: 600 !important;
	border: 2px solid transparent;

}
.lodgeblocks > a.visual, .lodgeblocks > div.visual  {
	opacity: 1;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.lodgeblocks.withlink:hover > a.visual, .lodgeblocks.withlink:hover > div.visual {
	opacity: 0.8;
}
.lodgeblocks:hover > a div.lodgeblock-text p.exp_details, .lodgeblocks:hover > div div.lodgeblock-text p.exp_details  {
	color: #fff !important;
	background: var(--main-website-color) !important;
	border: 2px solid white;
}



.lodgeblocks.left > a.info, .lodgeblocks.left > div.info {
	float: none;
	width: 100%;
	height: auto;
	text-align: right;
	padding: 20px;
}
.lodgeblocks.left > a.visual, .lodgeblocks.left > div.visual {
	float: none;
	width: 100%;
	height: 200px;
	text-align: left;
	position:relative;
}

.lodgeblocks.right > a.info, .lodgeblocks.right > div.info {
	float: none;
	width: 100%;
	height: auto;
	text-align: right;
	/*min-height: 250px;*/
	/*overflow: auto;*/
	padding: 20px;
}
.lodgeblocks.right > a.visual, .lodgeblocks.right > div.visual {
	float: none;
		width: 100%;
		height: 200px;
      text-align: left;
	  position:relative;
}


@media only screen and (min-width:900px) {
    .lodgeblocks.left > a.info, .lodgeblocks.left > div.info {
        float: left;
            width: 40%;
          text-align: right;
		/*height: 400px;*/
	padding: 0;
    }
    .lodgeblocks.left > a.visual, .lodgeblocks.left > div.visual {
            float: right;
          width: 60%;
          text-align: left;
          position:relative;
		/*height: 400px;*/
		height: auto;
    }

    .lodgeblocks.right > a.info, .lodgeblocks.right > div.info {
        float: right;
        width: 40%;
        text-align: right;
		/*height: 400px;*/
		padding: 0;
		line-height: 1.8;
    }
    .lodgeblocks.right > a.visual, .lodgeblocks.right > div.visual {
            float: left;
          width: 60%;
          text-align: left;
          position:relative;
		/*height: 400px;*/
		height: auto;
    }
}

.lodgeblocks > a.visual div, .lodgeblocks > div.visual div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lodgeblocks.left > a.info div.lodgeblock-text, .lodgeblocks.left > div.info div.lodgeblock-text {
      display:block;
      /*text-align: right;*/
      width: 86%;
		margin: 5% 7%;
}
.lodgeblocks.right > a.info div.lodgeblock-text, .lodgeblocks.right > div.info div.lodgeblock-text {
      /*left: 14%;*/
      display:block;
      text-align: left;
      width: 86%;
	margin: 5% 7%;
}
@media only screen and (min-width:700px) {
    .lodgeblocks.left > a.info div.lodgeblock-text, .lodgeblocks.left > div.info div.lodgeblock-text {
          display:block;
          /*text-align: right;*/
          width: 86%;
		  margin: 0  7%;
    }
    .lodgeblocks.right > a.info div.lodgeblock-text, .lodgeblocks.right > div.info div.lodgeblock-text {
          display:block;
          text-align: left;
          width: 86%;
		  margin: 0  7%;
    }
    .lodgeblocks > a div.lodgeblock-text p.line1, .lodgeblocks > div div.lodgeblock-text p.line1 {
    	font-size: 40px;
    }
}

@media only screen and (min-width:1250px) {
	.lodgeblocks > a div.lodgeblock-text p.line1, .lodgeblocks > div div.lodgeblock-text p.line1 {
    	font-size: 46px;
    }
}
.lodgeblocks > a.info div.lodgeblock-text p, .lodgeblocks > div.info div.lodgeblock-text p {
      /*&text-align: right;*/
      margin:0;
      line-height: 1.3;
}
.lodgeblocks > a.visual div.lodgeblock-text p, .lodgeblocks > div.visual div.lodgeblock-text p {
      text-align: left;
      margin:0;
}
.lodgeblocks > a div.lodgeblock-text p.line1, .lodgeblocks > div div.lodgeblock-text p.line1 {
      font-size: 37px;
      line-height: 1;
      color: rgba(255,255,255,0.99);
}
@media only screen and (min-width:700px) {
    .lodgeblocks > a div.lodgeblock-text p.line1, .lodgeblocks > div div.lodgeblock-text p.line1 {
          font-size: 46px;
          line-height: 1.1;
          color: rgba(255,255,255,0.99);
    }
}
.lodgeblocks > a div.lodgeblock-text p.line2, .lodgeblocks > div div.lodgeblock-text p.line2 {
      font-size: 32px;
      text-transform: unset;
      line-height: 1;
      font-style: italic;
      color: rgba(255,255,255,0.99);
}

.lodgeblocks > a.info div.lodgeblock-text p.line2, .lodgeblocks > div.info div.lodgeblock-text p.line2 {
	margin-right: 3px;
	letter-spacing: 1px;
	font-weight: 300 !important;
}

.lodgeblocks > a div.lodgeblock-text p.line3, .lodgeblocks > div div.lodgeblock-text p.line3 {
	font-family: var(--primary-font);
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	color: rgba(255,255,255,0.8);
	width: 100%;
	margin: 18px 0 10px auto;
	line-height: 1.3;
	/*text-align: right;*/
}
.lodge-highlights p { font-size: 18px; font-family: 'Montserrat', sans-serif; font-weight: 400; line-height: 1.4 !important; margin-top: 10px; }

@media only screen and (min-width:pixelspx) {
    .lodgeblocks > a div.lodgeblock-text p.line3, .lodgeblocks > div div.lodgeblock-text p.line3 {
        width: 80%;
    }
}
.lodgeblocks.right > a div.lodgeblock-text p.line3, .lodgeblocks.right > div div.lodgeblock-text p.line3 {
	margin: 18px auto 10px 0;
	text-align: left;
}
.lodgeblocks > a .divider, .lodgeblocks > div .divider {
      width: 122px;
      height: 1px;
      background:rgba(255,255,255,1);
      display:inline-block;
      margin:18px 0 12px;
}
.lodgeblocks.left > a.info > *, .lodgeblocks.left > a.info div.lodgeblock-text > *, .lodgeblocks.left > div.info > *, .lodgeblocks.left > div.info div.lodgeblock-text > * {
      text-align: left;
}

.lodgeblocks.left.t-right > a.info > *, .lodgeblocks.left.t-right > a.info div.lodgeblock-text > *, .lodgeblocks.left.t-right > div.info > *, .lodgeblocks.left.t-right > div.info div.lodgeblock-text > * {
      text-align: right;
}

.lodgeblocks.right > a.info > *, .lodgeblocks.right > a.info div.lodgeblock-text > *, .lodgeblocks.right > div.info > *, .lodgeblocks.right > div.info div.lodgeblock-text > *  {
      text-align: left;
}


.lodgeblocks > a:hover div.overlay {
      /*opacity: 0.9;*/
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
}








.bloglist {
	list-style: none;
    margin: 0;
    padding: 0;
}
.bloglist li {
	list-style: none;
    width: 100%;
    margin: 0 0 2% 0;
    float: left;
    height: 277px;
    display: block;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width:900px) {
    .bloglist li {
        list-style: none;
		width: 49%;
		margin: 0 2% 2% 0;
		float: left;
		height: 277px;
		display: block;
		position: relative;
		overflow: hidden;
    }
}
.bloglist li:nth-child(2n+2) {
    margin: 0 0 2% 0;
}
.bloglist li a {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    background: rgba(0,0,0,0.4);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content {
	margin-right: 0;
	clear: both;
	overflow: auto;
	min-height: 600px;
}
.sidebar {
	position: relative;
	width: 100%;
	margin-left: 0;
	float: none;
	/* overflow: hidden; */
	color: #333;
	min-height: 600px;
	display:none;
}

@media only screen and (min-width:800px) {

	.content {
		margin-right: 260px;
		clear: both;
		overflow: auto;
		min-height: 600px;
	}
	.sidebar {
	display:block;
		position: relative;
		width: 220px;
		margin-left: -260px;
		float: right;
		/* overflow: hidden; */
		color: #333;
		min-height: 600px;
	}

}

.sidebar h3 {
	margin-left: 0 !important;
	text-align: left !important;
}
ul.sidebar-categories {
	padding-left: 30px !important;
	margin: 0 !important;
}
	.content-wrapper  {
		float: left;
		width: 100%;
	}

	.sidebar-categories li a {
		/*color: #ad8c4f;*/
	color: var(--main-website-color) !Important;
    font-weight: bold;
    text-decoration: none !important;
    /*border-bottom: 2px rgba(103, 81, 39, 0.4) dotted;*/
	}
	.sidebar-categories li a:hover {
		opacity: 0.7;
	}

	.taggedWith a {
		white-space: nowrap;
    background: #fff;
    padding: 2px 4px;
    margin: 2px;
    text-decoration: none;
    color: #4a361b;
    display: inline-block;
    font-size: 13px;
	font-weight: 500;
	border: 1px solid rgba(74, 54, 27, 0.4);
	border-radius: 2px;
	}
	.taggedWith a:hover {
    background: #4a361b;
	color: #fff;
	}



	ul.bloglist li:nth-child(2n+2) {
	margin: 0 0 1% 0;
}
ul.bloglist li div.post-thumb {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 8;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.bloglist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	background: rgba(0,0,0,0.4);
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.bloglist li a:hover {
	background: rgba(0,0,0,0.6);
}
ul.bloglist li:hover div.post-thumb {
	transform: scale(1.1);
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
ul.bloglist li a div.post-details {
	position: absolute; left: 50%; top: 70%; transform: translate(-50%, -50%); text-align: center; width: 90%; -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.bloglist li:hover a div.post-details {
	top: 50%;
}
ul.bloglist li a div.post-details p.post-cta {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	width: auto;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	margin:70px 0 0 0;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 3px 6px;
	opacity: 0;
	text-transform: uppercase;
	-moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
ul.bloglist li:hover a div.post-details p.post-cta {
	margin:23px 0 0 0;
	padding: 3px 6px;
	opacity: 0.75;
}

ul.bloglist li a p.post-category {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
	padding:0;
	z-index: 999;
	width: 100%;
	line-height: 1.4;
}
ul.bloglist li a p.post-title {
	font-family: 'Cinzel', serif;
	font-size: 26px;
	line-height: 1.2;
	color: #fff;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	margin:0;
	padding:0;
	z-index: 999;
	width: 100%;
}
ul.bloglist li a p.post-date {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	margin:13px 0 0 0;
	padding:0;
	width: 100%;
	text-transform: uppercase;
}


  /* post navigation */
  .post-navigation .nav-previous:before {
    content: 'Previous Story:';
    display: block;
	color: #999;
	margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
}
  .post-navigation .nav-next:before {
    content: 'Next Story:';
    display: block;
	margin-bottom: 2px;
	color: #999;
    text-transform: uppercase;
    font-size: 11px;
    text-align: right;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
	font-weight: 600;
}


.pagination {
    text-align: center !important;
}
a.page-numbers {
    padding: 2px;
    background: #bbb;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin: 2px;
}



span.current {
    padding: 2px;
    background: #666;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin: 2px;
}

a.next, a.prev {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline-block;
    color: #666 !important;
    font-weight: bold !important;
    margin: 0 !important;
    font-size: 14px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
}

/*  acf map  */

.acf-map {
	width: 100%;
	height: 600px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.gm-style-iw h5 {
	margin: 10px 0 0;
}
.gm-style-iw p.address {
	margin: 0;
	font-size: 14px;
}
.gm-style-iw div:nth-child(2) {
	width: 200px !important;
}
/*
      .acf-map {
                height: 600px;
                margin: 20px -15px 0;
        }
        .acf-map img {
           max-width: 150px;
            float: left;
            border-radius: 6px;
            margin: 0 20px 0 0;
        }
        .acf-map h3,
        .acf-map address{color: #15397f;}
        html, body { height: 100%; margin: 0; padding: 0; }
        */




/* to show and hide forms on contact page */

.forMobile { display: block; }
.forDesktop { display: none; }

@media only screen and (min-width:910px) {
	.forMobile { display: none; }
	.forDesktop { display: block;margin: 0 auto; }
}


.accreditations a {
	display: inline-block;
	margin: 5px;
	opacity: 0.2;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.accreditations a:hover {
	opacity: 0.6;
}



/*
 *remove logo from mobile menu
 **/
.cd-navigation #menu-item-121 {
	display: none !important;
}


/*single post navigation prev next
 */


.post-previous-text {
    /*content: 'Previous Story:';*/
    display: block;
    color: #999;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
	float: left;
	width: 50%;
}
.post-next-text {
    /*content: 'Next Story:';*/
    display: block;
    margin: 0;
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    text-align: right;
	float: right;
	width: 50%;
}




 .single-post-nav {
    width: 100%;
    margin-top: 60px;
    border-top: 3px solid #45A3D6;
    background: #fff;
}

.single-post-nav a {
    text-decoration: none;
}

.single-post-nav > div {
    width: 50%;
    float: left;
    padding: 30px 50px;
    text-align: right;
}

.single-post-nav > div:first-child {
    border-right: 3px solid #45A3D6;
    text-align: left;
}

.single-post-nav > div h4 {
    margin: 0;
}

.single-post-nav > div:nth-of-type(1) img {
    float: left;
    margin-right: 16px;
}

.single-post-nav > div:nth-of-type(2) img {
    float: right;
    margin-left: 16px;
}

.contact_page_number {
	white-space: nowrap;
}
.contact_page_email {
	white-space: nowrap;
}

.contact_page_divider {
	display: none;
}
.linebreak {
	display: block;
}
.spaces {
	display: none;
}
@media only screen and (min-width:890px) {
	.contact_page_divider {
		display: inline-block;
	}
	.linebreak {
		display: none;
	}
	.spaces {
		display: inline-block;
	}
}



/* custom styling for the homepage to fix h1 request */

.page-id-324 p.welcome, .page-id-3843 p.welcome {
clear:both;
font-weight: 300;
    font-family: 'Cinzel' !important;
    text-align: center;
	font-size: 45px !important;
    line-height: 1.1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	margin-bottom: 46px;
}

.page-id-324 h1, .page-id-3843 h1 {
clear:both;
font-weight: 300;
    font-family: 'Cinzel' !important;
    text-align: center;
font-size: 35px !important;
    line-height: 1.1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}



/* contact form overrides (cache wasnt working)  */

span#cell_country_dialing_code {
	background: #fff !important;
}

#container_submit input.button {
    width: 95.6% !Important;
}
input[type="radio"] + span {
    color: #aaa !important;
}


.credit_left {
	font-size: 12px; color: rgba(255,255,255,0.3); float: left; margin: 4px 0 10px; line-height:1;
}
.credit_right {
	font-size: 12px; color: rgba(255,255,255,0.3);; float: right; margin: 4px 0 10px; line-height:1;
}
.credit_left a, .credit_right a {
	font-size: 12px; color: rgba(255,255,255,0.6); text-decoration: none !important;
}
.credit_left a:hover, .credit_right a:hover {
	color: rgba(255,255,255,0.9) !important; text-decoration: none !important;
}



#footer div.block1 p, #footer-cols div p {
	color: rgba(250,250,250,0.8); line-height: 1.3; font-size: 17px; text-align: left;margin:10px 10% 10px 0;
	font-weight: 400;
}
#footer div.block1 p a {
	color: rgba(250,250,250,1) !important;
	font-weight: 400;
	text-decoration: none !important;
}
#footer div.block1 p a:hover {
	color: rgba(250,250,250,0.7) !important;
}
#footer div.block1 p strong {
	color: rgba(250,250,250,0.8); line-height: 1.2; font-size: 14px; text-align: left;
}
#footer div.block1 p strong a {
	color: rgba(250,250,250,1) !important; line-height: 1.2; font-size: 14px; text-align: left; text-decoration:none;
}



/* new */


        a.button.small {
            font-size: 16px;
            background: #000;
            text-transform: uppercase;
            color: #fff;
            padding: 10px 18px;
            padding: 5px 18px;
            letter-spacing: 1px;
            border-radius: 0px;
            text-decoration: none;
            margin: 10px;
            font-weight: 400;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
		.banner-text2 a.button.small {
			float: var(--heading-alignment);
		}
        a.button.small:hover {
            font-size: 16px;
            background: #999;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 1px;
        }

        a.button.big {
            font-size: 18px;
            background: #000;
            text-transform: uppercase;
            color: #fff;
            padding: 5px 35px;
            letter-spacing: 4px;
            border-radius: 0px;
            font-weight: 600;
            text-decoration: none;
            margin: 10px 0;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        a.button.big:hover {
            font-size: 18px;
            background: #999;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 4px;
            font-weight: 600;
        }
        .reversed {
            background: #fff !important;
            color: var(--main-website-color) !important;
            font-weight: 600 !important;
            /*border: 2px solid transparent;*/
        }
        .reversed:hover {
            color: #fff !important;
            background: var(--main-website-color) !important;
        }
        .color-swatch {
            text-align: center;
            padding: 6px;
            border: 2px solid #aaa;
            border-right: 2px solid #888;
            border-bottom: 2px solid #888;
            margin: 20px;
            width: 60px;
           -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.25);
            -moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.25);
            box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.25);
        }
        .color-swatch:hover {
        -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
        }
        .color-swatch .swatch {
            width: 60px;
            height: 60px;
            background: var(--main-website-color);
        }
        .color-brown {
            background: var(--main-website-color);
        }
        .color-swatch p {
            margin:5px 0 0 0;
            font-weight: 600;
        }
        h1 {
            font-size: 38px;
            line-height: 0.8;
            letter-spacing: -2px;
            font-family: var(--heading-font);
            font-weight: 100;
            text-align: center;
            margin: 15px auto 20px;
			font-style: var(--heading-font-style);
			color: var(--main-website-color);
        }
        @media only screen and (min-width:700px) {
            h1 {
                font-size: 56px;
            	line-height: 1;
            }
        }
        h1.title {
            font-style: italic;
        }
        h1.brown, h2.brown, h3.brown, h4.brown, h5.brown, h6.brown, p.brown {
            color: var(--main-website-color);
        }
        h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white {
            color: #fff;
        }

        h2 {
			font-family: 'Montserrat', sans-serif;
            font-size: 24px;
			max-width: 80%;
            font-weight: 300;
            color: #333;
            letter-spacing: 4px;
            line-height: 1.3;
            text-align: center;
            text-transform: uppercase;
            padding: 0 20px;
            margin: 0 auto 40px;
            width: auto;
            /*background: white;*/
            display: block;
            text-align: center;
            margin: 52px auto 0;
        }
		 h3 {
			/*font-family: 'Alegreya Sans', sans-serif;*/
			font-family: 'Montserrat', sans-serif;
            font-size: 24px;
			max-width: 80%;
            font-weight: 300;
            color: var(--main-website-color);
            letter-spacing: 0;
            line-height: 1.3;
            text-align: center;
            text-transform: none;
            padding: 0 20px;
            margin: 0 auto 40px;
            width: auto;
            /*background: white;*/
            display: block;
            text-align: center;
            margin: 30px auto 0;
        }
		@media only screen and (min-width:700px) {
            h2, h3 {
                font-size: 30px;
            }
        }


		div.brown {
            background: var(--main-website-color);
        }
        div.white {
            background: #fff;
        }

        p.introtext {
            font-family: var(--primary-font);
            font-size: 30px;
            line-height: 1.2;
            color: var(--main-website-color);
            letter-spacing:0.4px;
            font-style: italic;
            margin:0;
            padding: 0;
            text-align: center;
            /* */
            width: 80%;
            margin: 0 auto;
        }
        .divider {
            display: block;
            width: 160px;
            height: 5px;
            border-bottom: 2px solid #000;
            margin: 40px auto 40px;
			opacity: 0.5;
        }
        p {
            color: #0b0b0b;
			font-family: 'Alegreya Sans', sans-serif;
            font-size: 17px;
            font-weight:  300;
            line-height: 1.7;
            text-align: left;
            /*
            width: 70%;*/
            margin: 20px auto;
        }

        .smalltext {
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            line-height: 1.2;
			width: 100%;
			/*padding-right:15%;*/
			padding-right:0;
			text-align: right;
			width: 100%;
			margin-top: 10px;
        }
        @media only screen and (min-width:700px) {
            p {
				font-family: 'Alegreya Sans', sans-serif;
                font-size: 16px;
                font-weight:  300;
                line-height: 1.7;
                text-align: justify;
                margin: 20px auto;
            }
			.smalltext {
				font-size: 15px;
				font-weight: 600;
				text-transform: uppercase;
				letter-spacing: 0.4px;
				line-height: 1.2;
				width: 100%;
				text-align: right;
				padding-left:40%;
				padding-right: 0;
				margin: 40px 0 18px;
			}
			.banner-text2 .smalltext {
				font-size: 15px;
				font-weight: 500;
				text-transform: uppercase;
				letter-spacing: 0.4px;
				line-height: 1.2;
				width: 100%;
				text-align: var(--heading-alignment);
				padding-right:var(--banner-smalltext-padding-right);
				padding-left: var(--banner-smalltext-padding-left);
				margin: 20px 0;
			}
        }

        @media only screen and (min-width:1240px) {
            p {
				font-family: 'Alegreya Sans', sans-serif;
                font-size: 19px;
                font-weight:  300;
                line-height: 1.7;
                text-align: justify;
                margin: 20px auto;
            }

        }

        .pb_textbox ol { margin-left: 0px; padding-left: 15px; }
        .pb_textbox ol li, .pb_textbox ol li { font-family: 'Alegreya Sans', sans-serif; font-size: 18px; }
        #nav li {
        list-style: none;
        /*margin:0 4px;*/
        /* margin: 75px 4px 0; /*37px 4px 0;*/
        float: left;
				margin-left: 5px;
        }
        #nav li a {
			font-size: 13px;
			letter-spacing: 0.6px;
			color: #000 !important;
			text-transform: uppercase;
			text-decoration: none;
            text-decoration: none;
            position: relative;
            padding-bottom: 4px;
        }
		#nav li:last-child {
			margin-right: 0;
		}
		#nav li:last-child a {
			margin-right: 0;
		}

		@media screen and (max-width: 1300px) and (min-width: 1180px) {
			#nav li a {
				font-size: 11px !important;
			}
		}

        #nav li a:hover {
			color: var(--main-website-hover-color) !important;
        }
        #nav li a:active, #nav li a:visited {
			color: var(--main-website-hover-color) !important;
        }
        #nav li a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0%;
            border-bottom: 2px solid color: var(--main-website-color);
            transition: 0.4s;
          }
         #nav li a:hover:after {
            width: 100%;
            left: 0;
          }
         #nav li ul li a:hover:after {
            width: 50%;
            left: 50%;
			transform: translateX(-50%);
          }



		  #cd-lateral-nav li.logo {
			display: none;
		  }

		  /* #bookingform */

		  .whitebar {
			position: absolute; left: 0; right: 0;bottom: -15px; height: 50px; background: #fff; z-index:99999; height: 88px;
		  }
			@media only screen and (min-width:700px) {
			.whitebar {
			  position: absolute; left: 0; right: 0;bottom: -28px; height: 66px; background: #fff; z-index:99999;
			}
		  }

			#bookingform {
				width: 100%;
				background: white;
				text-align: center;
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
				overflow: auto;
				bottom: 0;
			}
			.bookingform-inner {
				text-align: center;width: auto;display: block; padding: 10px 6px 11px 6px;
			}
			@media only screen and (min-width:700px) {
				.bookingform-inner {
					text-align: center;width: auto;display: inline-flex; padding: 10px 20px 17px 20px;
				}
			}
			.bookingform-title {
				display: inline-block; height: 30px; color: white; font-family: var(--heading-font); text-transform: uppercase;
				font-size: 18px; font-weight: 400; color: var(--main_website_color); text-align:right;margin: 5px 0 0 0;line-height: 1.1;
			}
			.bookingform-inner form {
				text-transform: uppercase !important;
				height: 95px;
				height: 34px;
			}
			.date-in { display: inline-block;text-align: left;margin-right: 5px; }
			.date-out { display: inline-block;text-align: left; }

			.date-in, .date-out {
				width: 34%;
				/*float: left;*/
				}
			.date-in input, .date-out input {
				width: 100%;
				}
			@media only screen and (min-width:700px) {
				.bookingform-title {
					font-size: 24px;
					margin: 5px 20px 0 0;
				}
				.date-in, .date-out {
				width: auto;
				/*float: none;*/
				}
				.date-in input, .date-out input {
				width: 120px;
				}
			}
			@media only screen and (min-width:870px) {
                .date-in input, .date-out input {
					width: 175px;
					}
            }



			#bookingform form a.button.big {
				font-size: 17px;
				background: var(--main-website-color);
				text-transform: uppercase;
				color: #fff !important;
				padding: 4px 8px;
				-moz-transition: all .3s ease;
				-webkit-transition: all .3s ease;
				transition: all .3s ease;
				margin: 0 0 0 4px;
				/*float: left;*/
				letter-spacing: 0;
				font-weight: normal;
			}
			#bookingform form a.button.big:hover {
				background: var(--main-website-hover-color);
				color: #fff !important;
			}

			@media only screen and (min-width:700px) {
				#bookingform form a.button.big {
				font-size: 18px;
					padding: 5px 14px;
					 margin: 10px 0;
					letter-spacing: 4px;
				/*float: none;*/
				}
			}
			@media only screen and (min-width:870px) {
				#bookingform form a.button.big {
					padding: 5px 35px;
				}
            }



		  #bookingform form input {
			font-size: 14px;
			font-family: var(--primary-font); padding-left: 25px;
		  }

			@media only screen and (min-width:700px) {
			#bookingform form input {
			font-size: 15px;
			font-family: var(--primary-font); padding-left: 35px;
		  }
			}
		  #bookingform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			color: #ccc;
		  }
		  #bookingform ::-moz-placeholder { /* Firefox 19+ */
			color: #ccc;
		  }
		  #bookingform :-ms-input-placeholder { /* IE 10+ */
			color: #ccc;
		  }
		  #bookingform :-moz-placeholder { /* Firefox 18- */
			color: #ccc;
		  }



		 /*#bookingform button, input[type="button"], input[type="reset"], input[type="submit"] {*/
		 #bookingform input[type="submit"] {
			border: none;
			border-color: #ccc #ccc #bbb;
			border-radius: 3px;
			background: #e6e6e6;
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
			color: rgba(0, 0, 0, .8);
			font-size: 12px;
			font-size: 0.75rem;
			line-height: 1;
			padding: .6em 1em .4em;
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
			position: absolute;
			left: 0;
			/*background: transparent url('_zebradatepicker/images/calendar.png') no-repeat 5px center;*/
			width: 30px;
			text-indent: -9999px;
		 }



		 /* zebra datepicker  */

		.Zebra_DatePicker {
			z-index: 99999;
		}




ul.footer-nav {
	margin: 20px 0 0 0;
	padding: 0;
}
ul.footer-nav li {
	margin: 0;
	padding: 0;
	list-style:none;
	width: 90%;
}


ul.footer-nav li.heading {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
ul.footer-nav li a {
	color: rgba(250,250,250,0.6) !important;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none !important;
	padding: 3px 0 3px 2px;
    display: inline-block;
    line-height: 1.2;
}

ul.footer-nav li a:hover  {
	/* , #menu-footer-our-hotels li a:hover, #menu-footer-our-adventures li a:hover */
	color: #fff !important;
}

ul.footer-nav li.heading a {
	/* , #menu-footer-our-hotels li.heading a, #menu-footer-our-adventures li.heading a */
	color: rgba(250,250,250,0.9) !important;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1px 0 1px 2px;
	margin-top: 20px;
    display: inline-block;
	pointer-events: none !important;
}
/* #menu-footer-our-hotels li.heading:first-child a, #menu-footer-our-adventures li.heading:first-child a { */
ul.footer-nav li.heading:first-child a {
	margin-top: 0;
}






p.banner-heading {
	text-transform: none;
    font-weight: 300;
    width: 100%;
    text-align: var(--heading-alignment);
	font-size: 32px;
    letter-spacing: -2px;
	font-family: var(--heading-font);
    margin: 15px auto 7px;
    line-height: 0.8;
    font-style: var(--heading-font-style);
    color: #fff;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	text-transform: var(--heading-text-transform);
}
@media only screen and (min-width:700px) {
    p.banner-heading {
        font-size:  var(--heading-text-size);
        line-height: 1;
    }
}



.Zebra_DatePicker td, .Zebra_DatePicker th {
    text-align: center;
    padding: 0 !important;
    height: 28px !Important;
}
.cursor-default {
	cursor: default;
}


#sia-logo-footer {
	position: relative;display: block; left: 0;
	margin-top: 28px; /* */
}
@media only screen and (min-width:1040px) {
	#sia-logo-footer {
		margin-top: 0;
		 bottom: -25px;
		 /* position: absolute; right: 7px; left: auto; */
	}
}

.mobilemenu {
	display: block;
}
@media only screen and (min-width:1250px) {
    .mobilemenu {
        display: none;
    }
}




.nav-links {
	padding-bottom: 20px;
}

.page-id-333 .pb_textbox p {
	text-align: left !important;
}


.gform_wrapper .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1 !important;
    clear: both;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
}

/*@media only screen and (min-width: 641px) {*/
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		/*width: calc(50% - 8px);*/
		width: 100% !important;
	}
/*}*/

.gform_footer input[type="submit"] {
	font-size: 18px !important;
    padding: 5px 14px !important;
    margin: 10px 0 !important;
    letter-spacing: 4px !important;
    background: var(--main-website-color) !important;
    text-transform: uppercase !important;
    color: #fff !important;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: normal !important;
	box-shadow: none !important;
	border-radius: 30px!important;
}

.gform_wrapper input[type="text"] {
    border: 1px solid #aaa !important;
}



.gform_wrapper .gform_footer {
    padding:0 !important;
    margin: 0 0 20px !important;
    clear: both;
    width: 100%;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}


.contact-right {
	width: 100%; float: none;
}
.contact-left {
	width: 100%; float: none;
}

@media only screen and (min-width:800px) {
    .contact-right {
		width: 40%; float: right;
	}
	.contact-left {
		width: 60%; float: left;
	}
}

/* photoswipe lightbox change to light mode */
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff !important;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #666 !important;
    opacity: 0.75;
    padding: 0 10px;
}


/*button.pswp__button {
background-color: #fff !important;
}
button.pswp__button:hover {
background-color: #fff !important;
}*/


.content a {
	border:none !important;
}


/* simple lightbox */
#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 105%;
    min-width: 100%;
    background-color: #fff !important;
}


/* contact page layout
.page-template-template_contact .owl-carousel {
	height:30vh !Important;
}
.page-template-template_contact .banner {
	height: 44vh !important;
}
.page-template-template_contact .owl-item-slide {
	background-position: center 70% !Important;
}
*/

.nolink>a:hover {
	cursor:default !important;
}





.restaurantwidget {
	width: 260px;
    height: 365px;
    float: none;
    margin: 20px auto;
	}
.cssmodal .restaurantwidget {
	width: 260px;
    height: 365px;
    float: none;
    margin: 0;
	}

@media only screen and (min-width:550px) {
    .restaurantwidget {
        width: 260px;
        height: 365px;
        float: right;
        margin: 0 0 20px 40px;
        }
}
a.dinewidgetbutton {
    display: inline-block;
    background: var(--main-website-color);
    padding: 20px 46px;
    font-size: 20px;
    border-radius: 3px;
    color: #fff !important;
    border-bottom: none;
    margin: 30px auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}





@media only screen and (max-width:1100px) {
        .pb_introtext {
			font-family: 'Crimson Text', serif;
			color: #a9a9a9;
    font-style: italic;
    letter-spacing: -0.5px;
                font-size: 28px;
    text-align: center;
    margin: 20px auto;
    width: 80%;
        }
}

.pb_image2_text ul {
	margin: 0px;
	padding-left: 10px;
	font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px;
    padding: 7px;
    border: 1px solid #797979;
}



/* css modal */


/* Unopened CSS Modal */
.cssmodal {
    display: flex;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: top 0s 1s, opacity 1s 0s;
    transition: top 0s 1s, opacity 1s 0s;
	z-index: 999;
}

/* Opened CSS Modal */
.cssmodal:target {
    top: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}

/* CSS Modal content */
.cssmodal figure {
    width: 95%;
    max-width: 300px;
    position: relative;
    padding: 20px;
    opacity: 0;
    background-color: white;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

/* Dialog modal style */
.cssmodal.dialog figure {
    background: white;
    border-radius: 5px;
    /*padding-top: 10px;*/
}

/* Dialog modal h2 style */
.cssmodal.dialog figure h2 {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

/* CSS Modal content when opened */
.cssmodal:target figure {
    opacity: 1;
}

/* style for small x link inside dialog modal */
.cssmodal.dialog .smallclose {
    text-decoration: none;
    position: absolute;
    /*right: 6px;
    top: 0px;*/
    right: -26px;
    top: -12px;
    font-size: 36px;
	color: rgba(255,255,255,0.6) !important;
}

/* style for small x link inside dialog modal */
.cssmodal.dialog .smallclose:hover {
	color: rgba(255,255,255,1) !important;
}

/* veil that covers page when CSS Modal is open */
.cssmodal .veil {
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color:var(--main-website-color);
    content: "";
    cursor: default;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* veil style when CSS Modal is open */
.cssmodal:target .veil {
    visibility: visible;
}


.removelink {
	pointer-events: none;
	cursor: default;
}


.image-plus-text-blocks {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.image-plus-text-blocks li {
	list-style:none;
	margin: 0;
	padding: 0;
}


/* new style to match booking widget close button */
.cssmodal.dialog figure {
    background: white;
    border-radius: 5px;
    padding-top: 5px;
}
.cssmodal figure {
    width: 95%;
    max-width: 270px;
    position: relative;
    padding: 5px;
    opacity: 0;
    background-color: white;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}


.cssmodal.dialog .smallclose {
    background: black;
    width: 31px;
    text-align: center;
    height: 31px;
    padding: 0;
    line-height: 1;
    border-radius: 20px;
    border: 2px solid white;
    text-decoration: none;
    position: absolute;
    right: -14px;
    top: -14px;
    font-size: 27px;
    color: rgba(255,255,255,1) !important;
}
a.dinewidgetbutton {
    display: inline-block;
    background: var(--main-website-color);
    padding: 20px 46px;
    font-size: 20px;
    border-radius: 3px;
    color: #fff !important;
    border-bottom: none;
    margin: 30px auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}




/* testimonials copied from page-builder.css Doesnt seem to read from pagebuilder.css..... */


/* reviews  */

        .testimonial {
            width: 100%;overflow: auto; text-align: center; margin-bottom: 30px;
        }

        @media only screen and (max-width:720px) {
            .testimonial-image {
                width: 100%; float: none; background: #948b81; height: 200px; position: relative;
            }
            .testimonial-text {
               width: 100%; float: left; background: #d8d5d1; text-align: center !important;height: auto; padding: 70px 0 30px;
            }
            .testimonial-avatar {
                position: absolute; bottom: -30px; width: 60px;height: 60px; left: 50%; transform:translateX(-50%); background: red; border-radius: 70px;
            }
        }


        .testimonial p {
            margin:0 !Important;
			text-align: center !important;
        }


        .testimonial p.review-heading {
			font-family: 'Roboto', sans-serif;
            color: #aeacaa;
            margin: 20px auto 20px !Important;
            font-size: 15px;
            letter-spacing: 1px;
        }

        .testimonial p.review-title {
			font-family: var(--heading-font);
            color: var(--main-website-color);
            font-size: 33px;
            font-style: italic;
            position: relative;
            width: 80%;
            margin: 0 auto !Important;
            letter-spacing: -1px;
			line-height: 1.1;
        }
        .testimonial p.review-title:before {
            width: 28px;
            height: 22px;
            content: url(images/testimonial-quotes-open.png);
            line-height: 0.2;
            position: relative;
            right: 0;
            top: 0;
            vertical-align: super;
            margin-right: 6px;
        }
        .testimonial p.review-title:after {
            width: 28px;
            height: 22px;
            content: url(images/testimonial-quotes-close.png);
            line-height: 0.3;
            position: relative;
            left: 0;
            top: 0;
            margin-left: 6px;
            vertical-align: text-bottom;
        }
        .testimonial div.review-text {
            width: 70%;
            margin: 20px auto;
			text-align: center;
        }
        .testimonial div.review-text p {
			font-family: var(--heading-font);
            color: var(--main-website-color);
            font-style: italic;
            font-size: 21px;
			text-align: center;
			line-height: 1.1;
        }
        .testimonial p.review-name {
			color: var(--main-website-color);
			font-size: 14px;
			opacity: 0.7;
			margin: 30px auto !Important;
        }
        .testimonial p.review-name span {
        font-style: italic;
        }



        @media only screen and (min-width:720px) {
            .testimonial-image {
                width: 40%; float: left; position: relative; background: #e8eae7;
            }
            .testimonial-text {
               width: 60%; float: left; background: #e8eae7; text-align: center !important; padding: 20px 0 40px;padding: 49px 0 59px;
            }
            .testimonial-avatar {
                position: absolute; right: -30px; width: 60px;height: 60px; top: 50%; transform:translateY(-50%); border-radius: 70px;
            }
        }


.unclickable {
	cursor: default !Important;
}

a {
	-webkit-tap-highlight-color: transparent !important;
}


@media only screen and (max-width:1100px) {
    .page_builder_table th {
    padding: 5px 0;
    text-align: left;
    }
}
.page_builder_table td {
padding: 5px 0;
}

.centercenter p {
	text-align: unset;
}


.table-rates-col1 {
	width: 30%; text-align: left; padding-left: 10px; border-left: 0px;
}

@media only screen and (min-width:700px) {
    .line1 {
		font-size: 42px;
	}
	.lodgeblocks > a div.lodgeblock-text p.line1, .lodgeblocks > div div.lodgeblock-text p.line1 {
    	font-size: 40px;
    }
    .lodgeblocks > a div.lodgeblock-text p.line2, .lodgeblocks > div div.lodgeblock-text p.line2 {
    	font-size: 28px;
    }
    .lodgeblocks.left > a.info div.lodgeblock-text, .lodgeblocks.left > div.info div.lodgeblock-text {
        width: 88%;
        margin: 0 6%;
    }
    .lodgeblocks.right > a.info div.lodgeblock-text, .lodgeblocks.right > div.info div.lodgeblock-text {
        width: 88%;
        margin: 0 6%;
    }
}

@media only screen and (min-width:1250px) {
	.line1 {
		font-size: 52px;
	}
	.lodgeblocks > a div.lodgeblock-text p.line1, .lodgeblocks > div div.lodgeblock-text p.line1 {
    	font-size: 46px;
    }
    .lodgeblocks > a div.lodgeblock-text p.line2, .lodgeblocks > div div.lodgeblock-text p.line2 {
    	font-size: 32px;
    }
    .lodgeblocks.left > a.info div.lodgeblock-text, .lodgeblocks.left > div.info div.lodgeblock-text {
        width: 86%;
        margin: 0 7%;
    }
    .lodgeblocks.right > a.info div.lodgeblock-text, .lodgeblocks.right > div.info div.lodgeblock-text {
        width: 86%;
        margin: 0 7%;
    }
}

.lodgeblocks:hover > div div.lodgeblock-text p.exp_details { color: #fff !important; }

.heading-with-image .button {
	border-radius: 10px;
	background-color: #808285;
	margin-right: 10px;
	padding: 5px 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px;
	margin-top: 15px;
    display: inline-block;
}
.heading-with-image .button:hover {
	background-color: #000;
}
.list_style_inside ul {
	list-style-position: inside;
	padding-left: 0px;
}

.page-id-333 .PB-button {
	width: 90% !important;
}
@media screen and (min-width: 1100px) {
	.page-id-333 .PB-button {
		width: 60% !important;
	}
}

.link-head a {
	cursor: auto;
	font-weight: bold !important;
	color: #000 !important;
	padding-top: 10px !important;
}

.link-head-1 a {
	font-weight: bold !important;
	color: #000 !important;
	padding-top: 10px !important;
}

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

@media only screen and (min-width: 700px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
		top: 55%;
	}
}

@media only screen and (max-width: 700px) {
    .home .banner {
        height: calc( 97vh - 162px ) !important;
    }
    .banner {
        height: calc( 97vh - 122px ) !important;
    }
    .box-content-right a {
    	float: unset;
    }
    .text-right {
		text-align: unset;
	}
}
