/*
Theme Name: Twin Birch Cottages
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for Roaring Brook Ranch.
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: twinbirchescottages

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    scroll-padding-top: 135px
}
body, button, input, select, textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.75;
}
strong {
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Arbutus Slab', serif;
    margin: 0 0 0.5em;
    line-height: 1.3;
    color: #0a355d;
}
h1 {
	font-size: 2.3rem;
    margin:0 0 0.3em;
}
.home h1 {
    font-size: 2.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.home h1 span {
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-transform: none;
    font-size: 0.8em;
    color: #46708a;
    font-weight: 400;
}
h2 {
	font-size: 2.3rem;
}
h3 {
    font-size: 1.6em;
}
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%;}
strong, b { font-weight: 600; }

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

/*--------------------------------------------------------------
#Admin Bar Sticky Header Styles
--------------------------------------------------------------*/

.admin-bar .site-header,
.home.admin-bar .site-header {
    top: 32px;
}
.admin-bar .site-header.sticky {
    top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .site-header.sticky {
    top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .site-header.sticky {
    top: 0;
}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
    color: #214c98;
    text-decoration: none;
    transition: all ease 0.5s;
}
a:hover, a:focus, a:active {
	color: #5d5d5d;
	outline: 0;
}
html body :focus {
    outline: 1px dashed #46708a;
    outline-offset: 2px;
}
html body .bluebg :focus,
.site-footer :focus,
.soliloquy-container a:focus {
    outline: 1px dashed #fff;
}
.site-content a:not(.button),
.site-content a:not(.button):visited {
	border-bottom: 1px dotted;
}
a[href^="tel:"] {
	white-space: nowrap;
}
.site-content a:not(.button):hover,
.site-content a:not(.button):focus,
.site-content a:not(.button):active {
    background-color: #214c98;
    color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #eed46e;
    border-radius: 0;
    box-shadow: none;
    color: #05283e;
    display: inline-block;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1em;
    padding: 0.8em 2em 0.7em;
    text-transform: uppercase;
    transition: all ease 0.5s;
    border: 0;
    font-family: 'Arbutus Slab', serif;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button { padding: .6em 1em !important; }

.highlight-text a.button,
.room-details a.button {
	background: transparent;
	outline: 1px solid #54220b;
	color: #54220b;
}
.button:hover, a.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus, a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.highlight-text a.button:hover,
.room-details a.button:hover,
.highlight-text a.button:focus,
.room-details a.button:focus   {
	background-color: #112a56;
	color: #FFF;
	border: 0;
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 0;
	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
--------------------------------------------------------------*/
#content:before {display: block; content: " "; margin-top: -220px; height: 220px; visibility: hidden; pointer-events: none;}
.container { max-width: 1400px; margin: 0 auto; box-sizing: border-box; position: relative; padding-left: 2%; padding-right: 2%; }
.medcontainer { max-width: 1100px; }
.smcontainer { max-width: 960px; }
.wide-column, .widget-area { float: left; box-sizing: border-box; }
.wide-column { width: 75%; padding-right: 3%; }
.widget-area { width: 25%; padding-left: 1.5%; }
.nowrap { white-space: nowrap; }
#mannix { font-size: 1rem; text-align: center; padding: 2em 0 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-top: 4em;
 	padding-bottom:3em;
}
.bottomrow {
    padding-bottom: 3em;
}
.toprow {
    padding-top: 3em;
}
.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;
}
.flexedwrap { flex-wrap: wrap; }
.flexedstretch {
    align-items: stretch;
}
.flexedmiddle {
    align-items: center;
}
.centered {
    text-align: center;
}
.nolineheight {
    line-height: 0;
}
.imgborder {
    position: relative;
}
.imgborder:after {
    border: 7px solid rgba(255,255,255,.5);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
}
#sticky-anchor {
	position: absolute;
	transition: all ease 0.3s;
	width: 100%;
}
.headerbottom {
}
.headerphone {
    padding: 0.1em 2em;
    background: #0a355d;
    color: #fff;
    text-align: right;
}
.headerphone a {
    color: #fff;
}
.main-navigation li.menu-item-331 {
    margin: 0;
}
.main-navigation li.menu-item-331 a {
    color: #1e425e;
    background: #eed46e;
    padding: 1.9em 2em 1.9em 2.8em;
    font-size: 1.1em;
    line-height: 1.2em;
    display: inline-block;
    position: relative;
    text-align: center;
    transition: .5s ease all;
}
.main-navigation li.menu-item-331 a:hover,
.main-navigation li.menu-item-331 a:focus {
    background-color: #fff;
}
.main-navigation li.menu-item-331 strong {
    font-size: 1.2em;
    display: block;
}
.main-navigation li.menu-item-331 a:after {
    content: none;
}
.main-navigation li.menu-item-331 a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 48px 19px;
    border-color: transparent transparent transparent #d5e9fd;
}
.bluebg {
    background-color: #78b8f4;
}
.lightbluebg {
    background-color: #d5e9fd
}
.lightgreybg {
    background-color: #ececec;
}
.site-logo {
    margin: 0.8em 0 0.8em 3%;
}
.site-logo a {
    display: block;
    text-decoration: none;
    font-family: 'Arbutus Slab', serif;
    color: #fff;
    position: relative;;
    text-align: center;
    line-height: 1.2em;
    border-top: 2px solid #5c85a5;
    padding: 0.5em 1.5em 0.5em;
    font-size: 0.8em;
    border-bottom: 2px solid #5c85a5;
}
.site-logo span {
    display: block;
    color: #0a355d;
}
.site-logo span.logoone {
    font-size: 2em;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}
