/*

	Theme Name: Danversport Marina

	Theme URI: http://sperlinginteractive.com

	Description: Custom Danversport Weddings Theme

	Version: 1.4.3

	Author: Sperling Interactive, based on HTML5 Blank by Todd Motto (@toddmotto)

	Author URI: http://sperlinginteractive.com

	*/

/*------------------------------------*\

    MAIN

\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oxygen');

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display Italic';
    src: url('fonts/PlayfairDisplay-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

h1 {
    line-height: 100%;
    color: #9e0909;
}

h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Playfair Display", cursive;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    /*font: 300 16px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font: 300 16px/1.5 "Open Sans", Helvetica, Arial, sans-serif;
    color: #444;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* clear */

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: #1c3766;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #9e0909;
}

a:focus {
    outline: 0;
}

div:focus {
    outline: 0;
}

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

input:focus {
    outline: 0;
    border: 1px solid #6da5bb;
}

hr {
    width: 60%;
    border-top: 1px solid #6da5bb;
}

/*------------------------------------*\

    STRUCTURE

\*------------------------------------*/

.page-template-page-request-a-proposal main {
    margin-bottom: 20px;
}

.marine-logo,
.page-id-14 .ossipee-logo,
.page-id-7642 .ossipee-logo,
.page-id-2586 .ossipee-logo,
.page-id-9857 .ossipee-logo,
.page-id-7536 .ossipee-logo {
    display: none;
}

.page-id-14 .marine-logo,
.page-id-7642 .marine-logo,
.page-id-2586 .marine-logo,
.page-id-9857 .marine-logo,
.page-id-7536 .marine-logo {
    display: block;
}

/* wrapper */

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.wrapper.no-banner {
    margin-top: 100px;
}

.container {
    max-width: 1280px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.centered {
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.container.medium {
    max-width: 1400px;
}

.margined-section {
    margin: 50px 0;
}

.desktop {
    display: none;
}

.tablet {
    display: block;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reversed-row {
    flex-direction: row-reverse;
}

.reversed-row-tablet {
    flex-direction: column;
}

.center {
    text-align: center;
}

.mb30 {
    margin-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.fs-35 {
    font-size: 35px!important;
}

.anchor-top-bg {
    position: absolute;
    z-index: -1;
    top: -42%;
    right: -51%;
}

.anchor-bottom-bg {
    position: absolute;
    z-index: -1;
    bottom: -35%;
    left: -51%;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.justify-center {
    justify-content: center;
}

/* header */

header {
    background-color: #fff;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.alert-bar {
    position: relative;
    z-index: 9;
    text-align: center;
    color: white;
    background: #e44242;
    padding: 10px;
    font-weight: 800;
    margin-bottom: 10px;
}

.alert-bar a {
    color: #fff;
    transition: 0.3s ease;
}

.alert-bar a:hover {
    color: #f5edd0;
    transition: 0.3s ease;
}

.home header {
    background-color: #fff;
}

header.sticky {
    padding: 15px 0;
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}

header.alert-bar-on,
header.alert-bar-on.sticky {
    padding-top: 0;
}

/* logo */

/*.home header .logo {

    opacity: 0;

    transition: 1s all

}*/

.home header.sticky .logo {
    opacity: 1;
}

.logo-img {
    width: 100%;
    height: auto;
    min-height: 1px;
    width: 210px !important;
    max-width: 210px !important;
}

.photo-credit {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 1%;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 99;
    font-size: 11px;
}

.nav {
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.nav a {
    display: block;
    padding: 0 16px;
    line-height: inherit;
    cursor: pointer;
}

.nav ul {
    line-height: 45px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.nav ul > li {
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.nav ul > li a {
    padding: 0px 24px;
}

.nav ul > li:hover {
    background-color: #1c3766;
}

.nav ul > li:hover > ul.sub-menu {
    display: block;
    background-color: #1c3766;
    min-width: 275px;
}

.nav ul > li:hover > ul.sub-menu > li {
    display: block;
    width: 100%;
}

.nav ul > li:hover > ul.sub-menu > li a {
    /*min-width: 250px;*/
}

.nav ul > li > ul.sub-menu {
    font-weight: 300;
    /*text-transform: none;*/
    display: none;
    position: absolute;
    /*width: 220px;*/
    background-color: #1c3766;
    margin: 0;
    padding: 5px;
    left: -25px;
}

.nav ul > li > ul.sub-menu > li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.nav a {
    color: #fff;
    padding: 2px 0;
}

.nav ul li a:hover {
    background-color: #1c3766;
    color: #fff;
}

.sticky .nav ul li a {
    color: #1c3766;
}

.sticky .nav ul li a:hover {
    background-color: rgba(109, 165, 187, 0);
    color: #fff;
    /*	background-color: rgba(255, 255, 255, 1) !important;*/
}

.nav ul > li:hover > ul.sub-menu > li a {
    color: #fff !important;
}

.nav ul > li a {
    color: #1c3766;
}

.nav ul > li:hover a {
    color: white !important;
}

.search .wrapper,
.error404 .wrapper,
.directions.wrapper,
.meet-the-team.wrapper,
.margin-top.wrapper {
    margin-top: 150px;
}

.directions h1 {
    margin: 0;
}

/* Bintelli column spacing */
.bintelli-margin .column {
    padding: 2rem;
}

/* .bintelli-margin .column img {
	width: 578px;
	height: 417px;
} */

.bintelli-main {
    margin-top: 75vh !important;
}

.bintetlli-hero-section {
    height: 60vh !important;
    margin-top: 10rem;
}

.bintetlli-hero-section .hero-content h1 {
    font-size: 5rem;
}

/* footer */

.footer {
    background-color: #1c3766;
    display: block;
    margin: 0;
    width: 100%;
    /*min-height: 300px*/
}

.footer-menu {
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
    /*	border-left: #dbe8ff solid 1px;*/
    display: block;
    width: 30%;
    float: right;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-menu li {
    padding-bottom: 10px;
}

.footer-menu a {
    color: #c1deed;
}

.footer .address {
    /*	width: 60%;*/
    display: block;
    float: left;
    padding: 20px 0 0 40px;
    text-transform: uppercase;
    color: #c1deed;
}

.footer a:hover {
    color: #fff;
}

.main-page-logo {
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 20px;
    border-left: #dbe8ff solid 1px;
    border-right: #dbe8ff solid 1px;
    display: block;
    float: right;
    font-size: 14px;
    text-transform: uppercase;
}

.main-page-logo img {
    width: 200px;
}

.main-page-logo p {
    text-align: center;
    margin: 0;
}

.main-page-logo a {
    color: #c1deed;
}

.copyright {
    clear: both;
    font-size: small;
    color: #315c6d;
    background-color: #dbe8ff;
    padding: 1% 5%;
    text-align: center;
    margin: 0;
    display: block;
}

.copyright a {
    color: #fff;
    opacity: 1;
    transition: .3s ease-out;
}

.copyright a:hover {
    opacity: .6;
}

.footer-social {
    clear: both;
    width: 100%;
    border-top: 1px solid #dbe8ff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.footer-social a {
    color: #c1deed;
    font-size: 30px;
}

.footer-social ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 10px;
}

.footer-social ul {
    padding: 0;
    width: 200px;
    margin: 0 auto
}

.town-and-city-page {
    margin-bottom: 25px;
}

.city-list {
    column-count: 2;
}

.home-instagram {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.copyright-container .columns,
.top-footer .columns,
.logos-container .columns {
  height: 100% !important;
  width: 100%;
}

.top-footer {
  background-color: #16294D;
  padding: 2rem 3rem 3rem;
}

.border-block {
  position: relative;
}

.border-block:before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 1px;
  background-color: #fff;
}

.top-footer #frm_form_19_container .frm_message  {
  background: none;
  border: none;
  text-align: center;
  margin-bottom: 0;
}

.top-footer #frm_form_19_container .frm_message p {
  color: white;
  font-weight: 600;
  font-size: 1.8rem;
}

.top-footer #frm_form_19_container {
  border-top: 1px solid #fff;
  padding: 2rem 0 0;
}

.top-footer #frm_form_19_container .frm_fields_container{
  display: flex;
  align-items: end;
  justify-content: center;
}

.top-footer #frm_form_19_container label {
  color: #fff;
  font-weight: 600;
  font-family: Helvetica;
}

.top-footer #frm_field_217_container {
  width: 100%;
  margin-bottom: 0;
}

#frm_field_217_container input {
  min-height: 42px;
  border-radius: 0;
}

.top-footer #frm_form_19_container #frm_field_219_container {
    margin-bottom: 0;
}

#frm_form_19_container button.frm_button_submit {
  background: #B33141;
  border: 2px solid #B33141;
  color: #fff;
  padding: 10px 20px;
  transition: .3s ease-out;
  font-weight: 400;
  margin: 0;
  box-shadow: none;
  min-height: 42px;
  border-radius: 5px;
}

#frm_form_19_container button.frm_button_submit:hover {
  background: #fff;
  color: #B33141;
}

/* #widget-c9jaz9Kirv2OBJCtMYPeUm {
    bottom: 75px!important;
} */

.footer-block-container {
  width: max-content;
  margin: 0 auto 2rem;
}

.footer-block {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.footer-block i {
  color: #fff;
  font-size: 3rem;
  margin-right: 15px;
}

.footer-block p,
.footer-block a {
  color: #fff!important;
  font-weight: 400;
  font-family: Helvetica;
}

.footer .button.red {
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    background: #B33141;
    padding: 15px 30px;
    border: 2px solid #B33141;
    transition: .3s ease-out;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    display: inline-block;
}

.logos-container {
  padding: 3rem 2rem;
}


.copyright-container {
  border-top: 1px solid #fff;
  padding: 1rem 2rem;
}

.copyright-container .copyright {
  background: none;
  color: #fff;
  padding: 0;
  text-align: center;
  font-family: Helvetica, 'Work Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.copyright-container .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-top: none;
}

.copyright-container .footer-social p {
  margin: 0 10px 0 0;
  color: #fff;
  font-weight: 600;
  font-family: Helvetica;
}

.copyright-container .footer-social ul {
  width: auto;
  margin: 0;
}

.copyright-container .footer-social ul li {
  margin: 0 5px;
}

.copyright-container .footer-social a {
  color: #fff;
  opacity: 1;
  transition: .3s ease-out;
}

.copyright-container .footer-social a:hover {
  opacity: .6;
}

.logo-block {
  padding:  0 2rem;
}


.logos-container img {
  border-bottom: 5px solid transparent;
  padding-bottom: 10px;
  transition: .3s ease-out;
  width: 80%;
}

.logos-container .opaque {
  opacity: .3;
}

.logos-container .current {
  border-bottom: 5px solid #fff;

}

.logos-container img:hover {
  opacity: 1;
  border-bottom: 5px solid #fff;
}

@media only screen and (min-width: 1024px) {
    .top-footer #frm_form_19_container  {
      border-top: 1px solid transparent;
      padding: 0;
    }

    .top-footer #frm_field_217_container {
      width: 50%;
    }

    .border-block:before {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .footer-block-container {
      margin: 0 auto;
    }

    .border-block.responsive:before {
        display: block;
    }

    .copyright-container .copyright {
        text-align: left;
    }

    .copyright-container .footer-social {
        justify-content: flex-end;
    }

    .logos-container {
        padding: 5rem 2rem;
    }
}

/*----------------------------------*\

    BLOG

\*----------------------------------*/

.sidebar {
    float: right;
    width: 20%;
    margin-left: 5%;
    padding-top: 150px;
}

.sidebar ul li {
    list-style-type: none;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.main-blog {
    /*width: 75%;

    float: left;*/
    padding-top: 100px;
}

.blog-feed article {
    margin: 25px 0;
    padding: 25px 0;
    border-bottom: 2px solid #9e0909;
}

.single .main-blog {
    padding-top: 10px;
}

.main-blog .post h2 {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

/*-----------------------------------*\

    COMMENTS

\*-----------------------------------*/

.comments {
    clear: both;
    border-top: #dbe8ff solid 5px;
    padding-top: 20px;
}

.type-post span.comments {
    border: 0;
    padding-top: 0;
}

a.view-article {
    display: block;
    width: 95px;
}

.depth-2 {
    margin: 10px 60px;
}

.comments ul li {
    list-style-type: none;
}

.comment {
    clear: both;
}

.comment-author img {
    float: left;
    margin-right: 1%;
}

.comment-meta {
    text-transform: uppercase;
    font-size: 14px;
}

/*.comment-body p {

  width: 60%; float:right;

}*/

.comments ul {
    margin: 0;
    padding: 0;
}

.comment-respond {
    clear: both;
    border-top: #dbe8ff solid 5px;
    padding-top: 20px;
}

.comment-form label {
    display: block;
    text-transform: uppercase;
    color: #4185a0;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.comment-form label.required {
    color: #ac1717;
}

form.comment-form {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

.comment-form input,
.comment-form textarea,
.search-input {
    border-radius: 4px;
    color: #555555;
    background-color: #ffffff;
    border-color: #6da5bb;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.comment-form input[type="submit"],
.search-submit {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #6da5bb;
    border-width: 0;
    border-color: #6da5bb;
    border-style: solid;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
}

.circle {
    border-radius: 100px;
    margin: 0 auto;
    display: block;
    border: #6da5bb solid 5px;
}

.staff-row {
    display: block;
    margin: 50px 0;
}

.staff-row h4 {
    font-size: 25px;
}

.staff-row .two-thirds {
    padding: 0 0 0 20px;
}

/*------------------------------------*\

    PAGES

\*------------------------------------*/
.page-id-20 h2,
.page-id-20 h3{
    line-height: 1.2;
}

.page-id-20 article li{
    display: flex;
    text-indent: 0;
    padding-left: 0;
}

/* .page-id-20 article li::before{
    margin-right: 20px;
} */


.half {
    width: 45%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 2%;
}

.half:first-child {
    padding-left: 0;
}

.half:last-child {
    padding-right: 0;
}

.two-thirds {
    width: 65%;
    display: inline-block;
    vertical-align: text-top;
}

.padding {
    padding: 5%;
}

.third {
    width: 30%;
    display: inline-block;
    vertical-align: text-top;
}

.left {
    float: left;
    margin-right: 5%;
}

.right {
    float: right;
}

/*.come-in {

    transform: translateY(150px);

    animation: come-in 0.8s ease forwards;

}



.come-in:nth-child(odd) {

    animation-duration: 0.6s;

}*/

/*

@keyframes come-in {

    to {

        transform: translateY(0);

    }

}*/

.interior-banner {
    min-height: 500px;
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

h1 {
    font-size: 60px;
    font-weight: lighter;
    font-family: "Playfair Display", cursive;
}

.open-sans {
    font-family: "Open Sans", sans-serif;
}

.blue {
    color: #022857;
}

.red {
    color: #9e0909;
}

.red-v2 {
    color: #C21332!important;
}

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

.directions-from {
    display: block;
    color: #9e0909;
    font-weight: bold;
    text-transform: uppercase;
}

.hours-table table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.hours-table th,
td {
    padding: 5px;
}

.hours-table tr,
th,
td {
    text-align: center;
}

.hours-table table h3 {
    margin: 0;
    text-align: center;
}

.hours-table .category {
    border: 0px;
}

.hours-table .season {
    border-width: 0px 1px 1px 1px;
}

.hours h1 {
    margin-bottom: 0.5em;
}

body.hours {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}

.hours {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 50px;
    border-bottom: #1c3766 solid 5px;
}

.page-template-page-hours .hours {
    border-bottom: 0;
}

.directions {
    margin-bottom: 0.5em;
}

#hour-tabs .ui-widget-header {
    background: white !important;
    /* background-color: unset; */
    border: none !important;
    padding-left: 0;
}

#hour-tabs {
    padding: 0;
    list-style-type: none;
}

#hour-tabs li {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: calc(25% - 5px);
    text-align: center;
}

#hour-tabs li:before {
    content: "";
}

#hour-tabs a {
    padding: 10px;
    display: block;
    border: 1px solid black;
}

