/*
Theme Name: Canoe Island Lodge
Theme URI: http://underscores.me/

Description: Custom responsive theme for canoeislandlodge.
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: canoeislandlodge
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;1,700&display=swap');
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
 audio:not([controls]) {
 display: none;
 height: 0;
}
 [hidden], template {
 display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
    margin: 1em 1% 1em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
    color: #192762;
    font-size:17px;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em;
    line-height: 1em;
    color:#192762;
    font-family: 'Josefin Sans', sans-serif;
}
h1 {
    font-size: 35px;
    text-align: center;
}
body.single  h1, .error404 h1 {
    text-align:left;
}
h2 {
    font-size:30px;
}
h3 {
    font-size:27px;
}
h4 {
    font-size:25px;
}
h5 {
    font-size:22px;
}
p {
    margin: 0 0 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 0;
    padding-left: 20px;
}
ul {
    list-style:none;
}
.content-area ul li:before {
    content: '\f101';
    font-family: fontawesome;
    margin-left: -20px;
    padding-right: 10px;
}
.content-area .soliloquy-outer-container ul li:before, .content-area ul.blocklist li:before, .content-area .widget ul li:before, .content-area .soliloquy-container li:before {
    content:normal;
    margin-left: 0;
    padding-right:0;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
    color: #192762;
    text-decoration: underline;
    transition: .5s ease all;
}
a:hover, a:focus, a:active {
    color: #0079D6;
    outline: 0;
}
 a[href^=tel] {
    white-space:nowrap;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button, a.button:visited, button, input[type="button"], input[type="reset"], input[type="submit"], .btmctabg a, .pageblock a {
    display: inline-block;
    border: 2px solid #0079D6;
    box-shadow: none;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    background: none;
    color: #0079D6;
    padding: 12px 20px 10px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-shadow: none;
    text-decoration: none;
    transition: .5s ease all;
}
.whitebutton a,
.whitebutton a.button {
    background: #fff;
    color: #192762;
    border: 0;
}
.whitebutton a:hover, .whitebutton a.button:hover,
.whitebutton a:focus, .whitebutton a.button:focus,
.btmctabg .whitebutton a:hover, .btmctabg .whitebutton a:focus {
    background: #dcdcdc;
    color: #000;
}
a.button:hover, .button:hover, button:hover, .herotext a:hover, .btmctabg a:hover, .pageblock a:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background: #0079D6;
    color: #fff;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
}
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: 4px 4px 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
/*--------------------------------------------------------------
# Custom Styles
font-family: 'Josefin Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
blue #37447d
light blue #7ec8ff
light grey #ebe9e1
--------------------------------------------------------------*/
.container {
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 0 2%;
}
.contentcontainer {
    max-width:1000px;
}
.contentcontainer.boat {
    max-width:1166px;
}
#content {
    padding: 50px 0;
}
body.home #content, body.page-template-template-accommodations #content, .page-template-template-rooms #content{
    padding:0;
}
.topbar {
    /*background:url(/wp-content/uploads/2017/04/bg-wood.jpg) top;*/
    background-color: #0b1542;
}
.headerphone a, .headeraddress a {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 5px;
}
.headerphone a:hover, .headeraddress a:hover,
.headerphone a:focus, .headeraddress a:focus {
    color: #7ec8ff;
}
.headersocial i.fa-google-plus {
    font-size:14px;
    padding-top: 6px;
}
.headerphone a {
    margin: 5px 6% 0 3%;
}
.headersocial {
    float: right;
    margin: 5px 2% 0 0;
}
.headersocial a {
    margin: 0 3px;
    border: 1px solid #7ec8ff;
    border-radius: 100%;
    padding: 4px 6px;
    color: #7ec8ff;
    font-size: 20px;
    vertical-align: text-bottom;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    transition: .5s ease all;
    text-decoration: none;
}
.headersocial a:hover,
.headersocial a:focus {
    color: #fff;
    border: 1px solid #fff;
}
.featuredimg {
    position: relative;
    line-height:0;
    clear: both;
}
.featuredimg img {
    width: 100%;
    height: auto;
}
.headertop {
    padding: 10px 5%;
    background: rgba(255,255,255,.7);
    position: absolute;
    z-index: 400;
    width: 100%;
}
body.single .headertop, .error404 .headertop {
    background: #fff;
    position: relative;
}
.site-branding {
    float: left;
    margin-bottom: -165px;
    z-index: 2000;
    position: relative;
}
.row {
    padding-top: 3em;
    padding-bottom: 1.5em;
}
.videowrapper {
    position: relative;
    padding-bottom: 54.8%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
.herotext {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 140px;
    transform: translate(-50%, 0);
    max-width: 1200px;
    text-align: center;
    z-index: 1000;
    color: #192762;
    line-height: 1em;
    padding: 0 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
}*/
.herotext {
    width: 100%;
    position: relative;
    max-width: 1200px;
    text-align: center;
    z-index: 1000;
    color: #192762;
    line-height: 1em;
    padding: 0 20px;
    font-family: josefin sans,sans-serif;
    font-size: 31px;
    font-weight: 700;
    margin: 100px auto 20px;
}
.herotext p:first-of-type {
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 4px;
    font-size: 40px;
}
.herotext strong {
    font-size: 80px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    line-height: 1em;
}
.herotext p {
    margin-bottom:0;
}
.morebelow i {
    width: 74px;
    height: 74px;
    display: block;
    margin-left: -37px;
    position: absolute;
    bottom: 20px;
    z-index: 10000;
    color: #fff;
    font-size: 80px;
    border: 4px solid #fff;
    border-radius: 100%;
    line-height: 0.8em;
    left: 50%;
    text-align: center;
}
.hpcontent {
    font-size: 22px;
    margin-top: 15px;
    line-height: 1.5em;
}
.hpcontent img {
    width:100%;
    height:auto;
}
.whatsincluded p:first-of-type {
    display: block;
    width: 100%;
    background: #ebe9e1;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    padding: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight:700;
}
.whatsincluded p:nth-child(2){
    margin-bottom:0;
    font-weight:700;
}
.whatsincluded ul {
    column-count: 2;
    column-gap: 40px;
}
.whatsincluded ul li {
    list-style-position:inside;
}
.btmctabg {
    background:url(/wp-content/uploads/2017/04/bottom-cta-img.jpg) right;
    background-size: cover;
    color: #fff;
    padding: 40px 0 20px 0;
}
.btmctabg .container {
    padding-right: 500px;
}
.btmctabg p:first-of-type {
    font-size: 39px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom:10px;
}
.btmctabg p:nth-child(2) {
    text-transform: uppercase;
    font-size:20px;
    font-weight:700;
    margin-bottom:12px;
    font-family: 'Josefin Sans', sans-serif;
}
.btmctabg p:nth-child(3) {
    font-weight:300;
}
.activitiesbg {
    background: url(/wp-content/uploads/2017/04/bg-wood.jpg) top no-repeat #0e0604;
    padding: 60px 0;
    position: relative;
}
.activitiesbg:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top:0;
    left: 0;
}
.activities {
    text-align: center;
    position: relative;
    z-index: 2;
}
.activities h2 {
     text-align:center;
     color:#fff;
     margin-bottom:50px;
     text-transform:uppercase;
}
.cta {
    width: 18%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 1.4% 30px 0;
    position: relative;
    text-align: left;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.4em;
    vertical-align: top;
}
.cta:last-child {
    margin-right:0;
}
.ctaimage {
    position: relative;
    line-height: 0;
    margin-bottom:15px;
}
.ctaimage img {
    width:100%;
    height:auto;
}
.cta span {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    line-height: 1em;
    text-align: center;
    font-weight: 700;
    font-family: 'Josefin Sans',sans-serif;
    margin: 0 0 10px;
    display: block;
}
.ctaimage i {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 32px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 13px 0 0 5px;
    text-align: center;
    box-shadow: 0 0 10px #888;
}
.centered {
    text-align:center;
}
.calltoreserve {
    background: #fff;
    padding: 25px;
    font-size: 31px;
    text-align: center;
    border-top: 1px solid #ececec;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
.home .calltoreserve {
    border-top:0;
}
/*Accomodations Styles*/
.pageblock {
    width: 48%;
    float: left;
    margin-right: 3%;
    text-align: center;
    font-size:17px;
}
.pageblock:nth-child(even) {
    margin-right:0;
}
.pageblock h2 {
    text-transform:uppercase;
    font-size:30px;
    margin:7px 0;
	line-height: 1.1;
}

.pageblock.full{
	width:100%;
	margin-right: 0%;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:15px;
	text-align: left;
}

.pageblock.full.odd{
	flex-direction: row-reverse;
}

.pageblock.full .item{
	width:50%;
	padding-right:1%;
}

.pageblock.full.odd .item{
	padding-left:1%;
	padding-right:0%;
}

.pageblock.full .item h2{
	margin-bottom:25px;
}

.pageblock.full .item.text {
	padding: 0 3% 0 5%;
}

.pageblock.full.odd .item.text{
	padding: 0 7% 0 0%;
}

.greybg {
    background:#ebe9e1;
}
.leftcolumn, .rightcolumn {
    width: 50%;
    float: left;
}
.rightcolumn {
    padding-left:5%;
}
.rooms {
     margin-top:60px;
}
.rooms h2 {
    text-transform: uppercase;
    font-size: 37px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 13px 0 9px 0;
    margin-bottom: 40px;
    text-align: center;
}
.room {
    margin-bottom: 80px;
}
.roomleft {
    width:40%;
}
.roomright {
    width:60%;
}
/*Footer Styles*/
.footer {
    background: #ebe9e1;
    color: #192762;
    font-size: 16px;
    line-height: 1.4em;
}
.footer a:hover,
.footer a:focus {
    color: #266596;
    text-decoration: underline;
}
.footer a {
    text-decoration: underline;
    color: #192762;
}
.footerlogo {
    text-align: center;
}
.footer .footersocial a {
    text-decoration: none;
}
.footernav {
    padding:25px;
    margin-bottom:25px;
    border-bottom:1px solid #CFCFCF;
}
.footernav ul {
    text-align: center;
    margin: 0;
}
.footernav ul li {
    display:inline;
}
.footernav ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    line-height: 1em;
    font-size: 18px;
    margin: 0 -3px 0 0;
    text-transform: uppercase;
    border-right: 1px solid #192761;
    font-family: 'Roboto Condensed', sans-serif;
}
.footernav ul li.menu-item-71 a{
    border:0;
}
.footercol {
    float:left;
    margin-right:3%;
}
.footercol1 {
    width: 13%;
}
.footercol2 {
    width: 41%;
}
.footercol3 {
    width: 40%;
    float:right;
    margin-right:0;
    line-height:1.5em;
}
.footersocial {
    text-align:center;
    margin-top:18px;
}
.footersocial a {
    margin: 0 3px;
    border: 1px solid #192762;
    border-radius: 100%;
    padding: 5px;
    color: #192762;
    font-size: 20px;
    vertical-align: text-bottom;
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    line-height: 1em;
}
.footer .footersocial a:hover,
.footer .footersocial a:focus {
    color: #266596;
    border: 1px solid #266596;
    transform: scale(1.1);
}
.mannix {
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid #CFCFCF;
}
.mannix a {
    color:#000000;
}
.wide-column, .widget-area, .sidebar {
    float: left;
    box-sizing: border-box;
}
.wide-column {
    width: 67%;
    margin-right: 3%;
}
.widget-area, .sidebar {
    width: 30%;
}
.widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #d0d0d0;
}
.widget-area li {
    display: block;
    padding:7px 0;
    border-bottom: 1px solid #d0d0d0;
}
.widget-area h2 {
    margin-bottom: 12px;
}
.nowrap {
    white-space: nowrap;
}
.map {
    position: relative;
}
.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom:6px;
    left: 0;
    background-color: #000;
    opacity: 0.1;
}
.entry-meta {
    font-size: 80%;
    font-style: italic;
}
.post {
    border-bottom: 1px solid #ccc;
    padding-bottom:30px;
    margin-bottom:30px;
}
.post:last-of-type {
    border-bottom: 0;
}
.post .entry-content {
    margin-top: 1em;
}
.entry-meta, .entry-footer {
    font-size: 90%;
    font-style: italic;
}
.entry-footer {
    padding-bottom: 15px;
    font-size: 70%;
}
.cat-links, .tags-links, .comments-link {
    display: block;
    width: 100%;
}
.posts-navigation {
    padding-top: 10px;
    font-size: 90%;
}
a:hover {
    transition: 0.5s ease;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom:25px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
    background-color: #ffffff;
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 0;
    z-index: 10001;
    box-shadow: 0px 0px 10px #616161;
}
.mobile-nav-wrapper {
    display: none;
    float: right;
    z-index: 10000;
    margin: 16px 20px 16px 5px;
    position: relative;
    cursor: pointer;
}
.mobile-nav-wrapper span {
    color: #444;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0;
    text-transform: uppercase;
}
#opennav, #closenav {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 2.5rem;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
#closenav {
    color: #214f21;
    margin: 20px 20px 0 20px;
    font-size: 3.5rem;
    right: 0;
}
#mobile-menu {
    padding: 0 5%;
    clear: both;
    max-width: 600px;
    margin: 0 auto;
}
.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: 20px;
    font-size: 16px;
}
.mobile-navigation li a {
    border-top: 1px solid #dcdcdc;
    color: #242424;
    display: block;
    padding: 9px 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.mobile-navigation li.current-menu-item > a,
.mobile-navigation li > a:hover, .mobile-navigation li > a:focus {
    background-color: #5b7a8e;
    color: #FFF;
}
.mobile-navigation li { position: relative; }
.mobile-navigation ul li.menu-item-has-children > a {
    margin-right: 30px;
}
.mobile-navigation li > button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 14px 10px;
    z-index: 1000;
    border-top: 1px solid #d6d6d6;
    background-color: transparent;
    color: #000;
}
.mobile-navigation ul li.focus > ul {display: block;}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    float: right;
    margin-right: 10%;
    position: relative;
    z-index: 30000;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}