.site-logo span.logotwo {
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
/*
.site-logo {
    text-align: center;
}
.site-logo a {
    line-height: 0;
    display: block;
}
.site-logo a:focus {
	outline: 1px dotted #956c47;
}
.site-logo img {
	transition: all ease 0.5s;
}
.site-header.sticky .site-logo img {
	max-width:92px;
} */
.site-header.sticky {
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
}
.hero-image {
    position: relative;
    line-height: 0;
    height: 550px;
    background-size: cover;
    background-position: center;
}
.home .hero-image {
    height: 500px;
    background-position: bottom;
}
.home .hero-image:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    margin-left: -10px;
}
.hero-image-wrap {
    position: relative;
}
.herotext {
    font-size: 2em;
    padding: 2em 3% 0.6em;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 68%, rgba(0,0,0,0.8) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 200;
    text-align: center;
    font-family: 'Arbutus Slab', serif;
    color: #fff;
    line-height: 1em;
}
.herotext p {
    margin-bottom: 0;
}
body.home .site-content .row {
    padding-bottom: 0;
}
.leftimage {
    flex-basis: 50%;
    background-size: cover;
    background-position: center;
}
.lefttext {
    flex-basis: 50%;
    padding: 2em 3%;
}
.leftimagetextbg .container {
    max-width: 1600px;
}
.lefttext h2 {
    color: #fff;
    text-align: center;
    font-size: 3.3rem;
}
.entry-header {
	text-align: center;
}
.entry-header:after {
	display: block;
	content: '';
	width: 280px;
	border-bottom: 3px solid #93a7ca;
	margin: 30px auto;
}
.highlight-section {
    position: relative;
}
.highlight-section-img {
    height: 700px;
    background-size: cover;
    background-position: center;
}
.highlight-text {
    background: #fff;
    padding: 2em 2em 0.5em;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 800;
    width: 580px;
    font-size: 1.0625rem;
    border: 10px solid #eed46e;
}
.activitiesheader {
    margin-bottom: 3em;
}
.activity {
    flex-basis: 19%;
    text-align: center;
    margin: 0 0 2em;
    font-size: 1.7em;
    line-height: 1.2em;
}
.activityimg {
    font-size: 2.4em;
    margin-bottom: 0.4em;
    color: #4470bd;
}
.fullwidthctabg {
    position: relative;
    background-size: cover;
}
.fullwidthctabg:after {
    content: '';
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.fullwidthcta {
    color: #fff;
    z-index: 200;
    font-size: 1.3em;
}
.fullwidthcta h2 {
    color: #fff;
}
.page-id-39 .textsection {
    padding-top: 3em;
}
.page-id-39 .textsection ul {
    column-count: 2;
    column-gap: 2em;
}
.imagegrid.nolineheight {
    flex-basis: 25%;
}
.home .home-room_types-wrapper  {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, #c8e2fb 100%);
}
.room_type {
    flex-basis: 31%;
}
.room_type5 {
    flex-basis: 19%;
}
.room_type-text {
    text-align: center;
}
.home .room_type-text h2 {
    margin-bottom: 0.4em;
}
.room_type-photo {
    margin-bottom: 1em;
}
.room_type h3 {
    text-align: center;
    text-transform: uppercase;
    font-size:2rem;
}
.room_type-text p.hasbutton {
    text-align: center;
}
.home .room_type-text p.hasbutton a.button {
    min-width: 272px;
    border: 4px solid #fff;
}
.room_type5 .room_type-text h2 {
    font-size: 1.5em;
}
.room_type5 .room_type-text a.button {
    display: block;
}
.fullwidthimage {
    height: 450px;
    background-size: cover;
    background-position: center;
}
.leftext {
    flex-basis: 46%;
}
.page-id-18 .leftext {
    font-size: 1.1em;
}
.reservationcall {
    border-top: 2px solid #93a7ca;
    border-bottom: 2px solid #93a7ca;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 3em;
    font-size: 2rem;
}
.reservationcall p {
    margin-bottom: 0;
}
.reservationcall h2 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
}
.page-id-38 .room_type5 {
    flex-basis: 30.3%;
    margin: 0 1.5% 3em;
}
.page-id-38 .home-room_types.flexed {
    justify-content: center;
}
/*
.cabin {
    padding: 2em;
}
.cabin:nth-of-type(odd) {
    background: #f1f1f1;
}
.cabinimg,
.specialimg {
    flex-basis: 50%;
}
.cabintext,
.specialtext {
    flex-basis: 50%;
    padding: 0 0 0 3%;
}
.cabintext a.button {
    font-size: 0.9em;
    padding: 0.8em 1.5em 0.7em;
}*/