#hour-tabs li.ui-state-active a {
    background: #1c3766;
    color: white;
}

/*------------------------------------*\

    HOME

\*------------------------------------*/

.hero-image {
    position: absolute;
    background-attachment: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-position: bottom center;
}

.hero-image-alternate {
    position: absolute;
    background-attachment: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    /* background-position: center -85rem; */
    background-position: top center;
}

/*-----------------------------------*\

    SCOUT BOATS

\*-----------------------------------*/
.page-template-template-scout-boat .hero-wrapper .hero-logo-container img {
    max-width: 450px;
}

.page-template-template-scout-boat .hero-image-alternate {
    position: relative;
    min-height: 915px;
}

.page-template-template-scout-boat .hero-top {
    padding: 30px 0 60px;
}

.page-template-template-scout-boat .hero-top .content-wrapper {
    max-width: 625px;
    padding: 40px 0;
}

.page-template-template-scout-boat .hero-top h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-template-scout-boat .hero-top h3 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 42px;
}

.page-template-template-scout-boat .hero-top img {
    border-radius: 5px;
}

.page-template-template-scout-boat .hero-top p,
.page-template-template-scout-boat .hero-top ul li,
.page-template-template-scout-boat .content-wrapper p,
.page-template-template-scout-boat .content-wrapper ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-template-scout-boat .scout-boat-container .content-wrapper {
    max-width: 525px;
    padding: 40px 0;
}

.page-template-template-scout-boat .scout-boat-container .content-wrapper h3 {
    color: #022a57;
}

.page-template-template-scout-boat .main-content {
    margin-top: 0px;
}

.page-template-template-scout-boat .anchor-wrapper a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.page-template-template-scout-boat .anchor-wrapper a:hover {
    margin-left: 5px;
    margin-right: 15px;
}

.page-template-template-scout-boat .anchor-wrapper a i {
    margin-left: 15px;
    font-size: 16px;
}

@media only screen and (min-width: 1024px) {
    .page-template-template-scout-boat .scout-boat-container.odd .content-wrapper {
        padding-left: 40px;
    }

    .page-template-template-scout-boat .scout-boat-container.even .content-wrapper {
        padding-right: 40px;
    }
    
    .scout-boat-container{
        padding: 60px 0;
    }
    
    .page-template-page-staff .team-contents .team-wrapper:nth-child(even) .columns{
        flex-flow: row-reverse;
    }
}

@media only screen and (max-width: 768px) {
    .page-template-template-scout-boat .scout-boat-container > .column:first-child {
        text-align: center;
    }
 
    .page-template-template-scout-boat .scout-boat-container .content-wrapper {
        margin: 0 auto;
    }

    .page-template-template-scout-boat .anchor-wrapper a {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .page-template-template-scout-boat .anchor-wrapper a i {
        display: none;
    }
}

.hero-image-alternate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.main-content {
    margin-top: 107vh;
}

.logo {
    /*position: absolute;

    top: 50px;

    left: 50px;

    z-index: 9;*/
    /*width: 250px;*/
    width: 120px;
    float: left;
    padding: 10px 10px 10px 20px;
}

.nav {
    /*position: absolute;

    top: 50px;

    right: 50px;

    z-index: 9;*/
    float: right;
    padding: 5px 0 0 0px !important;
}

.home .nav {
    padding: 0px;
}

.home .nav a {
    color: #fff;
}

.gallery-item {
    position: relative;
    background-color: #1c3766;
    border: 5px #fff solid;
}

.gallery-item img {
    transition: opacity 1s;
    opacity: 1;
}

.showroom-gallery:hover img {
    opacity: 0.7;
}

.gallery-item:hover img {
    opacity: 1;
}

.main-logo {
    position: relative;
    display: block;
    margin: 30vh auto 10% auto;
    /*width: 80%;*/
    width: 40%;
    max-width: 800px;
    z-index: 44;
    transition: all 1s;
    text-shadow: 2px 2px #1c3765;
}

.main-logo svg {
    width: 100%;
    height: auto;
    min-height: 1px;
    -webkit-filter: drop-shadow(2px 2px #1c3765);
    filter: drop-shadow(2px 2px #1c3765);
    max-height: 100%;
}

.main-logo svg path {
    fill: #fff;
}

hr.title {
    height: 30px;
    width: 20%;
    border-style: solid;
    border-color: #dbe8ff;
    border-width: 6px 0 0 0;
    margin-top: 0;
}

.main-logo hr.title {
    margin-top: 20px;
}

.main-logo h1 {
    color: #fff;
    font-family: "Playfair Display";
    text-align: center;
    font-size: 40px;
    margin-top: -1%;
    font-weight: lighter;
    text-transform: inherit;
}

.page-template-page-bridal-show .main-logo {
    margin: 15% auto 10% auto;
}

.page-template-page-bridal-show .main-logo h1 {
    margin: 0;
}

.main-logo h2 {
    text-align: center;
    color: #fff;
}

.overlay {
    background-color: #0e1f38;
    /*background-color: #000;*/
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 3;
}

.overlay-pink {
    background-color: #e7c3c3;
    /*background-color: #000;*/
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    z-index: 3;
}

.main-logo img {
    width: 100%;
    height: auto;
    min-height: 1px;
}

.child-page-blurb h2,
.mobile-descriptions h2 {
    font-family: "Playfair Display", cursive;
    margin: 0;
    font-size: 40px;
    font-weight: lighter;
    color: #9e0909;
    text-transform: inherit;
}

.mobile-descriptions h2 {
    font-size: 24px;
}

.function-space,
.planning-wedding,
.rehearsal-dinner {
    position: relative;
    /* height: 100vh; */
}

.rehearsal-dinner {
    /*min-height: 100vh;*/
    height: auto;
    position: relative;
}

.planning-wedding .child-page-thumb {
    right: 0;
    padding: 60px;
    /* position: absolute; */
}

.rehearsal-dinner .child-page-thumb {
    padding: 60px;
    display: flex;
    justify-content: flex-end;
}

.child-page-thumb {
    /*width: 60%;*/
    /*height: 650px;*/
    width: 100%;
    /* height: 100vh; */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-position: top left;*/
    background-position: top;
}

.child-page-blurb {
    /* position: absolute; */
    width: 40%;
    /*max-width: 400px;*/
    background-image: url("img/bg.png");
    background: #fff;
    top: 10%;
    left: 45%;
    padding: 20px;
    background-size: cover;
}

.marina-membership-title {
    font-family: "Playfair Display", cursive;
    margin: 0;
    font-size: 40px;
    font-weight: lighter;
    color: #9e0909;
    text-transform: inherit;
}

.function-space .child-page-blurb {
    position: absolute;
    top: 20%;
    right: 10%;
    padding: 20px;
    left: auto;
}

.planning-wedding .child-page-blurb {
    /* position: absolute; */
    top: 20%;
    left: 10%;
    padding: 20px;
}

.planning-wedding .child-page-blurb {
    /* position: absolute; */
    top: 20%;
    right: 10%;
    padding: 20px;
}

.rehearsal-dinner .child-page-blurb {
    /* position: absolute; */
    bottom: 20%;
    right: 10%;
    top: auto;
    padding: 20px;
    left: auto;
}

.border {
    /*border: solid 5px #c4b2ac;*/
    padding: 40px;
}

.button-link {
    background-color: #1c3766;
    display: block;
    width: auto;
    margin: 50px auto 0 auto;
    width: 200px;
    text-align: center;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    transition: all 1s;
}

.button-link-alternate {
    background-color: #950b0b;
    display: block;
    width: auto;
    margin: 50px auto 0 auto;
    width: 225px;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    cursor: pointer;
    transition: all 1s;
    border-radius: 15px;
    border: 1px solid #950b0b;
}

.button-link-alternate:hover {
    background: #fff;
    color: #950b0b;
    transition: all 1s;
}

.large-button {
    font-size: 25px;
    border-radius: 10px;
    display: block;
    max-width: 500px;
    min-width: 300px;
    width: 80%;
}

#membership-info {
    margin-top: 0 !important;
}

.button-link:hover {
    cursor: pointer;
}

.block {
    display: block;
}

.intro {
    margin: 5% auto;
}

.two-thirds {
    padding-right: 20px;
}

.intro .two-thirds,
.intro .third {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
}

.intro .two-thirds {
    padding: 50px 100px;
    border-right: solid #dbe8ff 6px;
}

.intro .quote p {
    margin-bottom: 0;
}

.intro .third {
    padding: 50px 100px;
}

.button-link:hover,
.frm_submit input:hover {
    background-color: #a0c5d8;
    color: #fff;
}

div#frm_field_111_container {
    display: none;
}

.contact-forms {
    display: block;
    margin: 40px 0;
    padding: 50px 0;
    border-top: #1c3766 solid 10px;
    border-bottom: #1c3766 solid 5px;
}

.contact-forms .two-thirds {
    margin-right: 2%;
}

.contact h2 {
    font-family: "Playfair Display", cursive;
    margin: 50px 0;
    font-size: 60px;
    text-align: center;
    color: #9e0909;
    text-transform: inherit;
    font-weight: lighter;
}

.contact-form-container {
    width: 45%;
    margin-right: 3%;
    float: left;
    margin-bottom: 3%;
}

.contact-info {
    width: 40%;
    float: right;
}

.phone,
.address,
.email {
    display: block;
    margin: 0;
}

.contact-info .phone,
.contact-info .address,
.contact-info .email {
    display: block;
    margin: 20px 0;
}

.phone i,
.address i,
.email i {
    color: #1c3766;
}

.phone:hover i,
.address:hover i,
.email:hover i {
    color: #9e0909;
}

.email i {
    margin-right: 5px;
}

.testimonial {
    padding: 40px;
    position: relative;
    background-color: #fff;
}

.testimonial .border {
    margin-top: 10%;
}

.testimonial .quote {
    width: 50%;
    padding: 5%;
    float: left;
}

.quote p {
    font-size: 23px;
    font-style: italic;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 150%;
    margin-bottom: 10%;
}

.testimonial .quote.full {
    width: 100%;
}

.testimonial h4 {
    font-family: "Playfair Display", cursive;
    font-size: 60px;
    font-weight: lighter;
    margin: 10% 0;
    color: #9e0909;
    text-transform: inherit;
    line-height: 105%;
}

.testimonial .quote.full h4 {
    margin-bottom: 0;
}

.testimonial blockquote {
    font-size: 23px;
    font-style: italic;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 150%;
    /*margin-bottom: 10%;*/
}

.testimonial blockquote p:first-child {
    margin-top: 0;
}

.testimonial blockquote p:last-child {
    margin-bottom: 0;
    display: inline;
}

.testimonial .thumb {
    float: right;
    width: 50%;
    min-height: 400px;
    padding: 5%;
    /*background-size:cover;

    background-position:attached*/
}

.testimonial .thumb img {
    width: 100%;
    height: auto;
    min-height: 1px;
}

.intro-text {
    width: 50%;
    float: right;
    padding-right: 5%;
}

.intro-text h1 {
    font-family: "Playfair Display", cursive;
    margin: 50px 0;
    text-align: center;
    font-size: 60px;
}

.home-text .thumb {
    float: left;
    width: 50%;
    min-height: 400px;
    padding: 5%;
}

.broker {
    clear: both;
    margin-top: 40px;
    padding: 50px 0;
    border-top: #1c3766 solid 10px;
    border-bottom: #1c3766 solid 5px;
    margin-bottom: 40px;
}

.broker-description {
    display: block;
    margin-bottom: 40px;
}

.broker-meet h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.broker-meet p:first-of-type {
    margin-top: 0;
}

.broker h2,
.haul h3 {
    color: #9e090a;
    text-transform: capitalize;
    text-align: center;
    font-family: "Playfair Display", cursive;
    font-size: 40px;
}

.broker-photo {
    width: 30%;
    float: left;
    height: auto;
    margin-right: 20px;
}

.showroom-gallery {
    margin: 0;
    padding: 0;
    clear: both;
}

.showroom-gallery li {
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

.page-template-page-request-a-proposal main {
    margin-top: 100px;
}

.top-bumper {
    display: block;
    height: 100px;
    width: 100%;
}

.first-class {
    font-family: "Playfair Display", cursive;
    font-size: 30px;
    text-align: center;
}

.highlight {
    background-color: #dbe8ff;
    padding: 2%;
    border-bottom: 10px #1c3766 solid;
}

.page-template-page-pool-services .half {
    vertical-align: middle;
}

.page-template-page-pool-services .half p {
    font-family: "Playfair Display", cursive;
    font-size: 30px;
    font-style: italic;
}

.page-template-page-winter-services .half {
    vertical-align: text-top;
}

.page-template-page-winter-services .half:first-of-type {
    margin-right: 5%;
    padding-right: 5%;
    border-right: solid #dbe8ff 6px;
}

.pool-membership .interior-banner {
    background-position: right bottom;
    background-attachment: scroll;
}

.pool-membership .child-page-blurb h2 {
    font-size: 24px;
}

.wrapper.pool-content-section {
    padding: 50px 0;
}

/*.half.rates {

  margin-right: 5%;

  padding-right: 5%;

}*/

.half.rates:first-child {
    border-right: solid #dbe8ff 6px;
    margin-left: 10px;
}

.separator:nth-child(1),
.separator:nth-child(2) {
    border-right: solid #dbe8ff 6px;
}

#boat-trader {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

#boat-trader iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rates h3 {
    font-family: "Playfair Display", cursive;
    margin: 0;
    font-size: 35px;
    font-weight: lighter;
    color: #9e0909;
    text-transform: inherit;
}

.rates .dollar {
    font-family: "Playfair Display", cursive;
    font-size: 24px;
    /*   scaled down from 30px 1/18/18*/
    font-style: italic;
}

.additional-info {
    font-size: 16px;
    font-style: italic;
    display: block;
    margin-top: 5px;
}

.cta {
    font-family: "Playfair Display", cursive;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
    display: block;
}

article {
    overflow: hidden;
}

.page-template-page-hours article {
    overflow: auto;
}

.hours table {
    overflow-x: scroll;
    width: 99%;
    text-align: left !important;
}

article ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

article li {
    padding-left: 20px;
    text-indent: -0.7em;
    margin: 15px 0;
}

article li::before {
    font-size: 13px;
    color: #9e0909;
    content: "■ ";
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.rates ul.rate-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.rates ul.rate-list li {
    text-indent: 0;
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0 20px 20px;
}

.directions-list li {
    padding-left: 0;
    text-indent: 0;
}

.directions-list p {
    margin-top: 0;
}

.rates li:before,
.slick-dots li:before,
.gallery li:before,
.directions-list li:before {
    content: "";
    float: none;
    margin: 0;
}

.gallery {
    margin: 50px 0;
    padding: 0;
}

.gallery li {
    text-indent: 0;
    display: block;
    padding-left: 2%;
    width: 33%;
    padding-bottom: 20%;
    /*margin: 1%;*/
    float: left;
    box-sizing: border-box;
    border: solid 10px #fff;
    background-repeat: no-repeat;
    -webkit-transition: background-size 2s ease-in;
    transition: background-size 2s ease-in;
    -moz-transition: background-size 2s ease-in;
    -ms-transition: background-size 2s ease-in;
    -o-transition: background-size 2s ease-in;
    background-size: 100% auto;
    background-position: center center;
}

.gallery li:hover {
    background-size: 110% auto;
}

/*-----------------------------------*\

    SCOUT BOATS

\*-----------------------------------*/

.hero-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* .hero-logo-container {
    margin-bottom: 5vw;
} */

.hero-content h1 {
    color: white;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 1.2px;
}

.hero-content .button-link-alternate {
    font-size: 1.7rem;
    width: 250px;
    padding: 10px;
    border: 1px solid #fff;
    transition: all 1s;
}

.hero-content .button-link-alternate:hover {
    transition: all 1s;
    border: 1px solid #950b0b;
}

/* .scout-boat-container {
    padding: 35px 0;
    border-bottom: 1px solid #950b0b;
} */

.scout-boat-container:first-of-type {
    border-top: 1px solid #950b0b;
}

.scout-boat-container:last-of-type {
    border-bottom: none;
}

.scout-boat-container:nth-child(odd) {
    flex-direction: row-reverse;
}

.scout-boat-container img {
    border-radius: 5px;
}

/*-----------------------------------*\

    MOSAIC GALLERY

\*-----------------------------------*/

.mosaic-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.mosaic-gallery {
    margin-top: 20px;
}

.mosaicflow__column {
    float: left;
}

.mosaicflow__item img {
    display: block;
    width: 100%;
    height: auto;
}

/*-----------------------------------*\

    FORMIDABLE

\*-----------------------------------*/

.frm_form_fields label,
.frm_primary_label {
    text-transform: uppercase;
    color: #1c3766;
    display: block;
}

.frm_top_container {
    width: 100%;
    margin: 20px 0;
}

fieldset {
    border: 0;
    /* max-width: 700px */
}

.frm_top_container input[type="text"],
.frm_top_container input[type="email"],
.frm_top_container input[type="tel"],
.frm_top_container textarea {
    width: 100%;
    border: #dbe8ff solid 1px;
    padding: 5px;
}

.frm_top_container input:active,
.frm_top_container textarea:active,
.frm_top_container input:focus,
.frm_top_container textarea:focus {
    border: #1c3766 solid 1px;
}

input[type="submit"],
button {
    background-color: #1c3766;
    display: block;
    width: auto;
    margin: 50px auto 0 auto;
    width: 200px;
    text-align: center;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    transition: all 1s;
    border: 0;
}

.frm_submit input,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
    transition: all 1s;
    border-radius: 0;
}

.frm_submit input:hover,
.frm_style_formidable-style.with_frm_style input[type="submit"]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
    background-color: #a0c5d8;
    color: #fff;
}

