/*
Theme Name: The Inn of Lake George
Theme URI: http://underscores.me/
Author: Mannix Marketing,Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for The Inn of Lake George.
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: theinnoflakegeorge

This theme,like WordPress,is licensed under the GPL.

theinnoflakegeorge is based on Underscores http://underscores.me/,(C) 2012-2015 Automattic,Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
hr{box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}
fieldset{padding:.35em .75em .625em}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
textarea{overflow:auto}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
[hidden],template{display:none}
button,hr,input{overflow:visible}
progress,sub,sup{vertical-align:baseline}
[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
:root {

}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {font-size:16px; scroll-behavior: smooth; scroll-padding: 100px;}
body,button,input,select,textarea {
	color: #4c4b46;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6,
.h1 {
	color: #4c4b46;
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	margin: 0 0 0.5em;
	line-height: 1.5;
}
h1,
.h1 {
	font-size: 2rem;
	text-align: center;
}
h2 {
	font-size: 2rem;
}

p {margin: 0 0 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}
*,:after,:before{box-sizing:inherit}
body{background:#fff}
hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}
ol,ul{margin:0 0 1.5em 0}
ul{list-style:disc}
ol{list-style:decimal}
li>ol,li>ul{margin-bottom:0;margin-left:1.5em}
dt{font-weight:700}
dd{margin:0 1.5em 1.5em}
img{height:auto;max-width:100%}
figure{margin:1em 0}
table{margin:0 0 1.5em;width:100%}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,a:visited {
	color: #67581e;
	text-decoration: none;
	transition: all ease 0.5s;
}
a:hover,
a:focus,
a:active {
	outline: 0;
}
a[href*="tel:"]{
	white-space: nowrap;
}
.page-section a:not(.button),
.entry-content a:not(.button),
.entry-content a:not(.button):visited {
	text-decoration: underline;
	text-decoration-style: dotted;
}
.page-section a:not(.button):hover,
.page-section a:not(.button):focus,
.entry-content a:not(.button):hover,
.entry-content a:not(.button):focus,
.entry-content a:not(.button):active {
	text-decoration-style: solid;
	color: #4c4b46;
	background: #d3bc6c;
	outline: 1px dotted #4c4b46;
	outline-offset: 1px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
a.button,
a.button:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #d3bc6c;
	border: 1px solid #757575;
	box-shadow: none;
	color: #4c4b46;
	display: inline-block;
	font-family: 'Playfair Display', sans-serif;
	font-size: 1.125rem;
	line-height: 1;
	padding: 16px 26px;
	transition: all ease 0.5s;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 16px 26px !important;
}
.button:hover,
.button:focus,
a.button:hover,
a.button:focus,
button:hover,
button:focus {
	cursor: pointer;
	background: #4c4b46;
	color: #fff;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	font-size: 14px;
	padding: 10px 18px;
	background: #f5f5f5;
	border: 1px solid #757575;
	border-radius: 0px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #757575;
	border-radius: 3px;
	color: #666;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.container { max-width: 1270px; margin: 0 auto; box-sizing: border-box; position: relative; padding: 0 2%; }
#primary .container { max-width: 1100px; }
.site-header .container { max-width: 1440px; }
.nowrap { white-space: nowrap; }
#mannix { font-size: 1rem; text-align: center; padding: 2em 0; }
#mannix p { margin-bottom: 0.125em; }
#mannix a { border-bottom: 1px dotted; }
#mannix a:focus,#mannix a:hover { border-bottom: 1px solid; }
.row { padding: 2em 0 2.5em; }
.sm-row { padding: 2em 0 0.5em; }
.embed-container {height:0; margin-bottom:2em; max-width:100%; overflow:hidden; padding-bottom:56.25%; position:relative;}
.embed-container iframe,
.embed-container object,
.embed-container embed {position:absolute; top:0; height:100%; left:0; width:100%;}
.flexed {display: flex; justify-content: space-between; flex-wrap: wrap;}

#sticky-anchor {
	position: absolute;
	transition: all ease 0.3s;
	width: 100%;
}
.site-header {
	background:#fff;
}
.site-header.sticky {
	box-shadow: 2px 2px 3px rgba(0,0,0,0.06);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.header-top {
	display: none;
}
.top-callout-text {
	color: #67581e;
	line-height: 2;
	font-size: 1.125rem;
	font-family: 'Arimo', sans-serif;
}
.site-branding {
	border: none;
	float: left;
	font-size: 5px;
	line-height: 1;
	margin: 11px 0 13px;
	padding: 0px;
	z-index: 55;
}
.main-nav-wrapper {
	display: none;
}
.site-logo img {
	max-height: 82px;
	width: auto;
}
.site-logo a {
	line-height: 0;
}
.site-logo a:focus {
	outline: 1px dotted #4c4b46;
	outline-offset: 2px;
}
.hero-image {
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.hero-image > img {
	width: 100%;
	height: auto;
}
.home .hero-image {
	/*background-position: center;
	background-size: cover; */
	position: relative;
	width: 100%;
	height: calc(100vh - 167px);
	min-height: 450px;
	overflow: hidden;
}
.home .hero-image > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
}
/*.home .hero-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
}*/
.hero-text {
	/*background: rgba(0,0,0,0.9);*/
	color: #fff;
	font-family: adobe-caslon-pro,serif;
	font-size: 25px;
	font-weight: 400;
	/*left: 50%;*/
	line-height: 1.1em;
	padding: 15px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	/*top: 50%;*/
	/*bottom: 0;*/
	/*width: 100%;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	z-index: 2;
}
.hero-text p {
	font-family: 'Playfair Display', sans-serif;
	margin: 0;
}
.hero-text em {
	font-size: 28px;
	text-transform: none;
	display: block;
}

.homepage-content {
	background-position: center;
	background-size: cover;
}
.homepage-content-left p {
	color: #000;
}
.homepage-content-left p:first-child {
	font-family: 'Playfair Display', sans-serif;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 30px;
}
.homepage-content-left p:first-child::first-letter {
	float: left;
	font-size: 60px;
	line-height: 0.65;
	margin: 12px 10px 10px 0;
}

.homepage-content-left,
.homepage-content-right {
	padding: 20px;
}
.homepage-content-right {
	position: relative;
	min-height: 425px;
}
.homepage-content-right .top-image,
.homepage-content-right .bottom-image {
	position: absolute;
	width: 80%;
	height: 225px;
	background-size: cover;
	background-position: center;
}
.homepage-content-right .top-image {
	right: 20px;
	top: 20px;
}
.homepage-content-right .bottom-image {
	left: 20px;
	bottom: 20px;
}

.page-id-6 #main .flexed {
	margin-bottom: 3em;
}

@media screen and (max-width: 600px){
	.page-id-6 #main .flexed {
		display: block;
	}
}
@media screen and (min-width: 600px){
	.contact-info {
		flex-basis: 45%;
	}
	.contact-form {
		flex-basis: 50%;
	}
}

.divider {
	height: 350px;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.text-section .container {
	max-width: 1100px;
}
.blocks-section .flexed {
	align-items: center;
	margin-bottom: 1.5em;
}
.blocks-section:nth-of-type(odd) .flexed {
	flex-direction: row-reverse;
}
.blocks-section .flexed > div {
	flex-basis: 48%;
}
.section-photo {
	line-height: 0;
}
.section-photo img {
	width: 100%;
}
.section-text p:last-of-type {
	margin-bottom: 0;
}

.social-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 2rem;
}
.social-icon:last-of-type {
	margin-right: 0;
}

.blog #primary .container,
.archive #primary .container {
	max-width: 1600px;
}
.grid {margin-top: 3em;}
.grid-sizer,
.grid-item { width: 47%; }
.gutter-sizer { width: 3%; }
.grid-item {margin-bottom: 3%;}
.post-header,
.post-grid-header { margin-bottom: 15px; }
.post-header img,
.post-grid-header img {width: 100%;}
.grid-item h2 {
	font-size: 1.8rem;
	margin-bottom: 0;
	text-decoration: underline;
}
.grid-item .entry-header {
	padding: 5px 15px;
}
.grid-item .entry-content {
	padding: 0 15px;
}
.grid-item .entry-footer {
	padding: 15px;
}
.slick-slider .m2-slick-left,
.slick-slider .m2-slick-right {
    background-color: #000;
    color: #fff;
    font-size: .9rem;
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.8em;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
}
.slick-slider .m2-slick-right {
    left: auto;
    right: 1em;
}
.slick-slider .slick-arrow.slick-disabled {
    opacity: .5;
}
.entry-meta,
.entry-footer { font-size: 90%; font-style: italic; }
.cat-links,
.tags-links,
.comments-link { display: block; width: 100%; }
.posts-navigation { padding-top: 10px; font-size: 90%; }
.entry-footer a,
.posts-navigation a {text-decoration: underline;text-decoration-style: dotted; text-decoration-thickness:1px;}
.entry-footer a:hover,
.entry-footer a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus {text-decoration-style: solid;}

/*--------------------------------------------------------------
# Navigation
## Menus
--------------------------------------------------------------*/
.main-navigation {
	width: 100%;
}

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

.main-navigation li {
	background: #fff;
	display: inline-block;
	margin-right: 0px;
	position: relative;
}
.main-navigation li:last-of-type {
	margin-right: 0;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
}
.main-navigation a {
	color: #4c4b46;
}

.main-navigation button {
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}

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

.main-navigation ul ul ul {
	display: none;
	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 li > a:focus,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
.main-navigation li:hover > a:before,
.main-navigation li.focus > a:before,
.main-navigation li > a:focus:before,
.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation .current-menu-ancestor > a:before {
	background: #d3bc6c;
	opacity: 1;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
}

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

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

.footer-navigation ul {
	text-align: left;
	list-style: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
.footer-navigation ul li {
	line-height: 1.5;
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
}

.footer-navigation ul li a {
	border-bottom: 2px solid rgba(0,0,0,0);
	color: #eeeeee;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	padding: 3px;
	transition-duration: 250ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
}
.footer-navigation ul li a:hover,
.footer-navigation ul li a:focus {
	color: #ffffff;
	border-bottom: 2px solid #d3bc6c;
}

.footer-navigation ul li i:before {
	font-size: 11px;
	margin-right: 10px;
}

.footer-nav-title {
	font-family: 'Playfair Display', sans-serif;
	font-size: 22px;
	margin-bottom: 20px;
}
.testimonial {
	font-size: 14px;
	padding-right: 40px;
}
.footer-top {
	padding: 20px;
}

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
	background-color: #111;
	height: 100%;
	overflow-x: hidden;
	padding-top: 20px;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.5s;
	visibility: hidden;
	width: 0;
	z-index: 10000;
}
.mobile-nav-wrapper {
	position: fixed;
	right: 40px;
	top: 30px;
	z-index: 10000;
}
#opennav,
#closenav {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #000;
	font-size: 2.5rem;
	padding: 0;
}
#opennav {
	background-color: #FFF;
}
#closenav {
	background-color: #111;
	color: #FFF;
	margin: 0 0 0.5em 20px;
}
.mobile-navigation ul {
	list-style-type: none;
	padding: 0;
}
.mobile-navigation ul ul {
	display: none;
	margin: 0;
}
.mobile-navigation ul ul li a {
	padding-left: 2.5em;
}
.mobile-navigation li a {
	background-color: #111;
	border-top: 1px solid rgba(255,255,255,0.25);
	color: #FFF;
	display: block;
	padding: 10px 20px;
}
.mobile-navigation li.current-menu-item > a,
.mobile-navigation li > a:hover,
.mobile-navigation li > a:focus {
	background: #f1f1f1;
	color: #333;
}
.mobile-navigation li#menu-item-211 > a {
	background: #d3bc6c;
	color: #4c4b46;
}
.mobile-navigation li { position: relative; }
.mobile-navigation ul li.menu-item-has-children > a { margin-right: 30px; }
.mobile-navigation li > button { position: absolute; right: 0; top: 0; border-radius: 0; padding: 13.5px 10px; z-index: 1000; border-top: 1px solid rgba(255,255,255,0.25); }
.mobile-navigation ul li.focus > ul {display: block;}