/*--------------------------------------------------------------
# Book bar
--------------------------------------------------------------*/
#rscalendar {
    background: #d5e9fd;
    padding: 1em;
}
.rs-sc-selections-no-calendar-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.rs-sc-field label span {
    display: block;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.rs-sc-field label select {
    display: block;
    margin: 0 10px;
    width: 70px;
    padding: 5px;
    border: 1px solid #9f9f9f;
}
.rs-sc-field label input {
    display: inline-block;
    margin-left: 5px;
    width: 105px;
    padding: 3px;
    font-size: 1rem;
    border: 1px solid #9f9f9f;
}
a.rs-sc-book-button {
    background: #eed46e;
    color: #1e425e;
    text-transform: uppercase;
    font-family: 'Arbutus Slab', serif;
    font-weight: 400;
    padding: 0.4em 0.3em;
    border: 4px solid #fff;
    border-radius: 0;
}
a.rs-sc-book-button:hover,
a.rs-sc-book-button:focus {
    background-color: #112a56;
    color: #FFF;
    border: 4px solid #fff;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.page-template-template-contact .content-area.row {
    padding: 4em 0 0;
}
.contactleft .entry-header:after {
	content: none;
}
.contactleft .entry-header {
    text-align: left;
}
.contactleft h1.entry-title {
    text-transform: none;
    margin: 0 0 0.3em;
}
.contactleft {
    flex-basis: 48%;
	margin-top: 16px;
}
.contactleft h2 {
    font-size: 1.7rem;
    margin-bottom: 0.2em;
}
.site-content .contactleft .footersocial a {
    border: 2px solid #214c98;
}
.contactleft .footersocial {
    text-align: left;
    margin: .5em 0 0;
}
.contactright {
    flex-basis: 48%;
}
.contactwrap {
    margin-bottom: 3em;
}
.contactright .gform_wrapper {
	margin-top: 0;
}
.page-id-29 .textsection ul:last-of-type {
	column-count: 2;
	column-gap: 40px;
}
.page-id-29 .fullwidthimage {
    margin-bottom: 3em;
    margin-top: 3em;
}
.contact-form h2 {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 1.3em;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    color: #0a355d;
}
.site-footer a {
    color: #0a355d;
}
.site-footer a[href*="mailto:"] {
	border-bottom: 1px dotted;
}
.site-footer a:hover, .site-footer a:focus {
    color: #214c98;
    background: white;
}
.site-footer a[href*="mailto:"]:hover,
.site-footer a[href*="mailto:"]:focus {
	border-bottom: 1px solid;
}
.site-footer .site-logo a:hover,
.site-footer .site-logo a:focus {
    background-color: transparent;
}
.footerleft.flexed {
    width: 540px;
}
.footer-logo img {
    max-width: 143px;
}
.contact-information strong {
	font-size: 1.5625rem;
	margin-bottom: 5px;
}
.footer-logo-wrapper,
.footer-nav-wrapper {
	flex-basis: auto;
}
.footer-logo-wrapper {
    margin-right: 2%;
}
.footer-logo-wrapper .site-logo {
    font-size: 1rem;
    margin: .5em 0 0;
}
.contact-information {
    font-size: 1.0625rem;
    flex-basis: 45%;
}
.footersocial {
    text-align: center;
    margin: 1.5em 0 0;
}
.footersocial a {
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.7em;
    border: 2px solid #0a355d;
    border-radius: 50%;
    height: 40px;
    margin: 0 2px;
    width: 40px;
}
.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%; }