.main-navigation li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #ececec;
    margin-left: -4px;
}
.main-navigation a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 30px 10px;
    font-size: 18px;
    line-height: 1em;
    position: relative;
    font-weight: 700;
    color: #37447d;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
}
.main-navigation button {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
    top: 1px;
    right: -2px;
    z-index: 10;
    position: relative;
    color: #000;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    background-color: #fff;
    text-align: left;
    padding: 0 20px;
    min-width: 300px;
    display: none;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    color: #000;
    padding: 12px 0;
    line-height: 1.4em;
    font-size: 17px;
}
.main-navigation ul ul a:last-child {
    border:0;
}
.main-navigation ul ul li {
    display: block;
    border:0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    display: block;
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
}
.main-navigation li > a:hover,
.main-navigation li > a:focus {
    color: #0079D6;
}
.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: #0b1542;
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0;
    transform: translateZ(0) scaleX(0);
    will-change: opacity, transform;
}
.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 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 {
    color: #266596;
    padding-left: 15px;
    padding-right: 5px;
}
.main-navigation .menu-item-has-children a {
    padding-right: 30px;
}
.main-navigation button {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
    top: 50%;
    right: 10px;
    z-index: 10;
    position: absolute;
    color: #192762;
    font-size: 15px;
    padding: 2px 4px 0px 4px;
    border: 0;
    transform: translateY(-50%);
    transition: .5s ease all;
}
.main-navigation button:focus,
.main-navigation button:hover {
    background: #0079D6;
    color: #fff;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
    background-color: #ffffff;
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 0;
    z-index: 10001;
    box-shadow: 0px 0px 10px #616161;
}
.mobile-nav-wrapper {
    display: none;
    float: right;
    z-index: 10000;
    margin: 16px 20px 16px 5px;
    position: relative;
    cursor: pointer;
}
.mobile-nav-wrapper span {
    color: #444;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0;
    text-transform: uppercase;
}
#opennav, #closenav {
    background: transparent;
    border-radius: 0;
    color: #0b1542;
    font-size: 2.5rem;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
