@charset "UTF-8";
/*
Theme Name: Festival of Sails
Description:  Festival of Sails WordPress theme
Author: Residency Studios
Author URI: https://residencystudios.com
Version: 1.0.1
Tags:
*/
html, body {
  font-family: "apercuregular";
}

@font-face {
  font-family: "apercuitalic";
  src: url("fonts/apercu_italic-webfont.woff2") format("woff2"), url("fonts/apercu_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apercuregular";
  src: url("fonts/apercu_regular-webfont.woff2") format("woff2"), url("fonts/apercu_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apercumedium";
  src: url("fonts/apercu_medium-webfont.woff2") format("woff2"), url("fonts/apercu_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apercublack";
  src: url("fonts/apercu-black-pro-webfont.woff2") format("woff2"), url("fonts/apercu-black-pro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h4 {
  font-family: "apercublack";
  text-transform: uppercase;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

h1, .h1 {
  font-size: 44px;
  font-style: normal;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}

.h0 {
  font-size: 44px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .h0 {
    font-size: 44px;
  }
}

h2, .h2 {
  font-size: 44px;
  font-style: normal;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
h6 span {
  font-size: 13px;
  letter-spacing: -0.101px;
  text-transform: uppercase;
}

.learn-more {
  color: #E53847;
  font-weight: 400;
  display: inline-block;
}
.learn-more:after {
  content: "→";
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  margin: -1px 0px 0px 5px;
  float: right;
  transition: all 0.4s ease-in-out;
}
.learn-more:hover {
  color: #E53847;
}
.learn-more:hover:after {
  margin-left: 10px;
}

.text-link {
  color: #00405E;
  border-bottom: 2px solid #00405E;
}
.text-link:hover {
  color: #00405E;
  border-bottom: 2px solid transparent;
}

.quote h5 {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .quote h5 {
    font-size: 30px;
  }
}

p, li, input, td, nav, select, table, textarea, label, input, .gform_confirmation_message {
  font-weight: 200;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
p b, p .bold, p strong, li b, li .bold, li strong, input b, input .bold, input strong, td b, td .bold, td strong, nav b, nav .bold, nav strong, select b, select .bold, select strong, table b, table .bold, table strong, textarea b, textarea .bold, textarea strong, label b, label .bold, label strong, input b, input .bold, input strong, .gform_confirmation_message b, .gform_confirmation_message .bold, .gform_confirmation_message strong {
  font-weight: 200;
}

.gform-theme--framework .gform_validation_errors,
.gform_validation_errors {
  border-radius: 0px !important;
  box-shadow: none !important;
  background: transparent !important;
}
.gform-theme--framework .gform_validation_errors, .gform-theme--framework .gform_validation_errors li, .gform-theme--framework .gform_validation_errors a, .gform-theme--framework .gform_validation_errors h2, .gform-theme--framework .gform_validation_errors .gform_submission_error,
.gform_validation_errors,
.gform_validation_errors li,
.gform_validation_errors a,
.gform_validation_errors h2,
.gform_validation_errors .gform_submission_error {
  text-decoration: none !important;
}
.gform-theme--framework .gform_validation_errors h2,
.gform_validation_errors h2 {
  padding: 4px 0px;
}

blockquote p {
  font-size: 32px;
  line-height: 1.4;
}

.text-larger p {
  font-size: 20px;
  line-height: 1.2;
}

a {
  transition: all 0.4s ease-in-out;
}

ul li {
  list-style: none;
}

#page-content ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
#page-content ul li {
  list-style: outside;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}
ol li {
  padding-left: 10px;
  padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 10px;
}

p {
  margin: 0px 0px 15px;
}
p a {
  color: #00405E;
  border-bottom: 1px solid;
}
p a:hover {
  color: #B3DBF4;
  border-color: #B3DBF4;
}

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

a.text-link {
  font-size: 16px;
  border-bottom: 1px solid #00405E;
}
a.text-link:hover {
  border-bottom: 1px solid transparent;
}

a.img {
  display: block;
}

body {
  background: #FDFCF8;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  color: #00405E;
}
body.active {
  overflow: hidden !important;
}
body.active .menu-button {
  transform: rotate(45deg);
}

.hidden_label label {
  display: none;
}

fieldset {
  border: 0px none;
}

@media (min-width: 768px) {
  .vertical-middle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
}

*, html, body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
}

html, body {
  color: #00405E;
}

body {
  overflow-x: hidden;
}

.vc_row.vc_row-o-full-height {
  overflow: visible !important;
}

.sticky {
  position: sticky !important;
  top: 0px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  opacity: 1;
}

img[data-src] {
  opacity: 0;
}

img.lazyloaded, .loaded img {
  opacity: 1;
}

.container {
  padding: 0 40px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.container.container-narrow {
  padding: 0 100px;
}
@media (max-width: 767px) {
  .container.container-narrow {
    padding: 0 20px;
  }
}
@media (min-width: 1401px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1601px) {
  .container {
    max-width: 1600px;
  }
}

.row {
  margin: 0 -15px;
}

.btn, .woocommerce button.button {
  background: #E53847;
  color: #fff;
  border: 2px solid #E53847;
  display: inline-block;
  padding: 15px 25px;
  transition: all 0.4s ease-in-out;
  outline: none !important;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  max-width: 100%;
  border-radius: 35px;
  text-align: center;
}
.btn:hover, .woocommerce button.button:hover {
  background-color: transparent;
  border-color: #E53847;
  color: #E53847;
}
.btn.single_add_to_cart_button, .btn-book, .woocommerce button.button.single_add_to_cart_button, .woocommerce button.button-book {
  background: #00405E;
  border: 1px solid #00405E;
  color: #fff;
}
.btn.single_add_to_cart_button:hover, .btn-book:hover, .woocommerce button.button.single_add_to_cart_button:hover, .woocommerce button.button-book:hover {
  background: #fff;
  border: 1px solid #00405E;
  color: #00405E;
}
.btn-white, .woocommerce button.button-white {
  background: #fff;
  border: 1px solid #fff;
  color: #00405E;
}
.btn-white:hover, .woocommerce button.button-white:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-stroke-white, .woocommerce button.button-stroke-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-stroke-white:hover, .woocommerce button.button-stroke-white:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #B3DBF4;
}

p .btn {
  margin: 0 10px 10px 0px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(177, 165, 105, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(177, 165, 105, 0);
  }
}
.page p .button {
  margin: 15px 10px 0px 0px;
}

.woocommerce button.button, .woocommerce a.button, .woocommerce .button {
  color: #00405E;
  border-color: #00405E;
  background-color: transparent;
}
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce .button.alt {
  background-color: #00405E;
  color: #00405E;
  font-size: 12px;
}
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce .button.alt:hover {
  border-color: #00405E;
  background: #00405E;
  color: #00405E;
}

.clearfix {
  width: 100%;
  clear: both;
  float: left;
  box-sizing: border-box;
}
.clearfix.padding-150 {
  padding: 75px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-150 {
    padding: 40px 0px 35px;
  }
}
.clearfix.padding-100 {
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-100 {
    padding: 25px 0px;
  }
}
.clearfix.padding-50 {
  padding: 25px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-50 {
    padding: 15px 0px 10px;
  }
}
@media (max-width: 767px) {
  .clearfix.mobile-padding-0 {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .clearfix.mobile-padding-25 {
    padding: 15px 0px 10px;
  }
}

.col-lg-12 {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.col-lg-10 {
  width: 83.33333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-9 {
  width: 75%;
  float: left;
  box-sizing: border-box;
}

.col-lg-8 {
  width: 66.667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-7 {
  width: 58.3333333333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-6 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.col-lg-5 {
  width: 41.6666666667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-4 {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-3 {
  width: 25%;
  float: left;
  box-sizing: border-box;
}

.col-lg-two-fifths {
  width: 40%;
  float: left;
  box-sizing: border-box;
}

.col-lg-fifth {
  width: 20%;
  float: left;
  box-sizing: border-box;
}

.col-lg-eigth {
  width: 12.5%;
  float: left;
  box-sizing: border-box;
}

.col-lg-ninth {
  width: 11.11%;
  float: left;
  box-sizing: border-box;
}

.col-lg-tenth {
  width: 10%;
  float: left;
  box-sizing: border-box;
}

.col-lg-2 {
  width: 16.66667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-1 {
  width: 8.333%;
  float: left;
  box-sizing: border-box;
}

.row .col-lg-12, .row .col-lg-11, .row .col-lg-10, .row .col-lg-9, .row .col-lg-8, .row .col-lg-7, .row .col-lg-6, .row .col-lg-5, .row .col-lg-4, .row .col-lg-3, .row .col-lg-two-fifths, .row .col-lg-fifth, .row .col-lg-2, .row .col-lg-1 {
  padding: 0 15px;
}

.hidden_label legend {
  display: none !important;
}

.ginput_container_checkbox .gfield-choice-input {
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #00405E !important;
  background: transparent;
  -webkit-appearance: none !important;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
}
.ginput_container_checkbox .gfield-choice-input:before {
  content: "✕";
  opacity: 0;
  left: 5px;
  top: 1px;
  width: 100%;
  height: 100%;
  color: #00405E;
  position: absolute;
}
.ginput_container_checkbox .gfield-choice-input:checked::before {
  opacity: 1;
}

input {
  border-radius: 0px;
  -webkit-appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: auto;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea, select, .checkmark {
  background: #F9FAFB;
  border: 1px solid #7F7E7E;
  color: #00405E;
  line-height: 20px;
  font-size: 14px;
  padding: 13px 13px;
  -webkit-appearance: none;
  outline: none !important;
  border-radius: 3px;
  box-sizing: border-box;
  font-weight: 600;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, textarea::placeholder, select::placeholder, .checkmark::placeholder {
  color: #00405E;
  font-size: 14px;
}

body .gform-theme--framework form .gfield input, body .gform-theme--framework form .gfield textarea {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
}

.ui-datepicker {
  background: #fff;
  padding: 20px;
}
.ui-datepicker select {
  border-color: #00405E;
  color: #00405E;
}

select.large {
  line-height: 28px;
  font-size: 16px;
  padding: 5px 0px;
  color: #00405E;
  border: 0px none;
  background: transparent;
  border-bottom: 1px solid #00405E;
}

.ginput_container_fileupload {
  border-bottom: 1px solid #00405E !important;
}
.ginput_container_fileupload input {
  font-size: 12px;
}

.gfield--type-honeypot,
.validation_message {
  display: none !important;
}

.gfield_error input, .gfield_error, .gfield_error ::placeholder {
  color: #00405E !important;
  border-color: #00405E !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 50px !important;
}

.container .gform_wrapper.gravity-theme .gfield_description {
  color: #00405E;
  letter-spacing: 0.024em;
}
.container .gform_wrapper.gravity-theme .gfield--type-html p {
  font-size: 14px;
  margin: 0px;
}
.container .gform_wrapper.gravity-theme .name .gfield_label {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #00405E;
  margin-bottom: 20px;
}
.container .gform_wrapper.gravity-theme .gfield_required {
  color: #00405E !important;
}
.container .gform_wrapper.gravity-theme p.gform_required_legend {
  display: none !important;
}
.container .gform_wrapper.gravity-theme .charleft.ginput_counter.gfield_description {
  display: none;
}
.container .gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #00405E;
}
.container .gform_wrapper.gravity-theme .gform_fields input.large {
  padding: 0;
}
.container .gform_wrapper.gravity-theme .gform_fields .name_first input, .container .gform_wrapper.gravity-theme .gform_fields .name_last input {
  padding: 0;
}
.container .gform_wrapper.gravity-theme .half {
  width: 48%;
  float: left;
  clear: none;
  margin-bottom: 30px;
  display: block;
}
.container .gform_wrapper.gravity-theme .half:nth-child(2), .container .gform_wrapper.gravity-theme .half:nth-child(4) {
  float: right;
}
.container .gform_wrapper.gravity-theme .half .gfield_label {
  font-size: 12px;
  line-height: 22px !important;
  font-weight: 400;
  margin-bottom: 10px;
}
.container .gform_wrapper.gravity-theme .gform_footer {
  float: left;
  width: 20%;
  margin-top: 0px;
  padding: 0px !important;
  margin: 0px !important;
  position: relative;
}
.container .gform_wrapper.gravity-theme .gform_button {
  display: block;
  width: 100%;
  padding: 0px;
  background: transparent;
  border: 1px solid;
  color: #00405E;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  letter-spacing: 0.038em;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.container .gform_wrapper.gravity-theme .gform_button:hover {
  border: 1px solid #00405E;
  background: #00405E;
  color: #fff;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  #site-wide {
    display: none;
  }
  .col-sm-12 {
    width: 100%;
    float: left;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-sm-4 {
    width: 33.33%;
    float: left;
  }
  .col-sm-fifth {
    width: 20%;
    float: left;
  }
  .container {
    padding: 0 15px;
  }
  .reorder {
    display: table;
  }
  .reorder .col-sm-12 {
    float: none;
    display: table-footer-group;
  }
  .reorder .col-sm-12.last {
    display: table-header-group;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#site-header {
  position: fixed;
  background: transparent;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  float: left;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0px;
}
#site-header .container {
  position: relative;
}
#site-header.nav-up {
  top: 0px;
  padding: 10px 0px 10px;
}
#site-header.nav-down {
  position: fixed;
  top: 0px;
  padding: 10px 0px;
}
#site-header #main-menu {
  display: inline-block;
  top: 58px;
  z-index: 1;
  left: 0;
  background: #DDEEFF;
  padding: 10px;
  border-radius: 50px;
  margin-left: -200px;
}
#site-header #main-menu li a {
  font-family: "apercumedium";
}
#site-header #main-menu > li {
  display: inline-block;
  margin: 0px;
}
#site-header #main-menu > li > a {
  border: 0px none;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 50px;
  color: #00405E;
}
#site-header #main-menu > li > a:hover {
  background: #B3DBF4;
}
#site-header #main-menu > li:last-child > a {
  background: #fff;
  color: #00405E;
  border: 1px solid #fff;
}
#site-header #main-menu > li:last-child > a:hover {
  background: transparent;
  color: #00405E;
  border-color: #00405E;
}
#site-header #main-menu > li.current_page_item > a {
  background: #B3DBF4;
}
#site-header #main-menu > li ul.sub-menu {
  padding: 130px 50px 30px;
  position: absolute;
  width: 100%;
  border-radius: 0 0 50px 50px;
  background: #B3DBF4;
  top: -20px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #site-header #main-menu > li ul.sub-menu {
    display: none;
  }
}
#site-header #main-menu > li ul.sub-menu li {
  display: inline-block;
  width: 20%;
  float: left;
  text-align: left;
  margin: 0px 5% 20px 0px;
}
#site-header #main-menu > li ul.sub-menu li:nth-child(5) {
  clear: both;
}
@media (max-width: 767px) {
  #site-header #main-menu > li ul.sub-menu li {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}
#site-header #main-menu > li ul.sub-menu li.btn-enter {
  clear: both;
}
#site-header #main-menu > li ul.sub-menu li.btn-enter a {
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 50px;
  background: #fff;
  color: #00405E;
  border: 1px solid #fff;
}
#site-header #main-menu > li ul.sub-menu li.btn-enter a:hover {
  background: transparent;
  color: #00405E;
  border-color: #00405E;
}
#site-header #main-menu > li ul.sub-menu li.btn-enter a span {
  display: none;
}
#site-header #main-menu > li ul.sub-menu li a {
  font-size: 18px;
  display: inline-block;
  color: #00405E;
}
#site-header #main-menu > li ul.sub-menu li a:hover {
  color: #fff;
}
#site-header #main-menu > li ul.sub-menu li a span {
  font-size: 12px;
  margin: 0px 0px 10px;
  clear: both;
  display: block;
  font-family: "apercuregular";
}
#site-header #main-menu > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
#site-header a.logo {
  display: block;
  border-bottom: 0px none;
  float: left;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  padding: 6px 0px;
  z-index: 3;
  position: relative;
}
#site-header a.logo:after {
  display: none;
}
#site-header a.logo img {
  display: block;
  width: auto;
  height: 40px;
}
#site-header #menu-button {
  display: block;
  position: absolute;
  width: 24px;
  transition: all 0.4s ease-in-out;
  display: block;
  left: 60px;
  top: 45px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  cursor: pointer;
}
#site-header #menu-button:hover span {
  background: #00405E;
}
#site-header #menu-button span {
  width: 100%;
  height: 3px;
  background: #00405E;
  display: block;
  margin: 4px 0px 3px;
  transition: all 0.4s ease-in-out;
}
#site-header #menu-button span:first-child {
  margin-top: -8px;
}
#site-header #menu-button span:last-child {
  margin-top: 4px;
}
#site-header .btn-book {
  float: right;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  #site-header .btn-book {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