.ui-widget-header {
    background: rgba(109, 165, 187, 1) url("img/jquery-bg.png") 50% 50% repeat-x !important;
    background-color: rgba(109, 165, 187, 1);
    color: #ffffff;
    border: 1px solid #dbe8ff !important;
    font-weight: bold;
}

/* .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
    border: 1px solid rgba(109, 165, 187, 1) !important;
    background: #dbe8ff !important;
    font-weight: bold;
    color: rgba(109, 165, 187, 1) !important;
    outline: none;
} */

/*------------------------------------*\

    DINING MENU

\*------------------------------------*/

.menu-header {
    margin-top: 60px;
    position: relative;
    width: 100%;
}

.menu-image {
    width: 23%;
    padding-bottom: 23%;
    display: block;
    position: relative;
    margin: 0 1%;
    box-sizing: border-box;
    float: left;
}

.menu-image img {
    width: 100%;
    height: auto;
    min-height: 1px;
}

.menu-title {
    text-transform: uppercase;
    font-weight: 600;
}

.menu-with {
    text-transform: lowercase;
    font-weight: normal;
    font-style: italic;
}

.price {
    font-weight: 300;
    font-style: italic;
}

.menu hr {
    margin: 70px auto;
}

.third.menu h3 {
    font-size: 16px;
}

.cocktail-service .third.menu {
    background-color: #f8ecec;
    padding: 0 5%;
    border-bottom: solid 11px #e6d3d3;
}

.menu h2 {
    font-family: Playfair Display;
    font-size: 40px;
    /* margin: 0; */
    text-transform: inherit;
    line-height: 100%;
}

.menu-list h2,
.bridal-vendor-list h3,
.on-site-ceremonies h2 {
    font-family: Playfair Display;
    font-size: 60px;
    /* margin: 0; */
    text-transform: inherit;
    line-height: 100%;
    text-align: center;
    font-weight: lighter;
    color: #9e0909;
}

.menu-list hr {
    margin-top: 100px;
}

.menu-tile-list {
    margin: 0;
    padding: 0;
    text-align: center;
}

.menu-tile {
    text-align: center;
    list-style-type: none;
    width: 24%;
    padding-bottom: 31%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: background-size 1s ease-in;
    -moz-transition: background-size 1s ease-in;
    -ms-transition: background-size 1s ease-in;
    -o-transition: background-size 1s ease-in;
    -webkit-transition: background-size 1s ease-in;
    display: block;
    float: left;
    box-sizing: border-box;
    background-position: center center;
    position: relative;
    /*margin: 20px*/
    margin: 0.5%;
}

.menu-tile-list-single {
    margin: 20px 0 0 0;
    padding: 0;
}

.menu-tile-list-single .menu-tile {
    width: 100% !important;
    float: none;
    margin: 0;
}

.page-template-page-venues .menu-tile {
    /*width: 23%;  Enable when fourth venue added*/
    width: 31%;
}

.venues-main {
    top: -60px;
}

.menu-tile-content {
    position: absolute;
    width: 70%;
    padding: 2% 0;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 15%;
    left: 15%;
    margin: 0 auto;
    transition: all 0.4s ease-in;
}

.menu-tile:hover .menu-tile-content {
    background-color: #dbe8ff;
    width: 80%;
    bottom: 15%;
    left: 10%;
}

.menu-tile-table {
    display: table;
    width: 100%;
    height: 100%;
}

.menu-tile:hover a {
    color: #9e0909 !important;
}

.menu-tile-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.menu-tile-content h3 {
    display: block;
    text-align: center;
    text-transform: inherit;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.menu-tile:hover h3 {
    color: #9e0909;
}

.menu-tile:hover .menu-tile-content {
    opacity: 1;
}

.menu-tile:hover {
    background-size: 110% auto;
}

.menu-price {
    font-style: italic;
}

.menu-description {
    display: block;
}

.menu-limit {
    font-style: italic;
    color: #9e0909;
}

.page-template-page-hors-doeuvres .menu.third h2 {
    margin-top: 30px;
}

.page-template-page-dinner main ul,
.page-template-page-hors-doeuvres main ul {
    padding: 0;
}

.page-template-page-dinner h2,
.page-template-page-hors-doeuvres .wrapper h2 {
    margin: 0;
}

.page-template-page-dinner .wrapper ul li,
.page-template-page-hors-doeuvres .wrapper ul li,
.vendor-list li {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    clear: both;
    white-space: normal;
}

.vendor-list {
    margin: 0;
    padding: 0;
}

.bridal-vendor-list .vendor-list li {
    display: inline-block;
    width: 33%;
    white-space: nowrap;
}

.bridal-vendor-list .vendor-list li .block,
.bridal-vendor-list .vendor-list li .menu-title {
    white-space: normal;
}

.bridal-vendor-list .vendor-list li img {
    width: 100%;
    height: auto;
    min-height: 1px;
    max-width: 150px;
    margin: 0 auto;
    /*display: block;*/
}

.information-for-the-band-of-dj ul {
    float: left;
    width: 45%;
}

.vendor-list .menu-title {
    display: block;
}

.page-template-page-dinner hr.title,
.page-template-page-hors-doeuvres .wrapper hr.title {
    margin: 40px auto;
}

a.jump-link {
    color: #444;
    border-bottom: #dbe8ff dotted 1px;
}

.sub-heading {
    font-family: Playfair Display;
    font-size: 60px;
    /* margin: 0; */
    text-transform: inherit;
    line-height: 100%;
    text-align: center;
    font-weight: lighter;
    color: #9e0909;
    margin-top: 40px;
}

.on-site-options {
    /*width: 60%;*/
    /*height: 650px;*/
    width: 100%;
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-position: top left;*/
    background-position: top;
}

.on-site {
    position: relative;
    display: block;
    margin: 80px auto;
}

.on-site h2 {
    margin-top: 40px;
}

.on-site-content {
    margin-bottom: 30px;
}

.on-site-description .quote,
.on-site-description .thumb {
    display: inline-block;
    min-height: 400px;
    /*padding: 2%;*/
    vertical-align: middle;
}

.on-site-description .quote {
    font-size: 23px;
    font-style: italic;
    width: 60%;
    margin: 0;
    padding: 0 5%;
    line-height: 150%;
    width: 57%;
}

.on-site-description .thumb {
    width: 30%;
    margin: 0 5%;
    padding-bottom: 30%;
    position: relative;
}

.on-site-description {
    margin-top: 50px;
}

.on-site-description .quote {
    width: 59%;
    font-size: 23px;
    font-style: italic;
    margin: 0;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 150%;
    display: inline-block;
    vertical-align: middle;
}

.on-site-description .weather-quote {
    width: 60%;
    font-size: 23px;
    font-style: italic;
    margin: 0 auto;
    line-height: 150%;
    display: block;
    vertical-align: middle;
}

.about h6 {
    font-family: "Playfair Display", sans-serif;
    font-size: 30px;
    text-transform: inherit;
    line-height: 100%;
    font-weight: lighter;
    /*color: #9e0909;*/
}

.statement-blocks {
    margin: 3rem 0;
}

.statement-blocks .columns {
    height: 100% !important;
}

.statement-blocks h2 {
    font-size: 4rem;
}

.statement-blocks p,
.statement-blocks li {
    font-size: 1.8rem;
    line-height: 1.6;
}

.ceremony-service {
    font-weight: 700;
    text-transform: uppercase;
}

/*----------------------------------*\

    BOAT BROKERAGE SERVICES

\*----------------------------------*/
.boat-brokerage-services .columns.is-center {
    justify-content: center;
}

.boat-brokerage-services .interior-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
}

.boat-brokerage-services .interior-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.boat-brokerage-services .interior-banner h1 {
    position: relative;
    color: #fff;
}

.boat-brokerage-services h2 {
    color: #002a57;
    font-size: 35px;
    font-weight: 500;
}

.boat-brokerage-services p {
    color: #002a57;
}

.boat-brokerage-services .per-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.boat-brokerage-services .main-cont {
    padding-top: 70px;
    background-color: rgba(0, 42, 87, 0.1);
}

.bb-process-wrapper {
    padding-bottom: 50px;
}

.bb-process-wrapper h3 {
    color: #c21332;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.bb-process-wrapper .process-inner {
    display: flex;
    align-items: flex-start;
}

.bb-process-wrapper .process-inner p {
    margin-left: 10px;
    margin-top: 0;
}

.contact-sec {
    margin-bottom: 50px;
}

.contact-sec .contact-banner {
    background-color: #022a57;
    padding: 30px 0;
    text-align: center;
}

.contact-sec .contact-banner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.contact-sec .contact-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}

.contact-sec a {
    background-color: #c21332;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    padding: 20px 60px;
    margin: 10px;
    border: 0;
    border-right: 10px solid #022a57;
    transition: ease-in 0.3s;
}

.contact-sec a:hover {
    background-color: #b5102e;
}

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

.benefits-list-wrapper {
    margin-bottom: 50px;
}

.benefits-list-wrapper .per-benefit {
    margin: 15px;
    position: relative;
}

.benefit-name {
    display: flex;
}

.benefit-name h3 {
    color: #c21332;
    font-size: 22px;
    margin-left: 15px;
}

.benefits-list-wrapper .column-4 .benefit-name img,
.benefits-list-wrapper .column-5 .benefit-name img {
    width: 50px !important;
    height: auto;
}

.bottom-content-inner {
    border-top: 1px solid #707070;
    padding-top: 70px;
    padding-bottom: 50px;
}

.bottom-content .img-wrapper {
    text-align: center;
}

.contact-form-bb {
    background-color: rgba(0, 42, 87, 0.1);
    text-align: center;
    margin-bottom: -17px;
    padding-bottom: 25px;
    padding-bottom: 50px;
}

.contact-form-bb h2 {
    color: #002a57;
    font-size: 35px;
    font-weight: 500;
}

.contact-form-bb .with_frm_style .frm_primary_label {
    color: #002a57;
    font-family: "Playfair Display", cursive;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
}

.contact-form-bb .with_frm_style input[type="text"],
.contact-form-bb .with_frm_style input[type="email"],
.contact-form-bb .with_frm_style input[type="tel"],
.contact-form-bb .with_frm_style textarea {
    height: auto;
    padding: 15px;
    border: 1px solid #002a57;
}

.contact-form-bb .frm_style_formidable-style.with_frm_style .frm_submit button {
    background-color: #002a57;
    border: 1px solid #002a57;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 25px;
    box-shadow: 0;
    transition: ease-in 0.3s;
    margin: 0 auto;
}

.contact-form-bb .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    color: #002a57;
    background-color: #fff;
}

/*-----------------------------------*\

    STATS

\*-----------------------------------*/

.stats {
    margin: 0 0 50px 0;
    padding: 0;
    text-align: center;
}

.stats li {
    list-style-type: none;
    display: inline-block;
    width: 25%;
    text-transform: uppercase;
    vertical-align: text-top;
    padding: 2%;
}

