@charset "UTF-8";
/* Typography */
/* Grid */
/* Misc */
/* Core */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
font-family:"Raleway",sans-serif!important }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
  
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

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

code {
  overflow: scroll; }

p {
  margin: 0; }

hr {
  display: block;
  margin: 0;
  padding: 0;
  height: 4px;
  width: 75%;
  background: #efefef;
  border: none!important;
  border-radius: 2px;
  margin: 2rem auto; }

blockquote {
  font-style: italic;
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 30px; }
  blockquote:before {
    content: '"';
    font-size: 300%;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0; }

table {
  width: 100%;
  border-collapse: collapse; }
  table tr:nth-child(even) {
    background: #d0e2f5; }
  table thead tr {
    background: #efefef;
    font-weight: 600;
    text-align: left; }
  table td, table th {
    padding: 4px 5px; }
 table th{color:white;
background-color:#2b4e92}
.wp-block-table td, .wp-block-table th,.wp-block-table thead {border:none}
/*
*  Paddings
*/
.padding-sm {
  padding: 1rem 0; }

.padding {
  padding: 2rem 0; }

.padding-lg {
  padding: 4rem 0; }

.padding-bottom {
  padding-bottom: 2rem; }

@media (min-width: 768px) {
  .padding-sm {
    padding: 2rem 0; }

  .padding {
    padding: 4rem 0; }

  .padding-lg {
    padding: 8rem 0; } }
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem; 
text-transform: none!important;}

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem; }