#site-header.active #menu-button {
  transform: rotate(0deg);
  top: 40px;
}
#site-header.active #menu-button span {
  display: none;
  margin: 0px 0px 5px;
  background: #00405E;
}
#site-header.active #menu-button span:first-child, #site-header.active #menu-button span:last-child {
  display: block;
}
#site-header.active #menu-button span:first-child {
  transform: rotate(45deg);
  margin-top: 5px;
}
#site-header.active #menu-button span:last-child {
  transform: rotate(-45deg);
  margin-top: -8px;
}

#page-content {
  margin-bottom: 100px;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  #page-content {
    margin-bottom: 80px;
  }
}

.single-post #page-content {
  margin-bottom: 200px;
}

#announcement-bar {
  background: #B3DBF4;
  text-align: center;
  padding: 18px 0px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #announcement-bar {
    padding: 8px;
  }
}
#announcement-bar p {
  color: #fff;
  line-height: 36px;
  margin: 0px;
  font-size: 18px;
}
@media (max-width: 767px) {
  #announcement-bar p {
    line-height: 20px;
    font-size: 14px;
  }
}
#announcement-bar p a.btn {
  margin-left: 20px;
}
@media (max-width: 767px) {
  #announcement-bar p a.btn {
    display: none;
  }
}

.page-images {
  position: relative;
}
.page-images .main-image {
  width: 80%;
  float: left;
}
.page-images .over-image {
  position: absolute;
  width: 40%;
  right: 5%;
  top: 80%;
}

