/*
Theme Name:      Bootstrap child
Theme URI:       http://childtheme-generator.com/
Description:     Bootstrap child is a child theme of  WP Bootstrap 4, created by ChildTheme-Generator.com
Author:          adventure
Author URI:      http://childtheme-generator.com/
Template:        wp-bootstrap-4
Version:         1.0.0
Text Domain:     bootstrap-child
*/

/*
    Add your custom styles here
*/

@font-face {
  font-family: "Avenir-Light";
  src:
    url("fonts/Avenir-Light.woff2") format("woff2"),
    url("fonts/Avenir-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir-Medium";
  src:
    url("fonts/AvenirLTStd-Medium.woff2") format("woff2"),
    url("fonts/AvenirLTStd-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
}

.mobile-menu-open .elementor-location-header {
  position: relative;
  z-index: 10;
}

.mobile-menu-open .elementor-15 {
  position: relative;
  z-index: 1;
}

strong {
  font-family: "Avenir-Medium", Sans-serif;
  font-weight: normal;
}

.promo-banner__inner a {
  color: #fff;
}

.promo-banner__inner a:hover,
.promo-banner__inner a:active,
.promo-banner__inner a:focus {
  color: #ac5017;
}

.elementor-widget-theme-site-logo img {
  width: 120px !important;
}

.elementor-9
  .elementor-element.elementor-element-c7c3623
  .elementor-nav-menu--dropdown
  a.elementor-item-active {
  color: #fff;
}

@media (min-width: 600px) {
  .elementor-15
    .elementor-element.elementor-element-19e5545
    .elementor-heading-title
    br {
    display: none;
  }
}

.elementor-widget-button .elementor-button {
  font-family: "Avenir-Light", Sans-serif !important;
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
  font-weight: 400 !important;
}
.product-template-default.single .mt-3r {
  margin: 0;
}

tr.fee th {
  font-weight: 400;
}

@media screen and (max-width: 47em) {
  table.shop_table_responsive tbody .fee th {
    display: block;
  }

  table.shop_table_responsive tr td[data-title="Limited-capacity trip fee"] {
    border: none;
    margin-top: -50px;
  }

  table.shop_table_responsive
    tr
    td[data-title="Limited-capacity trip fee"]::before {
    display: none;
  }
}

@media screen and (max-width: 612px) {
  table.shop_table_responsive tr td[data-title="Limited-capacity trip fee"] {
    margin-top: -70px;
  }
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
}

.trip-note {
  font-size: 15px;
  margin: 20px 0;
  position: relative;
}

.woocommerce-add-payment-method div.blockOverlay {
  background: transparent !important;
}

.woocommerce-checkout-review-order-table {
  position: relative;
  z-index: 10;
}

.woocommerce-message .button {
  margin-right: 10px;
}

.woocommerce-PaymentMethod--actions::before {
  display: none;
}

.woocommerce-PaymentMethod--actions a {
  display: inline-block;
  margin: 0 25px;
}

.product-template-default.single nav.woocommerce-breadcrumb {
  max-width: 1110px;
  margin: 0 auto 15px;
  font-size: 13px;
  color: #000;
  display: none;
}

.product-template-default.single nav.woocommerce-breadcrumb a {
  color: #000;
}

.product-template-default.single .woocommerce-product-gallery.trip-image-sec {
  width: 100%;
  text-align: center;
}

.product-template-default.single .woocommerce-product-gallery.trip-image-sec a {
  width: 100%;
  display: block;
}

.product-template-default.single
  .woocommerce-product-gallery.trip-image-sec
  a
  img.wp-post-image {
  width: 100%;
}

.product-template-default.single
  .woocommerce-product-gallery.trip-image-sec
  a.woocommerce-product-gallery__trigger {
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 99;
  padding: 10px;
}

.product-single-main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-single-main .single-prod-left,
.product-bottom-main {
  width: 70%;
  padding-right: 30px;
}

.product-single-main .single-prod-right {
  width: 30%;
  margin-top: 45px;
}
p.stock.out-of-stock {
  display: none !important;
}

.product-single-main .title-sec {
  width: 100%;
}

.product-single-main .single-prod-right .cart button.single_add_to_cart_button {
  width: 100%;
  border-radius: 0;
  background: #1760ac;
  font-size: 15px;
}

.single-product .site-main .summary.entry-summary button[type="submit"]:hover {
  background-color: rgba(20, 100, 164, 0.7215686274509804) !important;
}

.single-product .summary.entry-summary .quantity input {
  border-radius: 0 !important;
}

ul.products li.product {
  margin-right: 0;
}

@media (min-width: 480px) {
  .columns-3 ul.products.columns-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
}

@media (min-width: 768px) {
  .columns-3 ul.products.columns-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.columns-3 ul.products.columns-3 {
  margin: 0;
}

.columns-3 ul.products.columns-3 li.product {
  padding: 0 10px;
  width: auto;
}

.columns-3 ul.products.columns-3 li.product > a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns-3 ul.products.columns-3 li.product > a img {
  width: 100%;
  margin: 0 0 15px 0;
  /* min-height: 303px; */
}

.columns-3
  ul.products.columns-3
  li.product
  > a
  h2.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 38px;
}

.columns-3 ul.products.columns-3 li.product > a p.date {
  font-family: "Raleway", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #1760a0;
  line-height: 1.2;
}

.columns-3 ul.products.columns-3 li.product > a span.price {
  font-size: 16px;
}

.columns-3
  ul.products.columns-3
  li.product
  > a
  span.price
  span.woocommerce-Price-amount.amount {
  color: #000;
}

.gift-card-content .price {
  display: none;
}

.gift-banner {
  margin-bottom: 50px;
  padding: 0 0 64.5%;
  min-height: 150px;
  background: url(images/team.jpg) center top no-repeat;
  background-size: cover;
}

@media (min-width: 600px) {
  .gift-banner {
    padding: 250px 0 434px 0;
  }
}

.gift-banner h1 {
  text-align: center;
  color: #ffffff;
  font-family: "Raleway", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  visibility: hidden;
}

.gift-mobile-title {
  font-size: 28px !important;
  font-weight: 700;
  font-family: "Raleway", Sans-serif;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

@media (min-width: 600px) {
  .gift-mobile-title {
    display: none;
  }

  .gift-banner h1 {
    visibility: visible;
  }
}

#gform_wrapper_1,
#gform_wrapper_3 {
  margin-left: 10px;
  margin-right: 10px;
}

.pwgc-field-container #pwgc-message {
  width: 100%;
}

.columns-3 ul.products.columns-3 li.product a.button.add_to_cart_button {
  margin: 13px 0 0 0;
  display: inline-block;
  padding: 7px 30px;
  font-size: 14px;
  border-radius: 0;
  background: #1464a4;
  border: none;
}

.columns-3 ul.products.columns-3 li.product br {
  display: none;
}

.main-header .elementor-widget-heading {
  margin-bottom: 0;
}

.trips-section .elementor-element {
  margin-bottom: 0;
}

.trips-section .ovelay-btn {
  position: absolute;
  bottom: 0;
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.5);
}

.trips-section .overlay-text {
  position: absolute;
  top: 25px;
  z-index: 9;
}

.trips-section .overlay-text h2 span {
  font-size: 32px;
}

span.sky-blue {
  color: #0cd0f7;
  font-family: "Avenir-Medium", Sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}
span.green-text {
  color: #09e644;
  font-family: "Avenir-Medium", Sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}
span.orange-text {
  color: #f09307;
  font-family: "Avenir-Medium", Sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}
span.red-text {
  color: rgb(226, 28, 33);
  font-family: "Avenir-Medium", Sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}
span.purple-text {
  color: #6707e6;
  font-family: "Avenir-Medium", Sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}

.woocommerce mark {
  background: transparent;
}

.page-id-123 .card-body {
  position: relative;
  z-index: 200;
}

