@charset "UTF-8";
/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/*===============================================
* BREAK POINTS
* ==============================================*/
/*===========================================
 * VARIABLES & MIXINS
 * =========================================*/
/*===========================================
 *default
 * =========================================*/
:root {
  --fillter-primary: brightness(0) saturate(100%) invert(12%) sepia(13%) saturate(3695%) hue-rotate(165deg) brightness(102%) contrast(93%);
  --aw-small-spacing-20: 20px;
  --filter-light-green: brightness(0) saturate(100%) invert(54%) sepia(8%) saturate(3028%) hue-rotate(136deg) brightness(89%) contrast(88%);
}

html {
  scroll-padding-top: 65px;
  position: relative;
  overflow-x: hidden;
}

.aw-light-blue {
  color: #92bbe1;
}

.aw-text-link a {
  border-bottom: 2px solid #607b8e;
  font-weight: 700;
  padding-bottom: 0;
  color: var(--bricks-color-ignhaa);
  transition: all 0.3s ease;
}

.aw-anchor-underline a {
  border-bottom: 1px solid var(--action-hover);
  color: currentColor;
}

.no-border img.image {
  border-radius: 0 !important;
}

.no-radius img {
  border-radius: 0;
}

.standard-text p {
  line-height: 1.5em;
}
.standard-text :where(p):not(:last-child) {
  margin: 0 0 1.2em;
}
.standard-text ul {
  padding-left: 5px;
  list-style: none;
}
.standard-text ul li {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.6rem;
  list-style: none;
}
.standard-text ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--bricks-color-hhjiau);
  left: 0;
  top: 35%;
  border-radius: 50%;
}

.text-list-inline {
  display: flex;
}
.text-list-inline li:not(:last-child) span {
  border-right: 1px solid currentColor;
  padding-right: 10px;
}

.list-small-disc .icon svg {
  font-size: 10px;
}

.wp-admin .acf-field.acf-field-repeater[data-name=slider_image] tbody.ui-sortable {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/** Accordion **/
.day-accordion .accordion-content-wrapper ul {
  padding: 0 0 20px 20px;
  list-style: disc;
}

/** BUtton **/
.btn--clear.brxe-button svg {
  min-height: 17px !important;
}

.btn--clear.brxe-button:hover svg,
.btn--clear-dark:hover svg,
.tour-card-content__secondary-button-dark:hover svg {
  fill: var(--bricks-color-hhjiau) !important;
}

.bricks-mobile-menu-toggle span {
  height: 3px;
  border-radius: 10px;
}

/** Animations **/
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/*===========================================
 * BUTTONS
* =========================================*/
.aw-primary-button {
  border: none !important;
  color: #fff !important;
  background: rgb(45, 147, 154) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(45, 147, 154)), color-stop(50%, rgb(20, 121, 128))) !important;
  background-size: 200% !important;
  background-position: left !important;
  transition: background-position 1s ease !important;
  letter-spacing: var(--letter-spacing-06);
  font-size: var(--font-size-17);
  font-weight: 700;
  border-radius: 100px !important;
}
.aw-primary-button:hover {
  background-position: right !important;
}

/*===========================================
 * CUSTOM SLIDER 
 * =========================================*/
#brx-content {
  max-width: 2180px;
  margin: 0 auto;
}

.swiper.aw-cards {
  margin: 0 -50rem 3rem 0;
}
@media only screen and (max-width: 600px) {
  .swiper.aw-cards {
    margin: 0 -20rem 3rem 0;
  }
}
.swiper.aw-cards .swiper-pagination,
.swiper.aw-cards .swiper-button-prev,
.swiper.aw-cards .swiper-button-next {
  display: none;
}