#menu {
  position: fixed;
  top: 0px;
  z-index: 98;
  transition: all 0.4s ease-in-out;
}
#menu:before {
  content: " ";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 97;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
#menu.active {
  top: 0px;
  overflow: scroll;
}
#menu.active:before {
  visibility: visible;
  opacity: 1;
}

#wrapper {
  clear: both;
  width: 100%;
  float: left;
}

#home-header {
  background: #B3DBF4;
  padding: 200px 0px 50px;
}
@media (max-width: 767px) {
  #home-header {
    padding-top: 80px;
  }
}
#home-header .boat-wrapper img {
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  #home-header .boat-wrapper img {
    margin-bottom: -40px;
  }
}

#page-header {
  background: #B3DBF4;
  padding: 104px 0px 0px;
}
@media (max-width: 767px) {
  #page-header {
    padding-top: 60px;
  }
}

#page-intro {
  background: #FDFCF8;
  position: relative;
  padding-top: 80px;
  clear: both;
}

.header-img img {
  border-radius: 20px;
  width: 70%;
  position: relative;
  margin: 0 auto -50px;
  z-index: 2;
}
@media (max-width: 767px) {
  .header-img img {
    width: 90%;
  }
}

#home-main {
  padding-bottom: 50px;
}
#home-main img, #home-main .video-wrapper {
  margin-top: -50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  border-radius: 20px;
}
#home-main .col-lg-12 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home h3 {
  color: #00405E;
}