.low-stock.red-text {
  text-transform: none;
}

p a {
  color: #000;
  text-decoration: underline !important;
}

p a:hover {
  color: #1464a4;
}

.trips-outer {
  /* display: flex; */
  display: none;
  margin: 0 0;
  padding: 0 30px;
  margin-bottom: 26px;
}

.trips-outer.slick-initialized {
  display: block;
}

.button {
  cursor: pointer;
}

.trips-outer .slick-list {
  overflow: hidden;
}

.trips-outer button.slick-arrow {
  position: absolute;
  top: 38%;
  left: 0;
  font-family: "Font Awesome 5 Brands" !important;
  height: 20px;
  width: 15px;
}

.trips-outer button.slick-arrow::before {
  content: "";
  background: #000;
  height: 12px;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}

.trips-outer button.slick-arrow::after {
  content: "";
  background: #000;
  height: 12px;
  width: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-45deg);
}

.trips-outer button.slick-next.slick-arrow {
  right: 0;
  left: auto;
}

.trips-outer button.slick-next.slick-arrow::before {
  content: "\f105";
  content: "";
  transform: rotate(-45deg);
}

.trips-outer button.slick-next.slick-arrow::after {
  content: "";
  transform: rotate(45deg);
}

.trips-outer .slick-slide {
  padding: 0 7px;
}

.trips-outer .slick-slide:focus,
.trips-outer .slick-slide *:focus {
  outline: none;
}

.trips-outer .image img {
  /* min-height: 323px; */
  /*object-fit: cover;
    position: absolute;
    top: 0;*/
  height: 100%;
  width: 100%;
  display: none;
  /*object-position: top;*/
}

.trips-outer .content {
  padding: 15px 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trips-outer .content h3 {
  font-size: 15px;
  color: #000000;
  font-family: "Raleway", Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.trips-outer .content p.date {
  color: #000;
  font-family: "Raleway", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #1760a0;
  line-height: 1;
}

.svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.svg-help {
  font-size: 20px;
}

.trip-note-wrap {
  position: relative;
  max-width: 100%;
}

span.trip-note-wrap {
  display: inline-block;
}

#trip-note {
  font-size: 15px;
  color: #1760ac;
  position: absolute;
  left: 0;
  top: 30px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.ttip {
  position: relative;
  display: inline-block;
}

.ttip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.ttip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.ttip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.post-643 .entry-title,
.post-650 .entry-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.trips-outer .content p.price {
  color: #000;
  font-family: "Raleway", Sans-serif;
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 400;
}

.trips-outer .content p a {
  text-decoration: none !important;
}

.trips-outer .content p.price span.woocommerce-Price-amount.amount {
  color: #000;
}

.trips-outer .content h3 a {
  color: #000;
}

span.blue-text {
  color: #1760a0;
}

.footer-main p a {
  color: #1761a0;
}

span.blue-text strong {
  font-family: "Avenir-Medium", Sans-serif;
}

.single-product-content-outer {
  position: relative;
}

.trip-featured-image {
  margin: 0 0 -270px 0;
  position: relative;
}

@media (min-width: 768px) {
  .trip-featured-image {
    margin-bottom: -85px;
  }
}

.trip-featured-image:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 100%;
  height: 100px;
  bottom: 0px !important;
  left: 0;
  top: initial;
}

.trip-featured-image h1.entry-title {
  text-align: left;
  margin-bottom: 18px;
  font-size: 30px !important;
  font-weight: 700;
  margin-top: 10px;
}

.entry-summary.single-trip-page.container {
  margin-top: 0;
}

@media (min-width: 768px) {
  .trip-featured-image h1.entry-title {
    margin-top: 0;
    font-size: 50px !important;
    color: #fff;
  }

  .trip-featured-image .trip-title {
    position: absolute;
    left: 0;
    bottom: 84px;
    width: 100%;
  }
}

.product-single-main .single-prod-left .trip-date {
  color: #1760a0;
  margin-bottom: 14px;
  font-family: "Avenir-Medium", sans-serif;
}

.trip-availability {
  text-align: center;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.trip-availability .action-availability {
  padding: 16px 10px;
  border-radius: 0px;
  color: #fff !important;
  background: #3c17ac;
  cursor: pointer;
  font-size: 15px;
  width: 100% !important;
  float: left;
  line-height: normal;
}
.waitlistmk {
  padding: 16px 10px;
  border-radius: 0px;
  color: #fff !important;
  background: darkred;
  cursor: pointer;
  font-size: 16px;
  width: 100% !important;
  float: left;
  line-height: normal;
  text-align: center;
}
.waitlistmk:hover {
  background: #8b0000cf;
}
div#loadMoredata {
  float: left;
  width: 100%;
  text-align: center;
}
a#loadMore.hidden {
  display: none;
}
a#loadMore {
  padding: 12px 10px;
  border-radius: 3px;
  color: #fff !important;
  border: 0px;
  background: #1761a0;
  cursor: pointer;
  font-size: 15px;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
}
a#loadMore:hover {
  background: rgba(20, 100, 164, 0.7215686274509804);
}
.archive.post-type-archive-team header.page-header {
  text-align: center;
  margin: 0;
  padding: 64px 0 100px 0;
}
.archive.post-type-archive-team header.page-header h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.34em;
  text-transform: uppercase;
  color: #1464a4;
  font-weight: bold;
}

.team-loop {
  text-align: center;
  margin-bottom: 80px;
}

.team-loop .team-loop-image {
  margin: 0 0 50px 0;
}

.team-loop .team-loop-image img {
  width: 220px;
  height: 225px;
  object-fit: cover;
}

.team-loop .team-detail p {
  color: #000;
  margin: 0;
  line-height: 1.75em;
  font-size: 17px;
}

.team-listing a {
  text-decoration: none;
}

.team-container {
  padding: 70px 0;
  text-align: center;
}

.team-container .team-title {
  color: #1464a4;
  font-size: 27px;
  line-height: 1.35em;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .team-container .team-title {
    font-size: 40px;
  }
}

.team-container .team-subtitle {
  margin: 0 0 40px 0;
}

.team-container .team-subtitle h2 {
  font-size: 25px;
  line-height: 1.75em;
  margin: 0;
}

.team-container .team-subtitle span {
  line-height: 1.75em;
  text-align: center;
  font-size: 17px;
  font-family: "Avenir-Medium", Sans-serif;
}

.team-container .team-image img {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  object-fit: cover;
}

.team-container .team-image {
  margin: 0 0 40px 0;
}

.team-container .team-desc {
  max-width: 780px;
  margin: 0 auto 50px;
}

.team-container .team-desc p {
  font-size: 17px;
  line-height: 1.875em;
  text-align: left;
}

.team-container .get-in-touch a {
  font-family: "Avenir-Light", Sans-serif;
  background: #1760a0;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
}

.team-container .get-in-touch a:hover {
  background: rgba(20, 100, 164, 0.7215686274509804);
}

.trips-outer .slick-slide .image {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.trips-outer .slick-slide .image .img {
  position: relative;
  overflow: hidden;
}

.trips-outer .slick-slide .image a {
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.trips-outer .slick-track {
  display: flex !important;
}

.trips-outer .slick-slide {
  height: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.trips-outer .slick-slide > div {
  height: 100%;
}

.trips-outer .slick-slide .c-single-post {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trips-outer .slick-slide .c-single-post > a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.trips-outer .slick-slide .image .team-quick-view {
  width: 100%;
  position: absolute;
  bottom: -80px;
  transition: 0.3s ease-in-out;
}

.trips-outer .slick-slide .image .team-quick-view button.btn {
  width: 100%;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0;
  height: 50px;
  border: none;
}

.trips-outer .slick-slide .image a.join-waitlist {
  width: 100%;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0;
  height: 50px;
  border: none;
  width: 100%;
  position: absolute;
  bottom: -100px;
  transition: 0.3s ease-in-out;
  padding: 14px 0;
  outline: 0 none;
  box-shadow: 0 0;
  opacity: 0;
}

.trips-outer .slick-slide .result_hover .image a.join-waitlist {
  bottom: 0;
  opacity: 1;
}

/*.trips-outer .slick-slide .image:hover a.join-waitlist {
    bottom: 0px;
}
*/

#popmake-1283 {
  max-width: 90% !important;
  padding: 10px !important;
  background: url(images/popup-bg.jpg) no-repeat center center;
}

@media (min-width: 630px) {
  #popmake-1283 {
    max-width: 630px !important;
  }
}

#popmake-1283 .pum-content {
  border: 1px solid #000;
  padding: 10px 20px;
}

#popmake-1283 h2 {
  color: #1464a4;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}

#popmake-1283 h3 {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-indent: 54px;
}

