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

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

chicsmarina 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
font-family: 'Open Sans', sans-serif;
400,600,700
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	font-weight: normal;
	line-height: 1.125;
}
h1 {
	font-size: 2.8125rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.8rem;
}

p {margin: 0 0 1.5em;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem;}
abbr, acronym {border-bottom: 1px dotted #666; cursor: help;}
mark, ins {background: #fff9c0; text-decoration: none;}
big {font-size: 125%;}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #bf0300;
	text-decoration: none;
	transition: all ease 0.5s;
}
a:hover, a:focus, a:active {
	color: #2c68b3;
	outline: 0;
}
.entry-content p a:not(.button),
.entry-content p a:not(.button):visited {
	border-bottom: 1px dotted;
}
.entry-content p a:not(.button):hover,
.entry-content p a:not(.button):focus,
.entry-content p a:not(.button):active {
	border-bottom: 1px solid;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #bf0300;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	padding: 1em 2.5em;
	text-transform: uppercase;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button { padding: .6em 1em !important; }

.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 {
	background: #2b70c6;
}

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

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

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

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


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
#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: 0 2%; }
#primary .container { max-width: 900px; }
.home #primary .container { max-width: 1100px; }
.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: 4em 0 2.5em; }
.embed-container {height:0; margin-bottom:2em; max-width:100%; overflow:hidden; padding-bottom:56.25%; position:relative;}
.embed-container iframe, .embed-container object, .embed-container embed {position:absolute; top:0; height:100%; left:0; width:100%;}
.map .embed-container { padding-bottom: 35.25%; margin-bottom: 0;}
.flexed { display: flex; flex-wrap: wrap; justify-content: space-between; }
.red-text, .red-text a { color: #bf0300; }

#sticky-anchor {
	position: absolute;
	transition: all ease 0.3s;
	width: 100%;
}
.site-header {
	border-bottom: 1px solid #f1f1f1;
}
.site-header .container {
	max-width: 1600px;
}
.header-bar {
	background: #231f20;
	padding: 8px 0;
	color: #FFF;
}
.header-bar a {
	color: #FFF;
}
.header-bar a:hover,
.header-bar a:focus {
	color: #98c8ee;
}
.site-branding,
.header-social-media {
	float: left;
}
.main-nav-wrapper,
.quick-links {
	float: right;
}
.quick-links span {
	text-transform: uppercase;
	margin-right: 20px;
	font-size: 0.8125rem;
	vertical-align: baseline;
	line-height: 1;
	letter-spacing: 1px;
}
.quick-links span:last-of-type {
	margin-right: 0;
}
.quick-links span > a[href*="tel:"] {
	font-size: 1.125rem;
	font-weight: 700;
}
.quick-links .contact-button {
	vertical-align: middle;
	margin-top: -8px;
	margin-bottom: -8px;
	display: inline-block;
	position: relative;
}
.quick-links .contact-button a {
	background: #bf0300;
	color: #FFF;
	display: block;
	padding: 16px 20px 17px;
}
.quick-links .contact-button a:hover,
.quick-links .contact-button a:focus {
	background: #2b70c6;
	color: #FFF;
}

.site-header {
	background: #FFF;
}
.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;
}
.site-branding {
	margin: 5px 0 0;
}
.site-logo a {
	display: block;
}
.site-logo a:focus {
	outline: 1px solid #bf0300;
}
.hero-image {
	position: relative;
	line-height: 0;
}
.hero-image img {
	width: 100%;
	height: auto;
}