.aw-cards.slider-mobile {
  display: inherit;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1160px) {
  .aw-cards.slider-mobile {
    display: block;
  }
}
.aw-cards.slider-mobile .swiper-wrapper {
  flex-direction: row;
  justify-content: start;
}
@media only screen and (min-width: 1160px) {
  .aw-cards.slider-mobile .swiper-wrapper {
    justify-content: space-between;
  }
}
.aw-cards.slider-mobile .aw-cards__item,
.aw-cards.slider-mobile .swiper-slide {
  width: 32.3%;
  min-height: 350px;
  padding-right: 0 !important;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1160px) {
  .aw-cards.slider-mobile .aw-cards__item,
  .aw-cards.slider-mobile .swiper-slide {
    width: 40vw;
    padding-right: 0;
    max-width: inherit;
  }
}
@media only screen and (max-width: 478px) {
  .aw-cards.slider-mobile .aw-cards__item,
  .aw-cards.slider-mobile .swiper-slide {
    width: 79vw;
  }
}
.aw-cards.whats-included {
  padding-top: 2rem !important;
}
@media only screen and (max-width: 1160px) {
  .aw-cards.whats-included {
    margin-right: -4rem;
  }
}
.aw-cards.whats-included .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1160px) {
  .aw-cards.whats-included .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.aw-cards.whats-included .aw-cards__bottom-content {
  padding-top: 65%;
  -webkit-mask-image: linear-gradient(to top, black 70%, transparent);
          mask-image: linear-gradient(to top, black 70%, transparent);
}
.aw-cards.whats-included .aw-cards__content {
  min-height: 230px;
  padding: 25px;
}
@media only screen and (max-width: 478px) {
  .aw-cards.whats-included .aw-cards__content {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 1160px) {
  .aw-cards.skilled-crew-swiper {
    margin-right: -19rem;
  }
}
.aw-cards.skilled-crew-swiper .swiper-wrapper {
  display: flex;
  grid-gap: 20px;
}
@media only screen and (max-width: 1160px) {
  .aw-cards.skilled-crew-swiper .swiper-wrapper {
    grid-gap: 0;
  }
}
.aw-cards.skilled-crew-swiper .swiper-slide {
  max-width: inherit;
}
.aw-cards.skilled-crew-swiper .aw-cards__bottom-content {
  padding-top: 100%;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
.aw-cards.skilled-crew-swiper .aw-cards__wrap {
  border-radius: 15px;
}
.aw-cards.skilled-crew-swiper .aw-cards__bottom-image {
  -o-object-position: top center;
     object-position: top center;
}
.aw-cards.multi-day-tours .swiper-slide, .aw-cards.one-day-tours .swiper-slide {
  width: 18.5vw !important;
}
@media only screen and (max-width: 1700px) {
  .aw-cards.multi-day-tours .swiper-slide, .aw-cards.one-day-tours .swiper-slide {
    width: 19.5vw !important;
  }
}
@media only screen and (max-width: 1540px) {
  .aw-cards.multi-day-tours .swiper-slide, .aw-cards.one-day-tours .swiper-slide {
    width: 24vw !important;
  }
}
@media only screen and (max-width: 1440px) {
  .aw-cards.multi-day-tours .swiper-slide, .aw-cards.one-day-tours .swiper-slide {
    width: 26vw !important;
  }
}
@media only screen and (max-width: 1230px) {
  .aw-cards.multi-day-tours .swiper-slide, .aw-cards.one-day-tours .swiper-slide {
    width: 28vw !important;
  }
}
@media only screen and (max-width: 1024px) {
  .aw-cards.multi-day-tours .swiper-slide, .aw-cards.one-day-tours .swiper-slide {
    width: 36vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .aw-cards.multi-day-tours .swiper-slide, .aw-cards.one-day-tours .swiper-slide {
    width: 40vw !important;
  }
}
@media only screen and (max-width: 478px) {
  .aw-cards.multi-day-tours .swiper-slide, .aw-cards.one-day-tours .swiper-slide {
    width: 79vw !important;
  }
}
@media only screen and (max-width: 600px) {
  .aw-cards.multi-day-tours, .aw-cards.one-day-tours {
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
}
.aw-cards__wrap {
  height: 100%;
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.aw-cards__thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 76%;
}
.aw-cards__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.aw-cards__icon {
  margin-bottom: var(--aw-small-spacing-20);
  border-radius: 0;
}
.aw-cards__content {
  padding: 25px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .aw-cards__content {
    padding: 25px 15px;
  }
}
.aw-cards__bottom-content {
  position: relative;
  overflow: hidden;
}
.aw-cards__title {
  margin-bottom: var(--aw-small-spacing-20);
  font-size: var(--h4);
  line-height: var(--h4-line-height);
}
.aw-cards__excerpt {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.aw-cards__descriptions {
  font-size: 18px;
  line-height: 1.5em;
}
.aw-cards__descriptions p {
  font-size: 18px;
  line-height: 1.5em;
}
.aw-cards__link {
  font-size: 18px;
  font-weight: 700;
  color: var(--bricks-color-cgtxtq);
  display: flex;
  align-items: center;
}
.aw-cards__link:hover img {
  fill: var(--link-color-hover);
}
.aw-cards__link img {
  margin: 1px 0 0 0.8rem;
  transition: var(--link-transition, var(--transition));
}
@media only screen and (max-width: 600px) {
  .aw-cards__link img {
    margin-top: 0;
  }
}
.aw-cards__bottom-image {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.card-slider-ctrl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto 0;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .card-slider-ctrl {
    display: none;
  }
}
.card-slider-ctrl .button {
  background-color: transparent !important;
  border: 3px solid var(--bricks-color-cgtxtq) !important;
  color: var(--bricks-color-cgtxtq);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 5px;
}
.card-slider-ctrl .button:not(:first-child) {
  margin-left: 15px;
}
.card-slider-ctrl .button img {
  width: 20px;
}
.card-slider-ctrl .button--previous {
  transform: rotate(180deg);
}

.yacht-features-swiper {
  margin: 0 -50rem 3rem 0 !important;
}
@media only screen and (max-width: 1366px) {
  .yacht-features-swiper {
    margin: 0 -25rem 3rem 0 !important;
  }
}
.yacht-features-swiper .swiper-slide {
  width: 40vw;
}
@media only screen and (max-width: 600px) {
  .yacht-features-swiper .swiper-slide {
    width: 79vw;
  }
}
.yacht-features-swiper .yacht-fea__inner-content {
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
  padding-top: 66%;
}
.yacht-features-swiper .yacht-fea__image {
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.yacht-features-swiper .swiper-pagination,
.yacht-features-swiper .swiper-button-prev,
.yacht-features-swiper .swiper-button-next {
  display: none;
}

/*===========================================
 *GRAVITY FORM
 * =========================================*/
/** MULTI-DAY and Contact Us FORM*/
.aw-design-form.aw-request-form {
  padding-top: 4rem;
}

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}

.aw-design-form .gform-theme--framework .gf_progressbar_title {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.aw-design-form .gform_required_legend {
  display: none;
}

.aw-design-form .gf_progressbar_title {
  font-size: 18px !important;
}

.aw-design-form .gfield .gfield_label,
.aw-design-form .gfield .gform-field-label--type-sub {
  font-size: 18px;
  font-weight: 500;
}

.aw-design-form .gfield .gfield_label {
  color: var(--bricks-color-ignhaa);
}

.aw-design-form .gfield .gform-field-label--type-sub {
  color: rgba(14, 58, 85, 0.64);
}

.aw-design-form .gfield input,
.aw-design-form .gfield select {
  text-indent: 15px;
  border: 1px solid #d1d1d1 !important;
  border-radius: 6px 6px 6px 6px !important;
  box-shadow: none !important;
  font-size: 18px !important;
  line-height: 1.5em;
}

.aw-block-checkbox .gchoice label {
  font-size: 18px;
}

.aw-design-form .gfield input.datepicker {
  width: 100%;
}

.aw-design-form .gfield textarea {
  border: 1px solid #babbbd !important;
  box-shadow: none;
  height: 140px !important;
  border-radius: 5px !important;
}

.aw-design-form .gfield input[type=text],
.aw-design-form .gfield input[type=email],
.aw-design-form .gfield input[type=number],
.aw-design-form .gfield input[type=tel],
.aw-checkbox input,
.aw-design-form .gfield select {
  height: 50px !important;
}

.aw-design-form .gf_progressbar_percentage {
  height: 20.992px !important;
}

.aw-design-form .gfield select {
  padding: 10px;
}

.aw-design-form .gform_page_footer input[type=button],
.aw-design-form .gform_page_footer input[type=submit],
.aw-design-form .gform_footer input[type=submit] {
  padding: 10px 15px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  width: 100% !important;
  max-width: 135px !important;
  box-shadow: none !important;
  color: #fff !important;
  background: rgb(45, 147, 154) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(45, 147, 154)), color-stop(50%, rgb(20, 121, 128))) !important;
  background-size: 200% !important;
  background-position: left !important;
  transition: background-position 1s ease !important;
  letter-spacing: var(--letter-spacing-06);
  font-size: var(--font-size-17);
  font-weight: 700;
  border-radius: 100px !important;
}
.aw-design-form .gform_page_footer input[type=button]:hover,
.aw-design-form .gform_page_footer input[type=submit]:hover,
.aw-design-form .gform_footer input[type=submit]:hover {
  background-position: right !important;
}

.aw-design-form .gform_page_footer input.gform_previous_button[type=button] {
  border: 1px solid #c9c9c9 !important;
  color: #0d3a55 !important;
  background-image: none !important;
  background-color: #fff !important;
}
.aw-design-form .gform_page_footer input.gform_previous_button[type=button]:hover {
  background: rgb(45, 147, 154) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(45, 147, 154)), color-stop(50%, rgb(20, 121, 128))) !important;
  background-size: 200% !important;
  background-position: right !important;
  color: #fff !important;
  transition: background-position 1s ease !important;
}

.aw-checkbox .gchoice {
  z-index: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  height: 48px;
}

.aw-checkbox input {
  width: 100% !important;
}

.aw-checkbox .gchoice label {
  z-index: 3;
  font-weight: 600;
  display: block;
  position: absolute;
  padding: 0 0 0 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible;
  margin: 0;
  font-size: 18px;
  color: var(--bricks-color-ignhaa);
}

.aw-checkbox input.gfield-choice-input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ccc;
  height: 100%;
  background: #fff;
  transition: 0.3s all ease-in-out;
  position: absolute;
  background: 0 0;
  position: absolute;
}

.aw-checkbox input.gfield-choice-input:checked {
  background: #1a628e;
  border-color: #1a628e;
}

.aw-checkbox input.gfield-choice-input:checked + label {
  color: #fff !important;
  font-weight: 500 !important;
}

.aw-checkbox input.gfield-choice-input:checked + label:after {
  content: "×";
  border: 2px solid #fff;
  opacity: 0;
}

.aw-checkbox input.gfield-choice-input + label:after {
  content: "";
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #c5c9d2;
  z-index: 2;
  top: 50%;
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
  background: #fff;
}

.aw-checkbox input.gfield-choice-input::before {
  color: transparent !important;
}

.aw-checkbox input.gfield-choice-input:hover,
.aw-checkbox .gchoice label:hover {
  cursor: pointer;
}

.aw-checkbox input[type=checkbox].gfield-choice-input + label:after {
  border-radius: 5px;
}

.aw-checkbox input[type=radio].gfield-choice-input + label:after {
  border-radius: 50px;
}

.gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_checkbox {
  grid-column-gap: 1rem;
}

/*===========================================
 * Goole reviews and Tripodadvisor
 * =========================================*/
.reviews-code .es-background-container {
  padding: 0 !important;
}

/*===========================================
 * HEADER
 * =========================================*/
@media only screen and (max-width: 600px) {
  .bricks-mobile-menu-toggle[aria-expanded=true] {
    right: -5px !important;
  }
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle span {
  min-width: 26px !important;
  width: 26px !important;
}

.header-default {
  transition: top 0.3s;
}
.header-default__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-default .bricks-nav-menu-wrapper {
  width: 100%;
}
.header-default .bricks-nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-default .sub-menu {
  padding: 1rem 0;
}

.home .header-top-banner {
  background-color: #124a6e !important;
}

.sticky.on-scroll.scrolling .header-top-banner {
  display: none;
}
.sticky.on-scroll.scrolling .header-default {
  top: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 600px) {
  .sticky.on-scroll.scrolling .header-default {
    padding: 10px 20px;
  }
}

.sticky.on-scroll.scrolling .header-default .header-default__button {
  opacity: 1;
}

/** header with Background Color **/
.sticky.on-scroll.scrolling .header-bg--light-grey {
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 478px) {
  .sticky.on-scroll.scrolling .header-bg--light-grey {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.6) !important;
  }
}

/** header bg Transparent **/
.home .header-default__menu.brxe-nav-menu .bricks-mobile-menu-toggle,
.single-yacht .header-default__menu.brxe-nav-menu .bricks-mobile-menu-toggle,
.page-id-3086 .header-default__menu.brxe-nav-menu .bricks-mobile-menu-toggle,
.page-id-3084 .header-default__menu.brxe-nav-menu .bricks-mobile-menu-toggle,
.page-id-3081 .header-default__menu.brxe-nav-menu .bricks-mobile-menu-toggle {
  color: var(--bricks-color-xhcseh);
}
.home .header-default.header-bg--light-grey.brxe-section,
.single-yacht .header-default.header-bg--light-grey.brxe-section,
.page-id-3086 .header-default.header-bg--light-grey.brxe-section,
.page-id-3084 .header-default.header-bg--light-grey.brxe-section,
.page-id-3081 .header-default.header-bg--light-grey.brxe-section {
  background-color: transparent;
  border-bottom: none;
}
.home .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li .brx-submenu-toggle button,
.home .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li .brx-submenu-toggle button,
.single-yacht .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li .brx-submenu-toggle button,
.single-yacht .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li .brx-submenu-toggle button,
.page-id-3086 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li .brx-submenu-toggle button,
.page-id-3086 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li .brx-submenu-toggle button,
.page-id-3084 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li .brx-submenu-toggle button,
.page-id-3084 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li .brx-submenu-toggle button,
.page-id-3081 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li .brx-submenu-toggle button,
.page-id-3081 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li .brx-submenu-toggle button {
  color: #fff;
}
.home .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li > a,
.home .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li > a,
.single-yacht .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li > a,
.single-yacht .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li > a,
.page-id-3086 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li > a,
.page-id-3086 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li > a,
.page-id-3084 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li > a,
.page-id-3084 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li > a,
.page-id-3081 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu > li > a,
.page-id-3081 .header-default.header-bg--light-grey.brxe-section #menu-primary-menu-custom > li > a {
  color: #fff;
}
.home .header-default.header-bg--light-grey.brxe-section .li-logo img,
.single-yacht .header-default.header-bg--light-grey.brxe-section .li-logo img,
.page-id-3086 .header-default.header-bg--light-grey.brxe-section .li-logo img,
.page-id-3084 .header-default.header-bg--light-grey.brxe-section .li-logo img,
.page-id-3081 .header-default.header-bg--light-grey.brxe-section .li-logo img {
  filter: brightness(0) invert(1);
}
.home #brx-header.scrolling .header-default.header-bg--light-grey.brxe-section,
.single-yacht #brx-header.scrolling .header-default.header-bg--light-grey.brxe-section,
.page-id-3086 #brx-header.scrolling .header-default.header-bg--light-grey.brxe-section,
.page-id-3084 #brx-header.scrolling .header-default.header-bg--light-grey.brxe-section,
.page-id-3081 #brx-header.scrolling .header-default.header-bg--light-grey.brxe-section {
  border-bottom: 1px solid #dadada;
}
.home #brx-header.scrolling #menu-primary-menu > li .brx-submenu-toggle button,
.home #brx-header.scrolling #menu-primary-menu-custom > li .brx-submenu-toggle button,
.single-yacht #brx-header.scrolling #menu-primary-menu > li .brx-submenu-toggle button,
.single-yacht #brx-header.scrolling #menu-primary-menu-custom > li .brx-submenu-toggle button,
.page-id-3086 #brx-header.scrolling #menu-primary-menu > li .brx-submenu-toggle button,
.page-id-3086 #brx-header.scrolling #menu-primary-menu-custom > li .brx-submenu-toggle button,
.page-id-3084 #brx-header.scrolling #menu-primary-menu > li .brx-submenu-toggle button,
.page-id-3084 #brx-header.scrolling #menu-primary-menu-custom > li .brx-submenu-toggle button,
.page-id-3081 #brx-header.scrolling #menu-primary-menu > li .brx-submenu-toggle button,
.page-id-3081 #brx-header.scrolling #menu-primary-menu-custom > li .brx-submenu-toggle button {
  color: #0e3853;
}
.home #brx-header.scrolling #menu-primary-menu > li > a,
.home #brx-header.scrolling #menu-primary-menu-custom > li > a,
.single-yacht #brx-header.scrolling #menu-primary-menu > li > a,
.single-yacht #brx-header.scrolling #menu-primary-menu-custom > li > a,
.page-id-3086 #brx-header.scrolling #menu-primary-menu > li > a,
.page-id-3086 #brx-header.scrolling #menu-primary-menu-custom > li > a,
.page-id-3084 #brx-header.scrolling #menu-primary-menu > li > a,
.page-id-3084 #brx-header.scrolling #menu-primary-menu-custom > li > a,
.page-id-3081 #brx-header.scrolling #menu-primary-menu > li > a,
.page-id-3081 #brx-header.scrolling #menu-primary-menu-custom > li > a {
  color: #0e3853;
}
.home #brx-header.scrolling .li-logo img,
.single-yacht #brx-header.scrolling .li-logo img,
.page-id-3086 #brx-header.scrolling .li-logo img,
.page-id-3084 #brx-header.scrolling .li-logo img,
.page-id-3081 #brx-header.scrolling .li-logo img {
  filter: var(--fillter-primary);
}
.home .cart-list-item svg path,
.single-yacht .cart-list-item svg path,
.page-id-3086 .cart-list-item svg path,
.page-id-3084 .cart-list-item svg path,
.page-id-3081 .cart-list-item svg path {
  fill: white;
}