#popmake-1283 .email-form {
  margin: 30px 0;
  padding: 0 30px;
}

@media (min-width: 630px) {
  #popmake-1283 .email-form {
    display: flex;
    margin: 103px 0;
  }
}

#popmake-1283 .email-form span.Email {
  width: 100%;
  display: block;
}

#popmake-1283 .email-form .input input {
  height: 40px;
  border: none;
}

#popmake-1283 .email-form .btn {
  border: none;
  padding: 10px 0 0;
}

@media (min-width: 630px) {
  #popmake-1283 .email-form .btn {
    width: 40%;
    padding: 0 0 0 10px;
  }
}

#popmake-1283 .email-form .btn input {
  padding: 7px 10px;
  background: #1464a4;
  border: none;
  font-size: 15px;
  width: 100%;
  height: 40px;
}

.trips-outer .slick-slide .image .team-quick-view button.btn:hover {
  background-color: rgba(255, 255, 255, 0.65);
}

.trips-outer .slick-slide:hover .image .team-quick-view {
  /* transform: translateY(-100%); */
  /* transition-duration: 300ms; */
  bottom: 0;
}

.trips-section .elementor-widget-container img {
  min-height: 550px;
  object-fit: cover;
  max-height: 550px;
  width: 100%;
}

.product-single-main .single-prod-right p strong {
  /*font-family: "Avenir-Medium", sans-serif;*/
  color: #000;
}
.level-sec,
.departure-sec {
  border-bottom: 0px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}

.trips-home-slider .modal {
  padding: 0 !important;
}

.trips-home-slider .modal .modal-dialog {
  width: 95%;
  max-width: 936px;
}

.trips-home-slider .modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}

.trips-home-slider .modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  right: 0;
  padding: 0;
  border: none;
  z-index: 99;
}

.trips-home-slider .modal .modal-dialog .modal-content .modal-body {
  padding: 30px 30px;
  display: flex;
  min-height: 610px;
  flex-wrap: wrap;
}