/*--------------------------------------------------------------
## Comment Navigation
--------------------------------------------------------------*/
.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
--------------------------------------------------------------*/
.screen-reader-text {clip: rect(1px,1px,1px,1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus {border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0,0,0,0.6); clip: auto !important; 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;}
#content[tabindex="-1"]:focus {outline: 0;}
a.skip-link {color: #000; background-color: #FFF;}

/*--------------------------------------------------------------
# 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;}
.widget select {max-width: 100%;}

/*--------------------------------------------------------------
# Content
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.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;}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {display: none;}
.comment-content a {word-wrap: break-word; }
.bypostauthor {display: block; }
embed,iframe,object {max-width: 100%;}
.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: 49%;}
.gallery-columns-3 .gallery-item {max-width: 32.33%; }
.gallery-columns-4 .gallery-item {max-width: 24%; }
.gallery-columns-5 .gallery-item {max-width: 19%; }
.gallery-columns-6 .gallery-item {max-width: 15.66%; }
.gallery-columns-7 .gallery-item {max-width: 13.28%; }
.gallery-columns-8 .gallery-item {max-width: 11.5%; }
.gallery-columns-9 .gallery-item {max-width: 10.11%; }
.gallery-caption {display: block; }


.site-content {
	margin-left: 1em;
	margin-right: 1em;
}

/* footer */
.site-footer {
	background:#4c4b46;
	color:#eee;
	font-size: 14px;
	padding-bottom: 0;
}
.site-footer a {
	color:#fff;
}
.site-footer a:hover,
.site-footer a:focus {
	border-bottom: 2px solid #d3bc6c;
}
.site-footer a:focus {
	outline: 1px dotted #FFF;
	outline-offset: 2px;
}
.site-footer h3 {
	color:#fff;
}
.footer-col {
	padding-bottom: 20px;
}
.footer-col:nth-of-type(2),
.footer-col:nth-of-type(3) {
	display: none;
}
.footer-col:first-of-type {
	text-align: center;
}
.footer-bottom {
	background: #373632;
	padding: 20px;
	font-size: 14px;
	margin-top: 20px;
}
.footer-bottom p {
	margin: 20px 0;
}
.footer-bottom a {
	color: #d9c681;
	text-decoration-style: dotted;
	text-decoration: underline;
}
.footer-bottom a:hover,
.footer-bottom a:focus {
	text-decoration: none;
	background: #FFF;
	color: #373632;
}
.footer-logo {
	margin-bottom: 20px;
}

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

.map {
	margin-bottom: 20px;
}

/* CTA's */

.calltoactions {
	margin-top: 40px;
	margin-bottom: 40px;
}
.cta {
	width: 100%;
	margin: 0 0 20px;
	line-height: 1.5em;
	text-align: left;
	font-size: 17px;
	box-shadow: 0px 15px 25px rgb(0 0 0 / 9%);
}
.cta:nth-child(3){
	margin-right:0;
}
.cta img {
	width:100%;
	height: auto;
}
.cta-body {
	text-align: center;
	padding: 20px 20px 10px 20px
}
.cta p {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 20px;
	display: block;
}
.cta h2 {
	color: #4c4b46;
	font-size: 1.5rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.cta a.button {
	display: block;
}
.bottomimagetext {
	text-align: center;
}

.page-packages h1 {
	text-align: center;
}
/* rooms */

.rooms,
.specials {
	margin-top: 40px;
	margin-bottom: 40px;
}
.room,
.special {
	text-align: left;
	width: 100%;
}
.room {
	box-shadow: 0px 15px 25px rgb(0 0 0 / 9%);
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 3rem;
}
.special {
	background-color: #f5f5f5;
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 40px;
}
/*.room:nth-child(3),
.special:nth-child(3) {
	margin-right:0;
}*/
.room-img img,
.special-img img {
	width:100%;
	height: auto;

	margin: 0;
	padding: 0;
}
.room-body,
.room-body-full-width {
	padding: 20px 20px 40px 20px;
}
.special-body {
	padding: 50px 20px 50px 20px;
}
.special-body-full-width {
	padding: 50px;
}
.room p,
.special p {
	font-family: 'Arimo', sans-serif;
	margin-bottom: 20px;
	display: block;
}

.room .heading,
.special .heading {
	color: #4c4b46;
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: left;
}
.special .heading {
	font-size: 25px;
}
.room a.button,
.special a.button {
	background-color: #d3bc6c;
	color: #4c4b46;
	font-size: 14px;
	padding: 16px 20px;
	text-align: center;
	display: inline-block;
}
.room a.button:hover,
.special a.button:hover,
.room a.button:focus,
.special a.button:focus {
	background: #4c4b46;
	color: #fff;
}

.entry-header {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
}
.entry-header-full-width {
	background-color: #f1f1f1;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;

	position: relative;
	overflow: hidden;
}
.entry-header-full-width img {
	height: auto;
	left: 50%;
	opacity: 0.1;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.entry-header-full-width .entry-title {
	font-family: 'Playfair Display', sans-serif;
	font-size: 25px;
	position: relative;
	display: inline;
}

.entry-header-full-width .entry-title:after {
	background: #d3bc6e;
	bottom: -2px;
	content: '';
	display: block;
	height: 2px;
	left: 0px;
	position: absolute;
	width: 100%;
}
.entry-header-full-width .entry-sub-title {
	font-size: 15px;
	margin-top: 20px;
}

a.btn-packages {
	background-color: #d3bc6c;
	color: #4c4b46;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 15px 40px;
	text-align: center;
}

.reservations-sticky-right {
	z-index: 150;
	position: fixed;
	bottom: 8%;
	right: 0;
	writing-mode: vertical-rl;
	display: none;
}
.reservations-sticky-right a {
	background: #d3bc6c;
	border: 1px solid #d3bc6c;
	color: #2A2928;
	display: block;
	font-size: 17px;
	padding: 23px 9px;
	line-height: 30px;
}
.reservations-sticky-right a:hover,
.reservations-sticky-right a:focus {
	background-color: #4c4b46;
	color: #fff;
	border-color: #FFF;
}
.reservations-sticky-right i {
	margin-top: 8px;
	transform: scale(-1, 1);
}
.reservations-sticky-right span {
	display: inline-block;
	transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1200px){
.main-navigation .top-menu-item > a {
    padding-left: 5px;
    padding-right: 5px;
}
}
@media screen and (max-width: 960px){
	.divider {
		background-attachment: scroll;
	}
}
@media only screen and (min-width: 860px) {

	.mobile-nav-wrapper {
		top: 75px;
	}
	.header-top {
		background:#4c4b46;
		color: #bbb;
		display: block;
		font-family: 'Arimo', sans-serif;
		font-size: 13px;
	}
	.header-top a {
		color: #bbb;
		text-decoration-style: dotted;
		/*text-decoration: underline;*/
	}
	.header-top a:hover,
	.header-top a:focus {
		color: #fff;
	}
	.header-top a:focus {
		outline: 1px dotted #FFF;
		outline-offset: 2px;
	}
	.header-top-left {
		float: left;
		width: 85%;
		min-height: 1px;
	}
	.header-top-right {
		float: left;
		min-height: 1px;
		text-align: right;
		width: 15%;
	}

	.header-top-item {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 40px;
		float: left;
	}
	.header-top-item .fa {
		color:#d3bc6c;
	}
	.header-top-item a {
		text-decoration: underline;
		text-decoration-style: dotted;
		text-decoration-thickness: 1px;
	}
	.header-top-item a:hover,
	.header-top-item a:focus {
		text-decoration-style: solid;
	}
	.header-top-social-icons a {
		border-radius: 0px;
		border-right: 1px solid #585752;
		color: #bbbbbb;
		display: inline-block;
		font-size: 13px;
		line-height: 1;
		min-width: 14px;
		padding: 15px 16px;
		text-align: center;
	}
	.header-top-social-icons a:nth-child(1) {
		border-left: 1px solid #585752;
	}
	.header-top-social-icons a i {
		margin-bottom: 0px;
		top: 0px;
	}
}
@media only screen and (min-width: 500px) {
	.footer-col:nth-of-type(2),
	.footer-col:nth-of-type(3) {
		display: block;
		width: 50%;
		float: left;
		text-align: left;
	}
	.slick-slider .m2-slick-left, .slick-slider .m2-slick-right {
	    width: 30px;
	    height: 30px;
	    line-height: 2.1em;
	    left: 0.5em;
	}
	.slick-slider .m2-slick-right {
	    left: auto;
	    right: 0.5em;
	}
}
@media only screen and (min-width: 960px) {

	.reservations-sticky-right {
		display: block;
	}
	.entry-header-full-width {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.entry-header-full-width .entry-title {
		font-size: 35px;
	}

	.entry-header-full-width .entry-sub-title {
		font-size: 20px;
	}

	.mobile-nav-wrapper {
		display: none;
	}
	.main-nav-wrapper {
		display: block;
		float: right;
	}

	/* top navbar links */
	.main-navigation .top-menu-item > a {
	    font-weight: 300;
	    color: #4c4b46;
	    font-size: 13px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-bottom: 46px;
	    padding-top: 46px;
	}
	.main-navigation .top-menu-item.book-btn > a {
		display: inline-block;
		padding: 15px 10px;
		background: #d3bc6c;
		color: #4c4b46;
		border: 1px solid #4c4b46;
		vertical-align: middle;
	}
	.main-navigation .top-menu-item.book-btn > a:hover,
	.main-navigation .top-menu-item.book-btn > a:focus {
		background: #4c4b46;
		color: #FFF;
	}
	.main-navigation .top-menu-item > a:before {
		background: #d3bc6c;
		content: "";
		display: block;
		height: 2px;
		left: 0px;
		margin-left: 19px;
		margin-top: 23px;
		opacity: 0;
		position: absolute;
		width: calc(100% - 40px);
		transition-duration: 250ms;
		transition-property: all;
		transition-timing-function: ease-in-out;
	}
	.main-navigation .top-menu-item.book-btn > a:before {
		display: none;
	}

	.main-navigation .top-menu-item > a:hover:before,
	.main-navigation .current_page_item > a:before {
		background: #d3bc6c;
		opacity: 1;
	}
	.top-menu-item .sub-menu li {
		padding: 14px 40px 14px 26px;
		border-bottom: 1px solid #eee;
	}
	.top-menu-item .sub-menu a {
		color: #666;
	}

	.hero-text {
		font-size: 55px;
	}
	.hero-text p {
		font-size: 60px;
	}
	.hero-text em {
		font-size: 40px;
	}


	.homepage-content-left,
	.homepage-content-right {
		float: left;
		width: 50%;
	}

	.cta {
		width: 31.6%;
		float: left;
		margin: 0 2% 0 0;
	}
	.row {
		padding: 4em 0 2.5em;
	}

	h1,
	.h1 {
		font-family: 'Playfair Display', sans-serif;;
	}
	.home h1 {
		font-size: 2.625rem;
	}

	.room-img,
	.special-img {
		float: left;
		line-height: 0;
		width:49%;
	}
	.room-body,
	.special-body {
		float: right;
		width: 49%;
	}
	.room-body .button,
	.room-body-full-width .button,
	.special-body .button,
	.special-body-full-width .button {
		display: inline;
		margin-right: 20px;
		padding: 16px 40px;
	}
	.site-footer {
		padding-bottom: 0;
	}
	.footer-top {
		padding: 0;
	}
	.footer-col,
	.footer-col:nth-of-type(2),
	.footer-col:nth-of-type(3) {
		float: left;
		width: 25%;
	}
	.footer-col:first-child {
		text-align: left;
	}
	/*.footer-col:last-child {
		width:30%;
	}*/
	.footer-bottom-col {
		width: 50%;
		float: left;
	}
}
@media only screen and (min-width: 1250px) {
	.main-navigation .top-menu-item > a {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (min-width: 1100px){
	.main-navigation .top-menu-item > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	.main-navigation .top-menu-item.book-btn > a {
		padding: 15px 15px;
	}
}

.m2-slider-hero .slide-item {
	height: 620px;
	position: relative;
	text-align: center;
	background-position: center;
	background-size: cover;
}
.m2-slider-hero .slide-item .slide-item-bg {
	background-color: rgba(0,0,0, 0.5);
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.m2-slider-hero .slide-item img {
	display: inline-block;
	width: 100%;
}
.m2-slider-hero .slick-prev {
	left: 10px;
	z-index: 99;
}
.m2-slider-hero .slick-next {
	right: 10px;
	z-index: 99;
}
.slide-content p {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	text-shadow: 1px 1px #666;
	text-transform: uppercase;
}
.m2-slider-hero .slide-content {
	cursor: pointer;
	padding: 15px;
}
.m2-slider-hero .slide-content .btn {
	font-size: 21px;
	font-weight: 500;
	padding: 5px 20px;
	text-transform: uppercase;
}
.m2-slider-hero .hero-caption {
	position: absolute;
	width: 100%;
}
.m2-slider-hero .hero-caption p {
	margin-bottom: 20px;
	line-height: 1.125;
}
.m2-slider-hero .hero-caption p:last-of-type {
	margin-bottom: 0;
}
.m2-slider-hero .hero-button a {
	font-family: "Playfair Display", Sans-serif;
	font-size: 15px;
	padding: 16px 25px 16px 25px;
	color: #4c4b46;
	background-color: #d3bc6c;
}
.m2-slider-hero .hero-caption {
	background-color: rgba(255,255,255,0.9);
	top: 50%;
	left: 50%;
	color: #000;
	padding: 20px;
	font-size: 2rem;
	transform: translate(-50%,-50%);
	width: 600px;
	max-width: 95%;
	font-family: 'Playfair Display', sans-serif;
	box-shadow: 3px 3px 10px #000;
}

@media only screen and (min-width: 992px) {
	h1,
	.h1 {
		font-size: 2.25rem;
	}
	.slide-content p {
		font-size: 42px;
		font-weight: 600;
	}
	.m2-slider-hero .slick-prev {
		left: 30px;
	}
	.m2-slider-hero .slick-next {
		right: 30px;
	}
	.m2-slider-hero .slide-content {
		bottom: 20px;
		position: absolute;
		width: 100%;
	}
	.m2-slider-hero .slide-content .btn {
		font-size: 25px;
	}
	.m2-slider-hero .slide-content .btn img {
		margin: 5px 0 5px 5px;
	}
}
.slider-hero .slide-wrapper,
.m2-slider-hero .slide-wrapper {
	position: relative;
	text-align: center;
}
.m2-slider-hero .slide-wrapper > .slide-content {
	bottom: 20px;
	margin-bottom: 0;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.m2-slider-hero .slide-wrapper > .slide-content p {
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
}
@media screen and (min-width: 992px) {
	.m2-slider-hero .slide-wrapper > .slide-content p {
		font-size: 44px;
		font-weight: 500;
	}
}
.m2-slider-hero .slide-wrapper > .slide-content .btn {
	font-size: 21px;
	font-weight: 500;
	padding: 5px 20px;
	text-transform: uppercase;
}
@media screen and (min-width: 992px) {
	.m2-slider-hero .slide-wrapper > .slide-content .btn {
		font-size: 26px;
	}
}
.m2-slider-hero .slick-dots {
	bottom: -35px;
}
.m2-slider-hero .slick-dots li button:before {
	font-size: 10px;
	opacity: 1;
	color: #595959;
}
.m2-slider-hero .slick-dots li.slick-active button:before {
	opacity: 1;
}
.m2-slider-hero .slick-arrow {
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 27px;
	height: 80px;
	outline: none;
	padding: 25px 18px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 70px;
	z-index: 20;
}
.m2-slick-right {
	right: 0;
	text-align: right;
}