/*--------------------------------------------------------------
# Navigation
## Menus
--------------------------------------------------------------*/
.footer-navigation {
	width: 100%;
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
    columns: 2;
}
.footer-navigation ul ul {
    column-count: 1;
}
.footer-navigation li {
	break-inside: avoid;
}
.footer-navigation a {
	display: inline-block;
	text-decoration: none;
}
.footer-navigation a {
	line-height: 1.25;
	font-size: 0.875rem;
	text-transform: uppercase;
	border-bottom: 1px dotted;
}
.main-navigation {
    position: relative;
    z-index: 100;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-navigation li {
    margin: 1em 1.5em;
    position: relative;
}
.main-navigation a {
    text-decoration: none;
    color: #0a355d;
    padding: 2em .2em;
    font-size: 0.9em;
    position: relative;
    text-align: center;
    font-weight: 400;
    font-family: 'Arbutus Slab', serif;
    text-transform: uppercase;
}
.main-navigation button {
    background-color: transparent;
    border-radius: 0;
    margin-left: 0;
    top: 50%;
    right: -17px;
    z-index: 10;
    position: absolute;
    font-size: 0.7em;
    padding: 3px 4px 0px 4px;
    transform: translateY(-55%);
    border: 0;
    color: #0a355d;
}
.main-navigation button:focus {
    background: #85aca8;
    outline: none;
    color: #000;
    transition: .5s ease all;
}
.sticky .main-navigation button {
    transition: .5s ease all;
}
.main-navigation ul ul {
    background: #fff;
    width: auto;
    position: absolute;
    top: 3.2em;
    z-index: 99999;
    text-align: left;
    padding: 10px 0;
    display: none;
    left: -9999px;
    min-width: 272px;
}
.sticky .main-navigation ul ul {
    top: 57px;
}
.main-navigation ul li#menu-item-35 ul.sub-menu {
    right: 0;
}
.main-navigation ul ul li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 10px;
}
.main-navigation ul ul a {
    width: 100%;
    font-weight: 400;
    padding: 0;
    display: block;
    color: #444444;
    font-size: .9em;
    line-height: 1em;
    border-bottom: 1px solid #dedede;
    padding: 0.7em;
    transition: .5s ease all;
    text-transform: none;
    text-align: left;
    font-style: normal;
}
.main-navigation ul ul li.menu-item-has-children a {
    padding-right: 0;
}
.main-navigation ul ul li:last-of-type a {
    border: 0;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    display: block;
    left: -25px;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
}
.main-navigation li > a:after,
.main-navigation li > a:focus:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after {
    opacity: .2;
    transition: .5s all cubic-bezier(0.48, -0.01, 0.27, 1.21);
    background: #d9dee6;
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    bottom: 0px;
    transform: translateZ(0) scaleX(0);
    will-change: opacity, transform;
    left: 50%;
    margin-left: -30px;
}
.main-navigation li:hover > a:after,
.main-navigation li > a:focus:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after {
    opacity: .7;
    transform: translateZ(0) scaleX(1);
}