.trips-home-slider .modal .modal-dialog .modal-content .modal-body .quick-left {
  width: 58%;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right {
  width: 42%;
  padding: 0px 0px 0px 30px;
  color: #000;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-left
  .quick-image {
  margin: 0 0 15px 0;
}

.quick-image img {
  width: 100%;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-left
  .level-sec
  p {
  margin: 0;
  color: #000;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  .quick-title {
  font-size: 20px;
  margin: 0;
  color: #000;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  .quick-title
  a {
  color: #000;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  .quick-price {
  margin: 10px 0 10px 0;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  span.woocommerce-Price-amount.amount {
  color: #000;
}
.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  .quantity
  input {
  border-radius: 0px;
}
.single-product .summary.entry-summary .quantity input,
.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  .quantity
  input {
  width: 75px;
}
.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  .quantity {
  margin: 0 0 10px 0;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  button.single_add_to_cart_button {
  background: #1760ac;
  color: #fff;
  width: 100%;
  border: none;
  padding: 14px 10px;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  button.single_add_to_cart_button,
.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  button.single_add_to_cart_button:hover,
.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  button.single_add_to_cart_button:active,
.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  button.single_add_to_cart_button:focus,
.button:active,
.button:focus,
button.xoo-wl-action-btn:focus,
button.xoo-wl-action-btn:active,
button.xoo-wl-action-btn:active,
button.xoo-wl-action-btn:focus {
  outline: none !important;
}

button.xoo-wl-action-btn:active,
button.xoo-wl-action-btn:focus {
  box-shadow: none;
}

.elementor-9
  .elementor-element.elementor-element-599c34d
  .e--pointer-underline
  .elementor-item:after,
.elementor-9
  .elementor-element.elementor-element-599c34d
  .e--pointer-overline
  .elementor-item:before,
.elementor-9
  .elementor-element.elementor-element-599c34d
  .e--pointer-double-line
  .elementor-item:before,
.elementor-9
  .elementor-element.elementor-element-599c34d
  .e--pointer-double-line
  .elementor-item:after,
.elementor-9
  .elementor-element.elementor-element-c7c3623
  .e--pointer-underline
  .elementor-item:after {
  height: 1px !important;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  button.single_add_to_cart_button:hover {
  background: rgba(20, 100, 164, 0.7215686274509804);
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-header
  button.close {
  padding: 4px 10px;
  right: 0;
  top: 0;
  margin: 0;
  border: none;
}

.modal-backdrop {
  background: rgba(85, 85, 85, 0.75);
  opacity: 1 !important;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  .quick-cart {
  margin: 0 0 15px 0;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-level
  p {
  margin: 0 0 5px 0;
  line-height: normal;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  .quick-level
  p
  strong {
  font-family: "Avenir-Medium", Sans-serif;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .bottom-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.trips-home-slider .modal .modal-dialog .modal-content .modal-body .quick-desc {
  font-size: 17px;
  color: #000;
  width: 58%;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-right
  .quick-level.level-sec {
  padding-left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-level.level-sec {
  width: 42%;
  padding: 3px 0 0 30px;
  color: #000;
  border-bottom: 0;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-level.level-sec
  p {
  line-height: 25px;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .bottom-section
  .quick-level
  p.departure-text {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .bottom-section
  .quick-level
  p.departure-text
  + p {
  display: inline-block;
}

.promo-banner__inner {
  text-align: center;
  background: #1760ac;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
}

.promo-banner__inner .promo-banner__title {
  font-family: "Avenir-Medium", Sans-serif;
}

p.registration.successful {
  color: green;
  text-align: center;
}

.trip-featured-image img {
  width: 100%;
}

.login label.woocommerce-form__label.woocommerce-form-login__rememberme {
  margin: 0 0 10px 0;
  width: 100%;
}

.woocommerce-account
  div#customer_login
  p.form-row
  button.woocommerce-button.button,
.au-button,
.woocommerce-address-fields .button {
  background: #1464a4;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
  text-decoration: none !important;
}

.woocommerce-account
  div#customer_login
  p.form-row
  button.woocommerce-button.button:hover,
.au-button:hover,
.au-button:active,
.woocommerce-address-fields .button:hover,
.woocommerce-address-fields .button:active {
  color: #fff;
  background: rgba(20, 100, 164, 0.7215686274509804) !important;
}

.au-button:focus,
..woocommerce-address-fields .button .button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.pum-container .wpcf7 form.sent .wpcf7-response-output {
  margin: 5px 0 00;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 630px) {
  .pum-container .wpcf7 form.sent .wpcf7-response-output {
    margin: -32px 0 0;
  }
}

div.wpcf7 .ajax-loader,
body img.gform_ajax_spinner {
  display: none !important;
}

.woocommerce-account div#customer_login {
  margin: 0 -10px;
}

.woocommerce-account div#customer_login p.form-row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.shop_table.shop_table_responsive.woocommerce-cart-form__contents .coupon {
  width: 400px;
  float: left;
}

.woocommerce-cart-form
  .shop_table.shop_table_responsive.woocommerce-cart-form__contents
  .coupon
  button.button {
  margin: 0;
}

.woocommerce-cart-form
  .shop_table.shop_table_responsive.woocommerce-cart-form__contents
  button.button {
  margin: 0;
  background: #1464a4;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 9px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
}

.woocommerce-cart-form
  .shop_table.shop_table_responsive.woocommerce-cart-form__contents
  button.button:hover {
  background: rgba(20, 100, 164, 0.7215686274509804) !important;
}

.woocommerce-table--order-details tfoot tr:first-child th {
  font-weight: 400;
}

.woocommerce-cart-form
  .shop_table.shop_table_responsive.woocommerce-cart-form__contents
  .coupon
  input#coupon_code {
  margin-right: 10px;
}

.cart-collaterals tr.cart-subtotal {
  display: none;
}

.cart-collaterals tr.cart-subtotal {
  display: none;
}

.wc-item-meta a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.wc-proceed-to-checkout #pwgc-redeem-gift-card-form br {
  display: none;
}

.wc-proceed-to-checkout #pwgc-redeem-gift-card-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wc-proceed-to-checkout #pwgc-redeem-gift-card-container label {
  margin: 0 10px 0 0;
}

.wc-proceed-to-checkout
  #pwgc-redeem-gift-card-container
  input#pwgc-redeem-gift-card-number {
  margin-right: 10px;
}

.wc-proceed-to-checkout
  #pwgc-redeem-gift-card-container
  input#pwgc-redeem-button {
  margin: 0;
  background: #1464a4;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 9px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
}

.wc-proceed-to-checkout
  #pwgc-redeem-gift-card-container
  input#pwgc-redeem-button:hover {
  background: rgba(20, 100, 164, 0.7215686274509804);
}

.wc-proceed-to-checkout a.checkout-button.button {
  margin: 0;
  background: #1464a4 !important;
  color: #fff;
  border: none;
  font-size: 17px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
}

.wc-proceed-to-checkout a.checkout-button.button:hover {
  background: rgba(20, 100, 164, 0.7215686274509804) !important;
}

.widget_shopping_cart_content
  .elementor-menu-cart__footer-buttons
  a.elementor-button {
  margin: 0;
  background: #1464a4;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 9px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
}

.widget_shopping_cart_content
  .elementor-menu-cart__footer-buttons
  a.elementor-button:hover {
  opacity: 0.8;
}

.woocommerce-cart-form table.shop_table.cart .product-thumbnail {
  width: 200px;
}

.woocommerce-cart-form table.shop_table.cart a {
  color: #1464a4;
}

.woocommerce-cart-form table.shop_table.cart .product-remove a.remove {
  background: #000;
  color: #fff !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
}

.woocommerce-cart-form table.shop_table.cart .product-remove {
  width: 20px;
}

.product-single-main .single-prod-right p.stock {
  display: block;
}

.product-single-main .single-prod-right .level-sec p span.orange-text {
  text-transform: uppercase;
}

.level-sec p {
  margin: 0;
}

.departure-sec p {
  margin: 0;
  display: inline-block;
}

.departure-sec p.mkdept {
  margin-right: 8px;
}
.name {
  font-family: "Avenir-Medium", Sans-serif;
}

.quick-cart .stock {
  display: none;
}

.quick-level.level-sec p span {
  text-transform: uppercase;
  font-size: 18px;
}
.quick-level.level-sec p span.mklearn {
  text-transform: none;
}
span.mklearn {
  margin-left: 5px;
}
.gift-card-section.container {
  max-width: 600px;
}

.gift-card-section .gift-card-header {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.gift-card-section .gift-card-header .card-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
}

.gift-card-section .gift-card-content p.price {
  color: #000;
}

.gift-card-content .quantity {
  display: none !important;
}

.gift-card-section .gift-card-content p.price span.woocommerce-Price-amount {
  color: #000;
}

.gift-card-section .gift-card-content form table.variations td {
  display: block;
  padding: 0;
  border: none;
}

.gift-card-section .gift-card-content form table.variations tr {
  display: block;
}

.gift-card-section .gift-card-content form table.variations td label {
  font-size: 16px;
  font-weight: 600;
}

.gift-card-section
  .gift-card-content
  form
  table.variations
  td
  a.reset_variations {
  font-size: 14px;
  color: #000;
}

.gift-card-section
  .gift-card-content
  form
  .woocommerce-variation-add-to-cart
  .quantity
  input {
  width: 60px;
}

.gift-card-section
  .gift-card-content
  form
  .woocommerce-variation-add-to-cart
  input {
  height: 55px;
}

.gift-card-section
  .gift-card-content
  form
  .woocommerce-variation-add-to-cart
  .quantity {
  margin: 0 0 20px 0;
}

.gift-card-section
  .gift-card-content
  form
  table.variations
  td
  select#gift-card-amount {
  height: 55px;
}

.gift-card-section
  .gift-card-content
  form
  .woocommerce-variation-add-to-cart
  button.single_add_to_cart_button {
  background-color: #1464a4;
  color: #fff;
  border-radius: 4px;
  border: none;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1;
}

.gift-card-section
  .gift-card-content
  form
  .woocommerce-variation-add-to-cart
  button.single_add_to_cart_button:hover {
  opacity: 0.8;
}

.modal-backdrop {
  background: rgba(42, 42, 42, 0.9);
}

#myModal .modal-dialog {
  box-shadow: 0 0 !important;
  border-radius: 0;
  width: 100% !important;
  max-width: 630px !important;
  box-sizing: border-box !important;
  max-height: initial !important;
  min-width: auto !important;
  border: none !important;
  background: url(/adventure/wp-content/uploads/2020/06/popup-bg.jpg) no-repeat
    center center;
  padding: 10px 10px !important;
  top: 50%;
  transform: translate(0, -50%);
}

.sgpb-popup-dialog-main-div-wrapper
  .sgpb-popup-dialog-main-div-theme-wrapper-1
  img.sgpb-popup-close-button-1 {
  top: 20px;
  right: 20px !important;
}

#myModal .modal-content .modal-body form.wpcf7-form h2 {
  color: #1464a4;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}

#myModal .modal-content .modal-body form.wpcf7-form h3 {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-indent: 54px;
}

#myModal .modal-content .modal-body form.wpcf7-form .email-form {
  margin: 103px 0;
  display: flex;
  padding: 0 30px;
}

#myModal .modal-dialog .modal-content {
  border: 1px solid #000;
  padding: 10px 20px;
  background: transparent;
  border-radius: inherit;
}

#myModal .modal-dialog .modal-content .modal-header {
  position: absolute;
  border: none;
  padding: 0;
  right: 20px;
  top: 20px;
}

#myModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#myModal .modal-content .modal-body form.wpcf7-form .email-form .btn {
  padding: 0 0 0 10px;
  border: none;
  width: 40%;
}

#myModal .modal-dialog .modal-content .modal-header button.close {
  padding: 0;
}

#myModal .modal-content .modal-body form.wpcf7-form .email-form .btn input {
  padding: 7px 10px;
  background: #1464a4;
  border: none;
  font-size: 15px;
  width: 100%;
  height: 40px;
}

#myModal .modal-content .modal-body form.wpcf7-form .email-form .input input {
  height: 40px;
  border: none;
}
#myModal .modal-content .modal-body form.wpcf7-form .email-form span.Email {
  width: 100%;
  display: block;
}

#myModal
  .modal-content
  .modal-body
  form.wpcf7-form
  .email-form
  span.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  bottom: -26px;
}

#myModal .modal-content .modal-body form.wpcf7-form .wpcf7-validation-errors {
  position: absolute;
  bottom: 0;
  background: #e4d500;
  font-size: 14px;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0;
  margin: 0;
}

#myModal .modal-content .modal-body form.wpcf7-form .wpcf7-mail-sent-ok {
  position: absolute;
  bottom: 0;
  background: #318a0b;
  font-size: 14px;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0;
  margin: 0;
}

.c-single-post {
  position: relative;
}