.blue-bg,
.home #primary,
#primary.styled-header {
	background: #2c68b3;
	color: #FFF;
}
.blue-bg a:not(.button),
.home #primary a:not(.button),
#primary.styled-header a:not(.button) {
	color: #FFF;
	border-bottom: 1px dotted;
}
.blue-bg a:not(.button):focus,
.home #primary a:not(.button):focus,
#primary.styled-header a:not(.button):focus {
	border-bottom: 1px solid;
}
h1.entry-title span {
	display: block;
	font-weight: 700;
}
.home #primary .flexed,
.secondary-text .flexed {
	align-items: center;
	margin-bottom: 1.5em;
}
.secondary-text .flexed {
	flex-direction: row-reverse;
}
.primary-photo,
.secondary-text-photo {
	flex-basis: 30%;
	line-height: 0;
	overflow: hidden;
	border-radius: 50%;
}
.primary-photo img,
.secondary-text-photo img {
	width: 100%;
}
.primary-text,
.secondary-text-inner {
	flex-basis: 65%;
}
.secondary-text .container {
	max-width: 1300px;
}
.hp-section .container {
	max-width: 1600px;
	margin: 2em auto;
	padding: 0;
}
.hp-section-text {
	flex-basis: 35%;
}
.hp-section-inner{
	padding: 8em 3em;
	text-align: center;
}
.hp-section-inner p {
	line-height: 1.8;
}
.hp-section-text h2 {
	font-size: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1.5em;
}
.hp-section-text h2 strong {
	display: block;
	font-size: 3.125rem;
	text-transform: none;
	letter-spacing: normal;
}
.hp-section-text-full {
	text-align: center;
	font-size: 1.25rem;
}
.hp-section-image {
	flex-basis: 65%;
	background-size: cover;
	background-position: center;
}
.hp-section:nth-of-type(odd) .flexed {
	flex-direction: row-reverse;
}
.webcam {
	background: #231f20;
	color: #FFF;
	text-align: center;
}
.webcam p {
	font-size: 2rem;
	position: relative;
	padding-left: 75px;
	display: inline-block;
	margin: 0 auto 1.125em;
}
.webcam p:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	background: url('images/icon-webcam.png') no-repeat;
	background-size: contain;
	background-position: center;
}
.webcam a {
	color: #FFF;
}
.webcam a.button {
	border: 1px solid #FFF;
	background: transparent;
	font-size: 1.125rem;
	padding: 0.6em 1.25em;
	margin-left: 20px;
	vertical-align: middle;
}
.webcam a.button:hover,
.webcam a.button:focus {
	border: 1px solid #bf0300;
	background: #bf0300;
	color: #FFF;
}

.home-cta {
	background: #FFF url('images/marina-footer-background-sunset.jpg') no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding-bottom: 30em;
}
.home-cta .container {
	max-width: 800px;
}

.styled-header-image {
	flex-basis: 60%;
	background-color: #2c68b3;
	background-position: center;
	background-size: cover;
}
.styled-header-text {
	flex-basis: 40%;
}
.styled-header-text main {
	padding: 6em 3em;
	text-align: center;
}
.styled-header-text main p {
	font-size: 1.1875rem;
	line-height: 1.7;
}
.styled-header-text main p:last-of-type {
	margin-bottom: 0;
}
.blue-bg a.button {
	border: 1px solid #FFF;
	background: #FFF;
	color: #bf0300;
}
.styled-header-text main p a.button {
	font-size: 1.125rem;
	padding: 0.8em 1.33em;
	border: 1px solid #FFF;
	background: #FFF;
	color: #bf0300;
}
.blue-bg a.button:hover,
.blue-bg a.button:focus,
.styled-header-text main p a.button:hover,
.styled-header-text main p a.button:focus {
	border: 1px solid #FFF;
	background: rgba(255,255,255,0.8);
	color: #000;
}
.styled-header-text main p a.button:nth-of-type(2) {
	margin-left: 10px;
}
.styled-header-text h1.entry-title {
	font-weight: 700;
	font-size: 2.625rem;
}
.page-template-default h1.entry-title {
	text-align: center;
	font-weight: 600;
}
.home h1.entry-title {
	text-align: left;
	font-weight: 400;
}
.brands-wrapper .container,
.page-sections .container {
	max-width: 1100px;
}
.page-section,
.brand {
	border-bottom: 1px solid #ccc;
	margin-bottom: 3em;
	padding-bottom: 3em;
}
.page-section:last-of-type,
.brand:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}
.page-section-sidebar,
.brand-image {
	flex-basis: 30%;
	text-align: center;
}
.page-section-text,
.brand-text {
	flex-basis: 65%;
}
.page-section-text h2,
.brand-text h3 {
	font-weight: 600;
}
.page-section-text a,
.brand-text a {
	border-bottom: 1px dotted;
}
.page-section-text a:hover,
.page-section-text a:focus,
.brand-text a:hover,
.brand-text a:focus {
	border-bottom: 1px solid;
}
.section-sidebar-image,
.brand-image-inner {
	/*border-radius: 50%;*/
	line-height: 0;
	overflow: hidden;
	margin: 0 auto 2em;
	max-width: 275px;
}
.section-sidebar-image img,
.brand-image-inner img {
	width: 100%;
}