/*************

Deze stylesheet is gebaseerd op de BEM methodologie (http://getbem.com/)
Component van het WebOB-framework

Block = .block
Element = .block__element
Modifier = .block__element--modifier / .block--modifier

*************/
/* cyrillic-ext */
html {
  font-size: 18px;
  color: #424242; }
  @media (max-width: 1000px) {
    html {
      font-size: calc(14px + .4vw); } }

/* Typography sizes */
body {
  font-size: 1rem;
  line-height: 1.75em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 75%; }

h1, h2, h3, h4, h5, h6 {
  color: #16326A;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: 600; }

.font-h1, .font-h2, .font-h3, .font-h4, .font-h5, .font-h6 {
  line-height: 1.5em;
  font-weight: 300; }

h1, .font-h1 {
  font-size: 2rem;
  margin-bottom: 2rem; }

h2, .font-h2 {
 font-size: 1.65rem!important;
	margin-bottom:1em;}

h3, .font-h3 {
  font-size:1.35rem;
color:#2b4e92;
	margin-bottom:1em;}

h4, .font-h4 {
  font-size:1.15rem;
color:#2b4e92;}

h5, .font-h5 {
  font-size: 1.09rem;
  color:#2b4e92;}

h6, .font-h6 {
  font-size: 1rem;
  margin-bottom: 1rem; }

/* Typography alignments */
.text-left {
  text-align: left; }

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

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

/* Text transforms */
.text-capitalize {
  text-transform: capitalize; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

/* Links */
a {
  color: #28928b;
  text-decoration: none; 
  font-weight: 700;}
  a:hover {
    text-decoration: underline; }

/*************

Deze stylesheet is gebaseerd op de BEM methodologie (http://getbem.com/)
Component van het WebOB-framework.

De grid is gebaseerd op de Skeleton Grid.

Block = .block
Element = .block__element
Modifier = .block__element--modifier / .block--modifier

*************/
.aligncenter{text-align: center;}
.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
  .container.fluid {
    max-width: none;
    padding: 0 20px; }
  .container.small {
    max-width: 968px; }
  .container:after {
    clear: both;
    display: table;
    content: ""; }

@media (min-width: 1640px) {
  .container {
    padding: 0; } }
.grid {
  display: block; }
  .grid .grid__cell {
    display: block;
    margin: 0; }
    .grid .grid__cell:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .grid {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-flow: row wrap;
      margin: 0 -20px; }
      .grid.grid__middle {
        align-items: center; }
      .grid .grid__cell {
        flex: 0 0 auto;
        padding: 20px; }
      .grid .grid__cell-1 {
        width: 8.3333333333%;
        flex: unset; }
      .grid .grid__cell--push-1 {
        margin-left: 8.3333333333%;
        flex: unset; }
      .grid .grid__cell-2 {
        width: 16.6666666667%;
        flex: unset; }
      .grid .grid__cell--push-2 {
        margin-left: 16.6666666667%;
        flex: unset; }
      .grid .grid__cell-3 {
        width: 25%;
        flex: unset; }
      .grid .grid__cell--push-3 {
        margin-left: 25%;
        flex: unset; }
      .grid .grid__cell-4 {
        width: 33.3333333333%;
        flex: unset; }
      .grid .grid__cell--push-4 {
        margin-left: 33.3333333333%;
        flex: unset; }
      .grid .grid__cell-5 {
        width: 41.6666666667%;
        flex: unset; }
      .grid .grid__cell--push-5 {
        margin-left: 41.6666666667%;
        flex: unset; }
      .grid .grid__cell-6 {
        width: 50%;
        flex: unset; }
      .grid .grid__cell--push-6 {
        margin-left: 50%;
        flex: unset; }
      .grid .grid__cell-7 {
        width: 58.3333333333%;
        flex: unset; }
      .grid .grid__cell--push-7 {
        margin-left: 58.3333333333%;
        flex: unset; }
      .grid .grid__cell-8 {
        width: 66.6666666667%;
        flex: unset; }
      .grid .grid__cell--push-8 {
        margin-left: 66.6666666667%;
        flex: unset; }
      .grid .grid__cell-9 {
        width: 75%;
        flex: unset; }
      .grid .grid__cell--push-9 {
        margin-left: 75%;
        flex: unset; }
      .grid .grid__cell-10 {
        width: 83.3333333333%;
        flex: unset; }
      .grid .grid__cell--push-10 {
        margin-left: 83.3333333333%;
        flex: unset; }
      .grid .grid__cell-11 {
        width: 91.6666666667%;
        flex: unset; }
      .grid .grid__cell--push-11 {
        margin-left: 91.6666666667%;
        flex: unset; }
      .grid .grid__cell-12 {
        width: 100%;
        flex: unset; }
      .grid .grid__cell--push-12 {
        margin-left: 100%;
        flex: unset; } }

form {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem; }

label {
  font-weight: bold; }

input, textarea, select {
  height: 37.5px;
  line-height: 37.5px;
  padding: 0 10px;
  border: none;
  background: #efefef;
  border-radius: 5px; }
  input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover, select:active, select:focus, select:hover {
    outline: 0; }
  input[type=submit], textarea[type=submit], select[type=submit] {
    height: auto; }

.form-full-width input, .form-full-width textarea {
  width: 100%; }
  .form-full-width input[type=submit], .form-full-width textarea[type=submit] {
    width: auto; }

textarea {
  height: 165px;
  width: auto; }

/* Template */
.slideWrapper {
  transition: all .35s;
  -webkit-transition: all .35s;
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: auto; }
  .slideWrapper.open {
    position: relative;
    left: calc((100% - 70px) * -1);
    max-height: 100vh;
    overflow: hidden; }
    .slideWrapper.open::before {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
      content: ""; }

@media (min-width: 955px) {
  

  header#mainHeader {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999; } }
.topBar {
  padding: 20px 0;
  background: #1f396b; }
  .topBar .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .topBar .container .topBarBranding {
      flex: 1;
      padding-right: 40px; }
      .topBar .container .topBarBranding img {
        display: block;
        height: 80px;
        width: auto;
        margin: 0;
        padding: 0; }
    .topBar .container .topBarRight {
      display: none; }
    .topBar .container .topBarToggle {
      display: inline-block;
      z-index: 9999; }
      .topBar .container .topBarToggle .topBarHamburger span {
        width: 35px;
        height: 5px;
        background-color: #fff;
        border-radius: 2.5px;
        margin: 6px 0;
        transition: 0.4s;
        display: block; }
      .topBar .container .topBarToggle .topBarHamburger.open span:nth-child(1) {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px); }
      .topBar .container .topBarToggle .topBarHamburger.open span:nth-child(2) {
        opacity: 0; }
      .topBar .container .topBarToggle .topBarHamburger.open span:nth-child(3) {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px); }
    @media (min-width: 955px) {
      .topBar .container .topBarBranding {
        flex: unset;
        padding-right: 0;
        display: inline-block; }
      .topBar .container .topBarRight {
        display: inline-block;
        margin-left: auto; }
        .topBar .container .topBarRight .topBarContact {
          margin-bottom: 15px;
          color: #fff;
          text-align: right; }
          .topBar .container .topBarRight .topBarContact a {
            color: #fff; }
            .topBar .container .topBarRight .topBarContact a:hover {
              text-decoration: underline; }
          .topBar .container .topBarRight .topBarContact img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            height: 30px;
            width: auto; }
          .topBar .container .topBarRight .topBarContact small {
            display: inline-block;
            margin-left: 5px;
            font-size: 75%;
            opacity: .85;
            font-style: italic; }
        .topBar .container .topBarRight .topBarSearch {
          display: inline-block;
          margin-left: auto; }
          .topBar .container .topBarRight .topBarSearch form {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .topBar .container .topBarRight .topBarSearch form input[type=text] {
              margin-right: 5px;
              margin-bottom: 0; }
            .topBar .container .topBarRight .topBarSearch form button[type=submit] {
              height: 30px;
              width: 30px;
              border: none;
              background: transparent;
              margin: 0; }
              .topBar .container .topBarRight .topBarSearch form button[type=submit] img {
                height: 25px;
                padding: 5px 0;
                width: auto;
                display: block;
                padding: 0; }
      .topBar .container .topBarToggle {
        display: none; } }

.typesNavigation {
  display: none; }
  @media (min-width: 955px) {
    .typesNavigation {
      display: block;
      background: #1f396b;
      padding: 0;
      font-size: .9rem; }
      .typesNavigation .container {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .typesNavigation .typesMainNavigation, .typesNavigation .mainNavigation {
        text-transform: uppercase;
        display: inline-block; }
        .typesNavigation .typesMainNavigation ul, .typesNavigation .mainNavigation ul {
          margin: 0;
          list-style: none;
          padding: 0;
          display: flex; }
          .typesNavigation .typesMainNavigation ul li, .typesNavigation .mainNavigation ul li {
            display: block;
            padding: 0;
            position: relative; }
            .typesNavigation .typesMainNavigation ul li:last-of-type, .typesNavigation .mainNavigation ul li:last-of-type {
              margin-bottom: 0; }
              .typesNavigation .typesMainNavigation ul li ul li a, .typesNavigation .mainNavigation ul li ul li a {
                border-right: none;
              }
            .typesNavigation .typesMainNavigation ul li a, .typesNavigation .mainNavigation ul li a {
              display: block;
              padding: 10px 15px;
              border-right: 1px solid white;
              transition: .35s;
              color: #fff; }
              .typesNavigation .typesMainNavigation ul li a img, .typesNavigation .mainNavigation ul li a img {
                height: 20px;
                width: auto;
                margin: 0;
                padding: 0;
                margin-right: 15px;
                vertical-align: middle;
                margin-bottom: 3px;
                display: inline-block; } }
        @media (min-width: 955px) and (min-width: 955px) {
          .typesNavigation .typesMainNavigation ul li, .typesNavigation .mainNavigation ul li {
            display: inline-block;
            vertical-align: middle;
            text-align: left;
            margin-bottom: 0; }
            .typesNavigation .typesMainNavigation ul li a:hover, .typesNavigation .mainNavigation ul li a:hover {
              text-decoration: none;
              opacity: .8; } }
  @media (min-width: 955px) {
            .typesNavigation .typesMainNavigation ul li ul, .typesNavigation .mainNavigation ul li ul {
              display: none;
              position: absolute;
              text-align: left;
              min-width: 240px;
              z-index: 9999;
              column-count: 1;
              column-gap: 0; }
              .typesNavigation .typesMainNavigation ul li ul li, .typesNavigation .mainNavigation ul li ul li {
                min-width: 240px; }
                .typesNavigation .typesMainNavigation ul li ul li a, .typesNavigation .mainNavigation ul li ul li a {
                  padding: 10px 20px;
                  display: block;
                  width: 100%;
                  color: #424242;
                  transition: background .35s; }
                  .typesNavigation .typesMainNavigation ul li ul li a:hover, .typesNavigation .mainNavigation ul li ul li a:hover {
                    background: #efefef;
                    opacity: 1; }
                .typesNavigation .typesMainNavigation ul li ul li:last-of-type, .typesNavigation .mainNavigation ul li ul li:last-of-type {
                  border-bottom: 0; }
              .typesNavigation .typesMainNavigation ul li ul ul, .typesNavigation .mainNavigation ul li ul ul {
                display: none;
                position: absolute;
                left: 100%;
                top: 0; }
            .typesNavigation .typesMainNavigation ul li:hover > ul, .typesNavigation .mainNavigation ul li:hover > ul {
              display: block; } }
  .typesNavigation .mainNavigation {
    margin-left: auto; }
  .typesNavigation .topBarSocials {
    display: inline-block;
    margin-left: 25px; }
    .typesNavigation .topBarSocials ul {
      display: block;
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 0;
      height: 100%;
      vertical-align: middle;
      line-height: 1; }
      .typesNavigation .topBarSocials ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-right: 15px;
        font-size: 1rem; }
        .typesNavigation .topBarSocials ul li:last-of-type {
          margin-right: 0; }
        .typesNavigation .topBarSocials ul li img {
          height: 18px;
          width: auto;
          display: block;
          transition: opacity .35s;
          vertical-align: middle; }
          .typesNavigation .topBarSocials ul li img:hover {
            cursor: pointer;
            opacity: .8; }
        .typesNavigation .topBarSocials ul li a {
          display: block;
          margin: 0;
          padding: 0; }

.btn,.btn-view-all-trips, .wpcr3_button_1, .wpcr3_show_btn, .wp-block-button__link.wp-element-button, .blogsTours a.post-more-link{
  	text-decoration:none!important;
	border-radius: 25px!important;
  border: none!important;;
background: #fba330;
	max-width: fit-content;
	display: flex;
	justify-content: center;
  padding: 15px 25px;
	letter-spacing: 1px;
	font-size: 1em;
	line-height: 1em !important;
	color: #fff!important;
	font-weight:500!important;
	text-transform: uppercase;
	transition: .35s;
  outline: 0;
	margin:25px auto;}
  .btn.green, .btn-view-all-trips.availability.pum-trigger, .green, .btngreen .wp-block-button__link.wp-element-button {
    background-color: #41B9B1!important; }
  .btn:hover,.btn-view-all-trips:hover , .wp-block-button__link.wp-element-button:hover, .post-more-link:hover{
    background-color:#41B9B0;
transform:scale(1.1); }
.btn.white{
  background-color: rgba(255, 255, 255, 0.8);
    color: #1f396b;
}
.btn.white:hover{
  background-color: #fba330;
    color: white;
}
.wp-block-kadence-posts.blogsTours a.post-more-link{color: white!important;
text-transform: uppercase!important;}

.floatingBackButton {
  position: fixed;
  bottom: 20px;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 14px;
  background-color: #1f396b;
  left: 20px;
  z-index: 9; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: 0;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 1240px) {
    .slick-list {
      margin-left: -20px;
      margin-right: -20px; } }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
  outline: 0; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0; }
  @media (min-width: 1240px) {
    .slick-slide {
      margin: 0 20px; } }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.footer {
  color: #fff;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .footer h5, .footer h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 2rem; }
  .footer a {
    color: #fff; }
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer .footerGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .footer .footerGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
  
  .footer .memberships {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .footer .memberships h2 {
      margin-top: 0;
      margin-bottom: 2rem; }
    .footer .memberships .memebershipGrid {
      display: grid;
      align-items: flex-start;
      justify-content: space-between;
      grid-gap: 40px;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      max-width: 800px;
      margin: 0 auto; }
      .footer .memberships .memebershipGrid .membership {
        display: block; }
        .footer .memberships .memebershipGrid .membership img {
          width: 100%;
          height: auto;
          max-width: 150px;
          padding: 10px;}
      @media (min-width: 768px) {
        .footer .memberships .memebershipGrid {
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }

.sideNav {
  position: fixed;
  overflow-x: hidden;
  width: calc(100% - 70px);
  top: 0;
  z-index: 99999999999999;
  background: #fff;
  transition: all .35s;
  -webkit-transition: all .35s;
  position: fixed;
  right: -100%;
  top: 0;
  display: block;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 47px; }
  .sideNav.open {
    right: 0; }
  .sideNav .sideNavSearch {
    display: block;
    padding: 0 20px;
    height: 76px;
    vertical-align: middle;
    border-bottom: 1px solid #efefef; }
    .sideNav .sideNavSearch form {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .sideNav .sideNavSearch form input[type=text] {
        margin-right: 5px;
        margin-bottom: 0;
        height: 74px;
        line-height: 74px;
        background: #fff; }
      .sideNav .sideNavSearch form button[type=submit] {
        height: 30px;
        width: 30px;
        border: none;
        background: transparent;
        margin: 0;
        background: #2B4E92;
        border-radius: 5px; }
        .sideNav .sideNavSearch form button[type=submit] img {
          height: 25px;
          padding: 5px 0;
          width: auto;
          display: block;
          padding: 0; }
  .sideNav .sideNavMain ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 90%; }
    .sideNav .sideNavMain ul li {
      display: block;
      padding: 0;
      margin: 0; }
      .sideNav .sideNavMain ul li a {
        display: block;
        padding: 5px 20px;
        color: #424242; }
    .sideNav .sideNavMain ul.tripTypes {
      font-size: 100%; }
      .sideNav .sideNavMain ul.tripTypes li a {
        padding: 10px 20px; }
        .sideNav .sideNavMain ul.tripTypes li a img {
          height: 18px;
          margin-right: 10px;
          vertical-align: middle;
          display: inline-block;
          width: auto; }
    .sideNav .sideNavMain ul.menuItems {
      background: #efefef;
      padding: 10px 0;
      margin-top: 10px; }

.box {
  padding: 20px;
  border-radius: 50px;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.125);
  border: 0.5px solid rgba(0, 0, 0, 0.05);
  position: relative;
  background: #f8fcfe; }

.filter .grid {
  position: relative;
  overflow: visible; }

.filters {
  margin-bottom: 20px;
  position: relative;
  overflow: visible; }
  .filters .title {
    margin-bottom: 20px;
    background-color: #41B9B1;
    display: block;
    color: #fff;
    text-align: center;
    height: 80px;
    overflow: hidden; }
    .filters .title img {
      height: 30px;
      width: auto;
      vertical-align: middle;
      margin-bottom: 2px;
      margin-right: 10px; }
  .filters .form {
    background: #fff; }
    .filters .form h5.widget-title {
      font-size: 1rem;
      margin-bottom: 5px !important;
      margin-top: 10px !important; }
    .filters .form form {
      margin-bottom: 0; }
      .filters .form form input, .filters .form form select {
        background: #efefef;
        border-radius: 5px;
        color: #706F6E;
        width: 100%;
        border: 0;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        margin-bottom: 10px; }
      .filters .form form label {
        font-weight: 600;
        text-align: center;
        display: block;
        color: #2B4E92;
        margin-bottom: 5px; }
      .filters .form form input[type=submit] {
        width: 100%;
        background: #41B9B1;
        margin-bottom: 0;
        color: #fff; }
    .filters .form .widget:first-of-type h5 {
      margin-top: 0; }

.searchWrap {
  display: block; }
  @media (min-width: 768px) {
    .searchWrap {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  @media (max-width: 768px) {
    .searchWrap .searchForm {
      margin-bottom: 10px; } }
  .searchWrap .searchForm form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0; }
    .searchWrap .searchForm form input {
      height: 40px !important;
      line-height: 0px !important;
      margin-bottom: 0; }
      .searchWrap .searchForm form input[type=submit] {
        position: relative;
        right: 70px;;
      }
      .searchWrap .searchForm form input[type=text] {
        background: #efefef;
        border-radius: 5px !important;
        color: #706F6E;
        width: 100%;
        border: 0;
        height: 40px !important;
        line-height: 40px !important;
        padding: 0 5px !important;
        margin-right: 5px !important; }
  .searchWrap .sortForm form {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .searchWrap .sortForm form label {
      display: block;
      font-weight: 600;
      margin: 0;
      margin-right: 15px;
      white-space: nowrap; }
    .searchWrap .sortForm form select {
      margin: 0 !important;
      background: #efefef;
      border-radius: 5px !important;
      color: #706F6E;
      width: 100% !important;
      border: 0 !important;
      height: 40px !important;
      line-height: 40px !important;
      padding: 0 5px !important; }

.trips {
  padding-top: 20px; }
  .trips .trip {
    position: relative;
    margin-bottom: 20px; }
    .trips .trip .sideLabel {
      padding: 5px 15px;
      background: #28928B;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 20px;
      z-index: 9; }
    .trips .trip .tripBasis {
      display: block; }
      .trips .trip .tripBasis .tripImage {
        display: block;
        position: relative; }
        .trips .trip .tripBasis .tripImage img {
          width: 100%;
          height: auto;
          display: block;
          padding: 0;
          margin: 0; }
        .trips .trip .tripBasis .tripImage .routeMap {
          position: absolute;
          bottom: 0;
          right: 5px;
          border-top-right-radius: 5px;
          border-top-left-radius: 5px;
          background-color: rgba(43, 78, 146, 0.9);
          color: #fff;
          padding: 5px 10px; }
          .trips .trip .tripBasis .tripImage .routeMap a {
            color: #fff;
            text-decoration: none; }
      .trips .trip .tripBasis .tripDesc {
        padding-top: 0 !important; }
        .trips .trip .tripBasis .tripDesc .title {
          color: #2B4E92;
          display: block;
          margin: 20px 0;
          font-weight: 600; }
        .trips .trip .tripBasis .tripDesc .tripPoints {
          list-style: none;
          padding: 0;
          margin: 0; }
          .trips .trip .tripBasis .tripDesc .tripPoints li {
            margin-bottom: 10px; }
            .trips .trip .tripBasis .tripDesc .tripPoints li:last-of-type {
              margin-bottom: 0; }
      @media (min-width: 768px) {
        .trips .trip .tripBasis {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          .trips .trip .tripBasis .tripImage {
            display: inline-block;
            width: 40%;
            margin-right: 40px; }
          .trips .trip .tripBasis .tripDesc {
            flex: 1; }
            .trips .trip .tripBasis .tripDesc .title {
              margin-top: 0; } }
    .trips .trip .tripMeta .tripMetaLeft .tripThemes .title {
      color: #2B4E92;
      display: block;
      margin: 20px 0 5px 0;
      font-weight: 600;
      display: block; }
    .trips .trip .tripMeta .tripMetaLeft .tripThemes ul.themes {
      list-style: none;
      padding: 0;
      margin: 0; }
      .trips .trip .tripMeta .tripMetaLeft .tripThemes ul.themes li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0; }
        .trips .trip .tripMeta .tripMetaLeft .tripThemes ul.themes li img {
          width: 60px;
          height: auto; }
        .trips .trip .tripMeta .tripMetaLeft .tripThemes ul.themes li:last-of-type {
          margin-right: 0; }
    .trips .trip .tripMeta .tripMetaLeft .tripDates .title {
      color: #2B4E92;
      display: block;
      margin: 20px 0 5px 0;
      font-weight: 600;
      display: block; }
    .trips .trip .tripMeta .tripMetaLeft .tripDates ul.dates {
      padding: 20px 20px 15px 20px;
      background: #efefef;
      border-radius: 5px;
      list-style: none;
      margin: 0;
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .trips .trip .tripMeta .tripMetaLeft .tripDates ul.dates li {
        margin-bottom: 5px; }
    .trips .trip .tripMeta .tripMetaRight {
      text-align: right; }
      .trips .trip .tripMeta .tripMetaRight .tripPrice {
        margin: 20px 0 10px 0;
        display: block;
        padding: 20px;
        border-radius: 20px;
        border-bottom-right-radius: 5px;
        background: #28928B;
        color: #fff;
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.4em;
        width: 100%; }
        .trips .trip .tripMeta .tripMetaRight .tripPrice .price {
          font-weight: 600;
          font-size: 2rem; }
      .trips .trip .tripMeta .tripMetaRight:after {
        clear: both;
        content: "";
        display: table; }
      .trips .trip .tripMeta .tripMetaRight .btn {
        display: block;
        margin: 20px 0 10px 0; }
    @media (min-width: 768px) {
      .trips .trip .tripMeta {
        display: flex;
        justify-content: space-between; }
        .trips .trip .tripMeta .tripMetaLeft {
          flex: 1;
          flex-basis: 50%;
          padding-right: 20px;
          max-width: 500px; }
        .trips .trip .tripMeta .tripMetaRight {
          flex: 1;
          flex-basis: 50%;
          padding-left: 20px;
          max-width: 300px; }
          .trips .trip .tripMeta .tripMetaRight .tripPrice {
            display: inline-block; }
            .trips .trip .tripMeta .tripMetaRight .tripPrice:after {
              clear: both;
              content: "";
              display: table; }
          .trips .trip .tripMeta .tripMetaRight .btn {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0; } }

.navigationList ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .navigationList ul li {
    display: block;
    padding-left: 40px;
    margin-bottom: 10px;
    position: relative; }
    .navigationList ul li img {
      position: absolute;
      left: 0px;
      width: 28px;
      height: auto;
      display: block;
      top: 0; }
    .navigationList ul li:last-of-type {
      margin-bottom: 0; }
    .navigationList ul li a {
      text-decoration: none;
      color: #424242;
      transition: .35s; }
      .navigationList ul li a:hover {
        opacity: .8; }

.label {
  width: 100%;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 600; }


.article .container {
  max-width: 945px;
  padding: 20px; }
  .article .container .box {
    padding: 20px; }
    .article .container .box header {
      display: block;
      margin-bottom: 1rem; }
      .article .container .box header h1 {
        font-weight: 600;
        margin-bottom: 1rem;
        margin-top: 0;
        text-align: center; }
      .article .container .box header img {
        border-radius: 0;
        box-shadow: none;
        width: calc(100% + 40px);
        margin-left: -20px;
        display: block;
        margin-bottom: 2rem;
        max-width: none; }
    @media (min-width: 768px) {
      .article .container .box header h1 {
        max-width: 60%;
        margin: 0 auto;
        margin-bottom: 2rem; } }
.blog-feat-img.wp-post-image {
    max-height: 628px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.archiveWrapper .blogLink p {
    text-align: left;
}
.archiveWrapper .grid {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-content: space-between;
  grid-gap: 40px; }
  .archiveWrapper .grid article {
    display: block;
    height: 100%;
    width: 100%; }
    .archiveWrapper .grid article header {
      display: block;
      margin-bottom: 1rem; }
      .archiveWrapper .grid article header h2 {
        font-size: 1.3rem!important;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 1rem; }
    .archiveWrapper .grid article footer a {
      font-weight: 600; }
      .archiveWrapper .grid article footer a:after {
        content: "→";
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 3px;
        margin-left: 5px;
        transition: all .35s; }
      .archiveWrapper .grid article footer a:hover {
        text-decoration: none; }
        .archiveWrapper .grid article footer a:hover:after {
          margin-left: 10px; }
  @media (min-width: 768px) {
    .archiveWrapper .grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1240px) {
    .archiveWrapper .grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.pagination, .woocommerce-pagination {
  display: block;
  text-align: center; }
  .pagination .page-numbers, .woocommerce-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 7.5px;
    color: #424242;
    border-radius: 5px; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev, .woocommerce-pagination .page-numbers.next {
      border-color: transparent; }
    .pagination .page-numbers.current, .woocommerce-pagination .page-numbers.current {
      color: #fff;
      border-color: #1F3C79;
      background-color: #1F3C79; }
    .pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
      border: 0;
      padding: 0;
      margin: 0;
      font-size: 1rem;
      display: inline-block;
      margin: 0 5px !important;
      padding: 5px 7.5px;
      border: 1px solid #efefef;
      color: #424242;
      border-radius: 5px; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #fff;
  color: inherit; }

.heading {
  margin-top: 0;
  padding-top: 0; }
  .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
    color: #424242; }
    .heading h1 strong, .heading h2 strong, .heading h3 strong, .heading h4 strong, .heading h5 strong, .heading h6 strong {
      color: #16326A; }
  .heading small {
    margin-top: 10px; }

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0; }
.HeroSection {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 600px;
    justify-content: center;
}
.product-featured-image{
    width: 100%;
    object-fit: cover;
}
.hero .content h2{
  color:white;
  margin-top: 8px;
}
.hero .search {
  margin-bottom: 2rem;
  max-width: 100%;
  text-align: center; }
  .hero .search form {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    vertical-align: top;
    /* The container must be positioned relative: */
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */ }
    .hero .search form input[type=text], .hero .search form select {
      height: 60px;
      background: #fff;
      line-height: 60px;
      padding: 0 10px;
      color: #000;
      padding: 0;
      margin: 0;
      padding: 0 20px;
      font-size: 1rem;
      max-width: 300px;
      margin-bottom: 10px;
      vertical-align: top; }
      @media (min-width: 968px) {
        .hero .search form input[type=text], .hero .search form select {
          padding: 0 20px;
          font-size: 1.2rem; } }
    .hero .search form .custom-select {
      margin-left: 10px;
      color: #7D7D7D;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 968px) {
        .hero .search form .custom-select {
          font-size: 1.2rem; } }
    .hero .search form button {
      vertical-align: top;
      display: inline-block;
      width: auto;
      height: 60px;
      line-height: 60px;
      padding: 0 20px;
      margin: 0;
      margin-left: 20px;
      margin-top: 10px;
      margin-right: 20px;
      border: 0;
      white-space: nowrap; }
    .hero .search form .custom-select {
      position: relative; }
    .hero .search form .custom-select select {
      display: none;
      /*hide original SELECT element: */ }
    .hero .search form .select-selected {
      background-color: #fff;
      color: #7D7D7D;
      height: 60px;
      line-height: 60px;
      border-radius: 5px;
      border: none;
      margin-bottom: 10px; }
    .hero .search form .select-selected:after {
      position: absolute;
      content: "";
      top: 27px;
      right: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #33CCCC transparent transparent transparent; }
    .hero .search form .select-selected.select-arrow-active:after {
      border-color: transparent transparent #33CCCC transparent;
      top: 21px; }
    .hero .search form .select-items div, .hero .search form .select-selected {
      color: #7d7d7d;
      padding: 0 16px;
      border: none;
      cursor: pointer; }
    .hero .search form .select-items div {
      padding: 8px 16px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
      .hero .search form .select-items div:last-of-type {
        border-bottom: 0; }
    .hero .search form .select-items {
      position: absolute;
      background-color: #fff;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); }
    .hero .search form .select-hide {
      display: none; }
    .hero .search form .select-items div:hover, .hero .search form .same-as-selected {
      background-color: rgba(0, 0, 0, 0.25); }

.frame {
  width: 100%;
  height: auto;
  display: block; }
  .frame iframe {
    width: 100%;
    height: 500px;
    max-height: 50vh;
    display: block; }

.itnerary-select-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 20px 0; }

.itnerary__select {
  margin: 0; }
.itnerary__subtext {
  font-weight: 700;
  text-transform: uppercase;
  color: #424242; }
  .itnerary__subtext--hidden {
    display: none; }
.itnerary__globalImage {
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  max-width: 1040px; }

/* Rows */
.tripSearch {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .tripSearch .tripModal {
    width: 100%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #efefef;
    border-radius: 5px; }
    .tripSearch .tripModal .heading h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
      margin-top: 0; }
    .tripSearch .tripModal .description p {
      margin-top: 0;
      margin-bottom: 2rem; }
    .tripSearch .tripModal form {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 5px;
      padding: 5px;
      margin: 0;
      background-color: #2B4E92;
      border-radius: 5px; }
      .tripSearch .tripModal form input {
        display: block;
        width: 100%;
        margin: 0; }
        .tripSearch .tripModal form input:nth-child(4) {
          padding: 0 20px;
          background-color: #FBA330;
          color: #fff;
          text-transform: uppercase; }
      @media (min-width: 768px) {
        .tripSearch .tripModal form {
          grid-template-columns: 1fr 1fr; } }
    @media (min-width: 768px) {
      .tripSearch .tripModal {
        width: 50%; } }
    @media (min-width: 1240px) {
      .tripSearch .tripModal {
        width: calc((100% / 3) - (80px / 3) ); } }

.slider {
  padding: 4rem 0; }
  .slider h2 {
    margin-top: 0;
    margin-bottom: 2rem; }
  .slider .items .item.tripItem {
    display: inline-block;
    flex: 1; }
    .slider .items .item.tripItem figure {
      position: relative;
      display: block;
      margin: 0;
      padding: 0; }
      .slider .items .item.tripItem figure img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0; }
      .slider .items .item.tripItem figure figcaption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px; }
        .slider .items .item.tripItem figure figcaption h3 {
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          font-weight: 400; }
  .slider .items .item.promotionsItem {
    display: inline-block;
    flex: 1; }
    .slider .items .item.promotionsItem figure {
      padding: 0;
      margin: 0;
      display: block;
      position: relative; }
      .slider .items .item.promotionsItem figure img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0; }
      .slider .items .item.promotionsItem figure figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: left;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #894F86;
        opacity: .85;
        color: #fff; }
        .slider .items .item.promotionsItem figure figcaption .tripMeta {
          flex: 1; }
          .slider .items .item.promotionsItem figure figcaption .tripMeta h3.title {
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            font-size: 1rem;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 1.2;
            font-size: 1.2rem; }
          .slider .items .item.promotionsItem figure figcaption .tripMeta .date {
            font-weight: 300;
            line-height: 1.2; }
        .slider .items .item.promotionsItem figure figcaption .tripPrice {
          display: inline-block;
          margin-left: 10px;
          font-size: 1.2rem; }
      .slider .items .item.promotionsItem figure .ribbon {
        width: 150px;
        height: 150px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0; }
        .slider .items .item.promotionsItem figure .ribbon span {
          position: absolute;
          display: block;
          width: 250px;
          padding: 15px 0;
          background-color: #894F86;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          left: -30px;
          top: 25px;
          transform: rotate(45deg); }
  .slider .items .item.inspirationItem {
    flex: 1;
    position: relative;
    display: inline-block; }
    .slider .items .item.inspirationItem figure {
      padding: 0;
      margin: 0;
      display: block;
      position: relative; }
      .slider .items .item.inspirationItem figure img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
        padding: 10px;
        background: #A9B5CB;
        border-radius: 5px; }
      .slider .items .item.inspirationItem figure figcaption {
        text-transform: uppercase;
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        background: rgba(255, 255, 255, 0.65);
        padding: 20px; }
        .slider .items .item.inspirationItem figure figcaption h3.title {
          font-weight: 600;
          margin: 0;
          line-height: 1.2;
          padding: 0;
          font-size: 1.25rem; }
        .slider .items .item.inspirationItem figure figcaption .subtitle {
          font-weight: 300;
          line-height: 1.25em;
          font-size: 1rem;
          text-transform: lowercase;
          display: block;
          margin: 0;
          padding: 0;
          color: #16326A; }
  @media (min-width: 768px) {
    .slider .items {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1240px) {
    .slider .items {
      grid-template-columns: 1fr 1fr 1fr; } }
  .slider .items .prevButton, .slider .items .nextButton, .rev_slider  .prevButton, .rev_slider  .nextButton {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #41B9B1;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: .35s;
    border-bottom: 2px solid #3aa69f;
    opacity: 0.8;
    z-index: 5; }
    .slider .items .prevButton:hover, .slider .items .nextButton:hover {
      cursor: pointer;
      box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.125); }
  .slider .items .nextButton, .rev_slider .nextButton {
    right: 0; }
  .slider .items .prevButton, .rev_slider .prevButton {
    left: 0; }
  @media (min-width: 1720px) {
    .slider .items .nextButton,.rev_slider  .nextButton {
      right: -60px;
      left: auto;
      opacity: 1; }
    .slider .items .prevButton, .rev_slider  .prevButton {
      left: -60px;
      opacity: 1; } }
  .slider .btn {
    margin-top: 2rem;
    margin-bottom: 0; }
  .slider.blue {
    background: #1E3C78; }
    .slider.blue h2 {
      color: #fff; }

.inspiration h2 {
  margin-bottom: 0; }
.inspiration h3 {
  margin-top: 0;
  color: #fff;
  text-transform: none;
  margin-bottom: 2rem;
  font-weight: 300; }
  .inspiration h3.title {
    color: #16326A; }

.reviews {
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative; }
  .reviews h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 2rem; }
  .reviews .grid {
    margin-bottom: 2rem; }
  .reviews .review {
    margin-bottom: 2rem; }
    .reviews .review img {
      border-radius: 50%;
      margin-bottom: 1rem; }
    .reviews .review p {
      margin-top: 0;
      margin-bottom: 1rem; }
    .reviews .review .name {
      font-weight: bold;
      margin-bottom: 0; }
    .reviews .review:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .reviews .review {
        margin-bottom: 0; } }
  .reviews .tripAdvisor {
    margin-bottom: 2rem; }
  .reviews .btn {
    margin-bottom: 0;
    margin-top: 2rem; }
  .reviews:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: ""; }

.help {
  background:white; }
  .help h2 {
    margin-top: 0;
    margin-bottom: 2rem; }
  .help .agentGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 4rem;
    max-width: 1200px; }
    @media (min-width: 1240px) {
      .help .agentGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    .help .agentGrid .agent img {
      border-radius: 50%;
      display: block;
      margin: 0 auto;
      margin-bottom: 2rem;
      max-width: 200px;
      width: 100%; }
    .help .agentGrid .agent .name {
      font-weight: 600;
      color: #1f396b;
      font-size: 1.5rem;
      display: block;
      margin-bottom: -5px; }
    .help .agentGrid .agent .function {
      font-weight: 300;
      margin-bottom: 0;
      color: #1f396b;
      font-size: .9rem; }
  .help .iconGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    grid-gap: 0px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 2rem; }
    .help .iconGrid .icon img {
      width: 40px;
      height: auto; }

.usps h2 {
  margin-top: 0;
  margin-bottom: 2rem; }

  .usps .uspGrid .usp {
    width: 300px;
    display: block; }
    .usps .uspGrid .usp figure {
      padding: 0;
      margin: 0;
      position: relative; }
      .usps .uspGrid .usp figure img {
        display: block;
        width: 100%;
        height: auto; 
      border-radius: 15px;}
      .usps .uspGrid .usp figure figcaption {
        background-color: #ECF1F4;
        padding: 20px 10px;
        width: 100%; }
        .usps .uspGrid .usp figure figcaption h3 {
          margin-top: 0;
          margin-bottom: 0;
          color: #0F295D; 
        min-height: 73px;}
        .usps .uspGrid .usp figure figcaption p {
          margin-top: 1rem;
          color: #7D7C7C; 
        line-height: 1.2;
      min-height: 110px;}
 

.contact {
  background: #efefef; }
  .contact h2 {
    margin-bottom: 2rem;
    margin-top: 0; }
  .contact .iconGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    max-width: 800px;
    margin: 0 auto; }
    .contact .iconGrid .icon img {
      width: 100%;
      height: auto;
      max-width: 100px;
      margin: 0 auto;
      display: block; }
    @media (min-width: 768px) {
      .contact .iconGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } 
      }

.productShort {
  text-align: center; }
  @media (min-width: 768px) {
    .productShort {
      position: sticky;
      top: -4rem;
      /* padding of the element */
      z-index: 90; } }
  .productShort .container {
    background: #fff; }
    .productShort .container.box {
      padding: 0; }
    .productShort .container .tourSpecifics {
      padding: 10px 20px; }
    @media (min-width: 968px) {
      .productShort .container .tourSpecifics {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .productShort .container .tourTitle, .productShort .container .tourDuration, .productShort .container .tourCost {
      margin: 0 40px; }
      .productShort .container .tourTitle strong, .productShort .container .tourDuration strong, .productShort .container .tourCost strong {
        display: block;
        font-size: 1.2rem; }
    .productShort .container .tourTitle {
      margin-left: 0;
      margin-right: 0; }
      .productShort .container .tourTitle h1 {
        font-weight: 400;
        display: block;
        margin: 0;
        margin-bottom: 1rem; }
      .productShort .container .tourTitle .desc {
        font-size: 1.2rem;
        font-weight: 300; }
    .productShort .container .tourDuration {
      margin-bottom: .5rem; }
    .productShort .container .tourCost {
      margin-bottom: 1rem; }
    .productShort .container .tourActions {
      text-align: center; }
      .productShort .container .tourActions .btn {
        width: auto !important; }
      .productShort .container .tourActions .btn:first-of-type {
        margin-bottom: .5rem; }
     .sectionList {
      padding: 0;
      margin: 0;
      list-style: none;
      background: #1f396b;
      text-align: center;
      font-size: 0; 

      z-index: 10;}
      @media only screen and (min-width: 1000px){
      .sectionList { position: sticky;
      top: 122px;
      }}
      .sectionList .wtrvl-checkout_button.btn{
        margin: 15px auto;
      }

      .sectionList li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        font-size: 1rem; }
        @media (min-width: 968px) {
          .sectionList li {
            display: inline-block;
            border-bottom: 0;
            border-right: 1px solid rgba(0, 0, 0, 0.125);
            width: auto;
            text-align: left; }
            .sectionList li a {
              text-align: left;
              width: auto;
              display: block;
              padding: 10px 35px; } }
        .sectionList li a {
          color: #fff;
          display: block;
          width: 100%;
          text-align: center;
          color: #fff;
          padding: 10px 20px;
          transition: opacity .35s; }
          .sectionList li a:hover {
            background: #142443;
            text-decoration: none;
            opacity: .8; }
          .sectionList li a img {
            height: 20px;
            opacity: .8;
            width: auto;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 2px;
            margin-right: 10px; }
  @media (min-width: 968px) {
    .productShort .container .tourTitle {
      margin-right: 20px;
      margin-bottom: 0; }
      .productShort .container .tourTitle h1 {
        margin-bottom: 0; }
    .productShort .container .tourDuration, .productShort .container .tourCost, .productShort .container .tourActions {
      margin-bottom: 0; }
    .productShort .container .tourActions {
      text-align: right; }
      .productShort .container .tourActions .btn:first-of-type {
        margin-bottom: 0rem; }
       }

.highlightImage {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  display: block; }

/*.highlights {
  margin-bottom: 40px; }*/
  .highlights ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .highlights ul li {
      display: block;
      margin-bottom: 10px;
      padding-left: 60px;
      position: relative; }
      .highlights ul li:last-of-type {
        margin-bottom: 0; }
      .highlights ul li img {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: auto;
        display: block;
        margin-top: 5px; }
      .highlights ul li strong {
        display: block;
        font-size: 1.2rem; }
  .map img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block; }
  .itnerary .itneraryDays {
    list-style: none;
    padding: 0;
    margin: 0; }
    .itnerary .itneraryDays li {
      border-bottom: 1px solid #e2e2e2;
      position: relative;
      transition: .35s; }
      .itnerary .itneraryDays li .title {
        display: block;
        padding: 10px; }
      .itnerary .itneraryDays li:last-of-type {
        border-bottom: 0; }
      .itnerary .itneraryDays li .day {
        display: none;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 0; }
        .itnerary .itneraryDays li .day .dayImage {
          padding-right: 40px; }
        .itnerary .itneraryDays li .day .dayDesc ul {
          list-style: none;
          padding: 0;
          margin: 0;
          margin-top: 20px; }
          .itnerary .itneraryDays li .day .dayDesc ul li {
            padding: 5px 0;
            border: none; }
            .itnerary .itneraryDays li .day .dayDesc ul li img {
              display: inline-block;
              vertical-align: middle;
              height: 32px;
              width: auto;
              margin-right: 10px; }
            .itnerary .itneraryDays li .day .dayDesc ul li strong {
              margin-right: 15px; }
          .itnerary .itneraryDays li .day .dayDesc ul li:after {
            content: none; }
      .itnerary .itneraryDays span:after {
        position: absolute;
        content: "⌄";
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #49d4cd;
        height: 32px;
        width: 32px;
        font-size: 1.75rem;
        font-weight: 900;
        border-radius: 16px;
        text-align: center;
        line-height: 32px;
        transition: .35s; }
      .itnerary .itneraryDays li:hover {
        cursor: pointer; }
        .itnerary .itneraryDays li:hover .title {
          background: #334D7E;
          color: #fff;
        transition: all 0.5s; }
        .itnerary .itneraryDays span:hover:after {
          margin-bottom: 20px; }
      .itnerary .itneraryDays li.open {
        margin: 20px 0; }
        .itnerary .itneraryDays li.open span:after {
          transform: rotate(180deg); }
        .itnerary .itneraryDays li.open .title {
          background: #334D7E;
          color: #fff; }
        .itnerary .itneraryDays li.open .day {
          display: block; }
          .itnerary .itneraryDays li.open .day .dayImage {
            width: 100%; }
            @media (max-width: 767px) {
              .itnerary .itneraryDays li.open .day .dayImage {
                padding-right: 0;
                margin-right: 0; }
                .uspGrid{grid-template-columns: 1fr 1fr 1fr ; }
              .HeroSection{
                height: 400px;
              }}
            .itnerary .itneraryDays li.open .day .dayImage img {
              width: 100%;
              height: auto; }
        @media (min-width: 768px) {
          .itnerary .itneraryDays li.open .day {
            display: flex; }
            .itnerary .itneraryDays li.open .day .dayImage {
              display: inline-block;
              width: 280px; }
            .itnerary .itneraryDays li.open .day .dayDesc {
              flex: 1; } }
  
      
.box.mainInformation{
	margin-top: 100px;
	margin-bottom:50px;}        
  .su-column-size-1-1 .booking{margin-bottom: 50px!important;}
.box.inclusions, .box.gallery, .box.highlights, .box.itnerary, .box.map, .box.additionalInformation, .box.accomodationImages, .box.booking, .box.generalInformation {
  margin-top: 0;
  margin-bottom: 50px; }

.inclusions-row .su-column .su-column-inner {
  padding: 0 !important;
}
.gallery .photoGrid img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    transition: .35s; }
.gallery .photoGrid img:hover {
    opacity: .8;
    cursor: pointer; }

.deckGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px; }
  .deckGrid img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 20px; }
    .deckGrid img:last-of-type {
      margin-bottom: 0; }

.hero {
  padding: 25vh 0;
  position: relative; }
  .hero video, .hero iframe {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }
  .hero .content {
    margin: 0 auto 50px;
    text-align: center; 
  text-shadow: 1px 0px 11px rgba(0,0,0,0.95);}
  .hero .content h1, .hero .content p {
    color: #fff; }
  .hero .content .btn {
    margin-bottom: 0; }
  
  .hero .content h1 {
  font-size:3em!important;
text-shadow:0px 0px 3px black;
font-style:italic;
margin-bottom: 0!important;
	font-weight:700;}
  .hero .content p {
    margin-bottom: 25px; }

.video {
  margin-top: 40px; }
  .video .videoGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }
    .video .videoGrid .videoWrapper {
      flex: 1;
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      .video .videoGrid .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media (min-width: 1240px) {
      .video .videoGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }

  .additionalInformation .additionalInformationBox {
    max-height: 120px;
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .additionalInformation .additionalInformationBox .expander {
      position: absolute;
      left: 0;
      bottom: 0;
      border: 0;
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 80px 0 0 0;
      color: #424242;
      background-image: linear-gradient(to bottom, transparent, white); }
      .additionalInformation .additionalInformationBox .expander .btn {
        z-index: 5; }
      .additionalInformation .additionalInformationBox .expander .btn:hover {
        cursor: pointer;
        box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.125);
        text-decoration: none; }
    .additionalInformation .additionalInformationBox.expanded {
      max-height: none;
      transition: max-height 1s ease-in-out; }

  .accomodationImages .slider .items .item.tripItem figure figcaption {
    width: 100%; }
    .accomodationImages .slider .items .item.tripItem figure figcaption h3 {
      color: #FFF;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1.5em;
      font-weight: 600;
      font-size: 1.25rem;
      margin-bottom: 0; }
.rev{
 
  
  .slick-list {
    padding-left: 15%!important;
    padding-right: 15%!important;
  }
  
  .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
  }
  
  .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
  }
  
  .slick-snext,
  .slick-sprev,
  .slick-snext2,
  .slick-sprev2{
    display: flex;
    justify-content: center;
  }
  
  .slick-current {
    opacity: 1;
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: center;
  }
  
  .slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, -10px);
    z-index: 1;
    perspective: 1000px;
  }
  .slick-snext2 {
    opacity: 1;
    transform: translate3d(35%, 0, -20px);
    z-index: 0;
    perspective: 1000px;
  }
  
  .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, -10px);
  }
  
  .slick-sprev2 {
    opacity: 1;
    transform: translate3d(-35%, 0, -20px);
  }
}
/* Table of content blog styles */
.wp-block-rank-math-toc-block nav {
  background-color: #f2f2f2;
  padding: 25px;
  margin-top: 15px;
}
.wp-block-rank-math-toc-block nav ol {
  margin: 0 !important;
  padding: 0;
}
.wp-block-rank-math-toc-block nav ol li::before {
  color: #28928b;
  text-decoration: underline;
  font-weight: 700;
}
.page-id-42160 .bcorp, .page-id-42160 .reviews{display: none;}
.pageHeader{
	position:relative;
	text-align:center;
	margin-bottom:1em;
  height:600px;
  width:100%;
  overflow: hidden;
}
.pageHeader img{
	width:100%;
	height:100%;
	object-fit:cover;
	-o-object-fit: cover;
	object-position:center;
}
.pageTitle{
	position:absolute;
top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
	text-align:center;
	width:75%;
}

.page-id-47827 .sidebar-tour, .page-id-481 .sidebar-tour, .page-id-2153 .sidebar-tour, .page-id-35811 .sidebar-tour, .page-id-147 .sidebar-tour, .page-id-32338 .sidebar-tour, .page-id-32351 .sidebar-tour, .page-id-42160 .page header h1, .page-id-32351 .page header h1, .page-id-25741 .page header, .page-id-29493 .page header, .page-id-29678 .sidebar-tour, .page-id-20973 .sidebar-tour, .page-id-27973 .sidebar-tour, .page-id-29493 .sidebar-tour, .page-id-25741 .sidebar-tour, .page-id-25284 .sidebar-tour, .page-id-20656 .sidebar-tour, .page-id-19646 .sidebar-tour, .page-id-19253 .sidebar-tour, .page-id-42160 .sidebar-tour{display:none!important;}
.page-id-47827 .tour-content, .page-id-35811 .tour-content, .page-id-147 .tour-content,.page-id-32338 .tour-content,.page-id-32351 .tour-content, .page-id-20973 .tour-content,.page-id-29678 .tour-content,.page-id-29493 .tour-content,.page-id-27973 .tour-content,.page-id-25741 .tour-content,.page-id-20656 .tour-content,.page-id-19253 .tour-content{	width:100%!important;}

/* BLOG Styles */
.wp-block-image img {
  max-width: 100%;
  max-height: 667px;
  overflow-x: hidden;
}
.wp-block-image.two-column-img img{max-height: 450px;}
#hubspot-messages-iframe-container .hs-shadow-container {
visibility: hidden !important;}
.expert p, .expert figcaption{color:white;
background-color:#1f396b;
	width:70%;
	border-radius:20px;
	position:relative;
	top:-20px;
}
.kb-gallery-ul.kb-gallery-caption-style-cover-hover .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption{
  flex-wrap: wrap;
  align-content: center;
}
.text-white{color: white;}
.postid-9913 .tourAction .btn,.postid-17720 .tourAction .btn,.postid-17728 .tourAction .btn,.postid-24941 .tourAction .btn,.postid-9970 .tourAction .btn,.postid-20985 .tourAction .btn,.postid-9913 .tourAction .btn,.postid-18169 .tourAction .btn,.postid-9938 .tourAction .btn,.postid-9833 .tourAction .btn,.postid-16654 .tourAction .btn,.postid-17499 .tourAction .btn{display: none!important;}
.tourHome{
 width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
  }
 .tourHome figcaption {
    background-color: #003366;
    color: white;
    padding: 10px;
    position: relative;
  }
.tourHome figcaption h3{
	color:white;
    margin: 0 auto 10px;
	width:90%;
	text-align:left;
	min-height:65px;
}
 .tourHome figcaption .tourDetails {
    font-size: 1em;
    margin: 0;
	 display:inline-flex;
	 width:90%;
	 justify-content:space-between;
  }
.tourHome figcaption hr{
	height:1px;
	margin:0.5rem auto;
	width:90%;
}
.tourHome a img{
	height:300px;
	width:100%;
	object-fit:cover;
	 -o-object-fit: cover;}
.tourHome figcaption .linkMore {
	width:90%;
margin:auto;
text-align:left;}
.tourHome figcaption .linkMore a {
	color:white;
}
.tourHome figcaption .places{
	display:flex;
	flex-wrap:wrap;
}
.su-box{
  border: none!important;
}
.su-box-style-glass .su-box-title{background-image: none!important;}
.newtourSpecifics .tourCost img{width:20px!important;}
.faqTilte, .rank-math-question {
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    background: #f0f0f0;
    padding: 8px;
}
/* Start Tablas infographic Styles */
/* Container: centers the table and provides horizontal scroll on small screens */
.infographic {
  max-width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 'Raleway';
}
/* Table configuration with 5px gaps */
#galapagos {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  color: #ffffff; /* Default text color */
}
/* Remove default margin from h3 inside table cells */
#galapagos h3 {
  margin: 0 0 0.5em 0;
  text-align: center;
  font-size: 1.35em;
  font-weight: 600;
  color: #ffffff;
}
/* Center text in range-icons row */
#galapagos thead .range-icons td {
  text-align: center;
}
/* Month text styling */
#galapagos .month {
  display: block;
  font-weight: bold;
}
/* Icon styling: displayed as block to center horizontally */
#galapagos .icon {
  display: block;
  margin: 0.2em auto;
  font-size: 2em;
  color: #ffffff; /* default white */
}
/* Calendar icon larger */
#galapagos .calendar-icon {
  font-size: 4em;
}
/* Column backgrounds alternating */
#galapagos .col1 { background-color: #0f295d; }
#galapagos .col2 { background-color: #2b4e92; }
#galapagos .col3 { background-color: #0f295d; }
#galapagos .col4 { background-color: #2b4e92; }
/* List styling inside content cells */
#galapagos ul {
  margin: 0;
  padding-left: 1.2em;
  list-style-type: disc;
}
#galapagos ul li {
  color: #ffffff;
  margin-bottom: 0.4em;
}
/* Cell borders and padding */
#galapagos th,
#galapagos td {
  border: 1px solid #d1dce8;
  padding: 0.8em;
  vertical-align: top;
}
/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
  #galapagos h3 {
    font-size: 0.9em;
  }
  #galapagos th,
  #galapagos td {
    font-size: 0.9em;
    padding: 0.6em;
  }
}
/* End Tablas infographic Styles */
.svg-weather svg {
  fill: #fff;
  width: 45px;
}
.stats-background{    background-color: #f7f7f7; /* Light background color for the banner */}
.stats-banner {
   display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center; /* Centra los ítems verticalmente */
    padding: 20px 40px; /* Add internal spacing */
width: fit-content;
    margin: 0 auto; /* Centers the banner on the page */
}

/* Individual Statistic Block Styling */
.stat-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0 15px; /* Spacing between the stats and the separators */
     border-right: 5px solid #41b9b1;
}
.stat-item:nth-child(4){
  border-right:none!important ;
}