.c-single-post .waitlist {
  background: #ac2b17;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: 9;
  font-size: 15px;
}

.c-single-post .spots {
  background: #1760ac;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: 9;
  font-size: 15px;
}

button.xoo-wl-action-btn:hover {
  opacity: 0.8;
}

.button-group.filters-button-group {
  text-align: center;
  margin: 0 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button-group.filters-button-group button,
.button-group.filters-button-group input[type="submit"] {
  border: none;
  padding: 8px 16px;
  background: transparent;
  border: 2px solid #1761a0;
  color: #1761a0;
  margin: 0px 5px;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
}

.submit-wrap {
  position: relative;
}

.search-menu-sec
  .search-menu-dropdown
  ul.dropdown-menu
  input[type="submit"].apply-btn {
  padding-left: 30px;
}

.submit-wrap .fa-check {
  position: absolute;
  left: 10px;
  top: 3px;
  z-index: 10;
  color: #1761a0;
}

.submit-wrap:hover .fa-check {
  color: #fff;
}

.button-group.filters-button-group button.is-checked {
  background: #1761a0;
  color: #fff;
}

.woocommerce-form-login.login .form-row {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce-form-login.login .woocommerce-form-login__submit {
  background: #1464a4;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 9px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
}

.woocommerce-form-login.login .woocommerce-form-login__submit:hover {
  background: rgba(20, 100, 164, 0.7215686274509804);
}

.woocommerce-checkout .form-row,
.woocommerce-ResetPassword .form-row {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce-checkout .form-row label {
  width: 100%;
}

.woocommerce-checkout .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-checkout
  .form-row.mailchimp-newsletter
  .woocommerce-form__label-for-checkbox {
  width: auto;
  margin: 0 0 0 9px;
}

.woocommerce-checkout .form-row.place-order #pwgc-redeem-gift-card-form {
  width: 100%;
  text-align: center;
}

.woocommerce-checkout
  .form-row.place-order
  #pwgc-redeem-gift-card-form
  #pwgc-redeem-button {
  background: #1464a4;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 9px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
  margin: 20px auto 0 !important;
}

.woocommerce-checkout
  .form-row.place-order
  #pwgc-redeem-gift-card-form
  #pwgc-redeem-button:hover {
  background: rgba(20, 100, 164, 0.7215686274509804);
}

.woocommerce-checkout .form-row.place-order #place_order {
  background: #1464a4;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 9px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
  margin: 0;
  float: right;
}

.woocommerce-checkout .form-row.place-order #place_order:hover {
  background: rgba(20, 100, 164, 0.7215686274509804) !important;
}

form.checkout_coupon.woocommerce-form-coupon {
  padding: 0 0px;
  margin-bottom: 20px;
}

.woocommerce-form.woocommerce-form-login.login {
  padding: 0 0px;
  margin-bottom: 20px;
}

form.checkout_coupon.woocommerce-form-coupon button.button,
.checkout_pw_gift_card .button {
  background: #1464a4;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 9px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
  margin: 0 !important;
}

form.checkout_coupon.woocommerce-form-coupon button.button:hover,
.checkout_pw_gift_card .button:hover {
  background: rgba(20, 100, 164, 0.7215686274509804);
}

#order_comments {
  height: 150px !important;
}

#customer_details {
  margin: 0 -15px;
}

#order_review.woocommerce-checkout-review-order th,
#order_review.woocommerce-checkout-review-order td {
  padding: 8px 0;
}

#payment .wc_payment_methods.payment_methods {
  padding-left: 0;
}

#info .elementor-tab-content {
  padding: 0 0 0 36px;
}

p.name .reg-text {
  font-family: "Avenir-Light", Sans-serif;
}

.search-menu-sec {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0 10px;
}

.search-menu-sec .search-menu-dropdown {
  display: inline-block;
  position: relative;
}

.search-menu-sec .search-menu-dropdown button.drop-btn {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #2d2d2d;
  font-size: 13px;
  margin: 0 5px 0 0;
  cursor: pointer;
  box-shadow: 0 0;
  outline: 0 none;
}
.search-menu-sec .search-menu-dropdown a.trip-rating {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #2d2d2d;
  font-size: 13px;
  margin: 0 5px 0 0;
  cursor: pointer;
  box-shadow: 0 0;
  outline: 0 none;
  padding: 8px 16px;
  line-height: normal;
}
.search-menu-sec .search-menu-dropdown button.drop-btn:hover {
  background: #1c61a0;
  color: #fff;
  border-color: #1c61a0;
}

.search-menu-sec .search-menu-dropdown.activediv button.drop-btn {
  background: #1c61a0;
  color: #fff;
  border-color: #1c61a0;
}

.search-menu-sec .search-menu-dropdown.activediv button.drop-btn {
  background: #1c61a0;
  color: #fff;
  border-color: #1c61a0;
}

.search-menu-sec .search-menu-dropdown ul.dropdown-menu {
  border: 0;
  padding: 14px 14px;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  min-width: 200px;
}

.search-menu-sec .search-menu-dropdown ul.dropdown-menu .form-group p {
  font-size: 14px;
  margin: 0;
  line-height: initial;
}

.search-menu-sec
  .search-menu-dropdown
  ul.dropdown-menu
  .form-group
  label.radio {
  margin: 8px 0;
  line-height: initial;
  display: block;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 21px;
}

.search-menu-sec
  .search-menu-dropdown
  ul.dropdown-menu
  .form-group
  label.radio
  input[type="radio"] {
  position: absolute;
  left: 0;
  top: 3px;
}

.search-menu-sec .search-menu-dropdown ul.dropdown-menu .apply-btn {
  margin: 0;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
}

.search-menu-sec .search-menu-dropdown ul.dropdown-menu .apply-btn:hover {
  background: #1761a0;
  color: #fff;
  border-color: #1761a0;
}

.search-menu-sec .search-menu-dropdown ul.dropdown-menu .form-group {
  margin-bottom: 11px;
}

.search-menu-sec .search-menu-dropdown.activediv ul.dropdown-menu {
  display: block;
}

.login a.elementor-item {
  font-size: 0px !important;
}

.login a.elementor-item:before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-size: 20px !important;
  text-indent: 0px;
  color: #000;
  opacity: 1 !important;
  background: transparent !important;
  position: relative !important;
  height: auto;
}

.menu-left nav ul.elementor-nav-menu li.menu-item:first-child a.elementor-item {
  padding-left: 0;
}

.menu-left
  nav.elementor-nav-menu--main
  ul.elementor-nav-menu
  li.menu-item
  a.elementor-item {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 1160px) {
  .menu-left
    nav.elementor-nav-menu--main
    ul.elementor-nav-menu
    li.menu-item
    a.elementor-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1340px) {
  .menu-left
    nav.elementor-nav-menu--main
    ul.elementor-nav-menu
    li.menu-item
    a.elementor-item {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.elementor-9
  .elementor-element.elementor-element-599c34d
  .elementor-nav-menu
  .elementor-item {
  font-size: 14px !important;
}

@media (min-width: 1160px) {
  .elementor-9
    .elementor-element.elementor-element-599c34d
    .elementor-nav-menu
    .elementor-item {
    font-size: 16px !important;
  }
}

.cart-section a#elementor-menu-cart__toggle_button {
  padding-right: 10px;
  padding-bottom: 9px;
  padding-left: 10px;
  height: 45px;
  position: relative;
}

.elementor-widget-nav-menu div.elementor-menu-toggle {
  position: relative !important;
  top: 1px;
  left: -8px;
}

.user-icon {
  position: relative;
  right: 0;
  width: 115px !important;
}

.page-id-565 h1.entry-title.h2 {
  display: none;
}

.footer-form .gform_wrapper form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 940px;
}

.footer-form .gform_wrapper form .gform_body {
  width: 100%;
}