.brands-intro {
	max-width: 900px;
	margin: 0 auto 3em;
	text-align: center;
}
.rental-heading h2,
.house-features h2,
.brands-intro h2 {
	font-size: 2.5rem;
	font-weight: 700;
}
.rental-heading h2:after,
.house-features h2:after,
.brands-intro h2:after {
	content: '';
	display: block;
	width: 100px;
	border-bottom: 2px solid #bf0300;
	margin: 20px auto;
}
.brands-intro p {
	font-size: 1.1875rem;
}

.boats-wrapper.row {
	padding-top: 0;
}
.boats:after {
	content: '';
	flex-basis: 30%;
}
.boat {
	flex-basis: 30%;
	text-align: center;
	margin-bottom: 3%;
}
.boat h3 {
	font-weight: 600;
	font-size: 1.5rem;
}
.boat p.boat-quick-info {
	font-size: 1rem;
}
.boat p.boat-quick-info span {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #000;
}
.boat p.boat-quick-info span:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.boat p.boat-link a {
	text-transform: uppercase;
	border-bottom: 1px dotted;
}
.boat p.boat-link a i.fas {
	font-size: 0.9rem;
}
.boat p.boat-link a:focus {
	border-bottom: 1px solid;
}
.boat img {
	width: 100%;
	margin-bottom: 0.5em;
}

.house-rentals {
	max-width: 1100px;
	margin: 0 auto;
}
.house-rental {
	margin-bottom: 3em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3em;
}
.house-rental:last-of-type {
	border-bottom: 0;
}
.house-rental-image {
	flex-basis: 45%;
	background-size: cover;
	background-position: center;
}
.house-rental-description {
	flex-basis: 55%;
}
.house-rental-description > div {
	padding: 4em 0 2.5em;
}
.house-rental:nth-of-type(even) {
	flex-direction: row-reverse;
}
.house-rental:nth-of-type(even) .house-rental-description > div {
	padding-right: 3em;
}
.house-rental:nth-of-type(odd) .house-rental-description > div {
	padding-left: 3em;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 900;
	border-radius: 0;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	padding: 10px;
	font-size: 1.25rem;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}

.rental-heading h2,
.house-features h2 {
	text-align: center;
	margin-bottom: 1em;
}
.house-features ul {
	columns: 3;
	column-gap: 70px;
}
.house-features li {
	margin-bottom: 1.5em;
	break-inside: avoid;
}
.house-details .container {
	max-width: 900px;
}

.house-gallery.row {
	padding-bottom: 0;
}
.house-gallery a.button i.fas {
	margin-right: 10px;
}
.res-links {
	margin: 1.5em 0 0;
	text-align: center;
}
.res-links > span {
	display: inline-block;
	margin-right: 10px;
}
.res-links > span:last-of-type {
	margin-right: 0;
}
.res-links span a.button {
	background: transparent;
	border: 2px solid #FFF;
	color: #FFF;
	padding: 0.8em 1.5em;
	font-size: 1rem;
}
.res-links span a.button:hover,
.res-links span a.button:focus {
	background: #023575;
	border: 2px solid #023575;
}

.rental-intro .container {
	max-width: 900px;
}
.rental-row:nth-of-type(even) .flexed {
	flex-direction: row-reverse;
}
.rental-row {
	margin-bottom: 3em;
}
.boat-rental.flexed {
	align-items: center;
}
.rental-image {
	flex-basis: 40%;
	width: 100%;
	overflow: hidden;
}
.rental-image > img {
	width: 100%;
}
.rental-gallery {
	margin: 0 auto;
	position: relative;
}
.rental-description {
	flex-basis: 60%
}
.description-inner {
	padding: 2em;
}
.rental-rates {
	margin: 0 0 1.5em;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rental-rates li {
	flex-basis: 18%;
	margin: 0.5em 0;
	text-align: center;
	border: 1px solid #f1f1f1;
}
.rental-rates li span {
	display: block;
	padding: 3px;
}
.rental-rates li span.duration {
	background: #f1f1f1;
	font-size: 1rem;
}
.rental-rates li span.rate {
	color: #2c68b3;
	font-weight: 700;
	font-size: 1.4rem;
}

.single-boats #primary .container {
	max-width: 1400px;
}
.boat-sidebar {
	flex-basis: 40%;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.boat-featured {
	margin-bottom: 1em;
}
.boat-featured > img {
	width: 100%;
}
.boat-content {
	flex-basis: 55%;
}
.boat-content p.contact-link {
	display: none;
}
.single-boats .entry-header:after {
	content: '';
	display: block;
	width: 100px;
	border-bottom: 2px solid #bf0300;
	margin: 20px 0;
}
.boat-meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #404040;
}
.boat-meta span:last-of-type {
	margin:0;
	padding: 0;
	border:0;
}