.main-navigation li.menu-item-93:hover a:after,
.main-navigation li.menu-item-93:focus a:after,
.main-navigation li.menu-item-93.focus > a:after,
.main-navigation li.menu-item-93.current_page_item > a:after,
.main-navigation li.menu-item-93.current-menu-item > a:after,
.main-navigation ul ul li:hover > a:after,
.main-navigation ul ul li > a:focus:after,
.main-navigation ul ul li.focus > a:after,
.main-navigation ul ul .current_page_item > a:after,
.main-navigation ul ul .current-menu-item > a:after {
    content: none;
}
/*.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a */

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a,
.main-navigation ul ul li > a:focus,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current-menu-item > a,
.sticky .main-navigation ul ul li:hover a,
.sticky .main-navigation ul ul li:focus a {
    color: #214c98;
    padding-left: 15px;
    padding-right: 5px;
}

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/

.mobilebuttonswrap {
    display: none;
}
.mobile-navigation {
    background-color: #fff;
    box-shadow: 0 0 15px #000;
    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 {
    display: none;
}

#opennav, #closenav {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 2.5rem;
	padding: 0;
}
#closenav {
	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;
	background: rgb(228, 238, 239);
}
.mobile-navigation li a {
	border-top: 1px solid rgb(190, 206, 208);
	color: #000;
	display: block;
	font-size: 1.0625rem;
	padding: 10px 20px;
}
.mobile-navigation li.current-menu-item > a {
    background: #4470bd;
    color: #FFF;
}
.mobile-navigation li > a:hover, .mobile-navigation li > a:focus {
    background: #4470bd;
    color: #FFF;
}
.mobile-navigation li { position: relative; }
.mobile-navigation ul li.menu-item-has-children > a { margin-right: 30px; }
.mobile-navigation li > button {
    background-color: #caddff;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 14px 10px 15px;
    z-index: 1000;
    border: 0;
    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; background-color: #FFF; }
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;}
#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; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1420px){
.main-navigation li {
    margin: 1em 1.2em;
}
.main-navigation li.menu-item-331 a {
    font-size: 1em;
}
.main-navigation li.menu-item-331 a:before {
    border-width: 37px 0 37px 19px;
}
.site-logo a {
    padding: 0.5em 1.3em 0.5em;
}
}
@media screen and (max-width: 1330px){
.main-navigation li {
    margin: 1em 0.6em;
}
.main-navigation li.menu-item-331 a {
    font-size: 0.9em;
}
}
@media screen and (max-width: 1220px){
.site-logo {
    margin: .5em auto .5em;
}
.main-nav-wrapper {
    width: 100%;
    border-top: 1px solid #afcfef;
}
.main-navigation ul {
    justify-content: space-between;
}
}
@media screen and (max-width: 1024px){
.footer-nav-wrapper,
.headercall,
#rscalendar {
    display: none;
}
.site-logo {
    display: block;
    flex-basis: 100%;
    text-align: center;
}
.site-logo a {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 1.2em;
}
.headerbottom {
    padding: .5em 3% 0 3%;
    justify-content: center;
}
.hero-image {
    height: 290px;
}
.sticky .site-logo a {
    font-size: 0.7rem;
}
.mobile-nav-wrapper {
    display: block;
    z-index: 10;
}
.mobilebuttonswrap {
    display: block;
    padding: 14px 0 8px;
    z-index: 100;
    position: relative;
    flex-basis: 100%;
}
.mobilebuttons {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.menu-mobile-buttons-container {
    display: flex;
    justify-content: space-between;
    width: 79%;
}
ul#mobilebuttons-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mobilebuttons a {
    color: #0a355d;
    line-height: 1em;
    display: block;
    font-family: 'Arbutus Slab', serif;
}
.mobilebuttonswrap i {
    display: block;
    margin-bottom: 8px;
    font-size: 27px;
    color: #0a355d;
}
.mobilebuttonswrap span {
    display: block;
    text-transform: uppercase;
    color: #0a355d;
    font-size: 0.9em;
    line-height: 1em;
}
#opennav, #closenav {
    background: transparent;
    border-radius: 0;
    color: #000;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