.footer-form .gform_wrapper .gform_body ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-form .gform_wrapper .gform_body ul li {
  margin: 0;
  width: 49%;
  padding: 0 !important;
}

.footer-form .gform_wrapper .gform_body ul li input {
  margin: 0;
  border: none !important;
  border-radius: 0;
  font-size: 15px !important;
  color: #000;
  padding: 11px 0 !important;
  min-height: 1px !important;
  line-height: normal !important;
}

.footer-form .gform_wrapper .gform_body ul li input:focus {
  outline: none;
  box-shadow: none;
}

.footer-form .gform_wrapper .gform_body ul li .ginput_container {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #000;
  padding: 0 0 0 30px;
  margin: 0 !important;
}

.footer-form .gform_wrapper .gform_body ul li .ginput_container:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 14px;
  top: 14px;
  left: 10px;
  line-height: normal;
}

.gform_wrapper .gform_footer input.button {
  background: #1760ac;
  border: none;
}

.gform_wrapper .gform_footer input.button:hover {
  background: rgba(20, 100, 164, 0.7215686274509804);
}

.footer-form .gform_wrapper .gform_body ul li .ginput_container_email:before {
  content: "\f0e0";
}

.footer-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0 0 0 15px;
  width: auto;
}

.footer-form .gform_wrapper .gform_footer input {
  margin: 0 !important;
  background: #000;
  border-radius: 0 !important;
  border-color: #000;
  font-size: 15px !important;
  padding: 12px 24px;
  line-height: normal !important;
  min-height: 2px !important;
}

.footer-form .gform_confirmation_messag {
  text-align: center;
}

.footer-form .gform_wrapper div.validation_error {
  display: none;
}

.footer-form .gform_wrapper li.gfield.gfield_error {
  background: transparent;
  border: none;
  padding: 0;
}

.footer-form .gform_wrapper .gform_body ul li .validation_message {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #ec4d4d;
  position: absolute;
  bottom: -6px;
}

.footer-form
  .gform_wrapper
  .gform_body
  ul
  li.gfield.gfield_error
  .ginput_container {
  border-color: #ec4d4d;
}

.footer-form #gform_ajax_spinner_2 {
  position: absolute;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  text-transform: capitalize;
}

.woocommerce-MyAccount-navigation ul a {
  color: #1464a4;
}

.woocommerce-MyAccount-navigation ul a:before {
  margin: 0 9px 0 0;
}

.trip-guide span.trip-guide-title {
  font-family: "Avenir-Medium", sans-serif;
  font-weight: normal;
  margin: 20px 0 10px 0;
  display: block;
  font-size: 18px;
}

.trip-guide .guide-title {
  text-align: center;
  margin: 10px 0 0 0 !important;
  width: 100%;
  text-decoration: underline;
}
.guide-image {
  display: inline-block;
  width: 250px;
}

.guide-image img {
  width: 100%;
}

/*.trip-availability .action-availability {
    padding: 10px;
    border-radius: 5px;
    color: #3c17ac !important;
    border: 2px solid #3c17ac;
    cursor: pointer;
}*/

/* .page-id-64 .elementor-9 .elementor-element.elementor-element-58bc492,
.page-id-91 .elementor-9 .elementor-element.elementor-element-58bc492,
.page-id-76 .elementor-9 .elementor-element.elementor-element-58bc492,
.page-id-83 .elementor-9 .elementor-element.elementor-element-58bc492,
.page-id-286 .elementor-9 .elementor-element.elementor-element-58bc492 {
    margin-bottom: 15px;
}

.page-id-185 .elementor-9 .elementor-element.elementor-element-58bc492,
.page-id-191 .elementor-9 .elementor-element.elementor-element-58bc492,
.page-id-196 .elementor-9 .elementor-element.elementor-element-58bc492 {
    margin-bottom: 3px;
} */

.trip-availability .action-availability:hover {
  color: #fff !important;
  background-color: rgba(60, 23, 172, 0.7215686274509804);
}

.guide-title {
  width: auto;
  display: inline-block;
  margin-left: 20px !important;
  color: #1760ac;
}

.trip-guide {
  margin-bottom: 30px;
}

.trip-guide a {
  color: #1760a0;
}

.trips-home-slider
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .quick-level.level-sec
  .waitlist {
  color: #ac2b17 !important;
  display: none;
}

.woocommerce-MyAccount-content .edit-account p.form-row {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce-MyAccount-content .edit-account button.woocommerce-Button.button,
.woocommerce-Button {
  margin: 0;
  background: #1464a4;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 9px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: initial;
  cursor: pointer;
}

.woocommerce-MyAccount-content
  .edit-account
  button.woocommerce-Button.button:hover,
.woocommerce-Button:hover {
  background: rgba(20, 100, 164, 0.7215686274509804) !important;
  color: white;
  text-decoration: none;
}

.woocommerce-ResetPassword .form-row-first .woocommerce-Input,
.woocommerce-ResetPassword .form-row-last .woocommerce-Input {
  width: 100%;
  margin: 10px 0;
}

@media (min-width: 800px) {
  .woocommerce-ResetPassword .form-row-first .woocommerce-Input,
  .woocommerce-ResetPassword .form-row-last .woocommerce-Input {
    width: 40%;
    margin: 0 10px;
  }
}

#post-127 .woocommerce-ResetPassword .form-row-first .woocommerce-Input,
#post-127 .woocommerce-ResetPassword .form-row-last .woocommerce-Input {
  width: auto;
}

div#stripe-payment-data p {
  display: none;
}

form#pwgc-redeem-form input#pwgc-redeem-gift-card-number {
  text-align: center;
}

form#pwgc-redeem-form {
  display: none;
}

div#payment label {
  width: 90%;
}

div#stripe-payment-data ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 10px;
}

.form-row.place-order {
  text-align: center;
  align-items: center !important;
  justify-content: center;
}