.page-id-5 #primary .container {
	max-width: 1000px;
}
.contact-wrapper {
	align-items: flex-start;
}
.contact-wrapper h1.entry-title {
	text-align: left;
}
.contact-details {
	flex-basis: 48%;
	line-height: 2;
}
.contact-inner strong {
	font-size: 1.5rem;
}
.contact-inner a.button:before {
	content: '\f5a0';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
}
.contact-form {
	flex-basis: 48%;
	background: #f1f1f1;
	border: 1px solid #ededed;
	padding: 2em;
}

.site-footer {
	background: #d5e0ef;
}
.contact-information {
	flex-basis: 35%;
}
.contact-information p {
	margin-bottom: 0.5em;
}
.contact-information p a {
	border-bottom: 1px dotted;
}
.contact-information p a:hover,
.contact-information p a:focus {
	border-bottom: 1px solid;
	color: #000;
}
.footer-nav-wrapper,
.footer-logos {
	flex-basis: 25%
}
.footer-logos {
	text-align: right;
}
.footer-logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.footer-logo:last-of-type {
	margin-right: 0;
}
.social-icon {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1;
}
.social-icon:last-of-type {
	margin-right: 0;
}
.social-media a {
	color: #000;
}
.social-media a:hover,
.social-media a:focus {
	color: #bf0300;
}
.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
--------------------------------------------------------------*/
.main-navigation, .footer-navigation {
	width: 100%;
}