.border {
  width: 100%;
  max-width: none;
}

#home-main h3 {
  margin: 30px 0px;
}

#home-image {
  background: #B3DBF4;
  padding: 20px 0px 150px;
}
#home-image img {
  border-radius: 15px;
  box-sizing: border-box;
}

#home-experience, #home-sponsors, #home-partners {
  background: #B3DBF4;
  padding: 50px 0px 0px;
  text-align: center;
}
#home-experience .logo-item, #home-sponsors .logo-item, #home-partners .logo-item {
  padding: 10px 30px 30px 30px;
}
@media (max-width: 767px) {
  #home-experience .logo-item, #home-sponsors .logo-item, #home-partners .logo-item {
    padding: 10px;
  }
}
#home-experience .vertical-middle, #home-sponsors .vertical-middle, #home-partners .vertical-middle {
  justify-content: center;
}

#home-partners {
  padding: 0px 0px 80px;
}
#home-partners h2 {
  margin-bottom: 30px;
}
#home-partners .logo-item {
  padding: 0px;
}
@media (max-width: 767px) {
  #home-partners .logo-item {
    padding: 0px;
  }
}

#home-experience {
  padding: 0px 0px 50px;
}

#getting-started {
  text-align: center;
  width: 800px;
  max-width: 100%;
  display: inline-block;
  margin: 10px auto 30px;
}
#getting-started span.time {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
  font-size: 100px;
  line-height: 1;
}
@media (max-width: 767px) {
  #getting-started span.time {
    font-size: 60px;
  }
}
#getting-started span.time span {
  clear: both;
  width: 100%;
  float: left;
}
#getting-started span.time .desc {
  font-family: "apercublack";
  font-size: 14px;
  text-transform: uppercase;
}