#closenav {
    color: #000;
    margin: 20px 20px 0 20px;
    font-size: 3.5rem;
}
#opennav {
    font-size: 1.2rem;
}
.main-nav-wrapper {
	display: none;
}
.home .home-room_types.flexed {
    display: block;
}
.room_type {
    margin: 0 auto 2em;
    width: 100%;
    max-width: 600px;
    color: #404040;
}
.room_type-text h2 {
    color: #2b1b0a;
}
.page-id-38 .room_type5 {
    flex-basis: 47%;
    margin: 0 1.5% 3em;
}
.leftimage {
    height: 600px;
    flex-basis: 100%;
}
.lefttext {
    flex-basis: 100%;
    padding: 0;
    margin-top: 2em;
}
.footerleft.flexed {
    width: 100%;
    text-align: center;
    display: block;
}
.footerleft .site-logo {
    margin: 0 0 1em;
}
.footersocial {
    text-align: center;
    margin: 0 0 0.7em;
}
.highlight-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.highlight-text h2 {
    text-align: center;
}
.highlight-section-img {
    position: relative;
}
.highlight-section-img:after {
    background-color: rgba(0,0,0,.7);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reservationcall {
    margin: 0 2% 3em 2%;
}
.reservationcall {
    font-size: 1.5rem;
}
.activityimg {
    font-size: 1.7em;
}
.activity {
    font-size: 1.3em;
}
.footer-logo-wrapper {
    margin-right: 0;
}
}
@media screen and (max-width:800px){
h1 {
    font-size: 2.3rem;
}
.contactleft {
    flex-basis: 100%;
    margin: 0 0 25px;
}
.contactright {
    flex-basis: 100%;
}
.menu-mobile-buttons-container {
    width: 81%;
}
.home .hero-image {
    height: 330px;
}
.home h1 {
    font-size: 1.9rem;
}
.activities.flexed {
    justify-content: center;
}
.activity {
    flex-basis: 28%;
    margin: 0 1% 2em;
}
.imagegrid {
    flex-basis: 50%;
}
.fullwidthcta {
    font-size: 1em;
}
.leftimage {
    height: 390px;
}
}
@media only screen and (max-width: 641px) {
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: 1.25 !important;
}
.reservationcall {
    font-size: 1.2rem;
}
}
@media screen and (max-width: 600px){
body, button, input, select, textarea {
    font-size: 20px;
    font-size: 1.15rem;
}
.site-logo a {
    font-size: 0.9rem;
}
.mobilebuttonswrap span {
    font-size: 0.7em;
}
h1 {
    font-size: 1.9rem;
}
h2 {
    font-size: 1.7rem;
}
.page-id-38 .room_type5 {
    flex-basis: 100%;
    margin: 0 0 2em;
}
.activity {
    flex-basis: 48%;
}
.hero-image {
    height: 210px;
}
}
@media screen and (max-width: 500px){
.button, a.button, a.button:visited, button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 0.8em;
}
.mobilebuttonswrap span {
    text-transform: none;
}
.home h1 {
    font-size: 1.6rem;
}
.home .hero-image {
    height: 260px;
}
#mannix {
    font-size: 0.8rem;
}
.activitytext {
    font-size: 0.8em;
}
.page-id-39 .textsection ul {
    column-count: 1;
    column-gap: 0;
}
}
@media screen and (max-width: 400px){
.home .room_type-text p.hasbutton a.button {
    min-width: 100%;
}
}
@media screen and (max-width: 360px){

}