.main-navigation ul, .footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-navigation ul {
	columns: 2;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation a, .footer-navigation a {
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
.main-navigation a {
	font-size: 1.0625rem;
	padding: 45px 20px;
}
.footer-navigation a {
	font-size: 0.9375rem;
	border-bottom: 1px dotted;
}
.footer-navigation a:hover,
.footer-navigation a:focus {
	border-bottom: 1px solid;
	color: #bf0300;
}
.main-navigation li.menu-item-has-children > a {
	padding-right: 35px
}
.main-navigation button {
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 48px;
	color: #000;
}
.main-navigation ul ul {
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: -999em;
	position: absolute;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 250px;
	padding: 10px 20px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation li > a:focus,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #2c68b3;
}

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

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

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

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

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
    background-color: #2c68b3;
    box-shadow: 0 0 8px rgba(0,0,0,0.8);
    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;
	position: fixed;
	right: 20px;
	top: 58px;
	z-index: 10000;
}
body.admin-bar .mobile-nav-wrapper { top: 50px; }
#opennav, #closenav {
	background: transparent;
	border-radius: 0;
	color: #000;
	font-size: 2.5rem;
	padding: 0;
}
#closenav {
	color: #FFF;
	margin: 0 0 0.5em 20px;
}
.mobile-navigation ul {
	list-style-type: none;
	padding: 0;
}
.mobile-navigation ul ul {
	display: none;
	margin: 0;
}
.mobile-navigation ul ul li a {
	padding-left: 2.5em;
}
.mobile-navigation li a {
	border-top: 1px solid rgba(255,255,255,0.25);
	color: #FFF;
	display: block;
	padding: 10px 20px;
}
.mobile-navigation li.current-menu-item > a {
	background: #bf0300;
	color: #FFF;
}
.mobile-navigation li > a:hover, .mobile-navigation li > a:focus {
	background: #bf0300;
	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 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: 1555px){
	.main-navigation a {
		padding: 45px 10px;
	}
}
@media screen and (max-width: 1455px){
	.site-branding {
		margin-top: 12px;
	}
	.site-logo img {
		width: 275px;
		height: 79px;
	}
	.house-gallery .container {
		max-width: 900px;
	}
}
@media screen and (max-width: 1375px){
	.main-navigation a {
		font-size: 0.9rem;
	}
	.styled-header-text {
		flex-basis: 45%;
	}
	.styled-header-image {
		flex-basis: 55%;
	}
}
@media screen and (max-width: 1300px){
	.hp-section-image {
		flex-basis: 60%;
	}
	.hp-section-text {
		flex-basis: 40%;
	}
	.hp-section-inner {
		padding: 5em 3em;
	}
}
@media screen and (max-width: 1245px){
	.site-branding {
		margin-top: 22px;
	}
	.site-logo img {
		width: 200px;
		height: 57px;
	}
}
@media screen and (max-width: 1170px){
	.main-navigation a {
	    padding: 45px 8px;
	}
	.main-navigation li.menu-item-has-children > a {
	    padding-right: 25px;
	}
	.main-navigation button {
		right: 10px;
		top: 50px;
		font-size: 0.8rem;
	}
	.main-navigation li.contact-button > a {
		padding: 10px 12px;
	}
	.site-header .container {
		padding: 0 1%;
	}
	.site-branding {
		margin-top: 28px;
	}
	.site-logo img {
		width: 180px;
		height: 51px;
	}
	.contact-information {
		flex-basis: 35%;
	}
	.styled-header-text {
		flex-basis: 50%;
	}
	.styled-header-image {
		flex-basis: 50%;
	}
	.styled-header-text main {
		padding: 4em 2em;
	}
}
@media screen and (max-width: 1100px){
	.hp-section-image {
		flex-basis: 55%;
	}
	.hp-section-text {
		flex-basis: 45%;
	}
	.hp-section-inner {
		padding: 4em 2em;
	}
	.house-rental-image,
	.house-rental-description {
		flex-basis: 50%;
	}
	.house-rental:nth-of-type(even) .house-rental-description > div {
		padding-right: 2em;
	}
	.house-rental:nth-of-type(odd) .house-rental-description > div {
		padding-left: 2em;
	}
	.no-mobile {
		display: none;
	}
	.contact-information {
	    flex-basis: 28%;
	}
	.footer-logos {
		flex-basis: 30%;
	}
}
@media screen and (max-width: 1070px){
	.site-branding,
	.main-nav-wrapper {
		float: none;
		text-align: center;
	}
	.site-branding {
		margin: 10px 0;
	}
	.main-navigation a {
	    padding: 15px 8px 25px;
	}
	.main-navigation button {
    	top: 20px;
    }
}
@media screen and (max-width: 1023px){
	.mobile-nav-wrapper {
		display: block;
	}
	.main-nav-wrapper,
	.footer-nav {
		display: none;
	}
	.site-branding {
		float: left;
	}
	.header-bar {
		padding: 5px 0;
	}
	.quick-links .contact-button {
		margin-top: -5px;
		margin-bottom: -5px;
	}
	.quick-links .contact-button a {
		padding: 13px 20px 14px;
	}
	h1,
	.styled-header-text h1.entry-title {
		font-size: 2.4rem;
	}
	.footer-cols.flexed {
		display: block;
	}
	.contact-information,
	.footer-logos {
		text-align: center;
	}
	.footer-logos {
		margin-top: 2em;
	}
	.no-mobile {
		display: initial;
	}
	.boat-rental.flexed {
		display: block;
	}
	.rental-image {
		max-width: 700px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 900px){
	.home h1.entry-title {
		text-align: center;
	}
	.home #primary .flexed,
	.hp-section .flexed,
	.secondary-text .flexed,
	#primary.styled-header .flexed {
		display: block;
	}
	.home .primary-photo,
	.secondary-text-photo {
		max-width: 360px;
		margin: 0 auto 1em;
	}
	.home .primary-text .entry-content,
	.secondary-text-inner {
		max-width: 600px;
		margin: 1.5em auto 0;
	}
	.hp-section-inner {
		padding: 2em 2%;
	}
	.hp-section-image {
		min-height: 400px;
	}
	.home-cta {
		padding-bottom: 20em;
	}
	.webcam p:before {
		position: relative;
		top: auto;
		transform: none;
		display: block;
		margin: 0 auto 0.5em;
	}
	.webcam a.button {
		display: block;
		margin: 1em auto 0;
		max-width: 360px;
	}
	.webcam p {
		padding-left: 0;
	}
	.styled-header-image {
		min-height: 360px;
	}
	.styled-header-text main {
		padding: 2em 2%;
	}
	.house-rental.flexed {
		display: block;
		padding-bottom: 1.5em;
	}
	.house-rental-image {
		min-height: 400px;
	}
	.house-rental:nth-of-type(odd) .house-rental-description > div,
	.house-rental:nth-of-type(even) .house-rental-description > div {
		padding: 2em 0 0.5em;
	}
	.boat {
		flex-basis: 48%;
	}
	.house-features ul {
		columns: 2;
	}
	.house-features li {
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 800px){
	.description-inner {
		padding: 1.5em 2% 0;
	}
	.page-section .flexed,
	.brands .flexed {
		display: block;
	}
	.page-section-sidebar p:last-of-type {
		display: none;
	}
	.boat-details.flexed {
		display: block;
	}
	.boat-sidebar p:last-of-type {
		display: none;
	}
	.boat-content p.contact-link {
		display: block;
	}
	.contact-form {
		padding: 1.33em;
	}
}
@media screen and (max-width: 767px){
	.contact-wrapper.flexed {
		display: block;
	}
	.contact-wrapper h1.entry-title {
		text-align: center;
	}
	.contact-wrapper p {
		text-align: center;
	}
	.contact-inner {
		max-width: 400px;
		margin: 0 auto 2em;
		text-align: center;
	}
	.contact-inner p:last-of-type {
		text-align: center !important;
	}
}
@media screen and (max-width: 720px){
	.header-social-media {
		display: none;
	}
	.quick-links {
		float: none;
		text-align: center;
	}
	.quick-links span span {
		display: none;
	}
}
@media screen and (max-width: 600px){
	.hero-image {
		height: 300px;
		overflow: hidden;
	}
	.hero-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 300px;
		width: auto;
		max-width: none;
	}
	h1,
	.styled-header-text h1.entry-title {
		font-size: 2.25rem;
	}
	h1.entry-title span {
		display: initial;
	}
	h2 {
		font-size: 1.8rem;
	}
	.hp-section-image {
		min-height: 350px;
	}
	.webcam p {
		font-size: 1.8rem;
		line-height: 1.125;
	}
	.home-cta {
		padding-bottom: 10em;
		background-size: contain;
	}
	.page-template-default h1.entry-title,
	.styled-header-text main {
		text-align: left;
	}
	.rental-rates li {
		flex-basis: 24%;
	}
	.rental-rates:after {
	    content: '';
	    flex-basis: 49%;
	}
	.rental-row {
		margin-bottom: 1.5em;
	}
	.styled-header-image {
		min-height: 280px;
	}
	.boats.flexed {
		display: block;
	}
	.house-features ul {
		columns: 1;
	}
	.house-features li {
		margin-bottom: 0.5em;
	}
	.map .embed-container {
		padding-bottom: 55.25%;
	}
	.contact-details article p {
		text-align: left;
	}
	.house-rental-image {
		min-height: 300px;
	}
}
@media screen and (max-width: 500px){
	.quick-links .contact-button {
		display: none;
	}
}
@media screen and (max-width: 460px){
	.rental-rates li {
		flex-basis: 31%;
	}
	.rental-rates:after {
	    flex-basis: 31%;
	}
	.map .embed-container {
		padding-bottom: 65.25%;
	}

}
@media screen and (max-width: 420px){
	.hero-image, .hero-image img {
		height: 200px;
	}
	.home .primary-photo {
		max-width: 210px;
	}
	h1,
	.styled-header-text h1.entry-title,
	.rental-heading h2, .house-features h2, .brands-intro h2 {
		font-size: 2rem;
	}
	.hp-section-image {
		min-height: 260px;
	}
	.hp-section-text h2 {
		font-size: 1.25rem;
	}
	.hp-section-text h2 strong {
		font-size: 2.5rem;
	}
	.row {
		padding: 2em 0 0.5em;
	}
	.home-cta {
		padding-bottom: 8em;
	}
	.styled-header-text main p a.button,
	.styled-header-text main p a.button:nth-of-type(2) {
		display: block;
		margin: 0 auto 1em;
	}
	.house-rental-image {
		min-height: 250px;
	}
	.res-links > span,
	.res-links > span:last-of-type {
		display: block;
		margin: 0 auto 1em;
	}
	.res-links span a.button {
		display: block;
	}
}
@media screen and (max-width: 360px){
	h1,
	.styled-header-text h1.entry-title {
		font-size: 1.7rem;
	}
	h2 {
		font-size: 1.65rem;
	}
	.rental-rates li {
		flex-basis: 48%;
	}
	.rental-rates:after {
	    flex-basis: 48%;
	}
}