.link-item img {
  border-radius: 15px;
  box-sizing: border-box;
}
.link-item a {
  border: 10px solid #E53847;
  display: block;
  border-radius: 25px;
}
.link-item a:hover {
  border-color: #B3DBF4;
}
.link-item a.learn-more {
  font-size: 22px;
  margin: 15px 0px 0px 10px;
  display: inline-block;
  border: 0 none;
}
.link-item .learn-more:after {
  font-size: 40px;
}

#home-links {
  padding: 100px 0px;
}

.ex-posts {
  clear: both;
  margin-top: 50px;
  float: left;
  width: 100%;
}
.ex-posts .row {
  display: flex;
  flex-wrap: wrap;
}
.ex-posts .row > .col-lg-4 {
  margin-bottom: 30px;
  display: flex;
}
.ex-posts .card {
  background: #DDEEFF;
  padding: 10px;
  border-radius: 25px;
  transition: all 0.4s ease-in-out;
}
.ex-posts .card:hover {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.ex-posts .card img {
  border-radius: 25px;
}
.ex-posts .card .inner {
  padding: 20px 20px 10px 20px;
}

#popup {
  width: 100%;
  height: auto;
  margin-top: 0px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
#popup #wrapper {
  padding-top: 30px !important;
}

.popup-active:before {
  content: " ";
  position: fixed;
  z-index: 999;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
}
.popup-active #popup {
  opacity: 1;
  visibility: hidden;
}