.header-bg--transparent .header-logo-secondary {
  filter: brightness(0) invert(1);
}

.sticky.on-scroll.scrolling .header-bg--transparent .header-logo-secondary {
  filter: none;
}

/** header width **/
#brx-header .brxe-container {
  max-width: 1280px;
}
.single-product #brx-header .brxe-container {
  max-width: 1120px;
}

/** header inserted logo **/
nav.bricks-mobile-menu-wrapper.left {
  padding-top: 8rem;
}

.li-logo {
  padding: 0 10%;
}
@media only screen and (max-width: 1160px) {
  .li-logo {
    padding: 0 7%;
  }
}
@media screen and (max-width: 990px) {
  .li-logo {
    padding: 0;
  }
}
.li-logo .header-default__logo img {
  width: 100px;
  max-width: none;
  transition: width 0.6s ease;
}
@media only screen and (max-width: 1366px) {
  .li-logo .header-default__logo img {
    width: 90px;
  }
}
@media only screen and (max-width: 980px) {
  .li-logo .header-default__logo img {
    width: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .li-logo .header-default__logo img {
    width: 66px;
  }
}
.scrolling .li-logo .header-default__logo img {
  width: 70px;
  transition: width 0.6s ease;
}
@media only screen and (max-width: 478px) {
  .scrolling .li-logo .header-default__logo img {
    width: 46px;
  }
}

/** header - cart icon **/
.cart-list-item {
  top: -5px;
}

.mobile-menu-icons {
  display: flex;
  align-items: center;
}
.mobile-menu-icons a {
  position: relative;
  top: 4px;
}
.mobile-menu-icons a svg path {
  fill: #0e3853;
}
.home .mobile-menu-icons a svg path, .single-yacht .mobile-menu-icons a svg path {
  fill: #fff;
}
.scrolling .mobile-menu-icons a svg path {
  fill: #0e3853;
}
.mobile-menu-icons button {
  margin-left: 25px;
}

.cart-list-item svg path {
  fill: #0e3853;
}

.scrolling .cart-list-item svg path {
  fill: #0e3853;
}

.aw-count {
  background-color: #177c82;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding: 2px;
  position: absolute;
  top: -10px;
  left: -17px;
  border-radius: 50%;
}

/*===========================================
 * SECTIONS
 * =========================================*/
/** top banner Review **/
.fea-reviews__list li {
  display: inline-block;
}
.fea-reviews__list li:not(:last-child) {
  padding-right: 5px;
}
@media only screen and (max-width: 478px) {
  .fea-reviews__list li:not(:last-child) {
    padding-right: 2px !important;
  }
}
@media only screen and (max-width: 478px) {
  .fea-reviews__list.brxe-list .icon {
    font-size: 7px !important;
  }
}

/** Section - Featured **/
.aw-featured-1__gallery li {
  border-radius: 15px;
  overflow: hidden;
}

.icon-text-lists__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.icon-text-lists__item i {
  width: 100%;
  max-width: 22px;
  margin: 5px 0 0 0;
}

.book-tour-container__accordion .accordion-item:not(:last-child) {
  margin-bottom: 2rem;
}

/*===========================================
 * SINGLE - TOUR
 * =========================================*/
.aw-pro-slider-headline {
  margin-top: var(--spacing-50);
  padding: var(--spacing-50) 0 var(--spacing-30);
  border-top: 1px solid var(--bricks-border-color);
}

.woocommerce-MyAccount-navigation {
  display: none;
}

/*--- Desktop Scroll CTA ---*/
.single-product {
  /*--- Show CTA ---*/
}
.single-product #brx-header,
.single-product .header-default.brxe-section {
  position: static !important;
}
.single-product .sticky.on-scroll.scrolling .header-top-banner {
  display: block;
}
.single-product header.sticky.on-scroll.scrolling .li-logo,
.single-product header.sticky.on-scroll.scrolling nav.bricks-nav-menu-wrapper {
  display: block;
}
.single-product.did-scroll #brx-header,
.single-product.did-scroll .header-default.brxe-section {
  display: block !important;
  position: sticky !important;
}
@media only screen and (max-width: 980px) {
  .single-product.did-scroll #brx-header,
  .single-product.did-scroll .header-default.brxe-section {
    position: static !important;
  }
}
.single-product.did-scroll .sticky.on-scroll.scrolling .header-top-banner {
  display: none;
}
@media only screen and (max-width: 980px) {
  .single-product.did-scroll .sticky.on-scroll.scrolling .header-top-banner {
    display: block;
  }
}
.single-product.did-scroll header.sticky.on-scroll.scrolling .li-logo,
.single-product.did-scroll header.sticky.on-scroll.scrolling nav.bricks-nav-menu-wrapper {
  opacity: 1;
  visibility: hidden;
}

.price-d-wrapper {
  display: none;
  align-items: center;
}
.did-scroll .price-d-wrapper {
  display: flex;
}
.price-d-wrapper #price-d {
  padding: 0 1.25rem 0 0.75rem;
}
.price-d-wrapper .check-availability {
  order: 4;
  margin-left: auto;
  border: none !important;
  color: #fff !important;
  background: rgb(45, 147, 154) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(45, 147, 154)), color-stop(50%, rgb(20, 121, 128))) !important;
  background-size: 200% !important;
  background-position: left !important;
  transition: background-position 1s ease !important;
  letter-spacing: var(--letter-spacing-06);
  font-size: var(--font-size-17);
  font-weight: 700;
  border-radius: 100px !important;
  padding: 7px 10px !important;
  font-size: var(--font-size-16);
  width: 205px;
  text-align: center;
  cursor: pointer;
}
.price-d-wrapper .check-availability:hover {
  background-position: right !important;
}
@media only screen and (max-width: 1160px) {
  .price-d-wrapper .check-availability {
    margin: 0 3rem 0 auto;
    order: 2;
  }
}
@media only screen and (max-width: 980px) {
  .price-d-wrapper .check-availability {
    display: none !important;
  }
}