.stats svg {
    width: 90%;
    max-width: 190px;
    height: auto;
    min-height: 1px;
    max-height: 200px;
    margin: 0 auto;
    /*-webkit-filter: drop-shadow( -2px -2px 0px #6da5bb);*/
    filter: drop-shadow(-2px -2px 0px #6da5bb);
    /* Same syntax as box-shadow, except

                                                       for the spread property */
}

.svg-container {
    -webkit-filter: drop-shadow(-2px -2px 0px #6da5bb);
}

.stats path {
    fill: #dbe8ff;
}

.stat-number,
.stat-description {
    display: block;
    white-space: normal;
}

.stat-number {
    font-size: 60px;
    font-weight: lighter;
    /* font-family: 'Playfair Display', cursive; */
    color: #9e0909;
}

/*------------------------------------*\

    SLIDER

\*------------------------------------*/

.slick-slide img {
    width: 90%;
    margin: 0 auto;
    height: auto;
    min-height: 1px;
    max-width: 200px;
}

.slider-for {
    /*max-height: 600px;*/
    margin-bottom: -10%;
    clear: both;
    overflow: hidden;
}

.slider-nav .slick-track {
    height: 150px;
}

.slider-container {
    position: relative;
}

.slider-container .half {
    padding: 5%;
}

.logo-slideshow {
    margin-bottom: 30px;
    margin-top: 53px;
}

.slick-dots {
    margin-bottom: 5px !important;
    bottom: auto !important;
}

.page-template-page-venues-php .tp-caption {
    text-shadow: 2px 0px 1px #000;
    /*text-shadow: 2px 0px 1px #2c5c6e;*/
}

.page-template-page-venues-php .tp-caption.rev-btn {
    text-shadow: none;
}

.rev_slider .slotholder:after,
.rev_slider .slotholder .kenburnimg img:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 3;
    background: rgba(10, 10, 10, 0.65);
    background: -moz-linear-gradient(top, rgba(10, 10, 10, 0.65) 0%, rgba(10, 10, 10, 0.09) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10, 10, 10, 0.65)), color-stop(100%, rgba(10, 10, 10, 0.09)));
    background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0.65) 0%, rgba(10, 10, 10, 0.09) 100%);
    background: -o-linear-gradient(top, rgba(10, 10, 10, 0.65) 0%, rgba(10, 10, 10, 0.09) 100%);
    background: -ms-linear-gradient(top, rgba(10, 10, 10, 0.65) 0%, rgba(10, 10, 10, 0.09) 100%);
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.65) 0%, rgba(10, 10, 10, 0.09) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0a0a0a', endColorstr='#0a0a0a', GradientType=0);
}

.menu-notes {
    display: block;
    clear: both;
    font-size: 13px;
    text-align: center;
}

.menu-photo {
    height: 90px;
    width: 90px;
    overflow: hidden;
    border-radius: 50px;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    background-size: cover;
    display: none;
}

/*------------------------------------*\
    BOAT SALES PAGE
\*------------------------------------*/

.boat-sales-title h1 {
    margin: 0;
}

.facetwp-template,
.related-boats {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.boat-column {
    width: 100%;
    padding: 20px;
}

.boat-preview {
    text-align: center;
    margin: 0 auto;
    height: 100%;
}

.boat-preview img {
    border-radius: 5px;
}

p.boat-preview-title {
    font-weight: 700;
    color: #1c3766;
    margin-bottom: 0;
    font-family: Helvetica;
    font-size: 22px;
}

p.boat-preview-price {
    margin: 0;
    color: #1c3766;
}

a.boat-preview-button {
    background: #C21332;
    color: white;
    /* font-size: 20px; */
    display: inline-block;
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700;
    transition: background .3s ease-in-out
}

a.boat-preview-button:hover {
    background: #750707
}

section.boat-search-bar {
    background: #1c3766;
    padding: 60px 40px;
    text-align: center;
    margin: 30px 20px 60px;
    border-radius: 5px;
}

.boat-sales-wrap {
    margin: 0 20px;
}

span.price-label {
    color: white;
}

.facetwp-facet {
    margin-bottom: 0 !important;
    display: inline-block;
}

.facetwp-facet-price {
    margin-left: 0;
    width: 100%;
}

.facetwp-facet-price input[type="text"] {
    margin: 0 0 0 10px;
    width: calc(50% - 10px);
    border: 1px solid;
    color: white;
    background: transparent;
    padding: 2px 5px;
    /* border-radius: 5px; */
    padding: 7px 12px;
}

.facetwp-facet-price input[type="text"]::placeholder {
    color: white;
    opacity: 1;
}

select.facetwp-dropdown {
    background: transparent;
    border: 0;
    color: white;
    border: 1px solid white;
}

select.facetwp-dropdown option {
    color: #1c3766
}

input.facetwp-submit,
.reset-search,
.price-go-search {
    color: #1c3766;
    /* padding: 8px 24px; */
    background-color: #c1deed;
    /* border-radius: 30px; */
    /* font-weight: bold; */
    /* margin-left: 10px; */
    margin-left: 10px;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 1s ease;
}

input.facetwp-submit:hover,
.reset-search:hover,
.price-go-search:hover {
    opacity: 0.8;
    color: #1c3766;
}

select.facetwp-dropdown,
.facetwp-type-dropdown {
    width: 100%;
    padding: 7px 12px;
}

.boat-search-column {
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.boat-search-column.price-column {
    border-bottom: 0px !important;
}

.facetwp-facet-boat_length {
    width: 100%;
    margin-top: 10px;
}

.facetwp-facet-boat_length .facetwp-slider-label {
    color: #fff;
    float: right;
}

.facetwp-facet-boat_length .facetwp-slider-reset {
    display: none;
}

.facetwp-submit {
    display: none !important;
}

.boat-submit {
    text-align: right;
    margin: 10px;
    flex-grow: 1;
    padding: 5px;
}

.page-content-ossipee {
    text-align: center;
}

.page-content-ossipee .logo-img {
    width: 600px !important;
    max-width: 600px !important;
}

.content-box-ossipee {
    max-width: 900px;
    margin: 0px auto;
}

.page-content-ossipee h2 {
    margin-bottom: 30px;
}

.page-content-ossipee .image-box {
    margin-bottom: 50px;
}

.columns-ossipee {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.column-ossipee.is-12-desktop {
    width: 100%;
}

.column-ossipee.is-6-desktop {
    width: 50%;
    padding: 0px 1%;
}

.column-ossipee.is-6-desktop {
    width: 50%;
    padding: 0px 1%;
}

.page-content-ossipee {
    padding-top: 0px;
}

.page-content-ossipee .image-box img {
    width: 100%;
}

.page-content-ossipee .image-box {
    text-align: right;
}

ul.ossipee-contact-list {
    padding: 0px;
    background-color: #dbe8ff;
    padding: 5%;
    border-bottom: 10px #1c3766 solid;
    text-align: left;
}

ul.ossipee-contact-list li {
    list-style: none;
    margin-bottom: 15px;
}

ul.ossipee-contact-list li a {
    font-size: 2rem;
    font-weight: bold;
    color: #1c3766;
}

ul.ossipee-contact-list li a:hover {
    color: #9e0909;
}

ul.ossipee-contact-list li a i {
    margin-right: 7px;
}

.cursor-non-pointer {
    pointer-events: none;
}

.cursor-non-pointer:hover {
    color: #1c3766;
}

.ossipee-contact-info i {
    margin-right: 8px;
}

.ossipee-contact-info {
    margin-bottom: 80px !important;
    text-align: center;
}

.ossipee-contact-info i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.ossipee-contact-info a {
    color: #1c3766;
}

.ossipee-contact-info a:hover {
    color: #9e0909;
}

.content-box-ossipee {
    margin-bottom: 80px;
}

ul.repeater-gallery {
    padding-left: 0px;
}

.page-content-ossipee .slick-arrow:before {
    color: white;
    font-size: 36px;
}

.page-content-ossipee .slick-prev,
.page-content-ossipee .slick-next {
    z-index: 10;
    margin-top: 0px;
    width: 36px;
    height: 36px;
}

.page-content-ossipee .slick-prev {
    left: 0px;
}

.page-content-ossipee .slick-next {
    right: 0px;
}

.page-content-ossipee .slick-slider img {
    max-width: 100%;
    width: 100%;
}

/*------------------------------------*\
    OSSIPEE TEMPLATE
\*------------------------------------*/
/* .page-id-9769 .ShrinkWrapping,
.page-id-9769 .ShrinkWrapping-services,
.page-id-9769 .highlight ul li:last-child{
    display: none;
} */

#ossipee-banner {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 20px;
    transition: all 0.3s;
}

#ossipee-banner.sticky {
    background-color: rgba(255, 255, 255, 1);
    padding-top: 15px;
}

#ossipee-banner .header-contact-info ul {
    padding: 0 20px 15px;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
}
#ossipee-banner.header-2024 .header-contact-info ul {
    justify-content: flex-start;
}

#ossipee-banner.sticky .nav ul > li a {
    font-size: 14px;
    padding: 0 12px;
}
.header-logos img {
    max-height: 60px;
    width: auto;
}
p.logo-title {
    margin: 0;
    font-weight: 600;
    color: #002a57;
    margin-bottom: 8px;
}
.header-logos {
    display: flex;
}

.header-logos img {
    margin-right: 15px;
}

header.sticky.header-2024 {
    padding-bottom: 0;
}

header.sticky.header-2024 .header-inner {
    padding: 10px;
}
.header-logos img.alt-site {
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
    filter: grayscale(1);
}

.header-logos img.alt-site:hover {
    opacity: 1;
    filter: grayscale(0);
}
#ossipee-banner .header-contact-info ul li {
    color: #fff;
    margin: 0 10px;
    font-size: 1.4rem;
}

#ossipee-banner .header-contact-info ul li a {
    color: #fff;
}

#ossipee-banner .header-contact-info ul li i.fas {
    font-size: 1.6rem;
    margin-right: 3px;
}

#ossipee-banner.sticky .header-contact-info ul {
    border-bottom: 1px solid #00000029;
}

#ossipee-banner.sticky .header-contact-info ul li,
#ossipee-banner.sticky .header-contact-info ul li a {
    color: #002a57;
}

#ossipee-banner.sticky .header-contact-info ul li i.fas {
    color: #c21332;
}

#ossipee-banner .header-inner {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#ossipee-banner .ossipee-white {
    display: inline-block;
    max-width: 320px;
    width: 100%;
    margin-top: 15px;
}

#ossipee-banner .ossipee-colored {
    display: none;
}

#ossipee-banner.sticky .ossipee-white {
    display: none;
}

#ossipee-banner.sticky .ossipee-colored {
    display: inline-block;
    margin-top: 15px;
}

#ossipee-banner .nav {
    float: none;
    margin: 0;
}

#ossipee-banner .nav ul.sub-menu li a {
    font-size: 1.6rem;
    padding: 0 20px;
}

#ossipee-banner .nav ul > li a {
    color: #fff;
    font-size: 2rem;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s;
}

#ossipee-banner.sticky .nav ul > li a {
    color: #1c3766;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

main {
    margin-top: 100px;
}
.page-template-template-marine-ossipee .hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 25px;
}

.page-template-template-marine-ossipee .container-fluid {
    max-width: 1500px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.page-template-template-marine-ossipee .hero-inner h1 {
    color: #fff;
    font-family: "Playfair Display Italic", serif;
    font-size: 40px;
    font-weight: lighter;
    font-style: italic;
    text-align: center;
}

.page-template-template-marine-ossipee .per-section .per-section-inner {
    margin: 50px 0;
}

.page-template-template-marine-ossipee .columns {
    margin-left: 0;
    margin-right: 0;
}

.page-template-template-marine-ossipee .per-section-inner .section-cont {
    padding-left: 0;
}

.page-template-template-marine-ossipee .per-section-inner .section-cont .btn-cont a {
    font-family: "Playfair Display", serif;
    background-color: #c21332;
    border: 2px solid #c21332;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    padding: 7px 40px;
    transition: all 0.3s;
}

.page-template-template-marine-ossipee .per-section-inner .section-cont .btn-cont a:hover {
    background-color: #fff;
    color: #c21332;
}

.page-template-template-marine-ossipee .per-section-inner .img-wrapper {
    padding-left: 25px;
    border-left: 10px solid #c21332;
}

.page-template-template-marine-ossipee .wide-cont .img-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    height: 100%;
}

.page-template-template-marine-ossipee .services-inner-header {
    margin-bottom: 40px;
}

.page-template-template-marine-ossipee h2 {
    color: #C21332;
    margin: 0;
    font-size: 35px;
}

.page-template-template-marine-ossipee h3 {
    font-size: 19px;
    color: #022A57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-template-marine-ossipee .services-inner-header p {
    max-width: 770px;
    margin: 0 auto;
}

/* .page-template-template-marine-ossipee h3 {
    font-size: 3.2rem;
    color: #002a57;
    font-family: "Playfair Display", serif;
    font-style: italic;
} */

.page-template-template-marine-ossipee p {
    color: #002a57;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-template-marine-ossipee .wide-cont .section-cont {
    background-color: rgba(0, 42, 87, 0.05);
    height: 100%;
    padding: 15% 10%;
}

.page-template-template-marine-ossipee .services-section {
    background-color: #e0e0e094;
    height: 100%;
    padding: 7% 0;
}

.page-template-template-marine-ossipee .services-section .per-service {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.page-template-template-marine-ossipee .services-section .per-service img {
    max-width: 70px;
}

.page-template-template-marine-ossipee .services-section .per-service p {
    margin-left: 20px;
    font: 300 16px / 1.5 "Open Sans", Helvetica, Arial, sans-serif;
}

.footer .footer-menu-container {
    padding: 30px 20px;
}

.footer .top-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.footer .top-cont .footer-contact-info ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer .top-cont .footer-contact-info ul li {
    padding: 0 15px;
}

.footer .top-cont .footer-contact-info ul li i.fas {
    font-size: 2rem;
    margin-right: 3px;
}

.footer .top-cont .nav {
    float: none;
    margin: 0;
}

.footer .top-cont .nav ul {
    border-left: 6px solid #c21332;
}

.footer .top-cont .nav ul > li a {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.8rem;
    padding: 0 15px;
}

.footer .top-cont .nav ul > li > ul.sub-menu {
    display: none;
}

.footer .bottom-cont ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer .bottom-cont ul li {
    margin: 10px 30px;
}

/* ----------------------------- */

li#menu-item-9553 a {
    background-color: #1c3766;
    color: white;
}

li#menu-item-9553 a:hover {
    background-color: white;
    color: #1c3766 !important;
}

ul.ossipee-contact-info {
    padding-left: 0px;
}

.responsive-menu-pro-item-link {
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
}