.breadcrumb {
  margin-bottom: 40px;
}
.breadcrumb, .breadcrumb a {
  color: #00405E;
}
@media (max-width: 767px) {
  .breadcrumb, .breadcrumb a {
    color: #00405E;
  }
}

.header-top {
  width: 100%;
  position: relative;
  margin: 0px;
}
.header-top .header-video {
  position: relative;
  width: 100%;
  padding-bottom: 46.25%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header-top .header-video {
    padding-bottom: 56.25%;
  }
}
.header-top .header-video iframe {
  position: absolute;
  width: 100%;
  height: 130%;
  top: -20%;
  left: 0px;
}
@media (max-width: 767px) {
  .header-top .header-video iframe {
    height: 100%;
    top: 0px;
  }
}
.header-top > img {
  width: 100% !important;
}
.header-top:after {
  content: " ";
  height: 30%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 14.16%, rgba(255, 255, 255, 0) 80.7%);
  width: 100%;
  left: 0px;
}
@media (max-width: 767px) {
  .header-top:after {
    display: none;
  }
}
.header-top .header-bottom {
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .header-top .header-bottom {
    position: absolute;
    bottom: 0px;
  }
}
.header-top .header-bottom .container .negative {
  margin: 0 -40px;
}
@media (max-width: 767px) {
  .header-top .header-bottom .container .negative {
    margin: 0px;
  }
}
.header-top .header-bottom .container .inner {
  width: 100%;
  float: left;
  padding: 40px 60px 60px;
  border-radius: 48px 48px 0px 0px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .header-top .header-bottom .container .inner {
    padding: 20px;
  }
}
.header-top .header-bottom .h1 span {
  font-size: 16px;
  text-transform: uppercase;
}

#pdp-gallery .container,
#pdp-details .container,
#pdp-extra .container,
#pdp-bolt-ons .container {
  padding: 0 60px;
}
@media (max-width: 767px) {
  #pdp-gallery .container,
  #pdp-details .container,
  #pdp-extra .container,
  #pdp-bolt-ons .container {
    padding: 0 15px;
  }
}

.pum .wpb_video_widget {
  margin-bottom: -1px;
  margin-right: -1px;
  position: relative;
  overflow: hidden;
}

.slick-slider {
  overflow: hidden;
}

.post {
  float: left;
  width: 100%;
  padding: 0 100px 100px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .post {
    padding: 0px 20px;
  }
}
.post .container {
  padding: 0 200px;
  box-sizing: border-box;
}
.post .container:after {
  content: " ";
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #00405E;
}
.post:last-child {
  padding-bottom: 0px;
}
.post:last-child .container {
  display: none;
}
.post h4, .post img {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .post h4, .post img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.post .posttitle {
  text-align: center;
}
.post p {
  font-size: 18px;
  margin-bottom: 100px;
}

.slick ul {
  padding: 0px;
}
@media (max-width: 767px) {
  .slick ul {
    padding-bottom: 20px;
  }
}
.slick ul .slick-list {
  padding: 0px !important;
}
.slick ul li {
  margin: 0px 20px;
}
@media (max-width: 767px) {
  .slick ul li {
    margin: 0 10px;
  }
}
.slick ul li img {
  height: 500px;
  width: auto;
  float: left;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .slick ul li img {
    height: 220px;
  }
}
.slick ul button.slick-arrow {
  position: absolute;
  bottom: 0px;
  right: 40px;
  background: url("img/icon-arrow.png") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  border: 0px none;
  text-indent: -99999px;
  cursor: pointer;
}
.slick ul button.slick-arrow.slick-prev {
  margin-right: 20px;
  transform: rotate(180deg);
  z-index: 9;
}

.slick-initialized .slick-slide {
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
}
.slick-initialized .slick-slide.slick-current {
  opacity: 1;
}

.slick-dots {
  margin: 20px 0px;
  padding: 0;
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #00405E;
  border: 0px none;
  transition: all 0.4s ease-in-out;
  text-indent: -9999px;
  opacity: 0.25;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

#home-whatson {
  padding-top: 50px;
}
#home-whatson .h0 {
  margin-bottom: 30px;
}

#instagram {
  padding: 100px 0px 100px;
}
#instagram .container {
  position: relative;
}
#instagram h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #instagram .sbi_type_image {
    min-width: 50%;
  }
}
#instagram .row {
  margin: 0 -8px;
}
#instagram .row > div {
  padding: 0 8px;
}

