 /*!
 Theme Name: wellmadetheme
 Theme URI: http://underscores.me/
 Author: Well-Made Digital LLC
 Author URI: https://wellmadedigital.com/
 Description: A custom starter theme for Well-Made Digital LLC.
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: wellmadetheme
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 wellmadetheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */ /*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/ /*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/ /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document
 ========================================================================== */ /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */ html { line-height:1.15; /* 1 */ -webkit-text-size-adjust:100%; /* 2 */ }

 /* Sections
 ========================================================================== */ /**
 * Remove the margin in all browsers.
 */ body { margin:0; }

 /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */ h1 { font-size:2em; margin:0.67em 0; }

 /* Grouping content
 ========================================================================== */ /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */ hr { box-sizing:content-box; /* 1 */ height:0; /* 1 */ overflow:visible; /* 2 */ }

 /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ pre { font-family:monospace, monospace; /* 1 */ font-size:1em; /* 2 */ }

 /* Text-level semantics
 ========================================================================== */ /**
 * Remove the gray background on active links in IE 10.
 */ a { background-color:transparent; }

 /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */ abbr[title] { border-bottom:none; /* 1 */ text-decoration:underline; /* 2 */ text-decoration:underline dotted; /* 2 */ }

 /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */ b,strong { font-weight:bolder; }

 /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ code,kbd,samp { font-family:monospace, monospace; /* 1 */ font-size:1em; /* 2 */ }

 /**
 * Add the correct font size in all browsers.
 */ small { font-size:80%; }

 /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */ sub,sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }

 sub { bottom:-0.25em; }

 sup { top:-0.5em; }

 /* Embedded content
 ========================================================================== */ /**
 * Remove the border on images inside links in IE 10.
 */ img { border-style:none; }

 /* Forms
 ========================================================================== */ /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */ button,input,optgroup,select,textarea { font-family:inherit; /* 1 */ font-size:100%; /* 1 */ line-height:1.15; /* 1 */ margin:0; /* 2 */ }

 /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */ button,input { /* 1 */ overflow:visible; }

 /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */ button,select { /* 1 */ text-transform:none; }

 /**
 * Correct the inability to style clickable types in iOS and Safari.
 */ button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance:button; }

 /**
 * Remove the inner border and padding in Firefox.
 */ button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style:none; padding:0; }

 /**
 * Restore the focus styles unset by the previous rule.
 */ button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring { outline:1px dotted ButtonText; }

 /**
 * Correct the padding in Firefox.
 */ fieldset { padding:0.35em 0.75em 0.625em; }

 /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */ legend { box-sizing:border-box; /* 1 */ color:inherit; /* 2 */ display:table; /* 1 */ max-width:100%; /* 1 */ padding:0; /* 3 */ white-space:normal; /* 1 */ }

 /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */ progress { vertical-align:baseline; }

 /**
 * Remove the default vertical scrollbar in IE 10+.
 */ textarea { overflow:auto; }

 /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */ [type="checkbox"],[type="radio"] { box-sizing:border-box; /* 1 */ padding:0; /* 2 */ }

 /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */ [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button { height:auto; }

 /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */ [type="search"] { -webkit-appearance:textfield; /* 1 */ outline-offset:-2px; /* 2 */ }

 /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */ [type="search"]::-webkit-search-decoration { -webkit-appearance:none; }

 /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button { -webkit-appearance:button; /* 1 */ font:inherit; /* 2 */ }

 /* Interactive
 ========================================================================== */ /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */ details { display:block; }

 /*
 * Add the correct display in all browsers.
 */ summary { display:list-item; }

 /* Misc
 ========================================================================== */ /**
 * Add the correct display in IE 10+.
 */ template { display:none; }

 /**
 * Add the correct display in IE 10.
 */ [hidden] { display:none; }

 /*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/ body,button,input,select,optgroup,textarea { color:#5a5a5a; font-family:'Proxima Nova W15', sans-serif; font-size:16px; font-size:1rem; line-height:1.5; }

 h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong,p strong { color:#597b7c; }

 h1,h2,h3,h4,h5,h6 { clear:both; font-family:'Adriane Text W01', serif; color:#597b7c; font-weight:400; }

 .with-decorative-flourish h1,.with-decorative-flourish h2,.with-decorative-flourish h3,.with-decorative-flourish h4,.with-decorative-flourish h5,.with-decorative-flourish h6 { margin:0 auto; text-align:center; }

 .with-decorative-flourish::before { content:""; background-image:url(/wp-content/uploads/2019/04/georges-top-headline-flourish.png); background-repeat:no-repeat; background-size:100%; display:block; max-width:100%; padding-top:3.375%; }

 .with-decorative-flourish::after { content:""; background-image:url(/wp-content/uploads/2019/04/georges-bottom-headline-flourish.png); background-repeat:no-repeat; background-size:100%; display:block; max-width:100%; padding-top:3.375%; }

 .with-decorative-flourish.single-column-header { max-width:700px; margin:0 auto; padding-bottom:20px; }

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

 .entry-logo::before { display:none; }

 .entry-logo img { max-width:280px; }

 .page-template-page-eventspace .entry-logo img { max-width:500px; width:100%; }

 p { margin-bottom:1.5em; color:#5a5a5a; font-size:17.6px; font-size:1.1rem; }

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

 blockquote { margin:0 1.5em; }

 address { margin:0 0 1.5em; }

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

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

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

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

 big { font-size:125%; }

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

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

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

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

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

 .remove-discs ul { list-style:none; margin:0; padding:0; }

 .remove-discs li { margin:16px 0; }

 .remove-discs li:first-of-type { margin-top:0; }

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

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

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

 /*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/ button,input[type="button"],input[type="reset"],input[type="submit"],input.btn.btn-default { border:none; background:#1c3030; /*background: -moz-linear-gradient(left, rgba(22, 41, 40, 1) 0%, rgba(24, 43, 42, 1) 12%, rgba(31, 51, 52, 1) 22%, rgba(46, 71, 70, 1) 35%, rgba(74, 104, 105, 1) 50%, rgba(77, 107, 109, 1) 53%, rgba(77, 107, 109, 1) 56%, rgba(73, 102, 103, 1) 61%, rgba(44, 67, 67, 1) 75%, rgba(34, 55, 55, 1) 82%, rgba(26, 47, 45, 1) 91%, rgba(25, 44, 45, 1) 100%);
 background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(22, 41, 40, 1)), color-stop(12%, rgba(24, 43, 42, 1)), color-stop(22%, rgba(31, 51, 52, 1)), color-stop(35%, rgba(46, 71, 70, 1)), color-stop(50%, rgba(74, 104, 105, 1)), color-stop(53%, rgba(77, 107, 109, 1)), color-stop(56%, rgba(77, 107, 109, 1)), color-stop(61%, rgba(73, 102, 103, 1)), color-stop(75%, rgba(44, 67, 67, 1)), color-stop(82%, rgba(34, 55, 55, 1)), color-stop(91%, rgba(26, 47, 45, 1)), color-stop(100%, rgba(25, 44, 45, 1)));
 background: -webkit-linear-gradient(left, rgba(22, 41, 40, 1) 0%, rgba(24, 43, 42, 1) 12%, rgba(31, 51, 52, 1) 22%, rgba(46, 71, 70, 1) 35%, rgba(74, 104, 105, 1) 50%, rgba(77, 107, 109, 1) 53%, rgba(77, 107, 109, 1) 56%, rgba(73, 102, 103, 1) 61%, rgba(44, 67, 67, 1) 75%, rgba(34, 55, 55, 1) 82%, rgba(26, 47, 45, 1) 91%, rgba(25, 44, 45, 1) 100%);
 background: -o-linear-gradient(left, rgba(22, 41, 40, 1) 0%, rgba(24, 43, 42, 1) 12%, rgba(31, 51, 52, 1) 22%, rgba(46, 71, 70, 1) 35%, rgba(74, 104, 105, 1) 50%, rgba(77, 107, 109, 1) 53%, rgba(77, 107, 109, 1) 56%, rgba(73, 102, 103, 1) 61%, rgba(44, 67, 67, 1) 75%, rgba(34, 55, 55, 1) 82%, rgba(26, 47, 45, 1) 91%, rgba(25, 44, 45, 1) 100%);
 background: -ms-linear-gradient(left, rgba(22, 41, 40, 1) 0%, rgba(24, 43, 42, 1) 12%, rgba(31, 51, 52, 1) 22%, rgba(46, 71, 70, 1) 35%, rgba(74, 104, 105, 1) 50%, rgba(77, 107, 109, 1) 53%, rgba(77, 107, 109, 1) 56%, rgba(73, 102, 103, 1) 61%, rgba(44, 67, 67, 1) 75%, rgba(34, 55, 55, 1) 82%, rgba(26, 47, 45, 1) 91%, rgba(25, 44, 45, 1) 100%);
 background: linear-gradient(to right, rgba(22, 41, 40, 1) 0%, rgba(24, 43, 42, 1) 12%, rgba(31, 51, 52, 1) 22%, rgba(46, 71, 70, 1) 35%, rgba(74, 104, 105, 1) 50%, rgba(77, 107, 109, 1) 53%, rgba(77, 107, 109, 1) 56%, rgba(73, 102, 103, 1) 61%, rgba(44, 67, 67, 1) 75%, rgba(34, 55, 55, 1) 82%, rgba(26, 47, 45, 1) 91%, rgba(25, 44, 45, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162928', endColorstr='#192c2d',GradientType=1);*/ color:#e6e4d3; font-size:16px; font-size:1rem; font-weight:600; letter-spacing:0.5px; line-height:1; padding:0.8em 2em; font-family:'Proxima Nova W15', sans-serif; -webkit-border-radius:0; border-radius:0; background-clip:padding-box; /* stops bg color from leaking outside the border: */ }

 button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,input.btn.btn-default:hover { background-color:#ccc #bbb #aaa; color:#e6e4d3; }

 button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active,input.btn.btn-default:active,button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,input.btn.btn-default:focus { background-color:#ccc #bbb #aaa; color:#e6e4d3; }

 .button-container { text-align:center; margin:3em auto 2em; }

 .button-container a:before { margin:0 0.25em; content:""; }

 .button-container a:after { margin:0 0.25em; content:""; }

 input#fld_316862_1 { margin:0 auto; text-align:center; display:block; }

 input.btn.btn-default:hover,input.btn.btn-default:focus { opacity:0.5; filter:alpha(opacity=50); -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 .button-container button { margin-top:5px; margin-bottom:5px; }

 input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea { color:#666; border:1px solid #ccc; border-radius:3px; padding:3px; }

 input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus { color:#111; }

 select { border:1px solid #ccc; }

 textarea { width:100%; }

 .caldera-grid .georges-form .form-control { border:1px solid #597b7c; border-radius:0; box-shadow:none; }

 .form-group.georges-form.bullet-qs > div { display:inline-block; }

 .caldera-grid label { color:#597b7c; font-weight:600; }

 p#required-text { text-align:right; margin-bottom:3px; font-size:14px; color:#e00; }

 div.g-recaptcha > div { margin:0 auto; }

 /*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/ /*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/ a { color:#597b7c; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 a:visited { color:#597b7c; }

 a:hover,a:focus,a:active { color:#597b7c; opacity:0.5; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 a:focus { outline:thin dotted; }

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

 a.screen-reader-text:focus,a.screen-reader-text:active { opacity:1; }

 /*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/ header#masthead { position:fixed; top:0; left:0; right:0; background:transparent; z-index:10; }

 .marquee { overflow:hidden; }

 .main-navigation { clear:both; display:block; float:left; width:100%; margin-top:1.5em; padding:10px 0; background:#fff; -webkit-box-shadow:0px 0px 15px rgba(25, 25, 25, 0.5); -moz-box-shadow:0px 0px 15px rgba(25, 25, 25, 0.5); box-shadow:0px 0px 15px rgba(25, 25, 25, 0.5); }

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

 .main-navigation ul ul { display:none; -webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2); box-shadow:0 3px 3px rgba(0, 0, 0, 0.2); float:none; position:absolute; top:1.85em; left:-1em !important; z-index:10; right:-1em; box-sizing:content-box; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; top:33px; padding:8px 1em; color:#e6e4d3; background:#162928; }

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

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

 .main-navigation ul ul a { color:#e6e4d3; font-family:'Adriane Text W01', serif; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 .main-navigation ul ul:hover > a,.main-navigation ul ul:focus > a { opacity:0.5; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 .main-navigation ul ul:focus > a { outline:thin dotted; }

 .main-navigation ul ul a:hover,.main-navigation ul ul a:focus { opacity:0.5; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 .main-navigation ul ul a:focus { outline:thin dotted; }

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

 .main-navigation li { position:initial; display:inline-block; margin:0; vertical-align:middle; line-height:1; }

 .main-navigation li:hover > a,.main-navigation li:focus > a { opacity:0.5; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 .main-navigation li:after { content:"|"; margin:0 0.7em 0 0.9em; font-size:1.1em; color:#1c3030; }

 .main-navigation li:last-of-type:after { display:none; }

 .main-navigation a { display:inline-block; text-decoration:none; color:#1c3030; font-family:'Adriane Text W01', serif; text-transform:uppercase; padding-bottom:4px; letter-spacing:0.3px; font-size:14.4px; font-size:0.9rem; }

 .main-navigation .current_page_item > a,.main-navigation .current-menu-item > a,.main-navigation .current_page_ancestor > a,.main-navigation .current-menu-ancestor > a { /*color: $color__text-navigation-current;*/ border-bottom:1.4px solid; padding-bottom:4px; }

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

 /*@media screen and (min-width: 37.5em) {
 .menu-toggle {
 display: none;
 }
 .main-navigation ul {
 display: block;
 }
 }*/ .menu-main-navigation-container { clear:both; display:block; float:left; width:100%; }

 .main-navigation ul { display:block; position:relative; text-align:right; width:100%; float:right; padding-right:1em; }

 .main-navigation ul ul.sub-menu li a { font-size:12px; font-size:0.75rem; }

 .main-navigation ul ul.sub-menu li:last-of-type { padding-right:1em; }

 .main-navigation ul ul.sub-menu li:after { color:#e6e4d3; }

 /*li.current-menu-ancestor ul.sub-menu {
 display: block!Important;
 }*/ .current-sub-nav { display:block !Important; z-index:9 !important; }

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

 /** Logo styles -----------------------**/ .site-branding { position:fixed; z-index:12; top:0; left:1em; -webkit-transition:height 0.8s ease; -o-transition:height 0.8s ease; transition:height 0.8s ease; float:left; max-width:18em; padding:0.6em 1em 0.3em; display:inline-block; text-align:left; will-change:height; background:#1c3030; /* background: -moz-linear-gradient(left, rgba(22,41,40,1) 0%, rgba(24,43,42,1) 12%, rgba(31,51,52,1) 22%, rgba(46,71,70,1) 35%, rgba(74,104,105,1) 50%, rgba(77,107,109,1) 53%, rgba(77,107,109,1) 56%, rgba(73,102,103,1) 61%, rgba(44,67,67,1) 75%, rgba(34,55,55,1) 82%, rgba(26,47,45,1) 91%, rgba(25,44,45,1) 100%);
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(22,41,40,1)), color-stop(12%,rgba(24,43,42,1)), color-stop(22%,rgba(31,51,52,1)), color-stop(35%,rgba(46,71,70,1)), color-stop(50%,rgba(74,104,105,1)), color-stop(53%,rgba(77,107,109,1)), color-stop(56%,rgba(77,107,109,1)), color-stop(61%,rgba(73,102,103,1)), color-stop(75%,rgba(44,67,67,1)), color-stop(82%,rgba(34,55,55,1)), color-stop(91%,rgba(26,47,45,1)), color-stop(100%,rgba(25,44,45,1)));
 background: -webkit-linear-gradient(left, rgba(22,41,40,1) 0%,rgba(24,43,42,1) 12%,rgba(31,51,52,1) 22%,rgba(46,71,70,1) 35%,rgba(74,104,105,1) 50%,rgba(77,107,109,1) 53%,rgba(77,107,109,1) 56%,rgba(73,102,103,1) 61%,rgba(44,67,67,1) 75%,rgba(34,55,55,1) 82%,rgba(26,47,45,1) 91%,rgba(25,44,45,1) 100%);
 background: -o-linear-gradient(left, rgba(22,41,40,1) 0%,rgba(24,43,42,1) 12%,rgba(31,51,52,1) 22%,rgba(46,71,70,1) 35%,rgba(74,104,105,1) 50%,rgba(77,107,109,1) 53%,rgba(77,107,109,1) 56%,rgba(73,102,103,1) 61%,rgba(44,67,67,1) 75%,rgba(34,55,55,1) 82%,rgba(26,47,45,1) 91%,rgba(25,44,45,1) 100%);
 background: -ms-linear-gradient(left, rgba(22,41,40,1) 0%,rgba(24,43,42,1) 12%,rgba(31,51,52,1) 22%,rgba(46,71,70,1) 35%,rgba(74,104,105,1) 50%,rgba(77,107,109,1) 53%,rgba(77,107,109,1) 56%,rgba(73,102,103,1) 61%,rgba(44,67,67,1) 75%,rgba(34,55,55,1) 82%,rgba(26,47,45,1) 91%,rgba(25,44,45,1) 100%);
 background: linear-gradient(to right, rgba(22,41,40,1) 0%,rgba(24,43,42,1) 12%,rgba(31,51,52,1) 22%,rgba(46,71,70,1) 35%,rgba(74,104,105,1) 50%,rgba(77,107,109,1) 53%,rgba(77,107,109,1) 56%,rgba(73,102,103,1) 61%,rgba(44,67,67,1) 75%,rgba(34,55,55,1) 82%,rgba(26,47,45,1) 91%,rgba(25,44,45,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162928', endColorstr='#192c2d',GradientType=1 );*/ -webkit-box-shadow:0 3px 3px rgba(25, 25, 25, 0.5); -moz-box-shadow:0 3px 3px rgba(25, 25, 25, 0.5); box-shadow:0 3px 3px rgba(25, 25, 25, 0.5); }

 .site-branding img { will-change:height; -webkit-transition:height 0.8s ease; -o-transition:height 0.8s ease; transition:height 0.8s ease; }

 .scrolled .site-branding img,.scrolledHeight .site-branding img { width:auto; max-height:80px; will-change:height; -webkit-transition:height 0.8s ease; -o-transition:height 0.8s ease; transition:height 0.8s ease; }

 .scrolled .main-navigation { margin-top:0; }

 .scrolled .site-branding { -webkit-transition:height 0.8s ease; -o-transition:height 0.8s ease; transition:height 0.8s ease; }

 /** Footer styles -----------------------**/ footer { background:#1c3030; }

 footer h1,footer h2,footer h3,footer h4,footer h5,footer h6,footer p,footer a { color:#e6e4d3; font-family:'Proxima Nova W15', sans-serif; }

 footer a { text-decoration:none; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; font-size:12px; font-size:0.75rem; }

 footer a:hover,footer a:focus { opacity:0.5; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; color:#e6e4d3; }

 footer a:visited { color:#e6e4d3; }

 .footer-container { background:#162928; -webkit-box-shadow:0 3px 3px rgba(25, 25, 25, 0.5); -moz-box-shadow:0 3px 3px rgba(25, 25, 25, 0.5); box-shadow:0 3px 3px rgba(25, 25, 25, 0.5); display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }

 div#address-home { margin-left:1em; }

 nav#footer-navigation { text-align:right; }

 nav#footer-navigation ul { list-style:none; margin:0; padding:0; position:relative; padding-right:160px; }

 nav#footer-navigation ul li { display:inline-block; }

 nav#footer-navigation ul li:before { content:"|"; display:inline-block; padding:0 0.6em 0 0.4em; font-weight:500; color:#e6e4d3; }

 nav#footer-navigation ul li:first-of-type:before,nav#footer-navigation ul li:last-of-type:before { display:none; content:""; }

 nav#footer-navigation ul li a { font-family:'Adriane Text W01', serif; font-weight:500; text-transform:uppercase; letter-spacing:0.5px; }

 nav#footer-navigation ul li.button-link { background:#dfe6e6; background:-moz-linear-gradient(left, rgba(223, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(223, 230, 230, 1) 100%); background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(223, 230, 230, 1)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(223, 230, 230, 1))); background:-webkit-linear-gradient(left, rgba(223, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(223, 230, 230, 1) 100%); background:-o-linear-gradient(left, rgba(223, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(223, 230, 230, 1) 100%); background:-ms-linear-gradient(left, rgba(223, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(223, 230, 230, 1) 100%); background:linear-gradient(to right, rgba(223, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(223, 230, 230, 1) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfe6e6', endColorstr='#dfe6e6',GradientType=1); height:41px; padding:8px; margin-left:0.5em; display:block; width:150px; text-align:center; position:absolute; right:0; top:0; }

 nav#footer-navigation ul li.button-link a { color:#1c3030; font-family:'Proxima Nova W15', sans-serif; font-weight:700; }

 .home-footer nav#footer-navigation ul { padding-right:0; }

 #address a,#address-home a { font-family:'Proxima Nova W15', sans-serif; font-weight:700; text-transform:uppercase; font-size:12.8px; font-size:0.8rem; }

 #address a:first-of-type:after,#address-home a:first-of-type:after { content:"|"; display:inline-block; padding:0 0.8em 0 1em; font-weight:500; color:#e6e4d3; }

 #address a span:first-of-type:after,#address-home a span:first-of-type:after { content:"|"; display:inline-block; padding:0 0.8em 0 1em; font-weight:500; color:#e6e4d3; }

 #boilerplate { vertical-align:middle; height:auto; text-align:center; }

 #boilerplate img { max-height:110px; max-width:100%; margin:5px 0; text-align:center; vertical-align:middle; }

 .three-column.clearfix.footer-container { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; }

 .home-footer .col-2 img { max-height:65px; max-width:100%; margin:4px 0; text-align:center; vertical-align:middle; }

 .home-footer nav#footer-navigation li.button-link { display:none; }

 .home-footer nav#footer-navigation { margin-right:1em; }

 #address,#social-media,#address-home,#social-media-home { display:inline-block; }

 #instagram-feed { background:#fff; }

 #instagram-feed h4,#instagram-feed h4 > a { text-align:center; color:#597b7c; margin-top:0; font-family:'Adriane Text W01', serif; font-size:17.6px; font-size:1.1rem; font-weight:600; letter-spacing:1.2px; }

 /** social media -----------------------**/ #masthead a.social-svg,footer a.social-svg { text-decoration:none; }

 #masthead a.social-svg svg,footer a.social-svg svg { width:35px; height:35px; color:#000; fill:#000; }

 #masthead a.social-svg svg polygon,footer a.social-svg svg polygon,#masthead a.social-svg svg path,footer a.social-svg svg path,#masthead a.social-svg svg circle,footer a.social-svg svg circle { color:#000; fill:#000; }

 #masthead a.social-svg:hover,footer a.social-svg:hover,#masthead a.social-svg:focus,footer a.social-svg:focus { opacity:1 !important; }

 #masthead a.social-svg:hover svg,footer a.social-svg:hover svg,#masthead a.social-svg:focus svg,footer a.social-svg:focus svg { color:#888; fill:#888; }

 #masthead a.social-svg:hover svg polygon,footer a.social-svg:hover svg polygon,#masthead a.social-svg:focus svg polygon,footer a.social-svg:focus svg polygon,#masthead a.social-svg:hover svg path,footer a.social-svg:hover svg path,#masthead a.social-svg:focus svg path,footer a.social-svg:focus svg path,#masthead a.social-svg:hover svg circle,footer a.social-svg:hover svg circle,#masthead a.social-svg:focus svg circle,footer a.social-svg:focus svg circle { color:#888; fill:#888; }

 #masthead a.social-svg.GooglePlus svg path,footer a.social-svg.GooglePlus svg path { fill:#1c3030; color:#1c3030; }

 #masthead a.social-svg.GooglePlus:hover svg path,footer a.social-svg.GooglePlus:hover svg path,#masthead a.social-svg.GooglePlus:focus svg path,footer a.social-svg.GooglePlus:focus svg path { fill:#1c3030; color:#1c3030; }

 .container-sociallinks a:after,.container-sociallinks a:before { content:""; display:inline-block; margin:0 auto; padding:0 0.1em; }

 #social-media,#social-media-home { vertical-align:middle; margin-left:10px; }

 #social-media a > i,#social-media-home a > i { -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 #social-media a:hover > i,#social-media-home a:hover > i,#social-media a:focus > i,#social-media-home a:focus > i { opacity:0.5; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 #social-media i,#social-media-home i { font-size:19.2px; font-size:1.2rem; }

 /* edit footer for logged in admin */ footer.entry-footer { background:transparent; text-align:center; margin-bottom:2em; }

 footer.entry-footer a.post-edit-link { font-size:16px; font-size:1rem; color:#5a5a5a; }

 /* site map navigation */ #sitemap-navigation { text-align:center; }

 #sitemap-navigation ul,#sitemap-navigation li { list-style:none; padding:0; margin:0; }

 #sitemap-navigation li > ul { margin-left:0; }

 #sitemap-navigation li.main-sm-link > a { font-weight:600; text-transform:uppercase; }

 #sitemap-navigation li.main-sm-link { margin-top:1em !important; }

 /* media queries for smaller screens */ @media screen and (max-width:1361px) { .main-navigation a { font-size:13.6px; font-size:0.85rem; }

 }

 @media screen and (max-width:1319px) { .main-navigation ul #menu-item-163 ul.sub-menu li a { font-size:10.88px; font-size:0.68rem; }

 .site-branding { max-width:16em; }

 }

 @media screen and (max-width:1225px) { .main-navigation a { font-size:12.8px; font-size:0.8rem; }

 }

 @media screen and (max-width:1180px) { .site-branding { max-width:15em; }

 .main-navigation a { font-size:12px; font-size:0.75rem; }

 .main-navigation li:after { margin:0 0.6em 0 0.7em; font-size:16px; font-size:1rem; }

 .main-navigation ul ul.sub-menu li a { font-size:11.2px; font-size:0.7rem; }

 .main-navigation ul #menu-item-163 ul.sub-menu li a { font-size:10.88px; font-size:0.68rem; }

 nav#footer-navigation ul li a { font-size:11.2px; font-size:0.7rem; }

 #address-home a { font-size:11.2px; font-size:0.7rem; }

 }

 @media screen and (max-width:1080px) { .site-branding { float:none; left:50%; margin-left:-7.5em; }

 }

 @media screen and (max-width:1024px) { footer#colophon .footer-container { display:block; float:none; padding:1.5em 0.5em; }

 footer#colophon .two-column .col-1,footer#colophon .two-column .col-2 { margin-bottom:0; width:100%; float:none; }

 footer#colophon div#social-media-home { display:block; margin:0 auto; text-align:center; }

 footer#colophon div#address-home { display:block; margin:0 auto; text-align:center; }

 footer#colophon nav#footer-navigation ul { display:block; margin:0 auto; text-align:center; padding:0; }

 footer#colophon nav#footer-navigation ul li.button-link { display:block; position:relative; margin:1em auto 0; max-width:200px; }

 footer#colophon.home-footer .three-column.clearfix.footer-container { display:block !important; justify-content:center; float:none; text-align:center; padding:1em 0.5em; }

 footer#colophon.home-footer nav#footer-navigation { text-align:center; }

 footer#colophon.home-footer div#social-media-home { display:block; margin:0 auto; }

 footer#colophon.home-footer col-2 { margin:1em auto; }

 }

 @media screen and (max-width:625px) { .site-branding { max-width:11em; margin-left:-5.5em; }

 }

 li#menu-item-164.current-menu-item a { border-bottom:none; }

 /*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { border:0; clip:rect(1px, 1px, 1px, 1px); clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute !important; width:1px; word-wrap:normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

 .screen-reader-text:focus { background-color:#f1f1f1; border-radius:3px; box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6); clip:auto !important; clip-path:none; color:#21759b; display:block; font-size:14px; font-size:0.875rem; font-weight:bold; height:auto; left:5px; line-height:normal; padding:15px 23px 14px; text-decoration:none; top:5px; width:auto; z-index:100000; /* Above WP toolbar. */ }

 /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline:0; }

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

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

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

 /*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/ .clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after { content:""; display:table; table-layout:fixed; }

 .clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after { clear:both; }

 /*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/ .widget { margin:0 0 1.5em; /* Make sure select elements fit in widgets. */ }

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

 /*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/ button.right-arrow.slick-arrow { position:absolute; width:57px; z-index:1; background:transparent; border:none; top:50%; right:4%; transition:opacity 0.5s ease-in; will-change:opacity; opacity:0.7; padding:1em; }

 button.right-arrow.slick-arrow:hover,button.right-arrow.slick-arrow:focus { opacity:1; transition:opacity 0.5s ease-in; }

 button.left-arrow.slick-arrow { position:absolute; width:57px; z-index:1; background:transparent; border:none; top:50%; left:4%; transition:opacity 0.5s ease-in; will-change:opacity; opacity:0.7; padding:1em; }

 button.left-arrow.slick-arrow:hover,button.left-arrow.slick-arrow:focus { opacity:1; transition:opacity 0.5s ease-in; }

 .container-text.slick-slide { max-width:100%; }

 .slick-initialized .slick-slide { position:relative; }

 #promoSlider button.left-arrow,#promoSlider button.right-arrow { margin:0; width:61px; top:44%; }

 #promoSlider .slick-dots li button:before { font-size:26px; }

 #promoSlider .slick-dots { bottom:8px; }

 #homeSlider button.left-arrow.slick-arrow { top:42%; left:1%; }

 #homeSlider button.right-arrow.slick-arrow { top:42%; right:1%; }

 #testimonialSlider button.left-arrow.slick-arrow { top:42%; left:1%; }

 #testimonialSlider button.left-arrow.slick-arrow img { width:37px; }

 #testimonialSlider button.right-arrow.slick-arrow { top:42%; right:1%; }

 #testimonialSlider button.right-arrow.slick-arrow img { width:37px; }

 #testimonialSlider .slick-dots li button:before { font-size:26px; }

 #testimonialSlider .slick-dots { bottom:24px; }

 .single-room .slider-image-container { height:500px; }

 .single-room .slick-slide img { -o-object-fit:cover; object-fit:cover; height:100%; width:100%; }

 .single-room button.slick-arrow { background:white; opacity:1; color:#597b7c; top:47%; }

 .single-room button.right-arrow.slick-arrow { right:0; }

 .single-room button.left-arrow.slick-arrow { left:0; }

 @media screen and (max-width:600px) { button.right-arrow.slick-arrow { right:1%; }

 button.left-arrow.slick-arrow { left:1%; }

 }

 @media screen and (max-width:500px) { .single-room .slider-image-container { height:300px; }

 }

 @media screen and (max-height:488px) { #homeSlider,#homeSlider .slick-list,#homeSlider .slick-track,.hero_image { height:300px !important; }

 }

 .clearfix { zoom:1; clear:both; overflow:auto; }

 .two-column.clearfix { width:100%; }

 .two-column .col-1,.two-column .col-2 { width:100%; float:none; margin-bottom:2.8em; }

 .two-column.three-quarters-col .col-1,.two-column.three-quarters-col .col-2 { margin-bottom:0; }

 .two-column.single-room .col-2 { margin-bottom:0; }

 #packages .single-room.two-column:first-of-type { margin-top:0; }

 .column-hero.two-column .col-1,.column-hero.two-column .col-2 { margin-bottom:0; }

 @media screen and (min-width:895px) { .two-column .col-1,.two-column .col-2 { width:49.5%; float:left; margin-bottom:0; }

 .two-column .col-1 { margin-right:1%; }

 .two-column.room-pkg .col-1 { width:33%; margin-right:4%; }

 .two-column.room-pkg .col-2 { width:59%; margin-right:4%; }

 .two-column.column-hero .col-1 { padding:4em; }

 .two-column.column-hero .col-2 { padding:1em 2em; }

 .two-column.three-quarters-col .col-1 { width:25%; }

 .two-column.three-quarters-col .col-2 { width:74%; }

 .two-column.single-room .col-2 { padding-left:44px; }

 .two-column.single-room { margin:75px 0; }

 #packages .two-column.single-room .col-1 { width:35%; }

 #packages .two-column.single-room .col-2 { width:63%; }

 #packages .single-room.two-column { margin:50px 0 75px; }

 #packages .single-room.two-column:last-of-type { margin-bottom:0; }

 #packages .single-room.two-column:first-of-type { margin-top:0; }

 }

 .clearfix { zoom:1; clear:both; overflow:auto; }

 .three-column.clearfix { width:100%; }

 .three-column .col-1,.three-column .col-2,.three-column .col-3 { width:100%; float:none; margin-bottom:2.8em; }

 footer .three-column .col-1,footer .three-column .col-2,footer .three-column .col-3 { width:100%; float:none; margin-bottom:1em; }

 .three-column-content { -webkit-columns:3; -moz-columns:3; columns:3; -webkit-column-gap:4.63241em; -moz-column-gap:4.63241em; column-gap:4.63241em; -webkit-column-rule:2px solid #597b7c; -moz-column-rule:2px solid #597b7c; column-rule:2px solid #597b7c; }

 .three-column-content li { -webkit-column-break-inside:avoid; page-break-inside:avoid; break-inside:avoid; }

 @media screen and (min-width:1025px) { footer .three-column .col-2 { margin-bottom:0; }

 }

 @media screen and (min-width:895px) { .three-column .col-1,.three-column .col-2,.three-column .col-3 { width:32%; float:left; margin-bottom:0; }

 .three-column .col-1,.three-column .col-2 { margin-right:2%; }

 }

 @media screen and (max-width:850px) { .three-column-content { -webkit-columns:2; -moz-columns:2; columns:2; }

 }

 @media screen and (max-width:600px) { .three-column-content { -webkit-columns:1; -moz-columns:1; columns:1; -webkit-column-gap:4.63241em; -moz-column-gap:4.63241em; column-gap:4.63241em; }

 }

 .banner_text { display:-webkit-box; display:-ms-flexbox; display:flex; position:relative; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-align:center; -ms-flex-align:center; align-items:center; justify-content:center; height:100%; width:100%; background:transparent; }

 .banner_text div { margin:0 auto; padding:0 12%; text-align:center; font-size:2em; line-height:1.2; color:#fff; letter-spacing:1rem; width:100%; max-width:1400px; }

 .banner_text div#scroll-down { position:absolute; bottom:0; margin:0 auto 1em; padding:0; }

 .banner_text div#scroll-down img { margin:0 auto; width:110px; }

 .banner_text h1,.banner_text h2 { color:#597b7c; text-transform:uppercase; margin:0 auto; }

 .banner_text h1 { font-family:sans-serif; line-height:1.1; }

 .banner_text h2 { font-family:'Adriane Text W01', serif; font-weight:400; }

 .banner_text em { font-family:sans-serif; font-style:normal; letter-spacing:0; }

 .banner_text a { text-decoration:none; }

 .container__cred { bottom:0; right:4%; text-align:right; margin:0 0 0.8em; position:absolute; }

 .container__cred > p { line-height:1.8; letter-spacing:1.3px; font-size:0.8em; margin:1.6em 0 0; text-transform:uppercase; }

 @media screen and (max-width:600px) { div#scroll-down { display:none; }

 }

 /*--------------------------------------------------------------
 ## Jarallax
 --------------------------------------------------------------*/ .jarallax { position:relative; z-index:0; background:transparent; /*min-height: 650px;*/ width:100%; }

 .jarallax-home { position:relative; z-index:0; width:100%; }

 .jarallax > .jarallax-img { position:absolute; object-fit:cover; /* support for plugin https://github.com/bfred-it/object-fit-images */ font-family:'object-fit: cover;'; top:0; left:0; width:100%; height:100%; z-index:-1; }

 .decorative-banner.three-image { width:100%; max-width:1000px; margin:0 auto 5px; clear:both; overflow:auto; text-align:center; }

 .decorative-banner.three-image figure { background-size:cover; position:relative; margin:0; width:32%; padding-bottom:32%; overflow:hidden; display:inline-block; vertical-align:middle; box-sizing:border-box; background-position:42% 42%; }

 .decorative-banner.three-image.mid-page { padding:11px 0 19px; }

 .decorative-banner.three-image.full-width-banner { max-width:100%; border-top:3px solid #597b7c; border-bottom:3px solid #597b7c; padding-top:5px; padding-bottom:5px; }

 .decorative-banner.three-image.full-width-banner figure { width:32.6%; }

 @media screen and (max-width:450px) { .decorative-banner.three-image.full-width-banner figure { width:32%; }

 }

 .decorative-banner.two-image { width:100%; max-width:1000px; margin:0 auto 5px; clear:both; overflow:auto; text-align:center; }

 .decorative-banner.two-image figure { background-size:cover; position:relative; margin:0; width:49%; padding-bottom:49%; overflow:hidden; display:inline-block; vertical-align:middle; box-sizing:border-box; background-position:42% 42%; }

 .decorative-banner.two-image.mid-page { padding:11px 0 19px; }

 .decorative-banner.two-image-full { width:100%; margin:0 auto 5px; clear:both; overflow:auto; text-align:center; }

 .decorative-banner.two-image-full figure { background-size:cover; position:relative; margin:1%; width:47%; padding-bottom:35%; overflow:hidden; display:inline-block; vertical-align:middle; box-sizing:border-box; background-position:42% 42%; }

 .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0, 0, 0, 0); border:0; }

 .hidden { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }

 body.home .userway.userway_p5 { bottom:100px; }

 @media screen and (max-width:650px) { body.home .userway.userway_p5 { bottom:145px !important; }

 }

 .decorative-banner.one-image { width:100%; margin:0 auto; clear:both; overflow:auto; height:70vh; }

 .decorative-banner.one-image figure { height:100%; margin:0; }

 @media screen and (min-width:600px) { .decorative-banner.one-image { min-height:500px; }

 }

 div#gallery-lightbox-fancybox { margin:0 auto 4em; text-align:center; }

 .custom-gallery-tile { display:inline-block; margin:0 1px; }

 a .custom-gallery-image-overlay { -webkit-transition:filter 0.5s ease; -o-transition:filter 0.5s ease; transition:filter 0.5s ease; -webkit-transition:-webkit-filter 0.5s ease; -o-transition:-webkit-filter 0.5s ease; transition:-webkit-filter 0.5s ease; }

 a:hover .custom-gallery-image-overlay,a:focus .custom-gallery-image-overlay { filter:gray; -webkit-filter:grayscale(100%); -webkit-transition:filter 0.5s ease; -o-transition:filter 0.5s ease; transition:filter 0.5s ease; -webkit-transition:-webkit-filter 0.5s ease; -o-transition:-webkit-filter 0.5s ease; transition:-webkit-filter 0.5s ease; }

 .room-cat-description { margin:50px auto 0; }

 .room-pkg { margin:3em auto; display:flex; flex-direction:row; }

 .room-pkg:nth-child(odd) { flex-direction:row-reverse; }

 .room-pkg:nth-child(odd) .col-1 { text-align:right; }

 .room-pkg img { -webkit-box-shadow:3px 3px 3px rgba(20, 20, 20, 0.5); -moz-box-shadow:3px 3px 3px rgba(20, 20, 20, 0.5); box-shadow:3px 3px 3px rgba(20, 20, 20, 0.5); }

 .room-pkg h2,.room-pkg h3,.room-pkg h4,.room-pkg h5,.room-pkg h6 { text-transform:none !important; margin-top:0; }

 .building-name { text-align:center; margin:2em auto; text-transform:uppercase; }

 .building-name:after { content:""; display:block; border:1px solid; width:44px; margin:5px auto 0; }

 @media screen and (max-width:894px) { .room-pkg { display:block; }

 .room-pkg .col-1,.room-pkg .col-2 { text-align:center !important; }

 .room-pkg img { max-width:300px; }

 }

 .jquery-tabs.ui-tabs { border:none !important; }

 .jquery-tabs.ui-tabs ul.ui-tabs-nav { background:white; border:none; display:inline-block; margin:0 !important; padding:0 !important; }

 .jquery-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin:0; padding:0; }

 .jquery-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a { border-bottom:2px solid; padding-bottom:3px; }

 .jquery-tabs.ui-tabs .ui-tabs-nav li { border:0; margin:0; background:white; }

 .jquery-tabs.ui-tabs .ui-tabs-nav li:after { content:"|"; padding:0 15px; color:#597b7c; }

 .jquery-tabs.ui-tabs .ui-tabs-nav li:last-of-type:after { content:""; display:none; }

 .jquery-tabs.ui-tabs .ui-tabs-nav li a { background:white; margin:0; padding:0; color:#597b7c; font-size:19.2px; font-size:1.2rem; line-height:1.5; }

 .jquery-tabs.ui-tabs .ui-tabs-panel { padding:0; }

 .jquery-tabs.ui-tabs div.ui-tabs-panel[aria-hidden='false'] { height:auto; }

 .jquery-tabs.ui-tabs div.ui-tabs-panel[aria-hidden='true'] { display:block !important; height:0; overflow:hidden; }

 .jquery-tabs.ui-widget { font-family:inherit !important; }

 #room-navigation { font-family:'Adriane Text W01', serif; color:#597b7c; float:none; margin:0; }

 #room-navigation:before { content:"Sort by: "; display:inline-block; padding-right:10px; }

 .room-cat-description p { margin-top:0; }

 .single-room { margin:50px 0 0; }

 .single-room:last-of-type { margin-bottom:0; }

 .single-room p.cat-name { color:#597b7c; text-transform:uppercase; letter-spacing:1.8px; margin-bottom:0; }

 .single-room p.cat-name.catid-10 { display:none; }

 .single-room h3:first-of-type { margin:0 0 1em; font-size:25.6px; font-size:1.6rem; letter-spacing:1.5px; }

 .single-room ul { margin:0 0 1.5em 0; color:#5a5a5a; padding-left:1.2em; }

 @media screen and (min-width:895px) { .jquery-tabs.ui-tabs .ui-tabs-nav li a { line-height:1; }

 .jquery-tabs.ui-tabs ul.ui-tabs-nav { vertical-align:middle; }

 #room-navigation { float:right; margin:20px 0; }

 }

 @media screen and (max-width:500px) { .jquery-tabs.ui-tabs .ui-tabs-nav li a { font-size:16px; font-size:1rem; }

 .jquery-tabs.ui-tabs .ui-tabs-nav li:after { padding:0 9px; }

 }

 aside#call-to-action { position:fixed; right:0; left:0; top:0; text-align:center; z-index:10; will-change:height; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; z-index:5; box-shadow:0 3px 20px rgba(25, 25, 25, 0.5); }

 aside#call-to-action h1,aside#call-to-action h2,aside#call-to-action h3,aside#call-to-action h4,aside#call-to-action h5,aside#call-to-action h6,aside#call-to-action p { margin:6px 1.1em !important; font-size:14.08px; font-size:0.88rem; font-family:'Proxima Nova W15', sans-serif; font-weight:600; text-transform:uppercase; letter-spacing:0.75px; text-align:right; }

 aside#call-to-action a { text-decoration:none; color:inherit; }

 .clear-it { clear:both; overflow:auto; }

 aside#call-to-action.browser-scroll { height:0; opacity:0; visibility:hidden; will-change:height; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 header#masthead.promo-on.scrolled { top:0 !important; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

 header.promo-on { z-index:5 !important; }

 button#responsive-menu-pro-button.promo-on.scrolled { top:0 !important; }

 header#masthead.promo-on .main-navigation { margin-top:0; }

 header#masthead.promo-on.scrolled .site-branding { top:0 !important; }

 @media screen and (max-width:1149px) { aside#call-to-action h1,aside#call-to-action h2,aside#call-to-action h3,aside#call-to-action h4,aside#call-to-action h5,aside#call-to-action h6,aside#call-to-action p,aside#call-to-action a { text-align:center; }

 }

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

 .hentry { margin:0 0 1.5em; }

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

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

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

 .border-box-all { text-align:center; border:2px solid #597b7c; padding:20px; max-width:800px; margin:0 auto; }

 .flex-center { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }

 .wrapper-content { padding:2em 3em 0; max-width:1024px; margin:0 auto; }

 .wrapper-content.wider-content { max-width:1300px; }

 .new-wrapper-content { padding:31px 4%; max-width:1300px; margin:0 auto; }

 .column-hero.new-wrapper-content { padding:40px 6.5%; }

 .single-column-hero.new-wrapper-content { padding:70px 6.5% 51px; }

 .border-line-top:before { border-top:3px solid #597b7c; width:100%; content:""; display:block; }

 .border-line-bottom:after { border-bottom:3px solid #597b7c; width:100%; content:""; display:block; }

 .no_hero { padding:50px; }

 div#content { background:#fff; }

 article:last-of-type { margin-bottom:3em; }

 @media screen and (min-width:895px) { .valign-wrapper { position:relative; }

 .valign-wrapper header { position:absolute; left:0; right:0; padding:0 4em; top:50%; transform:translateY(-70%); }

 }

 @media screen and (max-width:600px) { .wrapper-content { padding:2em 1em 0; }

 }

 /* home page */ .full-screen-responsive-banner { background-size:cover; background-position:center center; background-repeat:no-repeat; position:absolute; top:0; right:0; left:0; bottom:0; margin:0; padding:0; }

 footer.home-footer { position:fixed; bottom:0; left:0; right:0; }

 div#overlay { position:absolute; background:white; background:linear-gradient(90deg, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%); width:50%; height:100%; }

 #overlay img { position:absolute; top:23%; left:10%; }

 @media screen and (max-width:1024px) { .full-screen-responsive-banner { margin:0 0 125px; }

 }

 @media screen and (max-width:895px) { .full-screen-responsive-banner { margin:0 0 225px; }

 }

 @media screen and (max-width:550px) { #overlay img { max-width:150px; }

 }

 /* HERO overrides */ body.page-id-149 .decorative-banner.one-image figure { background-position:center 85% !important; }

 body.page-id-1198 .decorative-banner.one-image figure { background-position:30% center !important; }

 body.page-id-103 .decorative-banner.one-image figure { background-position:50% 23% !important; }

 /* accommodations page */ .below-features { margin-top:50px; }

 h2.special-title { margin:20px 0; line-height:1; }

 @media screen and (max-width:500px) { .below-features { margin-top:0; }

 }

 /* packages page */ #packages figure { background-size:cover; position:relative; margin:0; width:100%; height:400px; overflow:hidden; display:inline-block; vertical-align:middle; box-sizing:border-box; }

 #packages figure h2 { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; height:100%; margin:0; background:rgba(19, 19, 19, 0.3803921568627451); color:white; font-size:28.8px; font-size:1.8rem; padding:10px; text-align:center; }

 #packages .col-2 p:first-of-type { margin-top:0; }

 @media screen and (max-width:894px) { #packages figure { height:400px; }

 }

 /* meetings and events  */ .testimonial { position:relative; }

 .testimonial:before { display:inline-block; background:url('/wp-content/uploads/2019/11/quotes.jpg'); content:""; background-repeat:no-repeat; background-position:50% 50%; position:absolute; width:50px; height:35px; }

 span.quote p,span.quote h1,span.quote h2,span.quote h3,span.quote h4,span.quote h5,span.quote h6,span.quote a { padding-left:70px; padding-top:10px; line-height:1.7; }

 span.attribution { padding-left:70px; font-weight:bold; font-style:italic; color:#597b7c; font-size:19.2px; font-size:1.2rem; }

 .page-template-restaurant .featured { margin:0 auto; text-align:center; }

 #diners-choice { /*display: block; 
 margin: 2em auto; 
 text-align:center;*/ }

 #diners-choice a { background-position:center; }

 #diners-choice { display:inline-block; margin:1em 1em 0; text-align:center; width:200px; }

 div#fields-of-gold { display:inline-block; width:210px; margin:1em 1em 0; }

 div#guru { display:inline-block; margin:1em 1em 2em; text-align:center; }

 #gift-card { margin-top:40px; margin-bottom:20px; }

 #gift-card .col-1 { text-align:right; padding:0 30px; }

 #gift-card .col-2 a button { margin:15px 20px; }

 @media screen and (max-width:894px) { #gift-card .col-1,#gift-card .col-2 { text-align:center; }

 #gift-card .col-2 { margin-bottom:0; }

 }

 /* activities page */ body.page-template-page-explore .ssf-main-content,#applyFilterOptions,#applyFilterOptionsCancel,.pagination-btn,#mainIntMapPopupHolder,#mainPopupContat,#infobox__body,.store-locator-map .store-locator__infobox { font-family:'Proxima Nova W15', sans-serif !important; }

 .page-template-page-explore .three-column-content li { -webkit-column-break-inside:auto; page-break-inside:auto; break-inside:auto; }

 .page-template-page-explore span.quote > p { text-align:center; padding-left:50px; }

 .page-template-page-explore span.attribution { text-align:center; width:100%; display:block; margin:0 auto 1em; padding:0; }

 .page-template-page-explore #map-wrapper .infobox_title,.page-template-page-explore #map-wrapper .infobox_row { font-family:'Proxima Nova W15', sans-serif !important; }

 .page-template-page-explore #map-wrapper .ssf-main-content { margin-top:0; }

 .page-template-page-explore #map-wrapper .store-locator-top-half.has-searched,.page-template-page-explore #map-wrapper #super-left-panel { /* height: 600px !important;*/ }

 .page-template-page-explore #map-wrapper .store-locator-map { /*height: 600px;*/ top:0; }

 .page-template-page-explore #map-wrapper div#storeLocator__storeListRow h2.title.space-bottom-3x { display:none !important; }

 .page-template-page-explore #map-wrapper span#storeLocator__storeList .store-locator__infobox { padding:0; }

 .page-template-page-explore #map-wrapper #applyFilterOptions.expand,.page-template-page-explore #map-wrapper input#applyFilterOptions.expand { width:100%; border:none; background:#1c3030 !important; color:#e6e4d3 !important; font-size:16px; font-size:1rem; font-weight:600; letter-spacing:0.5px; line-height:1; padding:0.8em 2em; font-family:'Proxima Nova W15', sans-serif !important; -webkit-border-radius:0; border-radius:0; background-clip:padding-box; box-shadow:none; }

 .page-template-page-explore #map-wrapper .filter__toggler.arrow-toggler { font-family:'Adriane Text W01', serif; color:#597b7c; font-weight:400; font-size:1.5rem; }

 .page-template-page-explore #map-wrapper label.ssflabel { font-family:'Proxima Nova W15', sans-serif; color:#5a5a5a; font-weight:400; }

 .page-template-page-explore #map-wrapper .filter__row { border:none !important; }

 .page-template-page-explore #map-wrapper .arrow-toggler:after,.page-template-page-explore #map-wrapper .checkout__register__toggler:before,.page-template-page-explore #map-wrapper .section-content-toggler:before,.page-template-page-explore #map-wrapper .dropdown-arrow:after { color:#597b7c !important; }

 .page-template-page-explore #map-wrapper a#applyFilterOptionsCancel { width:100%; border:none; background:#757474 !important; color:#e6e4d3 !important; font-size:16px; font-size:1rem; font-weight:600; letter-spacing:0.5px; line-height:1; padding:0.8em 2em; font-family:'Proxima Nova W15', sans-serif !important; -webkit-border-radius:0; border-radius:0; background-clip:padding-box; box-shadow:none; }

 .activities { display:-ms-grid; display:grid; -ms-grid-columns:(1fr)[2]; grid-template-columns:repeat(2, 1fr); margin-top:0 !important; gap:2.5em 4.5em; }

 .activities .ui-accordion .ui-accordion-header { background:white; border:none; font-family:'Adriane Text W01', serif; color:#597b7c; font-weight:400; font-size:1.2rem; padding:0; margin:0; }

 .activities .ui-accordion .ui-accordion-header:hover i.fas,.activities .ui-accordion .ui-accordion-header:focus i.fas { margin-left:20px; }

 .activities .ui-accordion .ui-accordion-header span.excerpt { color:#5a5a5a; font-size:16px; font-size:1rem; font-family:'Proxima Nova W15', sans-serif; line-height:1.5; margin-top:8px; display:block; }

 .activities .ui-accordion .ui-accordion-header span.excerpt p { font-size:16px; font-size:1rem; margin:0; }

 .activities .ui-accordion .ui-accordion-header i.fas { margin-left:10px; font-size:16px; font-size:1rem; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; display:inline-block; }

 .activities .ui-accordion .ui-accordion-header:focus { outline:none; }

 .activities .ui-accordion-header-active span.excerpt > p { height:0 !important; visibility:hidden; transition:all 0.2s ease; }

 .activities span.ui-accordion-header-icon.ui-icon { display:none; }

 .activities .ui-accordion .ui-accordion-header.ui-state-active i.fas { transform:rotate(90deg); -webkit-transition:transform 0.5s ease; -o-transition:transform 0.5s ease; transition:transform 0.5s ease; }

 .activities .ui-accordion .ui-accordion-content { border:none; padding:0 0 0.5em; color:#5a5a5a; font-family:'Proxima Nova W15', sans-serif; line-height:1.5; }

 .activities .ui-accordion .ui-accordion-content p { font-size:16px; font-size:1rem; }

 .activities .ui-accordion .ui-accordion-content p:first-of-type { margin-top:0; }

 .activities .ui-accordion .ui-accordion-content p a { color:#597b7c; }

 .activity { vertical-align:top; }

 .activity .decorative-banner.one-image { height:auto; margin-bottom:1em; -webkit-transition:opacity 0.5s ease; -o-transition:opacity 0.5s ease; transition:opacity 0.5s ease; min-height:auto !important; }

 .activity .decorative-banner.one-image figure { height:365px; background-size:cover; position:relative; margin:0; width:100%; padding-bottom:32%; overflow:hidden; display:inline-block; vertical-align:middle; box-sizing:border-box; background-position:42% 42%; }

 .activity .decorative-banner.one-image:hover,.activity .decorative-banner.one-image:focus { opacity:0.75; -webkit-transition:opacity 0.5s ease; -o-transition:opacity 0.5s ease; transition:opacity 0.5s ease; }

 @media screen and (max-width:1024px) { .activities { gap:2.5em 3.5em; }

 }

 @media screen and (max-width:864px) { .activities { gap:2.5em 2.5em; }

 }

 @media screen and (max-width:740px) { .activities { display:block; max-width:600px; margin:0 auto; }

 .activities .activity { margin:0 0 3em; }

 }

 @media only screen and (max-width:627px) { /*#storeLocator__storeListRow {
 margin-top: 581px!important;
 }*/ .page-template-page-explore #map-wrapper span#storeLocator__storeList .store-locator__infobox { margin:1em; }

 }

 @media only screen and (max-width:64em) { .filter-popup .filter__row--services { padding-top:120px; }

 }

 @media only screen and (max-width:40em) { #map-wrapper .store-locator-map { height:435px; }

 }

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

 .bypostauthor { display:block; }

 /*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer { /* Older / Newer Posts Navigation (always hidden) */ /* Theme Footer (when set to scrolling) */ display:none; }

 /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display:block; }

 /*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/ .page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley { border:none; margin-bottom:0; margin-top:0; padding:0; }

 /* Make sure embeds and iframes fit their containers. */ embed,iframe,object { max-width:100%; }

 /* Make sure logo link wraps around logo image. */ .custom-logo-link { display:inline-block; }

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

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

 .wp-caption .wp-caption-text { margin:0.8075em 0; }

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

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

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

 .gallery-columns-2 .gallery-item { max-width:50%; }

 .gallery-columns-3 .gallery-item { max-width:33.33%; }

 .gallery-columns-4 .gallery-item { max-width:25%; }

 .gallery-columns-5 .gallery-item { max-width:20%; }

 .gallery-columns-6 .gallery-item { max-width:16.66%; }

 .gallery-columns-7 .gallery-item { max-width:14.28%; }

 .gallery-columns-8 .gallery-item { max-width:12.5%; }

 .gallery-columns-9 .gallery-item { max-width:11.11%; }

 .gallery-caption { display:block; }