#closenav {
    color: #3c485d;
    margin: 20px 20px 0 20px;
    font-size: 3.5rem;
    right: 0;
}
#mobile-menu {
    padding: 0 5%;
    clear: both;
    max-width: 600px;
    margin: 0 auto;
}
.mobile-navigation ul {
    list-style-type: none;
    padding: 0;
}
.mobile-navigation ul ul {
    display: none;
    margin: 0;
}
.mobile-navigation ul ul li a {
    font-size: 15px;
    text-transform: none;
    padding-left: 30px;
}
.mobile-navigation li a {
    border-top: 1px solid #dcdcdc;
    color: #3c485d;
    display: block;
    padding: 9px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.mobile-navigation li.current-menu-item > a {
    background: #3c485d;
    color: #FFF;
}
.mobile-navigation li > a:hover, .mobile-navigation li > a:focus {
    color: #fff;
    background: #333e52;
}
.mobile-navigation li { position: relative; }
.mobile-navigation ul li.menu-item-has-children > a {
    margin-right: 30px;
}
.mobile-navigation li > button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 14px 10px;
    z-index: 1000;
    border-top: 1px solid #d6d6d6;
    background-color: transparent;
    color: #000;
}
.mobile-navigation ul li.focus > ul {display: block;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom:15px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom:15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
 .byline, .updated:not(.published) {
 display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.page-content, .entry-content, .entry-summary {
    margin:0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
    border: 0;
}
/*--------------------------------------------------------------
## 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: 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;
}
.googlemap {
    position:relative;
}
.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 8px;
    left: 0;
    background-color: #000;
    opacity: .1;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
.main-navigation {
    margin-right: 0;
}
.morebelow i {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    font-size: 56px;
}
}
@media screen and (max-width: 1300px) {
.footernav ul li a {
    padding: 0 7px;
    font-size: 15px;
}
.hpcontent {
    font-size: 19px;
}
.cta span {
    font-size: 20px;
}
}
@media screen and (max-width: 1250px) {
.main-navigation a {
    padding: 30px 8px;
    font-size: 16px;
}
.headerphone a, .headeraddress a {
    font-size: 15px;
    letter-spacing: 0;
}
.herotext strong {
    font-size: 70px;
}
.herotext p:first-of-type {
    font-size: 32px;
}
.herotext {
    font-size: 25px;
    margin: 50px auto 20px;
}
}
 @media screen and (max-width: 1100px) {
.main-navigation a {
    padding: 30px 6px;
    font-size: 15px;
}
}
 @media screen and (max-width: 1024px) {
.headeraddress, .headersocial, .main-navigation, .morebelow {
    display:none;
}
.mobile-nav-wrapper {
    display: block;
    margin: 22px 3% 22px 0;
}

.headerphone {
    float: right;
}
.headerphone a {
    margin:5px 10px;
}
.footercol1, .footercol2, .footercol3 {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.footercol3 {
     margin: 0 0 20px;
}
.leftcolumn, .rightcolumn {
    width: 100%;
    float: none;
}
.rightcolumn {
    padding-left: 0;
    margin-top: 20px;
}
.pageblock {
    width: 100%;
    float: none;
    margin: 0 0 20px;
}
.btmctabg .container {
    padding-right: 2%;
    text-align: center;
    font-size: 17px;
}
.btmctabg {
    background: #0d173e;
}
.herotext {
    font-size: 21px;
}
.herotext strong {
    font-size: 50px;
}
.herotext p:first-of-type {
    font-size: 25px;
}
.cta {
    width: 31.3%;
    margin: 0px 1% 30px 0;
}
 body #shiftnav-toggle-main {
 background: #fff;
 color: #000;
 font-size: 30px;
 box-shadow:0 0 3px #c5c5c5;
}
 body #shiftnav-toggle-main a {
 background:url(/wp-content/uploads/2017/04/mobile-logo.png) no-repeat;
 text-indent:-10000px;
 height:50px;
 background-size:contain;
 display:block;
 margin-left: 0px;
}
 body #shiftnav-toggle-main .shiftnav-toggle-burger, body #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
 float: right;
}
 body #shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger, body #shiftnav-toggle-main.shiftnav-toggle-edge-right.shiftnav-toggle-main-entire-bar:before, body .shiftnav-open-right #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
 padding: 15px 20px;
}
 body #shiftnav-toggle-main .shiftnav-main-toggle-content {
 padding: 5px 20px;
}
 body .shiftnav-menu-title {
 display:none;
}
 body .shiftnav-nav {
font-family: 'Roboto Condensed', sans-serif;
}
 body .shiftnav.shiftnav-skin-standard-dark, body .shiftnav.shiftnav-skin-standard-dark, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
 background: #192762;
 color: #fff;
}
 body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
 border-top-color: #adb97c;
}
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
    color: #fff;
    border-bottom: 1px solid #0c184c;
    border-top: 1px solid #5060a7;
    text-shadow: none;
    font-size: 16px;
}
 body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
 color: #fff;
 background:none;
}
 body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu a {
 padding-left: 40px;
}
 body .shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
 background:#4fa3e4;
 color: #fff;
}
 body #shiftnav-toggle-main:before {
 padding: 24px 10px;
}
 body #shiftnav-toggle-main-button {
 color: #1d3264;
}
 body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
 border:0;
}
 .wide-column, .widget-area, .sidebar {
 float: none;
 width: 100%;
 padding-left:2%;
 padding-right:2%;
 margin: 0;
 border: 0;
}
}
 @media screen and (max-width: 800px) {
.whatsincluded ul {
    column-count: 1;
}
.cta {
    width: 49%;
}
.activitiesbg {
    background-image: none;
    background: #ebe9e1;
}
.activitiesbg:after {
    content: none;
}
.activitiesbg .centered.whitebutton a {
    background:#192762;
    color: #fff;
}
.activities h2,
.cta span, .cta {
    color: #192762;
}
}
 @media screen and (max-width:700px) {
.herotext p:first-of-type {
    letter-spacing: 0;
}
.calltoreserve {
    font-size: 22px;
}
}
 @media screen and (max-width:500px) {
.cta {
    width: 100%;
    margin:0 0 30px 0;
}
.herotext strong {
    font-size: 40px;
}
.hpcontent {
    margin-top: 25px;
}
.btmctabg {
    background: #192762;
    text-shadow: none;
}
.site-branding {
    float: left;
    margin-bottom: -165px;
    z-index: 2000;
    position: relative;
    max-width: 50px;
}
.calltoreserve {
    font-size: 17px;
}
.wp-image-367 {
    float: none;
    display: block;
    margin: 0 auto 30px;
}
 }
@media screen and (max-width: 400px) {
.headerphone a, .headeraddress a {
    font-size: 13px;
}
}

@media screen and (max-width: 480px) {
	.pageblock.full {
		display: block;
	}

	.pageblock.full .item {
		width: 100%;
		padding-right: 0%;
	}

	.pageblock.full.odd .item {
		padding-left: 0;
		padding-right: 0%;
	}

	.pageblock.full.odd .item.text {
		padding: 3% 3% 0 3%;
		text-align: center;
	}

	.pageblock.full .item.text {
		padding: 3% 3% 0 3%;
		text-align: center;
	}
}

.home .site .site-content .content-area .site-main .container{
	max-width:1675px;
}

.h_flex{
	display:flex;
	margin-top: 80px;
	margin-bottom: 30px;
}

.h_flex .ls{
	width: 50%;
	padding-right:3%;
}

.h_flex .ls h3{
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 700;
	font-style:italic;
	margin-bottom: 5px;
	line-height: 1.2;
}

.h_flex .ls h2.underline {
	font-size: 68px;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	line-height: 1.2;
}

.h_flex .ls h2.underline:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -30px;
	height: 0;
	width: 145px;
	border-bottom: 7px solid #192762;
}

.h_flex .ls p {
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 1.3em;
}

.h_flex .rs{
	width: 50%;
}

.h_flex .rs img{
	display: block;
}

.btmctabg2 {
	position: relative;
	width: 100%;
}

.btmctabg2 a {
	display: block;
	position: absolute;
	width: 34vw;
	height: 4vw;
	z-index: 1;
	left: 18vw;
	bottom: 0;
}

.btmctabg2 img#img_d{
	display:block;
}

.btmctabg2 img#img_m{
	display:none;
}

@media screen and (max-width: 800px) {
	.h_flex {
		display: block;
		margin-top: 80px;
	}

	.h_flex .ls {
		width: 100%;
		padding-right: 0;
	}

	.h_flex .rs {
		width: 100%;
	}

	.h_flex .ls h3 {
		font-size: 40px;
	}

	.h_flex .ls h2.underline {
		font-size: 50px;
	}

	.h_flex .ls p {
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 1.3em;
	}
}

@media screen and (max-width: 480px) {
	.h_flex {
		text-align:center;
		margin-top: 40px;
		padding: 0 5%;
	}

	.h_flex .ls h3 {
		font-size: 30px;
	}

	.h_flex .ls h2.underline {
		font-size: 40px;
	}

	.h_flex .ls h2.underline:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -20px;
		height: 0;
		width: 90px;
		border-bottom: 4px solid #192762;
		margin-left: -45px;
	}

	.h_flex .ls p {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 1.3em;
	}

	button#opennav,button#closenav{
		border:none;
	}
	
	.mobile-navigation li > button {
		border: none;
	}

	.btmctabg2 img#img_d{
		display:none;
	}

	.btmctabg2 img#img_m{
		display:block;
	}

	.btmctabg2 a {
		display: block;
		position: absolute;
		width: 66.3vw;
		height: 8vw;
		z-index: 1;
		left: 16vw;
		bottom: 0;
	}
}

.page-template-template-rooms-new #page.site #content.site-content{
	padding: 0;
}

.page-template-template-rooms-new .rr .greybg.row .container.contentcontainer h1{
	text-align:center;
	text-transform:uppercase;
	font-size: 44px;
	font-weight: 700;
}

.page-template-template-rooms-new .rr .greybg.row{
	padding-top: 5em;
}

.page-template-template-rooms-new .rr .map_side{
	margin-top: 50px;
}

.page-template-template-rooms-new .rr .map_side h2{
	text-align:center;
	text-transform:uppercase;
	font-size: 44px;
	font-weight: 700;
}

.page-template-template-rooms-new .rr .map_side .wrapper{
	margin:0 auto;
	width:100%;
	max-width:1680px;
}

@media screen and (max-width: 480px) {
	.page-template-template-rooms-new .rr .greybg.row .container.contentcontainer h1,
	.page-template-template-rooms-new .rr .map_side h2{
		font-size: 34px;
	}
}