#responsive-menu-pro-container li.responsive-menu-pro-item {
    padding: 0 20px;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    right: -20px !important;
    height: 15px !important;
    line-height: 15px !important;
    width: 15px !important;
    color: #ffffff;
    border-left: 0px solid rgba(95, 157, 180, 1);
    background-color: rgba(95, 157, 180, 1);
    font-size: 18px;
    top: 13px !important;
    transition: 0.3s ease;
    transform: rotate(0deg) !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active {
    transform: rotate(180deg) !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    padding: 0px 15px !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item:first-child a {
    padding-right: 0px !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    padding-left: 0px !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item ul a {
    padding-right: 0px !important;
}

.footer-social.nav-social-list {
    border-top: 0px !important;
    margin-top: 25px !important;
}

.footer-social.nav-social-list li {
    margin: 0px 5px !important;
}

a.red-blue-button.not-click {
    pointer-events: none;
}

.page-template-template-bintelli .hero-image-alternate {
    background-position: 100% 82%;
    background-attachment: unset;
}

@media only screen and (max-width: 999px) {
    .boat-submit {
        text-align: left;
        margin-top: 20px;
    }
    input.facetwp-submit,
    .reset-search,
    .price-go-search {
        margin-right: 10px;
        margin-left: 0;
    }
}

/*------------------------------------*\
   SINGLE BOAT
\*------------------------------------*/

.single-boat-header {
    background: #1c3766;
    color: white;
    padding: 20px;
}

.single-boat-title h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: white;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    line-height: 1.4;
    text-align: center;
}

h2.single-boat-price {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-size: 40px;
}

.boat-gallery .slick-prev,
.boat-gallery .slick-next {
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.boat-gallery .slick-prev:before,
.boat-gallery .slick-next:before {
    font-family: "FontAwesome";
    color: #9e0909;
    opacity: 1;
    font-size: 40px;
}

.boat-gallery .slick-next:before {
    content: "\f054";
}

.boat-gallery .slick-prev:before {
    content: "\f053";
}

.wrapper.boat-desc-wrap {
    margin: 50px auto;
}

h3.single-boat-desc {
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #9e0909;
    color: #1c3766;
}

.boat-form {
    background: #1c3766;
    padding: 20px;
}

.boat-form p {
    color: white;
}

p.request-info-tab {
    margin: 0;
    display: inline-block;
    background: #1c3766;
    padding: 10px 20px 5px;
    color: white;
    font-weight: 700;
    border-radius: 15px 15px 0px 0px;
}

.boat-form button.frm_button_submit.frm_final_submit {
    background: #9e0909;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: white;
    font-size: 20px;
    margin: 0;
    transition: background 0.3s ease-in-out;
}

.boat-form button.frm_button_submit.frm_final_submit:hover {
    color: white;
    background: #750707;
}

.boat-details {
    background: #1c3766;
    padding: 20px;
    color: white;
    margin-bottom: 50px;
}

.boat-details h3 {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 25px;
    margin-top: 0;
}

.boat-stat {
    margin: 5px 0;
    border: 1px solid;
    padding: 10px;
}

.boat-stat p:first-of-type {
    font-weight: 700;
}

.boat-stat p {
    margin: 0;
}

.boat-accordion h3.ui-accordion-header {
    font-family: "Open Sans", sans-serif;
    color: white;
    background: #1c3766;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-bottom: 0;
}

.boat-accordion h3.ui-accordion-header:hover {
    background: #142748;
}

.boat-accordion h3.ui-accordion-header i {
    float: right;
    margin-top: 5px;
}

.boat-accordion .ui-accordion-content {
    background: #1c3766;
    color: white;
    padding: 10px;
}

.boat-accordion .ui-accordion-content :first-child {
    margin-top: 0;
}

.boat-accordion .ui-accordion-content :last-child {
    margin-bottom: 0;
}

.other-boats {
    margin-top: 50px;
}

/*------------------------------------*\

    Mobile Marine Services

\*------------------------------------*/

.mobile-marine-top {
    max-width: 1000px;
    margin: 50px auto !important;
}

.mobile-marine-top h2 {
    color: #950b0b;
    font-size: 2.5rem;
    font-weight: lighter;
    font-family: "Playfair Display", cursive;
}

section.mobile-marine-cta img {
    width: 500px;
    margin: 0 auto;
    display: block;
}

.mobile-marine-cta-band {
    text-align: center;
    background: #dedede;
    padding: 50px 30px 50px;
    max-width: 900px;
    margin: 0 auto;
}

.mobile-marine-cta-band h2 {
    font-size: 3rem;
    color: #2a426d;
}

section.mobile-marine-cta .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
}

section.mobile-marine-cta .buttons * {
    width: 250px;
    max-width: 100%;
}

section.mobile-marine-cta .buttons * {
    display: block;
    margin: 4px 0px;
}

section.mobile-marine-cta img {
    margin-bottom: -50px;
}

section.mobile-marine-cta {
    margin: 100px 0 -100px 0;
    position: relative;
    z-index: 2;
}

section.mobile-marine-blue-band {
    background: rgb(0 40 87 / 18%);
    padding: 150px 0 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

section.mobile-marine-blue-band h2,
.mobile-marine-services-band h2 {
    font-size: 3rem;
    color: #950b0b;
    text-align: center;
}

section.mobile-marine-blue-band p {
    color: #2a426d;
}

section.mobile-marine-blue-band:after {
    content: "";
    background-image: url(https://danversportmarina.com/wp-content/uploads/2020/08/ship-wheel-trans.png);
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-size: contain;
    background-position: center;
    z-index: 999;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
}

.mobile-marine-service-card img {
    max-width: 75px;
}

section.mobile-marine-services-band {
    margin: 50px 0;
}

.mobile-marine-service-card p {
    color: #2a426d;
}

.mobile-marine-service-card h3 {
    font-family: "Playfair Display", cursive;
    font-size: 2rem;
    color: #2a426d;
}

.mobile-marine-quote-block {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #950b0b;
    padding: 30px;
    color: white;
    position: relative;
    overflow: hidden;
}

.mobile-marine-quote-block p {
    margin: 0;
}

.mobile-marine-quote-block:after {
    content: '"';
    position: absolute;
    bottom: 10px;
    opacity: 0.2;
    background: url(https://danversportmarina.com/wp-content/uploads/2021/02/quotes.png);
    width: 100%;
    height: 125px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.mobile-marine-services-band .wrapper {
    border-bottom: 1px solid;
    padding-bottom: 50px;
}

section#schedule-service h2 {
    color: #950b0b;
    text-align: center;
}

#schedule-service label {
    font-family: "Playfair Display", cursive;
    font-weight: 400;
    color: #2a426d;
    font-size: 1.8rem;
    text-transform: inherit;
}

#schedule-service button.frm_button_submit.frm_final_submit {
    background: #2a426d;
    border: 0;
    border-radius: 0;
    font-size: 2rem;
    font-family: "Playfair Display", cursive;
    font-weight: 400;
    font-size: 1.8rem;
    color: white;
    padding: 10px 30px;
}

/*------------------------------------*\

    Marina Membership Page

\*------------------------------------*/

#marina-photo-container {
    text-align: center;
    margin: 30px 0;
}

#marina-photo-container h3 {
    text-align: left;
}

#marina-photo-container .marina-photo {
    text-align: center;
}

/* The Modal (background) */

.marina-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: hidden;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

.marina-modal.show {
    display: block;
}

/* Modal Content/Box */