.sgpb-popup-dialog-main-div-theme-wrapper-6 {
  width: 600px;
  margin: 0px auto;
  right: 0px !important;
  left: 0 !important;
}
.sgpb-popup-dialog-main-div-theme-wrapper-6 .sgpb-content {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-MyAccount-content ul {
  list-style: none;
}

.woocommerce-MyAccount-content th {
  font-size: 17px;
  font-weight: bold;
  text-align: center !important;
}
.woocommerce-MyAccount-content th span {
  width: 100%;
}

.woocommerce-table--order-details tfoot th {
  text-align: left !important;
}

.woocommerce-view-order .woocommerce-MyAccount-content td.product-name ul {
  padding-left: 0;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-content td {
    text-align: center !important;
  }

  .woocommerce-view-order .woocommerce-MyAccount-content td.product-name,
  .woocommerce-view-order
    .woocommerce-MyAccount-content
    th.product-name:first-child {
    text-align: left !important;
  }
}

body .login .sub-menu {
  background: #1761a0;
  margin: 0 0 0 -80px !important;
  width: 100% !important;
  max-width: 400px !important;
  padding: 0 !important;
  right: 0px !important;
  left: initial !important;
  color: #ffff;
  font-size: 14px !important;
  box-shadow: 1px 9px 15px -6px rgba(0, 0, 0, 0.5);
}
body .login .sub-menu li {
  text-align: center;
  width: 100%;
  float: left;
  border-bottom: 1px solid #9b9b9b;
}
body .login .sub-menu li a {
  text-align: center;
  width: 100%;
  float: left;
  background: #fff;
  color: #494c4f;
  padding: 5px !important;
  margin: 0px !important;
  white-space: initial !important;
  display: initial !important;
  border: 0px !important;
}

.elementor-9
  .elementor-element.elementor-element-18b898f
  .elementor-nav-menu--dropdown
  a.elementor-item-active {
  color: #fff;
}

body .login .sub-menu li a:hover {
  background-color: #1464a4;
  color: #fff;
}
button#place_order {
  background: #1464a4;
  color: #fff;
  border: 0px;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
}
button#place_order:hover {
  background: #1464a4b3;
}
ul.woocommerce-PaymentMethods.payment_methods.methods {
  padding: 0px;
}
p.registration,
p.form-row.form-row-wide.mailchimp-newsletter,
.woocommerce-privacy-policy-text {
  display: none !important;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar ul {
  padding: 0px;
}
h3.woo-wallet-sidebar-heading a {
  color: #1760ac;
}
.product .woocommerce-loop-product__link {
  position: relative;
}
.waitlist-shop {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 20px;
  color: #fff;
  background: #1761a0;
  font-size: 16px;
}
.waitlist {
  background: darkred;
}

.nav-tabs {
  border: 0px !important;
}
.nav-tabs .nav-item.nav-link {
  border: 0px;
  background: #1761a0;
  margin-right: 20px;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.nav-tabs .nav-item.nav-link:hover {
  background: #000;
}
.nav-tabs .nav-item.nav-link:last-child {
  margin-right: 0px;
}
form.form-horizontal .col-md-12 {
  margin-bottom: 20px;
}
form.form-horizontal input {
  padding: 12px !important;
  height: auto !important;
}
form.form-horizontal input.btn.btn-primary {
  padding: 12px 30px !important;
}

.woocommerce-MyAccount-content input[type="submit"] {
  background: #1464a4;
  border: none;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  border: none;
}

.woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-MyAccount-content input[type="submit"]:active {
  background: rgba(20, 100, 164, 0.7215686274509804);
  outline: none;
}

.cart-section {
  width: 42px !important;
}

.footer-gravityform .gform_footer input.button {
  background: #1464a4;
  border: none;
  font-size: 15px !important;
  padding: 12px 24px;
  border-radius: 3px !important;
}

.footer-gravityform .gform_footer input.button:hover {
  background: rgba(20, 100, 164, 0.7215686274509804);
}

.page-template-full-width .site-main {
  padding: 0 35px;
}

.short-desc-sec p {
  cursor: pointer;
}

.short-desc-sec p:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0d8";
  margin-right: 10px;
}

.short-desc-sec p.active:before {
  content: "\f0da";
}

.fixed-bg {
  background-attachment: fixed !important;
}

/*************************guide-wiki page css***************************/

.guide-wiki-nav {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
  vertical-align: top;
  padding: 0 1%;
}

.guide-wiki-nav .nav-tabs {
  display: block;
  list-style: decimal inside;
}

.guide-wiki-nav ul > a {
  display: block;
  margin: 0 0 10px 0 !important;
}

.guide-wiki-nav ul > li {
  padding: 0 20px;
  margin-bottom: 5px !important;
  display: block;
}
.guide-wiki-nav ul > li a {
  text-decoration: none;
  color: #000;
}

.guide-wiki-nav ul > li a:hover {
  color: #1761a0;
}

@media (min-width: 992px) {
  .user-icon {
    position: absolute;
  }
  .cart-section {
    position: absolute;
    right: 125px;
  }
}

@media (max-width: 991px) {
  .trips-home-slider .modal .modal-dialog .modal-content .modal-body {
    padding: 20px 20px;
  }

  .trips-outer .image img {
    /*min-height: 180px;*/
    object-fit: cover;
  }

  .trips-section .elementor-image img {
    min-height: 310px;
    object-fit: cover;
    max-height: 310px;
  }

  .mob-top-header .elementor-container .cart {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .mob-top-header .elementor-container {
    justify-content: flex-end;
  }

  .mob-top-header .elementor-container .mob-menu {
    width: 55px;
    position: static;
  }

  .mob-top-header .elementor-container .mob-menu div {
    position: static;
  }

  .mob-top-header
    .elementor-container
    .mob-menu
    nav.elementor-nav-menu--dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 99;
  }
}

@media (max-width: 767px) {
  .trips-outer .slick-slide .image a.join-waitlist {
    display: none;
  }

  .trips-section .elementor-image img {
    min-height: auto;
    object-fit: cover;
    width: 100%;
    max-height: initial;
  }
  .trips-section .elementor-image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }

  .trips-home-slider .modal .modal-dialog .modal-content .modal-body {
    display: block;
  }

  .trips-home-slider
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .quick-left {
    width: 100%;
  }

  .trips-home-slider
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .quick-right {
    width: 100%;
    padding: 20px 0 0 0;
    color: #000;
  }

  .trips-home-slider .modal .modal-dialog .modal-content {
    margin: 40px 0;
  }

  .trips-section .elementor-image img {
    min-height: auto;
    object-fit: cover;
  }

  .trips-section .ovelay-btn {
    padding: 20px 0 20px 0;
    background: transparent;
  }

  .trips-outer {
    padding: 0 15px;
  }

  .product-single-main .single-prod-left,
  .product-bottom-main {
    width: 100%;
    padding-right: 0;
  }

  .product-single-main .single-prod-right {
    width: 100%;
  }

  .main-header .logo-left {
    width: 88px !important;
  }

  .trips-home-slider
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .bottom-section {
    display: block;
  }

  .trips-home-slider
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .quick-desc {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-id-127 .woocommerce .col2-set {
    display: block;
  }

  .page-id-127 .woocommerce .col2-set .col-1,
  .page-id-127 .woocommerce .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
  }

  .trips-home-slider
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .quick-level.level-sec {
    width: 100%;
    padding: 0px;
  }

  .archive.post-type-archive-team header.page-header {
    text-align: center;
    margin: 0;
    padding: 0 0 50px 0;
  }

  .archive.post-type-archive-team header.page-header h1 {
    font-size: 36px;
  }

  .team-loop .team-loop-image {
    margin: 0 0 10px 0;
  }

  .team-loop {
    text-align: center;
    margin-bottom: 60px;
  }

  .sgpb-popup-dialog-main-div-theme-wrapper-6 {
    width: 90% !important;
  }

  .sgpb-popup-dialog-main-div-theme-wrapper-6 .sgpb-content {
    box-sizing: border-box !important;
  }

  .guide-wiki-nav {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 479px) {
  .single-product .wp-bp-content-width {
    padding-left: 0;
    padding-right: 0;
  }

  .single-product .outer-container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  table.shop_table_responsive tr td.product-thumbnail,
  table.shop_table_responsive tr td.product-remove {
    text-align: center;
  }

  .columns-3 ul.products.columns-3 li.product {
    margin: 0 0 35px 0;
    width: 100%;
    padding: 0 10px;
  }

  .footer-form .gform_wrapper form,
  .footer-form .gform_wrapper .gform_body ul {
    flex-wrap: wrap;
  }

  .footer-form .gform_wrapper .gform_body ul li {
    margin: 0;
    width: 100%;
    padding: 0 !important;
  }

  .footer-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
  }

  .trip-availability .action-availability {
    padding: 10px 9px;
    font-size: 14px;
  }

  .guide-image {
    display: inline-block;
    width: 50%;
  }

  .guide-image img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .elementor-menu-cart__container
    .elementor-menu-cart__main
    .cart.woocommerce-cart-form__contents {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .trips-outer .slick-slide:hover .image a.join-waitlist {
    bottom: 0;
    opacity: 1;
    display: block;
  }
  .product-single-main .title-sec h1.product_title.entry-title {
    font-size: 30px !important;
    color: #000;
  }
  .trip-featured-image {
    margin: 0 0 0px 0;
  }
  .trip-featured-image:after {
    display: none;
  }
  .trips-outer .slick-slide .image a {
    z-index: 999999;
  }

  .elementor-83
    .elementor-element.elementor-element-27ee658
    > .elementor-container {
    padding: 0 0 45%;
    min-height: 150px;
  }

  .page-id-83
    .elementor-83
    .elementor-element.elementor-element-6e44abd
    .elementor-heading-title {
    font-size: 36px;
    visibility: hidden;
  }

  @media (min-width: 600px) {
    .page-id-83
      .elementor-83
      .elementor-element.elementor-element-6e44abd
      .elementor-heading-title {
      visibility: visible;
    }
  }
  body.page-id-286 .gift-card-section.container {
    padding: 0;
  }
}
@media (max-width: 480px) {
  body.page-id-123
    .shop_table.shop_table_responsive.woocommerce-cart-form__contents
    .coupon {
    width: 100%;
    display: block;
    text-align: left;
  }
  body.page-id-123 .card-body,
  body.page-id-125 .card-body,
  body.page-id-127 .card-body {
    padding: 0;
  }
  body.page-id-123
    .shop_table.shop_table_responsive.woocommerce-cart-form__contents
    .coupon
    input#coupon_code {
    width: 100% !important;
    margin: 0 !important;
  }
  body.page-id-123
    .shop_table.shop_table_responsive.woocommerce-cart-form__contents
    .coupon
    button.button {
    width: 100%;
    margin: 10px 0 !important;
  }
  body.page-id-123
    form.woocommerce-cart-form
    table.shop_table_responsive
    tr
    td
    button.button {
    width: 100%;
  }
  body.page-id-123 .woocommerce-cart-form table.shop_table.cart .product-remove,
  body.page-id-123
    .woocommerce-cart-form
    table.shop_table.cart
    .product-thumbnail {
    width: 100%;
  }
  body.page-id-123
    .woocommerce-cart-form
    table.shop_table.cart
    .product-thumbnail:before {
    display: none;
  }
  body.page-id-123
    .woocommerce-cart-form
    table.shop_table.cart
    .product-remove
    a {
    display: inline-block;
  }
  body.page-id-123 .woocommerce .cart-collaterals .cart_totals {
    padding-top: 30px;
  }
  body.page-id-123 .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 30px;
  }
  body.page-id-123 h1,
  body.page-id-125 h1 {
    font-size: 30px;
  }
  body.page-id-125 #customer_details {
    flex-wrap: wrap;
  }
  body.page-id-125 #customer_details .col-1,
  body.page-id-125 #customer_details .col-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  body.page-id-125 div#order_review {
    font-size: 16px;
  }
  .team-container {
    padding: 20px 0;
  }
  .team-container .team-image img {
    width: 200px;
    height: 200px;
  }
  /* body.page-id-127 tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order td {
    font-size: 14px;
} */

  .woocommerce-MyAccount-orders .woocommerce-orders-table__row:nth-child(even) {
    background: #f3f3f3;
  }
  body.page-id-127
    .woocommerce-MyAccount-content
    .u-columns.woocommerce-Addresses.col2-set.addresses {
    display: block;
  }
  body.page-id-127
    .woocommerce-MyAccount-content
    .u-columns.woocommerce-Addresses.col2-set.addresses
    .u-column1.col-1.woocommerce-Address,
  body.page-id-127
    .woocommerce-MyAccount-content
    .u-columns.woocommerce-Addresses.col2-set.addresses
    .u-column2.col-2.woocommerce-Address {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
body.page-id-127
  .woocommerce-MyAccount-content
  .woo-wallet-my-wallet-container
  .woo-wallet-content
  ul.woo-wallet-transactions-items {
  padding-left: 0;
}

.elementor-102 .elementor-element.elementor-element-722448d {
  font-weight: 400 !important;
}

.cookie-notice-container {
  text-align: left;
}

#cookie-notice .cn-buttons-container {
  display: block;
  text-align: center;
}