.footer-icons {
  float: right;
  text-align: left;
  width: auto;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  .footer-icons {
    width: 100%;
    text-align: center;
  }
}
.footer-icons li {
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .footer-icons li {
    margin: 0 5px;
  }
}
.footer-icons li a {
  background: url("img/icons/icon-socials.png") 0px bottom no-repeat;
  background-size: auto 66px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-indent: -999999px;
  position: relative;
  font-size: 0px;
  transition: opacity 0.3s ease-in-out;
  float: none;
}
.footer-icons li a#link-facebook {
  background-position: -43px bottom;
}
.footer-icons li a#link-linkedin {
  background-position: -129px bottom;
}
.footer-icons li a#link-youtube {
  background-position: -85px bottom;
}
.footer-icons li a#link-vimeo {
  background-position: -170px bottom;
}
.footer-icons li a#link-tiktok {
  background-position: right bottom;
}
.footer-icons li a:hover {
  opacity: 0.5;
}

#footer {
  background: #B3DBF4;
  margin: 0;
  padding: 0px 0px 30px;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
#footer * {
  color: #00405E;
}
#footer .container > p {
  margin: 0px 0px 100px;
}
#footer p a {
  border-bottom: 1px solid transparent;
}
#footer p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #00405E;
}
#footer .widget {
  margin-bottom: 20px;
}
#footer .widget:last-child {
  float: right;
}
#footer .widget img {
  float: left;
  width: 205px;
  margin: 0px;
}
#footer .widget p, #footer .widget li {
  font-size: 12px;
}
#footer .widget .widget-title {
  font-weight: 700;
}
#footer .widget a {
  border-bottom: 1px solid transparent;
}
#footer .widget a:hover {
  text-decoration: none;
  border-bottom: 1px solid #00405E;
}
#footer .widget form {
  opacity: 0;
}
@media (max-width: 767px) {
  #footer .widget form {
    display: none;
  }
}
#footer .widget-title {
  margin-bottom: 5px;
}
#footer li {
  margin-bottom: 0px;
}
#footer .footer-bottom {
  clear: both;
  padding-top: 60px;
}
#footer .footer-bottom .container:before {
  content: "";
  border-top: 1px solid #00405E;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #footer .footer-bottom {
    padding-top: 20px;
  }
}
#footer .footer-bottom .widget {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .footer-bottom .widget:first-child {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #footer .footer-bottom .widget:last-child {
    text-align: right;
  }
}
#footer .footer-bottom .widget p {
  font-size: 10px;
}

#site-header #menu .mobile-menu {
  display: none;
}

.mobile-only {
  display: none;
}

@media (min-width: 768px) {
  .row .copy-side {
    padding: 0 80px;
  }
}

body:before {
  content: " ";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
body.pop-open:before {
  opacity: 1;
  visibility: visible;
}

.pop-up {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 530px;
  padding: 30px;
  box-sizing: border-box;
  max-width: 90%;
  border-radius: 25px;
  background: #F2F9FF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 999999;
}
@media (max-width: 767px) {
  .pop-up {
    padding: 20px;
  }
}
.pop-up img {
  position: relative;
  border-radius: 15px;
}
.pop-up img, .pop-up h4 {
  margin-bottom: 15px;
}
.pop-up p:last-child {
  margin-bottom: 0px;
}
.pop-up .pop-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  font-size: 20px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 26px;
  text-align: center;
  color: #00405E;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.pop-up.active {
  opacity: 1;
  visibility: visible;
}

.table_responsive {
  clear: both;
  float: left;
  width: 100%;
  margin: 100px 0px 0px;
}

table.regatta_tbl {
  border-spacing: 10px;
  border: none;
  width: 100%;
}
table.regatta_tbl th {
  background: #B3DBF4;
  border: none;
  border-radius: 30px;
  padding: 10px 15px;
  text-align: center;
  color: #00405E;
  font-weight: 500;
}
table.regatta_tbl td {
  border: none;
  background: #DDEEFF;
  border-radius: 30px;
  padding: 10px 15px;
  text-align: center;
}
table.regatta_tbl tbody tr:first-child > th {
  background: #00405E;
  color: #fff;
}

.page-copy-longer {
  margin-bottom: 200px;
}

.page-template-template-program #page-content {
  text-align: center;
  padding: 40px 0px 0px;
  margin-bottom: 40px;
}
.page-template-template-program #page-content h1 {
  margin: 20px 0px 60px;
}
.page-template-template-program #page-content img {
  box-sizing: border-box;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin: 5%;
  width: 90%;
}
@media (max-width: 767px) {
  .page-template-template-program #page-content img {
    padding: 0px;
    margin: 0px 0px 10px;
    width: 100%;
  }
}