.single-product .sticky.on-scroll.scrolling .header-default {
  padding: 5px;
}
.single-product .sticky.on-scroll.scrolling .header-default .bricks-nav-menu-wrapper {
  display: none !important;
}

/*--- Mobile Scroll CTA ---*/
.tour-book-button-ctner {
  display: none;
  position: fixed;
  grid-template-columns: auto auto;
  gap: 0;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  bottom: -85px !important;
  transition: all 0.8s ease-in;
}
@media only screen and (max-width: 980px) {
  .tour-book-button-ctner {
    display: grid !important;
  }
}
@media only screen and (max-width: 400px) {
  .tour-book-button-ctner {
    padding: 15px 20px;
  }
}
.tour-book-button-ctner #price-m {
  padding: 0 1.25rem 0 0.75rem;
}
@media only screen and (max-width: 478px) {
  .tour-book-button-ctner #aw-booking-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}

@media only screen and (max-width: 980px) {
  .did-scroll .tour-book-button-ctner {
    visibility: visible;
    opacity: 1;
    bottom: 0 !important;
  }
}

/*==========================================
* SINGLE PRODUCT
* =========================================*/
.crew-languages {
  display: flex;
  gap: 7px;
}

.single-product.postid-1404 .hide-border-multi-day {
  display: none;
}
.single-product .section-tour-hero {
  padding-top: 1.5rem !important;
}
@media only screen and (max-width: 478px) {
  .single-product .section-tour-hero {
    padding-top: 0 !important;
  }
}
.single-product .product_cat-multi-day .block-day-by-day {
  padding-bottom: var(--spacing-10) !important;
}
@media only screen and (max-width: 980px) {
  .single-product .product_cat-multi-day .block-day-by-day {
    padding-bottom: 0 !important;
  }
}
.single-product .product_cat-multi-day .hide-multi-day {
  display: none;
}
.single-product .product-h2 {
  font-size: var(--heading-m-xs);
}
.single-product .pswp {
  display: none !important;
}
@media only screen and (max-width: 980px) {
  .single-product #brx-header.sticky.on-scroll,
  .single-product .header-default.brxe-section {
    position: absolute;
  }
}
.single-product .brxe-container {
  max-width: 1120px;
}
.single-product .product_cat-one-day .block-day-by-day {
  display: none;
}
.single-product .product_cat-multi-day .no-border-top {
  border-top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 1160px) {
  .single-product .whats-included-section h2 {
    font-size: 2.6rem;
  }
  .single-product .whats-included .aw-cards__content {
    min-height: 262px;
  }
}

.aw-tour-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  border-radius: 20px;
  overflow: hidden;
}
.aw-tour-gallery li:first-of-type figure, .aw-tour-gallery li:first-of-type img {
  height: 100%;
}