.marina-modal-content {
    background-color: #fefefe;
    margin: 125px auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    /* Could be more or less, depending on screen size */
    max-width: 900px;
    max-height: 65vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

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

/* The Close Button */

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    animation: fadeOut;
    animation-duration: 0.4s;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*------------------------------------*\
    SERVICE 2020
\*------------------------------------*/

.specialize-in {
    background: rgb(2 40 87 / 8%);
    padding: 25px 20px;
    position: relative;
}

.specialize-in .wrapper {
    z-index: 2;
}

.explore-section {
    padding: 25px 20px;
}

.specialize-in a.red-blue-button {
    height: 100%;
}

.specialize-in a.red-blue-button:hover {
    cursor: unset;
}

a.red-blue-button {
    background: #9e0909;
    padding: 20px;
    display: inline-block;
    color: white;
    font-weight: 900;
    border-right: 8px solid #1c3766;
    max-width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-ossipee-page li:before,
.contact-us-ossipee ul.contact-information li:before {
    display: none !important;
}

.contact-us-ossipee ul.contact-information {
    list-style-type: none !important;
}

.contact-ossipee-page a {
    color: #1c3766;
}

.contact-ossipee-page a:hover {
    color: #9e0909;
}

.ossipee-contact-form .frm_form_fields label,
.ossipee-contact-form .frm_primary_label {
    text-transform: uppercase !important;
    color: #1c3766 !important;
    display: block !important;
    font-weight: normal !important;
}

.ossipee-contact-form .frm_top_container input[type="text"],
.ossipee-contact-form .frm_top_container input[type="email"],
.ossipee-contact-form .frm_top_container input[type="tel"],
.ossipee-contact-form .frm_top_container textarea {
    width: 100% !important;
    border: #dbe8ff solid 1px !important;
    padding: 5px !important;
    border-radius: 0px !important;
}

.ossipee-contact-form input[type="submit"],
.ossipee-contact-form button,
.left-ossipee-page a.button,
.right-ossipee-page a.button {
    background-color: #1c3766 !important;
    display: block !important;
    width: auto !important;
    margin: 50px auto 0 auto !important;
    width: 200px !important;
    text-align: center !important;
    padding: 5px !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: all 1s !important;
    border: 0 !important;
    border-radius: 0px !important;
    padding: 8px 5px !important;
}

ul.contact-ossipee-page {
    padding: 5% !important;
}

.left-ossipee-page {
    /* margin-right: 5%;
    padding-right: 5%; */
    border-right: solid #dbe8ff 6px;
}

.left-ossipee-page,
.right-ossipee-page {
    margin-bottom: 100px;
}

.right-ossipee-page p {
    padding: 10px;
}

.styling-h1 {
    font-size: 35px;
    color: #C21332;
    margin: 0 0 15px;
    line-height: 44px;
}

.styling-h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.styling-p p {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

/*------------------------------------*\

    BOAT SALES LATEST

\*------------------------------------*/
.page-template-page-sales-2 h1 {
    font-size: 50px;
}

.page-template-page-sales-2 h2 {
    font-size: 35px;
}

.page-template-page-sales-2 .hero-top {
    padding: 30px 0 60px;
}

.page-template-page-sales-2 .hero-top .columns {
    margin: 0;
}

.page-template-page-sales-2 .hero-top .columns .column {
    padding: 0;
}

.page-template-page-sales-2 .hero-top .content-wrapper {
    max-width: 625px;
    padding: 40px 0;
    /* margin-left: 120px; */
}

.page-template-page-sales-2 .hero-top .content-wrapper h1 {
    color: #c21332;
    margin: 0 0 15px;
    line-height: 44px;
    font-size: 35px;
}

.page-template-page-sales-2 .hero-top .content-wrapper h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-page-sales-2 .hero-top .content-wrapper p {
    font-size: 16px;
    margin: 0;
}

.page-template-page-sales-2 .hero-top .content-wrapper a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin: 20px 0;
    transition: all .3s ease;
}

.page-template-page-sales-2 .hero-top .content-wrapper a:hover {
    margin-left: 5px;
}

.page-template-page-sales-2 .hero-top .content-wrapper a i {
    margin-left: 15px;
}

.page-template-page-sales-2 .hero-top .image-wrapper {
    position: relative;
}

.page-template-page-sales-2 .hero-top .image-wrapper::after {
    content: '';
    position: absolute;
    background: url('img/dark-gradient-sales.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-template-page-sales-2 .hero-top .image-wrapper img {
    border-radius: 5px;
}

.page-template-page-sales-2 .inventory-showroom {
    background-color: #e0e0e094;
    padding: 60px 0;
}

.page-template-page-sales-2 .inventory-showroom .content-wrapper h2 {
    color: #C21332;
    margin: 0 0 10px;
}

.page-template-page-sales-2 .inventory-showroom .content-wrapper p {
    font-family: 'Playfair Display', cursive;
    font-size: 19px;
    color: #022A57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-page-sales-2 .inventory-showroom .content-wrapper a {
    display: inline-block;
    background-color: #022a57;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 20px;
}

.page-template-page-sales-2 .inventory-showroom .content-wrapper a i {
    margin-left: 10px;
    font-size: 20px;
}

.page-template-page-sales-2 .inventory-showroom .cards-wrapper {
    margin-top: 40px;
}

.page-template-page-sales-2 .inventory-showroom .cards-wrapper .card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 442px; */
    height: 362px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: background 0.6s ease;
    border-radius: 15px;
    position: relative;
}

.page-template-page-sales-2 .inventory-showroom .cards-wrapper .card-wrapper:hover img {
    transform: scale(1.07);
}

.page-template-page-sales-2 .inventory-showroom .cards-wrapper .card-wrapper::after {
    content: '';
    position: absolute;
    background: url('img/dark-gradient-inventory.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background 0.8s ease;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
}

.page-template-page-sales-2 .inventory-showroom .card-wrapper:hover::after {
    background: #000;
}


.page-template-page-sales-2 .inventory-showroom .cards-wrapper .card-wrapper img {
    position: relative;
    z-index: 1;
    transition: transform .2s;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper {
    margin: 80px 0;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper .even {
    flex-direction: row-reverse;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper h2 {
    color: #C21332;
    margin: 0;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper h3 {
    font-size: 19px;
    color: #022A57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper p {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper .anchor-wrapper {
    margin-top: 30px;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper a:hover {
    margin-left: 5px;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper i {
    margin-left: 10px;
    font-size: 16px;
}

.page-template-page-sales-2 .sales-contents .sales-contents-wrapper img {
    border-radius: 5px;
}

@media only screen and (min-width: 1024px) {
    main {
        margin-top: 138px;
    }

    .page-template-page-sales-2 .hero-top {
        padding: 60px 0;
    }

    .page-template-page-sales-2 .sales-contents .sales-contents-wrapper .even .content-wrapper,
    .even .content-wrapper {
        padding-left: 40px;
    }
    
    .page-template-page-sales-2 .sales-contents .sales-contents-wrapper .odd .content-wrapper {
        padding-right: 40px;
    }

    .page-template-page-sales-2 .sales-contents .sales-contents-wrapper .even .image-wrapper {
        text-align: left;
    }

    .page-template-page-sales-2 .sales-contents .sales-contents-wrapper .odd .image-wrapper {
        text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .page-template-page-sales-2 .hero-top .content-wrapper a,
    .page-template-page-sales-2 .sales-contents .sales-contents-wrapper a {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .page-template-page-sales-2 .hero-top .content-wrapper a i,
    .page-template-page-sales-2 .sales-contents .sales-contents-wrapper a i {
        display: none;
    }
}

/*------------------------------------*\
    OUR LOCATIONS PAGE
\*------------------------------------*/

.our-locations .wrapper h1 {
    color: #C21332;
    margin: 0 0 15px;
    line-height: 72px;
    margin-bottom: 30px;
}

.our-locations .wrapper p {
    color: #000;
    font-family: Helvetica;
}

.our-locations .locations-container {
    margin: 60px 0 80px;
}

.our-locations .overflow-hidden {
    overflow: hidden;
}

.our-locations .locations-container .image-box {
    position:relative;
    background-position:center;
    background-repeat:no-repeat;
    background-size:110%;
    height:455px;
    transition: background-size 1s ease-in;
    -moz-transition: background-size 1s ease-in;
    -ms-transition: background-size 1s ease-in;
    -o-transition: background-size 1s ease-in;
    -webkit-transition: background-size 1s ease-in;
    border-radius: 5px;
}

.our-locations .locations-container .image-box::after {
    content: '';
    position: absolute;
    background: url('img/dark-gradient-inventory.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    transition: background 1.8s ease;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
}

.our-locations .locations-container .image-box:hover{
    background-size:115%;
}

.our-locations .locations-container .image-box a {
    display:block;
    width:100%;
    height:100%;
    position: relative;
    z-index: 1;
}

.our-locations .locations-container .locations-details-container {
    margin: 20px 0;
}

.our-locations .locations-container .locations-details-container .styling-h2 {
    margin: 0;
}

.our-locations .locations-container .locations-details-container .styling-h2.address {
    font-size: 24px;
}

.our-locations .locations-container .locations-details-container .bullet-list-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.our-locations .locations-container .locations-details-container .bullet-list-wrapper img {
    width: 34px;
    margin-right: 15px;
}

.our-locations .locations-container .locations-details-container .bullet-list-wrapper p {
    margin: 0;
}

/*------------------------------------*\

    BOAT BROKERAGE LATEST

\*------------------------------------*/
.page-template-page-brokerage-2 h2 {
    font-size: 35px;
}

.page-template-page-brokerage-2 .hero-top {
    padding: 30px 0 60px;
}

.page-template-page-brokerage-2 .hero-top .columns {
    margin: 0;
}

.page-template-page-brokerage-2 .hero-top .columns .column {
    padding: 0;
}

.page-template-page-brokerage-2 .hero-top .content-wrapper {
    padding: 40px 0;
}

.page-template-page-brokerage-2 .hero-top .content-wrapper h1 {
    font-size: 35px;
    color: #C21332;
    margin: 0 0 15px;
    line-height: 44px;
}

.page-template-page-brokerage-2 .hero-top .content-wrapper h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-page-brokerage-2 .hero-top .content-wrapper p {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-page-brokerage-2 .hero-top .image-wrapper {
    position: relative;
}

.page-template-page-brokerage-2 .hero-top .image-wrapper img {
    width: 100%;
    border-radius: 5px;
}

.page-template-page-brokerage-2 .hero-top .image-wrapper::after {
    content: '';
    position: absolute;
    background: url('img/dark-gradient-sales.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-template-page-brokerage-2 .brokerage-work {
    background-color: #e0e0e094;
    padding: 60px 0;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-header-content {
    text-align: center;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-header-content h2 {
    color: #C21332;
    margin: 0 0 10px;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-header-content p {
    font-size: 16px;
    margin: 0 0 30px;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-header-content a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-header-content a:hover {
    margin-right: 5px;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-header-content a i {
    margin-left: 15px;
    font-size: 16px;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-list-content {
    margin-top: 40px;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-list-content h3 {
    text-align: center;
    font-size: 19px;
    color: #022A57;
    margin: 0;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-list-content .work-wrapper {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-list-content .work-wrapper img {
    width: 40px;
}

.page-template-page-brokerage-2 .brokerage-work .brokerage-work-list-content .work-wrapper p {
    font-size: 16px;
    margin-left: 10px;
}

.page-template-page-brokerage-2 .brokerage-banner {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    background-color: #022A57!important;
    padding: 80px 0;
    position: relative;
}

.page-template-page-brokerage-2 .brokerage-banner::after {
    content: '';
    position: absolute;
    background: url('img/blue-gradient-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.page-template-page-brokerage-2 .brokerage-banner .content-wrapper {
    position: relative;
    z-index: 1;
}

.page-template-page-brokerage-2 .brokerage-banner h2 {
    color: #F0F0F0;
    margin: 0 0 20px;
}

.page-template-page-brokerage-2 .brokerage-banner p {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 20px;
}

.page-template-page-brokerage-2 .brokerage-banner .anchor-wrapper {
    margin-top: 30px;
}

.page-template-page-brokerage-2 .brokerage-banner .anchor-wrapper a {
    display: inline-block;
    background-color: #C21332;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    transition: all .3s ease;
}

.page-template-page-brokerage-2 .brokerage-banner .anchor-wrapper a:hover {
    margin-left: 5px;
}

.page-template-page-brokerage-2 .brokerage-banner .anchor-wrapper a.tel-cta {
    background-color: transparent;
}

.page-template-page-brokerage-2 .brokerage-banner .anchor-wrapper a.tel-cta:hover {
    color: #C21332;
}

.page-template-page-brokerage-2 .brokerage-banner .anchor-wrapper a i {
    margin-left: 10px;
    font-size: 20px;
}

.page-template-page-brokerage-2 .brokerage-services {
    padding: 80px 0;
}

.page-template-page-brokerage-2 .brokerage-services .brokerage-services-header-content {
    text-align: center;
    margin-bottom: 60px;
}

.page-template-page-brokerage-2 .brokerage-services .brokerage-services-header-content h2 {
    color: #C21332;
    margin: 0 0 20px;
}

.page-template-page-brokerage-2 .brokerage-services .brokerage-services-header-content p {
    font-size: 16px;
    margin: 0;
}

.page-template-page-brokerage-2 .brokerage-services .service-wrapper {
    text-align: center;
    box-shadow: 0px 0px 9px #00000029;
    padding: 40px 20px;
    border-radius: 12px;
    height: 100%;
}

/* .page-template-page-brokerage-2 .brokerage-services .service-wrapper img {
    width: 72px;
} */

.page-template-page-brokerage-2 .brokerage-services .service-wrapper h4 {
    font-size: 19px;
    color: #022A57;
    margin: 20px 0;
    font-weight: 700;
}

.page-template-page-brokerage-2 .brokerage-services .service-wrapper p {
    font-size: 16px;
    margin: 0
}

.page-template-page-brokerage-2 .brokerage-services .service-wrapper a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin-top: 20px;
    transition: all .3s ease;
}

.page-template-page-brokerage-2 .brokerage-services .service-wrapper a:hover {
    margin-left: 5px;
}

.page-template-page-brokerage-2 .brokerage-services .service-wrapper a i {
    margin-left: 15px;
    font-size: 16px;
}

.page-template-page-brokerage-2 .brokerage-form {
    background-color: #e0e0e094;
    padding: 80px 0;
}

.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px;
}

.page-template-page-brokerage-2 .brokerage-form h2 {
    text-align: center;
    color: #C21332;
    margin: 0 0 60px;
}

.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper .frm_primary_label {
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}

.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper input[type="text"],
.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper input[type="tel"],
.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper input[type="email"],
.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper textarea {
    padding: 10px 12px;
}

/* Form label checkbox */
.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper #field_t4rh0_label {
    display: none;
}

.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper .frm_opt_container label {
    font-size: 18px;
}

.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper button {
    background-color: #022a57;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
}

.page-template-page-brokerage-2 .brokerage-form .brokerage-form-wrapper button:hover {
    background-color: #B33141;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .page-template-page-brokerage-2 main {
        margin-top: 138px;
    }

    .page-template-page-brokerage-2 .hero-top {
        padding: 60px 0;
    }

    .page-template-page-brokerage-2 .hero-top .content-wrapper {
        max-width: 650px;
        /* margin-left: 120px; */
        padding: 0;
    }
}

@media only screen and (min-width: 837px) {
    .page-template-page-brokerage-2 .hero-top .content-wrapper {
        padding: 0 0 60px;
    }

    .page-template-page-brokerage-2 .brokerage-banner {
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: right!important;
        background-color: #022A57!important;
        padding: 80px 0;
        position: relative;
    }
    
    .page-template-page-brokerage-2 .brokerage-banner::after {
        content: '';
        position: absolute;
        background: url('img/blue-gradient-bg.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .page-template-page-brokerage-2 .anchor-wrapper a,
    .page-template-page-brokerage-2 .brokerage-work .brokerage-work-header-content a,
    .page-template-page-brokerage-2 .brokerage-banner .anchor-wrapper a,
    .page-template-page-brokerage-2 .brokerage-services .service-wrapper a {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .page-template-page-brokerage-2 .anchor-wrapper a i,
    .page-template-page-brokerage-2 .brokerage-work .brokerage-work-header-content a i,
    .page-template-page-brokerage-2 .brokerage-banner .anchor-wrapper a i,
    .page-template-page-brokerage-2 .brokerage-services .service-wrapper a i {
        display: none;
    }
}

/*------------------------------------*\

    Trade In Value

\*------------------------------------*/

.trade-in-and-trade-up-at-danversport-marine .interior-banner {
    background-attachment:initial;
}

.trade-in-and-trade-up-at-danversport-marine .blue-section{
background-color:#182F59;
}


.trade-in-and-trade-up-at-danversport-marine .hero-top {
    padding: 30px 0 60px;
}

.trade-in-and-trade-up-at-danversport-marine .hero-top .content-wrapper {
    max-width: 625px;
    padding: 40px 0;
}

.trade-in-and-trade-up-at-danversport-marine .hero-top h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.trade-in-and-trade-up-at-danversport-marine .hero-top h3 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 42px;
}

.trade-in-and-trade-up-at-danversport-marine .hero-top img {
    border-radius: 5px;
}

.trade-in-and-trade-up-at-danversport-marine .hero-top p,
.trade-in-and-trade-up-at-danversport-marine .hero-top ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.trade-in-and-trade-up-at-danversport-marine .planning-wedding {
    margin-bottom: 50px;
}
.trade-in-and-trade-up-at-danversport-marine h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}
.trade-in-and-trade-up-at-danversport-marine .rehearsal-dinner {
    margin-bottom: 80px;
}

.trade-in-and-trade-up-at-danversport-marine .slick-slide img {
    max-width: 100%;
    margin: 0px;
    width: 100%;
}

.trade-in-and-trade-up-at-danversport-marine .pool-slider {
    padding-right:30px;
}

.trade-in-and-trade-up-at-danversport-marine .pool-map-section {
    margin-top: 50px;
    padding-top: 50px;
}

.trade-in-and-trade-up-at-danversport-marine .wrapper {
    padding-top: 0px;
}

.trade-in-and-trade-up-at-danversport-marine img {
    border-radius: 5px;
}

.trade-in-and-trade-up-at-danversport-marine .anchor-wrapper {
    margin-top: 10px;
}

.trade-in-and-trade-up-at-danversport-marine .anchor-wrapper a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.trade-in-and-trade-up-at-danversport-marine .anchor-wrapper a:hover {
    margin-left: 5px;
    margin-right: 15px;
}

.trade-in-and-trade-up-at-danversport-marine .anchor-wrapper a i {
    margin-left: 15px;
    font-size: 16px;
}

.trade-in-and-trade-up-at-danversport-marine .content-wrapper ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}


.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion .accordion-item {
    margin: 0;
    /* border-bottom: 1px solid #e5e5e5; */
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #C21332;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 30px 1em 0;
    color: #1c3766;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    margin: 0;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #C21332;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #C21332;
    border: 1px solid #C21332;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button .accordion-title {
    padding: 1em 0 1em;
    font-size: 18px;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    color: #C21332;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button[aria-expanded=true] {
    color: #C21332;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 36em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion .accordion-content p,
.trade-in-and-trade-up-at-danversport-marine .content-wrapper .accordion .accordion-content ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}

.trade-in-and-trade-up-at-danversport-marine .trade-form {
    background-color: #e0e0e094;
    padding: 80px 0;
}

.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px;
}

.trade-in-and-trade-up-at-danversport-marine .trade-form h2 {
    text-align: center;
    color: #C21332;
    margin: 0 0 60px;
}

.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper .frm_primary_label {
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}

.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper input[type="text"],
.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper input[type="tel"],
.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper input[type="email"],
.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper textarea {
    padding: 10px 12px;
}

/* Form label checkbox */
.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper #field_t4rh0_label {
    display: none;
}

.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper .frm_opt_container label {
    font-size: 18px;
}

.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper button {
    background-color: #022a57;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
}

.trade-in-and-trade-up-at-danversport-marine .trade-form .trade-form-wrapper button:hover {
    background-color: #B33141;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .trade-in-and-trade-up-at-danversport-marine .anchor-wrapper a {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .trade-in-and-trade-up-at-danversport-marine .anchor-wrapper a i {
        display: none;
    }
    
    .trade-in-and-trade-up-at-danversport-marine .bottom-container .even {
        flex-direction: column-reverse;
    }
}

.bottom-container {
    margin: 60px 0 120px;
}

/*------------------------------------*\

    page-template-page-service-2020

\*------------------------------------*/

.page-template-page-service-2020 .heading-container {
    margin-bottom: 100px;
}

.page-template-page-service-2020 .heading-container h2 {
    font-size: 35px;
    color: #022A57;
    margin: 0 0 10px;
    line-height: 42px;
}

.page-template-page-service-2020 .heading-container img {
    border-radius: 5px;
}

.page-template-page-service-2020 .hero-top {
    padding: 90px 0 60px;
}

.page-template-page-service-2020 .hero-top .content-wrapper {
    max-width: 625px;
    padding: 40px 0;
}

.page-template-page-service-2020 .hero-top h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-page-service-2020 .hero-top h3 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 42px;
}

.page-template-page-service-2020 .hero-top img {
    border-radius: 5px;
}

.page-template-page-service-2020 .hero-top p,
.page-template-page-service-2020 .hero-top ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-page-service-2020 .specialize-in {
    background-color: #e0e0e094;
}

.page-template-page-service-2020 .specialize-in .flex-align-center {
    margin-top: 20px;
}

.page-template-page-service-2020 .specialize-in .flex-align-center img {
    max-width: 52px;
}

.page-template-page-service-2020 .specialize-in h2 {
    margin-bottom: 30px;
}

.page-template-page-service-2020 .specialize-in p {
    font-size: 16px;
    margin-left: 10px;
    color: #002A57;
}

.page-template-page-service-2020 .specialize-in .red-blue-button {
    border-right: unset;
    padding: 12px 20px;
    border-radius: 5px;
    /* transition: all 1s ease; */
}

/* .page-template-page-service-2020 .specialize-in .red-blue-button:hover {
    margin-left: 5px;
    margin-right: 15px;
    color: #fff;
} */

.page-template-page-service-2020 .specialize-in .red-blue-button i {
    margin-left: 9px;
}

.page-template-page-service-2020 .mid-section h2,
.page-template-page-service-2020 .explore-section h2 {
    font-size: 19px;
    color: #022A57;
    margin: 0 0 10px;
    line-height: 42px;
    font-weight: 700;
}

.page-template-page-service-2020 .mid-section {
    margin: 80px auto;
}

.page-template-page-service-2020 .mid-section ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-page-service-2020 .mid-section img,
.page-template-page-service-2020 .explore-section img {
    border-radius: 5px;
}

.page-template-page-service-2020 .explore-section {
    margin-bottom: 80px;
}

.page-template-page-service-2020 .explore-section .anchor-wrapper {
    margin-top: 30px;
}

.page-template-page-service-2020 .explore-section .content-wrapper {
    max-width: 525px;
    padding: 40px 0;
}

.blue-right-chevron {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 1s ease;
}

.blue-right-chevron:hover {
    margin-left: 5px;
    margin-right: 15px;
    color: #fff;
}

.blue-right-chevron i {
    margin-left: 15px;
    font-size: 16px;
}

@media only screen and (min-width: 1024px) {
    .page-template-page-service-2020 .even .content-wrapper {
        padding-left: 40px;
    }

    .page-template-page-service-2020 .odd .content-wrapper {
        padding-right: 40px;
    }
    
    .transient-docking .hero-top,
    .fuel-ice-dock .hero-top,
    .page-template-template-winter-storage-child .hero-top{
        padding: 100px 0 60px;
    }
}

@media only screen and (max-width: 768px) {
    .blue-right-chevron {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .blue-right-chevron i {
        display: none;
    }

    .page-template-page-service-2020 .specialize-in .red-blue-button {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .page-template-page-service-2020 .specialize-in .red-blue-button i {
        display: none;
    }
}

/*------------------------------------*\

    Request Service Page

\*------------------------------------*/
.page-template-page-request-service .hero-top {
    padding: 100px 0 0;
}

.page-template-page-request-service .contact-form {
    padding: 20px 0 120px;
}

.page-template-page-request-service .contact-form h2 {
    text-align: center;
    color: #C21332;
    margin: 0 0 60px;
}

.page-template-page-request-service .contact-form .highlight {
    margin-top: 40px;
    padding: 40px 30px;
}

.page-template-page-request-service .contact-form .highlight > span {
    margin-bottom: 10px;
}

.page-template-page-request-service .contact-form .contact-form-wrapper .frm_primary_label {
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}

.page-template-page-request-service .contact-form .contact-form-wrapper input[type="text"],
.page-template-page-request-service .contact-form .contact-form-wrapper input[type="tel"],
.page-template-page-request-service .contact-form .contact-form-wrapper input[type="email"],
.page-template-page-request-service .contact-form .contact-form-wrapper textarea {
    padding: 10px 12px;
}

.page-template-page-request-service .contact-form .contact-form-wrapper #field_t4rh0_label {
    display: none;
}

.page-template-page-request-service .contact-form .contact-form-wrapper .frm_opt_container label {
    font-size: 18px;
}

.page-template-page-request-service .contact-form .contact-form-wrapper button {
    background-color: #022a57;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
}

.page-template-page-request-service .contact-form .contact-form-wrapper button:hover {
    background-color: #B33141;
    color: #fff;
}

/*------------------------------------*\

    Winterizing Template

\*------------------------------------*/
.page-template-page-winterizing main {
    position: relative;
    overflow: hidden;
}

.page-template-page-winterizing .anchor-top-bg {
    top: -53%;
}

.page-template-page-winterizing .anchor-bottom-bg {
    bottom: -52%;
}

.page-template-page-winterizing .heading-container {
    margin-bottom: 50px;
}

.page-template-page-winterizing .heading-container h2 {
    font-size: 35px;
    color: #022A57;
    margin: 0 0 10px;
    line-height: 42px;
}

.page-template-page-winterizing .heading-container img {
    border-radius: 5px;
}

.page-template-page-winterizing .heading-container .anchor-wrapper {
    margin-top: 30px;
}

.page-template-page-winterizing .hero-top {
    padding: 100px 0 60px;
}

.page-template-page-winterizing .hero-top .content-wrapper {
    max-width: 625px;
    padding: 40px 0;
}

.page-template-page-winterizing .hero-top h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-page-winterizing .hero-top h3 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 42px;
}

.page-template-page-winterizing .hero-top img {
    border-radius: 5px;
}

.page-template-page-winterizing .hero-top p,
.page-template-page-winterizing .hero-top ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-page-winterizing .gallery-container {
    margin-bottom: 80px;
}

.page-template-page-winterizing .gallery-container ul li {
    border-radius: 15px;
}

.page-template-page-winterizing .services-descriptions {
    margin: 60px 0 110px;
}

.page-template-page-winterizing .services-descriptions img {
    border-radius: 5px;
}

.page-template-page-winterizing .services-descriptions.accordion .accordion-item {
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.page-template-page-winterizing .services-descriptions .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #C21332;
}
.page-template-page-winterizing .services-descriptions .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 30px 1em 0;
    color: #1c3766;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    margin: 0 0 10px;
}
.page-template-page-winterizing .services-descriptions .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #C21332;
}
.page-template-page-winterizing .services-descriptions .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #C21332;
    border: 1px solid #C21332;
}
.page-template-page-winterizing .services-descriptions .accordion button .accordion-title {
    padding: 1em 0;
    font-size: 18px;
}
.page-template-page-winterizing .services-descriptions .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    color: #C21332;
}
.page-template-page-winterizing .services-descriptions .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.page-template-page-winterizing .services-descriptions .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.page-template-page-winterizing .services-descriptions .accordion button[aria-expanded=true] {
    color: #C21332;
}
.page-template-page-winterizing .services-descriptions .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.page-template-page-winterizing .services-descriptions .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 36em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.page-template-page-winterizing .services-descriptions .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.page-template-page-winterizing .services-descriptions .accordion .accordion-content p,
.page-template-page-winterizing .services-descriptions .accordion .accordion-content ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

@media only screen and (max-width: 480px) {
    .page-template-page-winterizing .services-descriptions .even {
        flex-direction: column-reverse;
    }
}

/*------------------------------------*\

    Spring Commissioning Template

\*------------------------------------*/


.page-template-page-spring-commissioning .heading-container h2 {
    font-size: 35px;
    color: #022A57;
    margin: 0 0 10px;
    line-height: 42px;
}

.page-template-page-spring-commissioning .heading-container img {
    border-radius: 5px;
}

.page-template-page-spring-commissioning .heading-container .anchor-wrapper {
    margin-top: 30px;
}

.page-template-page-spring-commissioning .hero-top {
    padding: 100px 0 60px;
}

.page-template-page-spring-commissioning .hero-top .content-wrapper {
    max-width: 625px;
    padding: 40px 0;
}

.page-template-page-spring-commissioning .hero-top h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-page-spring-commissioning .hero-top h3 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 42px;
}

.page-template-page-spring-commissioning .hero-top img {
    border-radius: 5px;
}

.page-template-page-spring-commissioning .hero-top p,
.page-template-page-spring-commissioning .hero-top ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-page-spring-commissioning .gallery-container {
    margin-bottom: 80px;
}

.page-template-page-spring-commissioning .gallery-container ul li {
    border-radius: 15px;
    padding-bottom: 31%;
}


/*------------------------------------*\

    About Page

\*------------------------------------*/
.about .hero-top {
    padding: 100px 0 0;
}

.about .statement-contents .statement-wrapper {
    margin: 50px 0;
}

.about .statement-contents .statement-wrapper .even {
    flex-direction: row-reverse;
}

.about .statement-contents .statement-wrapper h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.about .statement-contents .statement-wrapper h3 {
    font-size: 19px;
    color: #022A57;
    margin: 0 0 10px;
    font-weight: 700;
}

.about .statement-contents .statement-wrapper p,
.about .statement-contents .statement-wrapper ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.about .statement-contents .statement-wrapper .anchor-wrapper {
    margin-top: 30px;
}

.about .statement-contents .statement-wrapper a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.about .statement-contents .statement-wrapper a:hover {
    margin-left: 5px;
}

.about .statement-contents .statement-wrapper i {
    margin-left: 10px;
    font-size: 16px;
}

.about .statement-contents .statement-wrapper img {
    border-radius: 5px;
}

@media only screen and (min-width: 1024px) {
    .about .statement-contents .statement-wrapper .even .content-wrapper {
        padding-left: 40px;
    }
    
    .about .statement-contents .statement-wrapper .odd .content-wrapper {
        padding-right: 40px;
    }

    .about .statement-contents .statement-wrapper .even .image-wrapper {
        text-align: left;
    }

    .about .statement-contents .statement-wrapper .odd .image-wrapper {
        text-align: right;
    }
}

@media only screen and (max-width: 480px) {
    .about .statement-contents .statement-wrapper a {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }
}

/*------------------------------------*\

    Contact Page

\*------------------------------------*/

.page-template-page-contact .hero-top {
    padding: 100px 0 0;
}

.page-template-page-contact .contact-form {
    padding: 20px 0 120px;
}

.page-template-page-contact .contact-form h2 {
    text-align: center;
    color: #C21332;
    margin: 0 0 60px;
}

.page-template-page-contact .contact-form .highlight {
    margin-top: 40px;
    padding: 40px 30px;
}

.page-template-page-contact .contact-form .highlight > span {
    margin-bottom: 10px;
}

.page-template-page-contact .contact-form .contact-form-wrapper .frm_primary_label {
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}

.page-template-page-contact .contact-form .contact-form-wrapper input[type="text"],
.page-template-page-contact .contact-form .contact-form-wrapper input[type="tel"],
.page-template-page-contact .contact-form .contact-form-wrapper input[type="email"],
.page-template-page-contact .contact-form .contact-form-wrapper textarea {
    padding: 10px 12px;
}

/* Form label checkbox */
.page-template-page-contact .contact-form .contact-form-wrapper #field_t4rh0_label {
    display: none;
}

.page-template-page-contact .contact-form .contact-form-wrapper .frm_opt_container label {
    font-size: 18px;
}

.page-template-page-contact .contact-form .contact-form-wrapper button {
    background-color: #022a57;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
}

.page-template-page-contact .contact-form .contact-form-wrapper button:hover {
    background-color: #B33141;
    color: #fff;
}



/*------------------------------------*\

    Winter Storage page

\*------------------------------------*/
.page-template-page-winter-services main {
    position: relative;
    overflow: hidden;
}

.page-template-page-winter-services .hero-top {
    padding: 100px 0 60px;
}

.page-template-page-winter-services .hero-top .content-wrapper {
    max-width: 625px;
    padding: 40px 0;
}

.page-template-page-winter-services .hero-top h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-page-winter-services .hero-top h3 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 42px;
}

.page-template-page-winter-services .hero-top img {
    border-radius: 5px;
}

.page-template-page-winter-services .hero-top p,
.page-template-page-winter-services .hero-top ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-page-winter-services .planning-wedding {
    margin-bottom: 50px;
}
.page-template-page-winter-services h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}
.page-template-page-winter-services .rehearsal-dinner {
    margin-bottom: 80px;
}

.page-template-page-winter-services .slick-slide img {
    max-width: 100%;
    margin: 0px;
    width: 100%;
}

.page-template-page-winter-services .pool-slider {
    padding-right:30px;
}

.page-template-page-winter-services .pool-map-section {
    margin-top: 50px;
    padding-top: 50px;
}

.page-template-page-winter-services .wrapper {
    padding-top: 0px;
}

.page-template-page-winter-services img {
    border-radius: 5px;
}

.page-template-page-winter-services .anchor-wrapper {
    margin-top: 10px;
}

.page-template-page-winter-services .anchor-wrapper a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.page-template-page-winter-services .anchor-wrapper a:hover {
    margin-left: 5px;
    margin-right: 15px;
}

.page-template-page-winter-services .anchor-wrapper a i {
    margin-left: 15px;
    font-size: 16px;
}

.page-template-page-winter-services .content-wrapper ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-page-winter-services .content-wrapper p,
.page-template-page-winter-services .content-wrapper ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0;
}

.page-template-page-winter-services .content-wrapper ul li {
    margin: 3px 0;
}

.page-template-page-winter-services .winter-contact-form {
    background-color: #e0e0e094;
    padding: 80px 0;
}

.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px;
}

.page-template-page-winter-services .winter-contact-form h2 {
    text-align: center;
    color: #C21332;
    margin: 0 0 60px;
}

.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper .frm_primary_label {
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}

.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper input[type="text"],
.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper input[type="tel"],
.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper input[type="email"],
.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper textarea {
    padding: 10px 12px;
}

/* Form label checkbox */
.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper #field_t4rh0_label {
    display: none;
}

.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper .frm_opt_container label {
    font-size: 18px;
}

.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper button {
    background-color: #022a57;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
}

.page-template-page-winter-services .winter-contact-form .winter-contact-form-wrapper button:hover {
    background-color: #B33141;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .page-template-page-winter-services .anchor-wrapper a {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .page-template-page-winter-services .anchor-wrapper a i {
        display: none;
    }
    
    .page-template-page-winter-services .bottom-container .even {
        flex-direction: column-reverse;
    }
}


/*-----------------------------------*\

    Bintelli Golf Carts

\*-----------------------------------*/
.page-template-template-bintelli .hero-wrapper .hero-logo-container img {
    max-width: 450px;
}

.page-template-template-bintelli .hero-image-alternate {
    position: relative;
    min-height: 915px;
}

.page-template-template-bintelli .hero-top {
    padding: 30px 0 60px;
}

.page-template-template-bintelli .hero-top .content-wrapper {
    max-width: 625px;
    padding: 40px 0;
}

.page-template-template-bintelli .hero-top h2 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-template-bintelli .hero-top h3 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 42px;
}

.page-template-template-bintelli .hero-top img {
    border-radius: 5px;
}

.page-template-template-bintelli .hero-top p,
.page-template-template-bintelli .hero-top ul li,
.page-template-template-bintelli .content-wrapper p,
.page-template-template-bintelli .content-wrapper ul li {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-template-bintelli .scout-boat-container .content-wrapper {
    max-width: 525px;
    padding: 40px 0;
}

.page-template-template-bintelli .scout-boat-container .content-wrapper h3 {
    font-size: 19px;
    color: #022a57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-template-bintelli .main-content {
    margin-top: 0px;
}

.page-template-template-bintelli .anchor-wrapper a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.page-template-template-bintelli .anchor-wrapper a:hover {
    margin-left: 5px;
    margin-right: 15px;
}

.page-template-template-bintelli .anchor-wrapper a i {
    margin-left: 15px;
    font-size: 16px;
}

.page-template-template-bintelli .storage-contact-form {
    background-color: #e0e0e094;
    padding: 80px 0;
}

.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px;
}

.page-template-template-bintelli .storage-contact-form h2 {
    text-align: center;
    color: #C21332;
    margin: 0 0 60px;
}

.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper .frm_primary_label {
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
}

.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper input[type="text"],
.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper input[type="tel"],
.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper input[type="email"],
.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper textarea {
    padding: 10px 12px;
}

/* Form label checkbox */
.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper #field_t4rh0_label {
    display: none;
}

.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper .frm_opt_container label {
    font-size: 18px;
}

.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper button {
    background-color: #022a57;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 20px;
    float: left;
}

.page-template-template-bintelli .storage-contact-form .storage-contact-form-wrapper button:hover {
    background-color: #B33141;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .page-template-template-bintelli .scout-boat-container.odd .content-wrapper {
        padding-left: 40px;
    }

    .page-template-template-bintelli .scout-boat-container.even .content-wrapper {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .page-template-template-bintelli .anchor-wrapper a {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .page-template-template-bintelli .anchor-wrapper a i {
        display: none;
    }
}

/*------------------------------------*\

    Marine Ossipee Template

\*------------------------------------*/

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper {
    margin: 80px 0;
}

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper .even {
    flex-direction: row-reverse;
}

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper h2 {
    color: #C21332;
    margin: 0;
    font-size: 35px;
}

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper h3 {
    font-size: 19px;
    color: #022A57;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper p {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper .anchor-wrapper {
    margin-top: 30px;
}

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper a {
    display: inline-block;
    background-color: #1c3766;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper a:hover {
    margin-left: 5px;
}

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper i {
    margin-left: 10px;
    font-size: 16px;
}

.page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper img {
    border-radius: 5px;
}

.page-template-template-marine-ossipee .wide-content-banner {
    /* background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    background-color: #022A57!important; */
    padding: 80px 0;
    position: relative;
}

/* .page-template-template-marine-ossipee .wide-content-banner::after {
    content: '';
    position: absolute;
    background: url('img/blue-gradient-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
} */

.page-template-template-marine-ossipee .wide-content-banner .bg-navy-blue-block {
    background-color: #1c3766;
    border-radius: 5px;
}

.page-template-template-marine-ossipee .wide-content-banner img {
    border-radius: 5px;
}

.page-template-template-marine-ossipee .wide-content-banner .content-wrapper {
    position: relative;
    z-index: 1;
    background-color: #1c3766;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    padding: 20px 30px;
}

.page-template-template-marine-ossipee .wide-content-banner h2 {
    color: #F0F0F0;
    font-size: 35px;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-template-marine-ossipee .wide-content-banner h3 {
    font-size: 19px;
    color: #fff;
    margin: 0;
    margin: 0 0 10px;
    font-weight: 700;
}

.page-template-template-marine-ossipee .wide-content-banner p {
    color: #fff;
    font-family: Helvetica;
    font-size: 16px;
}

.page-template-template-marine-ossipee .wide-content-banner .anchor-wrapper {
    margin-top: 30px;
}

.page-template-template-marine-ossipee .wide-content-banner .anchor-wrapper a {
    display: inline-block;
    background-color: #C21332;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: 500;
    transition: all .3s ease;
}

.page-template-template-marine-ossipee .wide-content-banner .anchor-wrapper a:hover {
    margin-left: 5px;
}

.page-template-template-marine-ossipee .wide-content-banner .anchor-wrapper a.tel-cta {
    background-color: transparent;
}

.page-template-template-marine-ossipee .wide-content-banner .anchor-wrapper a.tel-cta:hover {
    color: #C21332;
}

.page-template-template-marine-ossipee .wide-content-banner .anchor-wrapper a i {
    margin-left: 10px;
    font-size: 20px;
}

@media only screen and (min-width: 1024px) {
    .page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper .even .content-wrapper {
        padding-left: 40px;
    }
    
    .page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper .odd .content-wrapper {
        padding-right: 40px;
    }

    .page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper .even .image-wrapper {
        text-align: left;
    }

    .page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper .odd .image-wrapper {
        text-align: right;
    }
}

@media only screen and (min-width: 837px) {
    .page-template-template-marine-ossipee .wide-content-banner {
        /* background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: right!important;
        background-color: #022A57!important; */
        padding: 60px 0;
        position: relative;
    }
    
    /* .page-template-template-marine-ossipee .wide-content-banner::after {
        content: '';
        position: absolute;
        background: url('img/blue-gradient-extended.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
    } */
}

@media only screen and (max-width: 768px) {
    .page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper a {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .page-template-template-marine-ossipee .sales-contents .sales-contents-wrapper a i {
        display: none;
    }

    .page-template-template-marine-ossipee .wide-content-banner .anchor-wrapper a {
        padding: 12px 13px;
        font-size: 14px;
        margin-right: 0;
    }

    .page-template-template-marine-ossipee .wide-content-banner .anchor-wrapper a i {
        display: none;
    }
}

/*------------------------------------*\

    RESPONSIVE

\*------------------------------------*/

.mobile-descriptions {
    position: relative;
    clear: both;
    background-image: url("img/bg.png");
    padding-bottom: 20px;
    display: none;
}

@media only screen and (min-width: 350px) {
    .hero-content h1 {
        font-size: 3.2rem;
    }
}

@media only screen and (min-width: 400px) {
    .hero-content h1 {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 500px) {
    .hero-content h1 {
        font-size: 5rem;
    }
    .hero-content .button-link-alternate {
        font-size: 2.5rem;
        width: 350px;
        padding: 20px;
    }
}

@media only screen and (min-width: 601px) {
    .logged-in.admin-bar header {
        top: 30px;
    }
    section.mobile-marine-cta .buttons * {
        margin: 0 10px;
        display: inline-block;
    }
    section.mobile-marine-cta .buttons {
        justify-content: center;
        flex-direction: row;
    }
}

@media only screen and (max-height: 660px) {
    .main-logo {
        margin: 100px auto auto auto !important;
    }
    .main-logo h1 {
        font-size: 50px;
    }
    .main-logo svg {
        width: 40%;
        height: auto;
        min-height: 1px;
        margin: 0 auto 20px auto;
        display: block;
    }
}

@media only screen and (max-width: 350px) {
    .logo {
        width: calc(100% - 55px);
    }
    button#responsive-menu-button {
        top: 10px !important;
    }
}
@media only screen and (max-width: 425px) {
    .header-2024 .header-contact-info li:first-of-type {
        margin-left: 0 !important;
    }
    .header-2024 .header-contact-info li {
        font-size: 1.1rem !important;
        font-weight: 600;
    }
    .header-2024 .header-contact-info li:last-of-type {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 550px) {
    p.logo-title,
    .header-logos img.alt-site {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .boat-sales-title {
        width: 60%;
        float: left;
    }
    .boat-sales-desc {
        width: 35%;
        float: right;
    }
    .boat-column {
        width: 33.333%;
    }
    .related-boats .boat-column {
        width: 25%;
    }
}

@media only screen and (min-width: 769px) {
    .hero-content h1 {
        font-size: 7rem;
    }
    .specialize-in h2 {
        margin-top: 50px;
    }
    .specialize-in {
        margin: 50px 0;
    }
    .specialize-in .buttons {
        margin-top: -60px;
    }
    .explore .columns:nth-of-type(even) {
        flex-direction: row-reverse;
    }
    .explore .columns {
        margin: 50px 0;
    }
    .explore .columns .inner-content {
        padding-left: 35px;
    }
    .explore .columns:nth-of-type(even) .inner-content,
    .mid-section .inner-content {
        padding-left: 0;
        padding-right: 35px;
    }

    .page-template-template-marine-ossipee .columns.reversed {
        flex-flow: row-reverse;
    }

    .page-template-template-marine-ossipee .per-section-inner .section-cont {
        padding-left: 40px;
    }

    .page-template-template-marine-ossipee .per-section-inner.reversed .section-cont {
        padding-left: 0;
        padding-right: 40px;
    }

    .scout-boat-container{
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1000px) {
    .boat-search-column {
        width: calc(33.333% - 20px);
        border: 0;
        padding: 0;
        margin-bottom: 0;
        margin: 10px;
    }
    section.boat-search-bar .boat-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .pool-title-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .child-page-thumb,
    .hero-image,
    .interior-banner,
    .on-site-options {
        background-attachment: scroll;
    }
    /*.function-space, .planning-wedding, .rehearsal-dinner {

    height: 300px;

  }*/
    .hero-image {
        background-position: right center;
    }
    .broker-photo {
        width: 100%;
        float: none;
    }
    .broker-meet h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .menu-image {
        width: 48%;
        padding-bottom: 48%;
    }
    .columns-ossipee {
        display: block;
    }
    .columns-ossipee .column-ossipee {
        width: 100% !important;
    }
    .page-content-ossipee h2 {
        font-size: 3rem;
    }
    .page-content-ossipee .image-box {
        text-align: center;
    }
    .page-content-ossipee .logo-img {
        width: 100% !important;
        max-width: 300px !important;
    }
}

@media only screen and (max-width: 500px) {
    .main-logo {
        width: 95%;
    }
    .main-logo svg {
        width: 100%;
    }
    .main-logo h1 {
        line-height: 110%;
    }
    .hours-table tr,
    th,
    td {
        text-align: left;
    }
}

@media only screen and (max-width: 700px) {
    .stats li {
        width: 90% !important;
    }
    .half,
    .two-thirds,
    .third {
        width: 100%;
        float: none;
    }
    .mobile-descriptions {
        display: block;
    }
    .child-page-blurb,
    .function-space .child-page-blurb,
    .planning-wedding .child-page-blurb,
    .planning-wedding .child-page-blurb,
    .rehearsal-dinner .child-page-blurb {
        display: none;
    }
    #hour-tabs li {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    .left-ossipee-page,
    .right-ossipee-page {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .left-ossipee-page {
        /* margin-right: 5%;
        padding-right: 5%; */
        border-bottom: solid #dbe8ff 6px;
        border-right: 0px;
    }
}

@media only screen and (max-width: 900px) {
    .on-site-description .quote {
        margin-top: 0;
    }
}

@media only screen and (max-width: 850px) {
    .on-site-description .quote,
    .on-site-description .thumb,
    .on-site-description .weather-quote {
        display: block;
        width: 95% !important;
        font-size: 16px;
        margin: 0 auto;
        min-height: auto;
    }
    .on-site-description .thumb {
        height: 300px;
    }
    .awards {
        width: 50%;
        left: 25%;
    }
    .bridal-vendor-list .vendor-list li {
        display: block;
        width: 80%;
        white-space: normal;
        margin: 10px auto;
        text-align: center;
    }
    .two-thirds,
    .third {
        display: block !important;
        float: none;
        width: 90% !important;
        margin: 0 auto 20px auto !important;
        padding: 0 !important;
        border: 0 !important;
    }
    .testimonial .thumb,
    .home-text .thumb {
        display: none;
    }
    .testimonial .quote,
    .intro-text {
        width: 100%;
        margin: 0 auto;
    }
    .intro-text {
        padding: 5%;
    }
    .contact-form,
    .contact-info,
    .contact-form-container {
        display: block;
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    /*.main-logo {

        margin: 50vh auto 0 auto;

    }*/
    .main-logo {
        margin: 20vh auto 0 auto;
    }
    .page-template-page-bridal-show .main-logo {
        margin: 30vh auto 0 auto;
    }
    .sidebar,
    .main-blog {
        width: 100%;
        float: none;
        display: block;
    }
    .main-logo h1 {
        /*font-size: 60px;*/
        font-size: 45px;
    }
    hr.title {
        margin-top: 2%;
    }
    .menu-tile {
        float: none;
        /*width: 300px;

        height: 300px;*/
        width: 98% !important;
        /*margin: 0 auto !important;*/
        padding-bottom: 30% !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        background-position: center center;
        position: relative;
        /*margin: 20px*/
        margin: 1% auto;
    }
}

@media only screen and (min-width: 850px) {
    .hideme {
        opacity: 0;
    }
    .single-boat-half-right {
        width: 48%;
        float: right;
    }
    .single-boat-half-left {
        width: 48%;
        float: left;
    }
    .boat-stat p:first-of-type {
        float: left;
    }
    .boat-stat p:last-of-type {
        float: right;
    }
    .boat-stat {
        border-top: 1px solid;
        border-right: 1px solid;
        border-bottom: 0;
        margin: 0;
    }
    .boat-stat.border-bottom,
    .single-boat-half-right .boat-stat.border-bottom {
        border-bottom: 1px solid;
    }
    .single-boat-half-right .boat-stat {
        border-top: 1px solid;
        border-left: 1px solid;
        border-bottom: 0;
    }
    .boat-stat:last-of-type {
        border-bottom: 1px solid;
    }
}

@media only screen and (max-width: 1024px) {
    .wrapper h1 {
        font-size: 35px;
    }
    .menu-header {
        margin-top: 0px;
    }
    .stats svg {
        width: 100%;
        -webkit-filter: none;
    }
    div.menu-image:nth-of-type(3),
    div.menu-image:nth-of-type(2) {
        display: none;
    }
    .stats-number {
        margin-top: -30px;
    }
    .child-page-thumb,
    .hero-image,
    .interior-banner {
        background-attachment: scroll;
    }
    .hero-image {
        background-position: right center;
    }
    .venues .menu-tile-list {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .child-page-blurb,
    .function-space .child-page-blurb,
    .planning-wedding .child-page-blurb,
    .planning-wedding .child-page-blurb,
    .rehearsal-dinner .child-page-blurb {
        position: relative;
        width: 80%;
        background-image: url("img/bg.png");
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        margin: 20% auto;
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .child-page-blurb,
    .function-space .child-page-blurb,
    .planning-wedding .child-page-blurb,
    .planning-wedding .child-page-blurb,
    .rehearsal-dinner .child-page-blurb {
        width: 80%;
    }

    .gallery li {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .stat-number {
        font-size: 45px;
    }
    .footer .address {
        font-size: 14px;
    }
    .function-space,
    .planning-wedding,
    .planning-wedding,
    .rehearsal-dinner {
        position: relative;
        margin: 0;
    }
    .child-page-thumb {
        padding-top: 1px;
        overflow: auto;
    }
    .stats li {
        width: 40%;
    }
}

@media only screen and (min-width: 700px) {
    .phone-break {
        display: none;
    }
}

@media only screen and (max-width: 1050px) {
    .main-page-logo {
        width: 50%;
        text-align: center;
        border-left: none;
    }
    .main-page-logo img {
        text-align: center;
    }
    .footer-menu {
        width: 50%;
        text-align: center;
    }
    .footer .address {
        width: 100%;
        text-align: center;
        border-top: 1px solid #dbe8ff;
        padding: 20px 5px;
    }
    /*

    .footer-social {

        border-top: none;

*/
}

@media only screen and (min-width: 1028px) {
    .home header .logo {
        /*width: 250px*/
        width: 115px;
    }
}

@media only screen and (min-width: 1145px) {
    .footer .top-cont {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1340px) {
    .nav ul > li a {
        padding: 0px 15px;
    }
}
@media only screen and (min-width: 1370px) {
    #ossipee-banner.sticky .nav ul > li a {
        font-size: 16px;
        padding: 0px 24px;
    }
}
@media only screen and (min-width: 1024px) {
    .home header .logo {
        opacity: 0;
        transition: 1s all;
    }
    .home header {
        /*background-color: rgba(109, 165, 187, .4);*/
        background-color: rgba(109, 165, 187, 0);
    }
    .desktop {
        display: block;
    }
    .tablet {
        display: none;
    }

    .bottom-content .right-cont {
        padding-left: 20px;
    }

    .reversed-row-tablet {
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 1220px) {
    .nav {
        /*font-size: 11px;*/
        font-size: 11px;
    }
}

@media only screen and (max-width: 1150px) {
    .testimonial blockquote {
        font-size: 16px;
        line-height: 200%;
    }
    .testimonial h4 {
        font-size: 50px;
        margin: 5% 0;
        line-height: 100%;
    }
    .testimonial .quote p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1000px) {
    .nav ul > li a {
        padding: 0px 10px !important;
    }
    .nav ul > li > ul.sub-menu {
        width: 180px !important;
    }
    .logo {
        width: 100px !important;
    }
    .menu-tile,
    .page-template-page-venues .menu-tile {
        float: left;
        /*width: 300px;

        height: 300px;*/
        width: 48%;
        padding-bottom: 48%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        transition: background-size 1s ease-in;
        -moz-transition: background-size 1s ease-in;
        -ms-transition: background-size 1s ease-in;
        -o-transition: background-size 1s ease-in;
        -webkit-transition: background-size 1s ease-in;
        display: block;
        background-position: center center;
        position: relative;
        /*margin: 20px*/
        margin: 1%;
    }
    .venues-main {
        top: auto;
    }
}

@media only screen and (max-width: 1180px) {
    .nav ul > li a {
        padding: 0px 10px;
    }
    .nav ul > li > ul.sub-menu {
        width: 180px;
    }
    .logo {
        /*width: 250px;*/
        width: 115px;
    }
    .intro .third,
    .intro .two-thirds {
        padding: 20px;
    }
}

@media only screen and (max-width: 2020px) {
    /* .hero-image-alternate {
        background-position: center -30rem;  
    } */
}

@media only screen and (min-width: 1350px) {
    .child-page-blurb {
        width: 30%;
    }
}

@media only screen and (min-width: 1450px) {
    .main-logo {
        position: relative;
        /* top: 40%; */
        display: block;
        margin: 5% auto 10% auto;
        width: 60%;
    }
    .interior-banner {
        min-height: 600px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\

    MISC

\*------------------------------------*/

::selection {
    background: #1c3766;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #1c3766;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1c3766;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\

    WORDPRESS CORE

\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\

    PRINT

\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.hidden {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.hidden:active,
a.hidden:focus,
a.hidden:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 99999999999;
    background-color: #fff;
    border: solid 1px #6da5bb;
    padding: 5px;
}

@media only screen and (max-width: 1025px) {
    #responsive-menu-pro-container #responsive-menu-pro-title {
        padding-bottom: 10px !important;
        margin-bottom: 30px;
    }
}