#cookie-notice .cookie-notice-container .cn-button {
  margin-left: 0;
}

.big-bg h2 {
  color: #1464a4;
  font-size: 50px;
  font-weight: normal;
  font-family: "Raleway", Sans-serif;
}

@media (max-width: 599px) {
  .elementor .big-bg > .elementor-container.elementor-column-gap-default {
    max-width: 100%;
  }

  .big-bg
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated {
    padding: 0;
  }

  .elementor .elementor-element.big-bg {
    padding: 0;
  }

  .big-bg .elementor-widget-image {
    margin-bottom: 0;
  }

  .big-bg .elementor-widget-text-editor {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(240, 240, 240, 0.4);
  }

  .big-bg .elementor-widget-text-editor p {
    display: none;
  }

  .big-bg h2 {
    font-size: 24px;
    padding: 10px;
  }
}

@media (min-width: 600px) {
  .big-bg h2 br {
    display: none;
  }

  .big-bg .elementor-widget-image {
    display: none;
  }
}

@media (max-width: 767px) {
  .elementor-83 .elementor-element.elementor-element-27ee658 {
    padding: 0% 0% 45% 0%;
  }

  .elementor-83
    .elementor-element.elementor-element-27ee658
    > .elementor-container {
    min-height: 150px;
    padding: 0;
  }
}

.card-title.entry-title {
  font-weight: bold;
}

.entry-summary .btn-primary,
.comment-form .btn-primary,
.excerpt-more .btn-primary {
  font-family: "Avenir-Light", Sans-serif !important;
  border: none;
  background-color: #1464a4;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.entry-summary .btn-primary:hover,
.comment-form .btn-primary:hover,
.excerpt-more .btn-primary:hover {
  border: none;
  background-color: rgba(20, 100, 164, 0.7215686274509804);
}

.excerpt-more .btn-primary:focus,
.excerpt-more .btn-primary:active,
.excerpt-more .btn-primary:active:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: rgba(20, 100, 164, 0.7215686274509804) !important;
}

.entry-header .entry-title a:hover {
  color: #ac5017 !important;
}

.sidebar-1-area.widget-area,
.sidebar-1-area.widget-area .border-bottom {
  border: none !important;
}

.sidebar-1-area.widget-area {
  padding-top: 13px;
}

.excerpt-more {
  margin-top: 20px;
}

.post-thumbnail {
  margin-top: 0;
}

.blog .jumbotron-heading {
  color: #1760ac;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin-top: 9px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog .jumbotron-heading {
    font-size: 50px;
    margin-top: 68px;
    margin-bottom: 0.5rem;
  }
}

.card.noborder,
.single-post .card {
  border: none;
}

.single-post .card {
  margin-top: 0;
}

.blog .card {
  margin-top: 6px;
}

.card.noborder .card-footer {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media (min-width: 768px) {
  .card.noborder .card-footer {
    margin-right: 4rem;
    margin-left: 4rem;
  }
}

#respond h5 {
  font-family: "Avenir-Light", Sans-serif;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu .svg-comment {
  font-size: 23px;
  pointer-events: none;
}

.elementor-nav-menu--main .elementor-nav-menu .comm-trigger a {
  padding: 6px 15px 11px 10px;
  color: #000;
  position: relative;
}

.elementor-nav-menu--main .elementor-nav-menu .comm-trigger a:hover::after,
.cart-section a#elementor-menu-cart__toggle_button:hover::after {
  content: "";
  display: block;
  background: #1464a4;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact-widget {
  overflow: auto;
  max-height: 100%;
  max-width: 100%;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  background: #ac5017;
  padding: 15px;
  display: none;
  border-radius: 13px;
  box-shadow: rgb(0 0 0 / 30%) 0px 4px 15px 0px;
}

.contact-widget h2 {
  font-size: 18px;
}

.contact-widget .item {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 13px;
  box-shadow:
    rgb(0 0 0 / 10%) 0px 4px 15px 0px,
    rgb(0 0 0 / 10%) 0px 1px 2px 0px,
    rgb(23 97 160 / 50%) 0px 2px 0px 0px inset;
}

.close-widget {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #000;
}

.trip-pagination {
  text-align: center;
  font-family: "Raleway", Sans-serif;
}

.trip-pagination a {
  color: #1760ac;
}

.no-trips {
  padding: 0 10px;
  font-size: 20px;
}

.woocommerce-form-login .show-password-input,
.woocommerce-form-register .show-password-input {
  display: none;
}

.user-icon .elementor-nav-menu .sub-arrow i {
  font-size: 16px;
}