.aw-tour-gallery .bricks-layout-item:where(:nth-child(1)) {
  grid-row: 1/3;
  grid-column: 1/3;
}

.tour-list-dynamic .tour-list-dynamic__icon {
  filter: var(--fillter-primary);
}

#extra-departure-list .tour-list-dynamic {
  display: grid;
  align-items: initial;
  align-self: center !important;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px 12px !important;
  margin-bottom: 2.5rem;
}
#extra-departure-list .tour-list-dynamic:last-child {
  margin-bottom: 0.8rem;
}
#extra-departure-list img {
  width: 18px;
  margin-top: 5px;
}
#extra-departure-list .extra-location {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 0px;
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.single-product .tour-view-container .tour-view-container__column:last-child figure {
  overflow: visible !important;
}
.single-product .tour-view-container .tour-view-container__column:last-child figure figcaption {
  position: static !important;
  color: #0e3853 !important;
  background: none !important;
  padding-left: 0 !important;
  text-align: left !important;
}

.card-aw-featured-1__description {
  position: relative;
}

/*===========================================
* THANK YOU PAGES
* =========================================*/
.ty-message p {
  line-height: 30px;
}

/*===========================================
 * FOOTER
 * =========================================*/
.footer-column__list .title {
  transition: all 0.3s ease;
}