/* Styles for the large number */
.stat-number {
    font-size: 3.5em; /* Large size for the number */
    font-weight: 700;
    line-height: 1; /* Tightens the spacing with the text below it */
    color:#41b9b1;
   
}

/* Styles for the descriptive text */
.stat-text {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2;
    color:#0f295d;
    width:48%;
    padding-left: 10px;
}

/* Badges/Logos Section */
.stat-badges {
    display: flex;
    align-items: center;
    margin-left: 40px; /* Pushes the badges to the right */
}

.stat-badges img {
    height: 90px; /* Set a consistent height for the images/logos */
    margin-left: 20px;
    width: auto;
}
@media (max-width: 1024px){
  .stats-banner {
    grid-template-columns: 1fr 1fr 1fr ;
}
}
@media (max-width: 500px){
  .author-index{display: inline-block!important;
  text-align: center;}
  .author-index img{margin-bottom: -100px;}
  .stats-banner {
    grid-template-columns: 1fr;
}
.stat-badges {
  margin:0 auto;
}
.stat-item {border: none;
flex-direction: column;
margin: 10px;
display: none;
text-align: center;}
.stat-number { font-size: 2em;}
.stat-text {width: 100%;
        margin: 10px auto;}
.stat-item:nth-child(4){
  border-bottom:3px solid #41b9b1 ;
  display: inherit;
}
}
.author-index{display: flex;}
.author-index img{
height: min-content;}
.archive .author-index img{position: relative;
  top:-110px;}
  .article .author-index img{margin:auto}
  .author-bio{
    margin: 0 15px;
  }
  .userCat{font-style: italic;
    font-weight: 200;}
    .author-bio .btn{margin: 25px 0;}
    .wp-block-kadence-posts .loop-entry .post-thumbnail img{border-radius: 15px 15px 0 0;}
    .wp-block-kadence-posts .content-bg {border-radius: 15px!important;}