.spons-row {
  float: left;
  clear: both;
  padding: 50px 0px;
  width: 100%;
}

@media (max-width: 767px) {
  .table_responsive {
    overflow-x: auto;
    margin-top: 200px;
  }
  .table_responsive table.regatta_tbl {
    min-width: 700px;
  }
  .table_responsive table.regatta_tbl td, .table_responsive table.regatta_tbl th {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.ad-block {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px auto 40px;
  clear: both;
}
.ad-block > div {
  margin: 0 auto;
}

#gform_wrapper_2 p.gform_required_legend, #gform_wrapper_1 p.gform_required_legend {
  display: none;
}
#gform_wrapper_2 span.gfield_required.gfield_required_asterisk, #gform_wrapper_1 span.gfield_required.gfield_required_asterisk {
  color: #00405E;
}
#gform_wrapper_2 input#gform_submit_button_2, #gform_wrapper_2 input#gform_submit_button_1, #gform_wrapper_1 input#gform_submit_button_2, #gform_wrapper_1 input#gform_submit_button_1 {
  background: transparent;
  border: 1px solid #00405E;
  color: #00405E;
  transition: all 0.4s ease-in-out;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 50px;
}
#gform_wrapper_2 input#gform_submit_button_2:hover, #gform_wrapper_2 input#gform_submit_button_1:hover, #gform_wrapper_1 input#gform_submit_button_2:hover, #gform_wrapper_1 input#gform_submit_button_1:hover {
  background: #00405E;
  color: #fff;
}

@media (max-width: 767px) {
  .desktop-menu,
  .desktop-only {
    display: none !important;
  }
  #site-header #menu .mobile-menu,
  .mobile-only {
    display: block;
  }
  #menu {
    width: 100%;
    top: -100%;
    height: auto;
    background: #DDEEFF;
    height: 60%;
    left: 0px;
  }
  #menu #mobile-menu {
    display: inline;
    float: left;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 10%;
    margin-left: 50px;
    z-index: 98;
    width: auto;
    left: 15px;
  }
  #menu #mobile-menu li {
    display: inline-block;
    float: left;
    clear: both;
    padding: 10px 0px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    text-align: left;
  }
  #menu #mobile-menu li a {
    line-height: 1;
    padding: 0px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #00405E;
  }
  #menu #mobile-menu li a:after {
    height: 1px;
  }
  #menu #mobile-menu li.active > a {
    border-bottom: 2px solid;
    padding-bottom: 10px;
    display: inline-block;
  }
  #menu #mobile-menu li.active .sub-menu {
    max-height: 200vh;
  }
  #menu #mobile-menu .sub-menu {
    max-height: 0px;
    position: relative;
    overflow: hidden;
  }
  #site-header {
    padding: 0px 0px 10px;
    background: #B3DBF4;
    box-sizing: border-box;
    height: 50px;
  }
  #site-header #weather-bar {
    margin-bottom: 10px;
  }
  #site-header #menu-button {
    left: 15px;
    top: 25px;
  }
  #site-header.nav-down {
    position: fixed;
    top: 0px;
  }
  #site-header.nav-down a.logo img {
    width: 180px;
  }
  #site-header.nav-up {
    padding: 0px 0px 0px;
    top: 0px;
  }
  #site-header.nav-up a.logo img {
    width: 180px;
  }
  #site-header a.logo {
    padding: 5px 0px 0px;
    float: none;
    display: inline-block;
    transition: all 0.4s ease-in-out;
  }
  #site-header a.logo img {
    transition: all 0.4s ease-in-out;
    height: auto;
    width: 220px;
  }
  #wrapper {
    overflow: hidden;
  }
  #site-header #main-menu li.current-menu-item {
    margin-top: 0px;
  }
  #site-header #main-menu li.current-menu-item a {
    border-top-color: transparent;
  }
  .active #site-header:before {
    opacity: 1;
    visibility: visible;
  }
  .active #site-header.nav-up {
    top: 0px;
  }
  .active #site-header #main-menu {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #footer .widget p {
    margin-bottom: 15px;
  }
  #footer .widget p:last-child {
    margin-bottom: 0px;
  }
  #footer .widget img {
    width: 118px;
    float: none;
    margin: 0 auto;
  }
  .pum-trigger {
    display: inline-block;
    clear: both;
    margin: 0px 0px 10px;
  }
  .pum-container.popmake {
    max-width: 340px;
  }
  #home-sponsors {
    padding-bottom: 50px;
  }
  #home-sponsors .vertical-middle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .col-lg-4.col-sm-12.link-item {
    margin-bottom: 30px;
  }
  .page-images, .page-copy {
    transform: none !important;
    -webkit-transform: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