.footer-column__list .description a {
  color: var(--bricks-color-xhcseh);
}

.footer-column__list .description {
  flex-direction: column;
}

.footer-column__logo {
  filter: brightness(0) invert(1);
}

/*===========================================
 * BOOKING FORM
 * =========================================*/
.yith-wcbk-form-section-services-wrapper {
  position: absolute;
  left: -9999px;
  margin-top: 3px;
}

.depart-checkbox {
  position: absolute;
  left: -9999px;
}

/** Single tour Page yith form **/
/** Inquiry Only - NOT BOOKING **/
.wp-gform-wrapper {
  border: 1px solid rgb(211, 211, 211);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  border-radius: 12px;
  padding: 3rem 2.8rem 1.5rem !important;
}
@media only screen and (max-width: 478px) {
  .wp-gform-wrapper {
    padding: 20px 20px !important;
  }
}
@media only screen and (max-width: 980px) {
  .wp-gform-wrapper {
    max-width: 600px !important;
    padding-top: 3rem !important;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
}
@media only screen and (max-width: 980px) {
  .wp-gform-wrapper #book-now {
    padding: 0 !important;
  }
}
.wp-gform-wrapper h2,
.wp-gform-wrapper .standard-text,
.wp-gform-wrapper form {
  padding: 0 8px;
}
.wp-gform-wrapper.aw-design-form .gfield_required {
  display: none !important;
}
.wp-gform-wrapper.aw-design-form .gf_progressbar_title {
  color: #0e3853;
  font-size: 16px !important;
}
.wp-gform-wrapper.aw-design-form .gf_progressbar_percentage {
  height: 10px !important;
}
.wp-gform-wrapper.aw-design-form .gfield .gfield_label {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}
.wp-gform-wrapper.aw-design-form .ginput_container_date {
  border-radius: 6px !important;
}
.wp-gform-wrapper.aw-design-form .gpld-inline-datepicker {
  border-radius: 6px !important;
}
.wp-gform-wrapper.aw-design-form .ui-datepicker-inline {
  width: 100% !important;
  box-shadow: none !important;
  border: 1px solid #d4d4d4 !important;
  border-radius: 6px !important;
}
.wp-gform-wrapper.aw-design-form .gform-theme--framework.ui-datepicker table td a.ui-state-active {
  background-color: #2c9199 !important;
}
.wp-gform-wrapper.aw-design-form .gfield input[type=text], .wp-gform-wrapper.aw-design-form .gfield input[type=email], .wp-gform-wrapper.aw-design-form .gfield input[type=number], .wp-gform-wrapper.aw-design-form .gfield input[type=tel], .wp-gform-wrapper.aw-design-form .aw-checkbox input, .wp-gform-wrapper.aw-design-form .gfield select {
  height: 42px !important;
}
.wp-gform-wrapper.aw-design-form .gform_page_footer input[type=button], .wp-gform-wrapper.aw-design-form .gform_page_footer input[type=submit], .wp-gform-wrapper.aw-design-form .gform_footer input[type=submit] {
  padding: 16px 32px !important;
}
.wp-gform-wrapper.aw-design-form .gform-page-footer.gform_page_footer.top_label {
  margin-bottom: 5px;
}
.wp-gform-wrapper .gform_required_legend {
  display: none;
}
.wp-gform-wrapper .gform-theme--framework .gf_progressbar .percentbar_blue {
  background: rgb(45, 147, 154) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(45, 147, 154)), color-stop(50%, rgb(20, 121, 128))) !important;
}
.wp-gform-wrapper .gf-tour-name {
  position: absolute;
  left: -99999px;
  opacity: 0;
  visibility: hidden;
}

.product_cat-multi-day .card-aw-featured-1__description {
  display: none;
}