.entry-title a{color: #2b4e92!important;}
.wp-block-kadence-posts a.post-more-link{color: #28928b !important;
text-transform: none!important;}
.wp-block-kadence-posts a.post-more-link .kadence-svg-iconset{display: none!important;}
.wp-block-kadence-posts .more-link-wrap{text-align: center;}
.wp-block-embed iframe{border-radius: 15px;}
.travelDealMenu a{
	background-color:rgba(251, 163, 48);
	border-right:none!important;
	border-radius:25px;
	margin-left:10px;
}
.destination-columns-container {
    display: flex; /* O usa display: grid; con grid-template-columns */
    gap: 30px; /* Espacio entre las columnas */
    flex-wrap: wrap; /* Permite que las columnas se apilen en dispositivos móviles */
}

/* Estilo para cada columna */
.destination-column {
    flex: 1; /* Hace que ambas columnas ocupen el mismo ancho */
    min-width: 300px; /* Para evitar que se vean demasiado delgadas */
}
.ti-widget[data-layout-id='6'][data-set-id='light-minimal'] {width: 100% !important;}
.subHead{
  font-style: italic;
    font-size: 1.2em;
    font-weight: 500;
}
.topBar .container .topBarRight .topBarSearch form input[type=text]{
	background-color:transparent;
	color:white;
}
.kb-posts-id-212_5b66ef-b5 .entry.loop-entry .entry-header .entry-title {min-height:69px;}
.wp-block-kadence-posts .loop-entry .entry-summary p{font-size:0.9em;
min-height:95px;}
.with_frm_style .iti--container {position:fixed!important;
}
.estText{
	max-width:900px;
	margin:auto;
}
.blogsTours .content-bg, .blogsTours .entry-content-wrap{
  background-color:#f2f6f8!important;
  background:#f2f6f8!important;
}
.blogsTours .entry-title{min-height: 108px;}
.wp-block-kadence-posts.container{padding: none;}