@media only screen and (max-width: 478px) {
  #availability-section {
    padding-bottom: 12rem !important;
  }
}

/** Booking Only - NOT INQUIRY **/
#book-now {
  width: 100%;
  max-width: 545px;
  margin: 6px 0 3rem;
}
#book-now .woocommerce {
  border: 1px solid rgb(211, 211, 211);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  border-radius: 12px;
  padding: 1.6rem 3rem 1rem !important;
}
@media only screen and (max-width: 478px) {
  #book-now .woocommerce {
    padding: 20px 20px !important;
  }
}
#book-now .woocommerce .product {
  width: 100%;
  display: block;
}
#book-now .woocommerce .yith-wcbk-add-to-cart-button {
  border-radius: 35px;
  margin: 0 0 4rem;
  color: #fff !important;
  background: rgb(45, 147, 154) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(45, 147, 154)), color-stop(50%, rgb(20, 121, 128))) !important;
  background-size: 200% !important;
  background-position: left !important;
  transition: background-position 1s ease !important;
  letter-spacing: var(--letter-spacing-06);
  font-size: var(--font-size-17);
  font-weight: 700;
  border-radius: 100px !important;
}
#book-now .woocommerce .yith-wcbk-add-to-cart-button:hover {
  background-position: right !important;
}
#book-now .yith-wcbk-booking-form__label {
  margin-bottom: 10px !important;
  font-size: 17px;
  color: var(--bricks-color-ignhaa);
}
#book-now .yith-departure-wrapper {
  margin: 0;
  padding: 13px 0 10px;
}
#book-now .yith-departure-wrapper h3 {
  font-size: 1rem;
  font-weight: 600;
}
#book-now .yith-departure-wrapper p:first-of-type {
  font-size: 16px;
  margin-bottom: 6px;
}
#book-now .yith-departure-wrapper .select-wrapper {
  position: relative;
}
#book-now .yith-departure-wrapper .select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 25px;
  border-radius: 5px;
}
#book-now .yith-departure-wrapper .select-wrapper svg {
  position: absolute;
  right: 5px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 10px;
  height: 10px;
  font-size: 15px;
  filter: var(--fillter-primary);
}
#book-now .yith-custom-fields-wrapper {
  margin: 0;
  padding: 13px 0 10px;
}
#book-now .yith-custom-fields-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#book-now .yith-custom-fields-wrapper p:first-of-type {
  font-size: 16px;
  margin-bottom: 6px;
}
#book-now .yith-custom-fields-wrapper .yith-wcbk-booking-form__label {
  font-size: 16px;
}
#book-now .yith-custom-fields-wrapper .yith-wcbk-checkbox__label {
  color: var(--bricks-color-ignhaa);
}
@media only screen and (max-width: 478px) {
  #book-now .yith-custom-fields-wrapper .yith-wcbk-checkbox__label {
    font-size: 13px;
  }
}
#book-now .yith-custom-fields-wrapper .yith-wcbk-form-section {
  margin-bottom: 8px;
}
#book-now .yith-custom-fields-wrapper .yith-wcbk-form-section .yith-label-big .yith-wcbk-checkbox__label {
  position: relative;
  top: 11px;
  line-height: 1.5;
}
#book-now .yith-custom-fields-wrapper .yith-wcbk-form-section:first-of-type {
  margin-bottom: 0;
}
#book-now .yith-custom-fields-wrapper .yith-wcbk-form-section:last-of-type {
  margin-top: 0;
}
#book-now .yith-custom-fields-wrapper .yith-wcbk-form-section:last-of-type .yith-wcbk-booking-form__label {
  font-weight: 400;
}
#book-now .yith-custom-fields-wrapper .yith-wcbk-form-section:last-of-type textarea {
  height: 100px;
  border-radius: 5px !important;
}
#book-now .yith-wcbk-shortcode-booking-form p.price,
#book-now .yith-wcbk-shortcode-booking-form .related.products,
#book-now .yith-wcbk-shortcode-booking-form .product_meta,
#book-now .yith-wcbk-shortcode-booking-form .product_title,
#book-now .yith-wcbk-shortcode-booking-form .yith-wcbk-form-section-duration {
  display: none;
}
#book-now .yith-wcbk-shortcode-booking-form input {
  border-radius: 5px !important;
}
#book-now .yith-wcbk-shortcode-booking-form .yith-wcbk-add-to-cart-button {
  width: 100%;
  padding: 16px 32px !important;
  font-size: 18px;
  letter-spacing: 0.6px;
}
#book-now .yith-wcbk-shortcode-booking-form .yith-wcbk-add-to-cart-button:hover {
  color: var(--bricks-color-xhcseh);
  background-color: var(--bricks-color-ysqcwd);
  border-color: var(--bricks-color-ysqcwd);
}
#book-now .yith-wcbk-form-section-dates-wrapper label span,
#book-now .yith-wcbk-form-section-services-wrapper label span {
  font-weight: 400;
  font-size: 14px;
}
#book-now .yith-wcbk-date-range-picker,
#book-now #yith-wcbk-booking-persons {
  border-radius: 5px;
  margin-bottom: 1rem;
}

.yith-wcbk-form-section-dates-wrapper {
  margin-bottom: 10px;
}

.yith-wcbk-booking-form {
  margin-bottom: 0 !important;
}

.departureNotSelected {
  display: none;
}

/*--- Booking Form - Discount ---*/
.product_cat-one-day .yith-wcbk-form-section-totals {
  display: none !important;
}
.yith-wcbk-form-section-totals .yith-wcbk-booking-form-total__base_price_and_extra_price_per_person, .yith-wcbk-form-section-totals .yith-wcbk-booking-form-total__services, .yith-wcbk-form-section-totals .yith-wcbk-booking-form-total__fixed_base_fee {
  display: none;
}
.yith-wcbk-form-section-totals .yith-wcbk-booking-form-total--total-price {
  font-size: 16px !important;
}
.yith-wcbk-form-section-totals .yith-wcbk-booking-form-total__label {
  padding-left: 0;
}
.yith-wcbk-form-section-totals .yith-wcbk-booking-form-total__label span {
  font-weight: 400;
}

#yith-wcdp-add-deposit-to-cart {
  padding-top: 15px;
  border-top: 1px solid #d1d1d1;
}
.product_cat-one-day #yith-wcdp-add-deposit-to-cart {
  border-top: none !important;
}

@media only screen and (max-width: 478px) {
  .price-m-wrapper {
    text-align: left;
  }
}

/*=================================================
 * BOOKING FORM - DEPARTURE OPTIONS 
 *================================================*/
.departOptions__label {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.departOptions__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.departOptions__item span {
  display: block;
}
.departOptions__hr {
  font-size: 18px;
}
.departOptions__available {
  font-weight: 400;
  font-size: 16px;
}
.departOptions__location {
  display: inline !important;
}
.departOptions__address {
  font-size: 14px;
}
.departOptions__priceWrapper {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
.departOptions__price {
  display: inline !important;
  padding-left: 0.5rem;
  font-weight: 400;
}
.departOptions__discount {
  padding-left: 1rem !important;
}
.departOptions__col-1 {
  padding-right: 1rem;
}

.item-active {
  border: 2px solid #0e3853 !important;
}
.item-active .outer-circle {
  border: 2px solid #0e3853;
}
.item-active .inner-circle {
  background-color: #0e3853;
}

.outer-circle {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-circle {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
}

/*=================================================
 * BOOKING FORM - PAYMENT OPTIONS 
 *================================================*/
.payment-options-label {
  display: block;
  font-size: 17px;
  font-weight: 700;
}

#book-now #yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields {
  max-width: none;
  margin-top: 1rem !important;
}
#book-now #yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  color: #0e3853;
}
#book-now #yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields label input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -9999px;
}
#book-now #yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields label span.label {
  font-size: 18px;
  padding-left: 0;
  padding-right: 1rem;
}
#book-now #yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields label .price-label {
  font-size: 16px;
  font-weight: 700;
}
.product_cat-one-day #book-now #yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields label .price-label {
  display: none;
}
#book-now #yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields label .yith-wcdp-expiration-notice {
  display: block;
}

/*=================================================
 * BOOKING FORM - MOBILE
 *================================================*/
#book-now-mobile {
  width: 100%;
  max-width: 100%;
  position: fixed;
  height: 100vh;
  padding: 0;
  top: 0;
  left: -100%;
  background-color: #f2f3f7;
  overflow-y: scroll;
  opacity: 0;
  z-index: 999999;
  transition: opacity 0.4s ease;
}
.did-click-book-btn #book-now-mobile {
  left: 0;
  opacity: 1;
}
#book-now-mobile .book-exit {
  width: 100%;
  padding: 1rem 2rem;
  border-bottom: 1px solid #dadada;
  background-color: #f2f3f7;
  z-index: 9;
}
#book-now-mobile .woocommerce {
  border: none;
  box-shadow: none;
  padding: 0 !important;
}

@media only screen and (max-width: 980px) {
  #book-now {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -9999px;
  }
  #book-now-mobile #book-now {
    position: static;
    visibility: visible;
    opacity: 1;
    left: 0;
    padding: 5.5rem 2rem 9rem;
  }
}

html.did-click-book-btn {
  overflow-y: hidden;
}

/*=================================================
* MULTI-DAY TOURS
*================================================*/
.product_cat-multi-day .yith-wcbk-form-section-persons-wrapper {
  margin-bottom: 1.5rem;
}
.product_cat-multi-day #book-now #yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields {
  margin-bottom: 2.5rem;
}
.product_cat-multi-day .tour-overview .aw-read-more {
  display: none;
}
.product_cat-multi-day .tour-departure-and-return {
  display: none;
}
.product_cat-multi-day .price-m-wrapper {
  display: none;
}
.product_cat-multi-day .sec-tour-whats-included {
  display: none;
}
.product_cat-multi-day .yacht-features-section .tour-view-container .brxe-divider .line {
  border: none;
}

.postid-1403 .price-d-wrapper span:first-of-type, .postid-1404 .price-d-wrapper span:first-of-type, .postid-1405 .price-d-wrapper span:first-of-type, .postid-1406 .price-d-wrapper span:first-of-type {
  display: none;
}

/*=================================================
 * RESPONSIVE
 *================================================*/
@media only screen and (max-width: 766px) {
  .aw-text-hide-mobile {
    display: none;
  }
  .gform-theme--foundation .gform_fields {
    row-gap: 30px !important;
  }
}
@media only screen and (max-width: 335px) {
  .hero-13-default__image.brxe-image {
    margin-top: -7rem !important;
  }
}

.card-slider-ctrl button {
  align-items: center;
  color: currentcolor;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 40px;
  padding: 7px 15px !important;
  text-align: center;
  text-decoration: none;
}

/*===============================
* READ MORE
*===============================*/
.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.skilled-crew .clamped {
  -webkit-line-clamp: 4;
}

.aw-read-more {
  color: #0e3853;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1;
  border-bottom: 2px solid rgba(14, 58, 85, 0.5);
}
@media only screen and (max-width: 980px) {
  .aw-read-more {
    margin-bottom: 20px;
  }
}

.aw-read-more:hover {
  opacity: 0.8;
  border-bottom: 2px solid rgb(14, 58, 85);
}

.bricks-mobile-menu .menu-item-has-children button {
  display: none;
}

.hero-home__overlay.brxe-div::before {
  background-image: linear-gradient(180deg, rgba(6, 43, 62, 0.98) 0%, rgba(6, 43, 62, 0.94) 45%, rgba(6, 43, 62, 0.65) 72%, rgba(6, 43, 62, 0.25) 88%, rgba(6, 43, 62, 0) 100%) !important;
}

body.home .hero-13 .aw-primary-button {
  border: 1px solid rgba(255,255,255,0.75) !important;
}/*# sourceMappingURL=style.css.map */
