/**
Template: generatepress
Theme Name: Investec Travel
*/

/* Global */

:root {
  --primaryfont: "Inter", sans-serif;
  --headingfont: "Libre Caslon Text", serif;
}

body {
  font-family: var(--primaryfont);
  font-size: 16px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
}

h1, h2, h3, h4, h5 {
  font-family: var(--headingfont);
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

.center {
  text-align: center;
}

.flex {
  display: flex !important;
  flex-wrap: wrap;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

#page.grid-container {
  max-width: 100%;
}

#page.page-wrapper > img.top-vector {
  top: 300px;
  left: 0;
  z-index: -1;
  width: 100%;
}

.home #page.page-wrapper > img.top-vector {
  top: 0 !important;
}

#page.page-wrapper::before {
  content: "";
    height: 300px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ECECE9;
    z-index: -1;
}

.home #page.page-wrapper::before {
  display: none;
}

#page.page-wrapper {
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

body.home #page.page-wrapper {
  margin-top: -90px;
  padding-top: 210px;
}

#page.grid-container #content.site-content {
  padding: 0;
}

.grid-container {
  padding-left: 20px;
  padding-right: 20px;
}

p.top-text {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.narrow-container {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

button, .button, .form-actions input.button {
  font-size: 16px;
  font-family: var(--primaryfont);
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 400;
  text-decoration: none !important;
}

button.white, .button.white {
  color: #30384A;
  background-color: #FFF;
}

button.light, .button.light {
  color: #30384A;
  background-color: #E6E5E1;
  text-decoration: none !important;
}

button.dark, .button.dark {
  color: #fff;
  background-color: #30384A;
  text-decoration: none !important;
}

button.outline, .button.outline {
  color: var(--text);
  background-color: transparent;
  border: solid 2px #D1D2D6;
  text-decoration: none;
}

hr {
  background-color: #ECECE9;
  height: 2px;
}

.slick-slide {
  height: auto !important;
}

.slick-lightbox .slick-arrow {
  position: absolute;
  top: 50%;
}

.slick-lightbox .slick-next {
  right: 0;
}

.slick-lightbox .slick-prev {
  left: 0;
}

/* Header */

nav #primary-menu {
  width: 100%;
}

nav #menu-main-menu li {
  margin-right: 15px;
}

nav #menu-main-menu li a {
  font-weight: 500;
  color: var(--text);
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  text-decoration: none !important;
}

header .user-points {
  margin-left: auto;
}

header#masthead {
  padding-bottom: 15px;
}

header .user-points img {
  margin-right: 10px;
  vertical-align: sub;
}

.header-wrapper {
  background-color: #ECECE9;
}

/* Footer */

footer .footer-cta {
  margin-top: -1px;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

footer .footer-cta p {
  font-size: 32px;
  font-family: var(--headingfont);
  margin-bottom: 20px;
}

body.home footer#site-footer {
  /*background-color: #ECECE9;*/
}

footer#site-footer a {
  text-decoration: underline;
}
footer#site-footer a:hover {
  padding-left: 1rem;
  transition: all 0.1s ease-in-out;
}

footer#site-footer .footer-background, footer .footer-cta {
  background-color: var(--navy);
}

footer#site-footer *:not(.button) {
  color: #fff;
}

footer#site-footer h4 {
  opacity: 0.5;
  font-family: var(--primaryfont);
  font-size: 16px;
  margin-bottom: 40px;
}

footer#site-footer h4 {
  font-weight: 600;
}

footer .footer-wrapper {
  padding: 80px 20px;
}

footer .footer-col {
  width: 100%;
  max-width: 25%;
  padding-right: 30px;
}

footer .footer-copy {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 25px 0;
  border-top: solid 2px #ffffff50;
}

footer .footer-copy p {
  margin-bottom: 0;
  font-size: 14px;
}

footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
  border-left: solid 2px #ffffff50;
}

footer ul li:not(li:last-child) {
  margin-bottom: 30px;
}

footer .footer-col .absolute {
  left: 0;
  bottom: 15px;
  width: calc(100% - 30px);
}

footer .socials {
  justify-content: space-between;
}

footer img.vector {
  display: block;
  margin-bottom: -1px;
}

a.generate-back-to-top {
  border-radius: 100%;
  background-color: #6E7480 !important;
  text-decoration: none;
}

a.generate-back-to-top .gp-icon {
  display: block;
  text-decoration: none;
}

/* Login */

.login-section, .contact-section {
  height: 100%;
  width: 425px;
  right: 0;
  top: 0;
  background-color: #F3F3F3F7;
  box-shadow: 0px 0px 35px 0px #0000002E;
  z-index: 9;
  display: none;
}

.login-section .top, .contact-section .top {
  padding: 30px;
  height: calc(100% - 120px);
}

.login-section p.title {
  font-size: 24px;
  color: #30384A;
  margin-bottom: 10px;
}

.login-section img.close, .contact-section img.close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
  cursor: pointer;
  padding: 10px;
}

.login-section p {
  color: #707682;
}

.login-section .button-select span {
  border-radius: 8px;
  padding: 12px;
  margin-right: 12px;
  color: #5B626F;
  cursor: pointer;
}

.login-section .button-select span.selected {
  /* background-color: #E4E5E7; */
  background-color: #fff;
  color: #30384A;
}

.login-section .button-select {
  margin-bottom: 15px;
}

.login-section input#card-details {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 2px #D1D2D6;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
  display: none;
}

.login-section .bottom, .header-wrapper .contact-section .bottom  {
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 30px;
  /* border-top: solid 2px #ECECE9; */
  border-top: solid 2px #fff;
  width: 100%;
}

.login-section .bottom > a {
  text-decoration: underline;
}

.header-wrapper .contact-section .bottom a {
  margin-left: auto;
}

.header-wrapper .contact-section .top {
  padding-top: 45px;
}

.header-wrapper .contact-section .top a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.header-wrapper .contact-section .top p {
  font-size: 14px;
}

.header-wrapper .contact-section .top p.address {
  color: #4B5160;
}

.header-wrapper .contact-section .top img:not(.close) {
  margin-right: 10px;
}

/* Text Block */

section.text-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

section.text-block h2 {
  margin-bottom: 25px;
}

section.image-blocks {
  margin-bottom: 30px;
}

section.text-block a.button {
  margin-top: 10px;
  text-decoration: none;
}

/* Home */

.hero-banner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  padding: 100px 0;
}

.hero-banner img:not(.close, .contact-section img) {
  height: 100%;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
}

.hero-banner .banner-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
}

.hero-banner .content-wrap {
  z-index: 2;
  color: #fff;
  padding: 0 80px;
  width: 100%;
  max-width: calc(50% + 80px);
}

.hero-banner .content-wrap p:not(.top-text) {
  margin-bottom: 0;
}

.hero-banner .content-wrap h1 {
  font-weight: 400;
  font-size: 70px;
}

.accordion .title {
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  padding-bottom: 17px;
  border-bottom: solid 2px var(--text);
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 15px;
}

.accordion .title.open {
    color: #AE6425;
}

.accordion .accordion-content {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  display: none;
}
.accordion .accordion-content ul {
  margin: 0 0 0 25px;
  padding: 30px;
  text-align: left;
}
/*
.accordion .accordion-content {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion .accordion-content ul {
  margin: 0 0 0 25px;
  padding: 30px;
  text-align: left;
}
*/

.image-blocks .flex {
  justify-content: space-between;
}

.image-blocks .image-block-card {
  width: 100%;
  max-width: 31%;
  border-radius: 10px;
  overflow: hidden;
}

.image-blocks .image-block-card a::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.image-blocks .image-block-card img {
  height: 290px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.image-blocks .image-block-card a {
  display: block;
}

.image-blocks .image-block-card p {
  z-index: 2;
  color: #EAEBEC;
  font-family: var(--headingfont);
  font-size: 32px;
  bottom: 0;
  left: 0;
  padding: 45px;
  margin: 0;
  line-height: 1.3;
  font-weight: 100;
}

.image-text-slider .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}

.image-text-slider .flex {
  align-items: center;
  margin: 0 20px;
}

.packages-slider .slider-content {
  width: 100%;
  max-width: 36%;
  margin-right: 9%;
}

.packages-slider .slider-content a.button, .journeys-slider .slider-content a.button {
  margin-top: 10px;
  text-decoration: none;
}

.packages-slider .slider-card img {
  width: 100%;
  max-width: 55%;
  object-fit: cover;
  height: 420px;
}

.image-text-slider .slider-content p {
  font-size: 14px;
}

.packages-slider {
  margin-top: 130px;
  margin-bottom: 120px;
}

.image-text-slider .slick-dots {
	display: flex;
	justify-content: flex-start;
  justify-content: start;
	margin: 0;
	padding: 2rem 0;
	list-style-type: none;
}

.image-text-slider .slick-dots li {
	margin-right: 15px;
}

.image-text-slider h2 {
  margin-bottom: 30px;
}

.image-text-slider .slick-dots button, .partners-slider .slick-dots button, .partners-slider-main .slick-dots button {
	display: block;
	width: 9px;
	height: 9px;
	padding: 0;
  border: none;
	border-radius: 100%;
	background-color: #B9BCC2;
	text-indent: -9999px;
}

.image-text-slider .slick-dots li.slick-active button, .partners-slider .slick-dots li.slick-active button, .partners-slider-main .slick-dots li.slick-active button {
	background-color: #E6E5E1;
}

.journeys-slider {
  background-color: #4B5160;
  padding: 40px 0;
  margin-bottom: 80px;
}

.journeys-slider *:not(a) {
  color: #fff;
}

.home .journeys-slider .slider-content {
  width: 100%;
  max-width: 40%;
  margin-left: 12%;
}

.journeys-slider .slider-card .journey-images {
  width: 100%;
  max-width: 48%;
  height: 600px
}

.journeys-slider .slider-card .journey-images img.large {
  width: 100%;
  max-width: 460px;
  height: 515px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.journeys-slider .slider-card .small-image {
  max-width: 370px;
  width: 100%;
  height: 370px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #707682;
}

.journeys-slider .slider-card .small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journeys-slider .image-text-slider .slick-dots {
  position: absolute;
  bottom: 0;
  right: 35%;
}

/* Package Card */

.package-card {
  border-radius: 10px;
  overflow: hidden;
  width: 30%;
  background-color: #fff;
  box-shadow: 0px 2px 8px -2px #00000026;
  margin: 0 1.66% 35px;
}

.package-card .card-top img {
  height: 265px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.package-card .card-top span {
  top: 0;
  right: 20px;
  padding: 10px 15px;
  background-color: #21595B;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  line-height: 1.1;
}

.package-card .package-meta {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #F6F6F4;
  border-radius: 10px;
  padding: 10px;
  top: -23px;
  color: #303849;
  justify-content: space-between;
}

.package-card .package-meta img {
  margin-right: 5px;
}

.package-card .package-meta span.relative::after {
  content: "";
  height: 16px;
  width: 2px;
  display: block;
  background: #ECECE9;
  position: absolute;
  bottom: 4px;
  left: -12px;
}

.package-card img {
  vertical-align: bottom;
}

.package-card .card-bottom {
  padding: 50px 20px 20px;
}

.package-card .card-bottom h3 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 2px #ECECE9;
  padding-bottom: 20px;
  margin-bottom: 10px;
  padding-right: 25px;
}

.package-card .card-bottom p:not(:first-child, :last-child) {
  color: #5B626F;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.package-card .card-bottom p:first-child {
  color: #5B626F;
  font-weight: 500;
  margin-bottom: 10px;
}

.package-card .card-bottom p:last-child {
  color: #5B626F;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0;
}

.package-title span {
  cursor: pointer;
  right: 0;
  top: 0;
}

.package-title span:after {
  content: attr(package-info);
  position: absolute;
  top: -24px;
  right: 30px;
  color: #fff;
  opacity: 0;
  background-color: #30384A;
  z-index: 9;
  visibility: hidden;
  font-size: 14px;
  width: 230px;
  line-height: 1.6;
  padding: 12px;
  border-radius: 5px;
}

.package-title span:hover:after {
  opacity: 1;
	transition: all 0.1s ease 0.1s;
  visibility: visible;
}

.pagination {
  width: 100%;
  margin: 60px auto;
  display: flex;
  justify-content: center;
}

.pagination a {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  font-size: 16px;
  text-decoration: none !important;
}

.pagination span.ellipsis {
  position: relative;
  top: 5px;
}

.pagination a.active {
  color: #fff;
  background-color: #30384A;
}

.pagination a.arrow.next img {
  transform: rotate(180deg);
}


/* Call to Action */

.cta {
  margin-bottom: 80px;
}

.cta > img {
  display: block;
  width: 100%;
}

.cta h2 {
  margin-bottom: 0;
}

.cta .cta-content {
  background-color: #DFE6E9;
  margin-bottom: -2px;
  margin-top: -2px;
  position: relative;
  z-index: 2;
}

.cta .grid-container.flex {
  align-items: center;
  justify-content: space-between;
}

.cta .cta-list li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

.cta .cta-list ul {
  margin: 0;
  list-style: none;
}

.cta .cta-list li::before {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(/wp-content/themes/investec/img/badge.svg);
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}

.cta .cta-list li:last-child {
  margin-bottom: 0;
}

.browse-packages {
  overflow: hidden;
}

.browse-packages .flex {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.browse-packages .flex span {
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 600;
  min-width: max-content;
  margin-right: 10px;
}

.browse-packages .flex hr {
  background-color: #ECECE9;
  border: 0;
  height: 2px;
  margin: 0;
  width: 100%;
}

.browse-packages .packages  {
  margin: 30px 0;
}

.browse-packages a.button {
  min-width: max-content;
  font-size: 14px;
  border-color: #878B95;
  padding: 3px 8px;
  margin-left: 10px;
  text-decoration: none;
}

.browse-packages a.button.mobile {
  display: none;
}

.browse-packages .card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 8px -2px #00000026;
  margin: 0 15px;
}

.browse-packages .card img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.browse-packages .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: visible;
}

.browse-packages .card .top-text {
  margin-bottom: 15px;
}

.browse-packages .card h3 {
  margin-bottom: 0;
}

.browse-packages .card .content {
  padding: 70px 40px;
}

.browse-packages .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 3rem 0;
  list-style-type: none;
}

.browse-packages li {
  margin: 0 6px;
}

.browse-packages button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #B9BCC2;
  text-indent: -9999px;
  border: solid 2px transparent;
}

.browse-packages li.slick-active button {
  background-color: transparent;
  border: solid 2px #707682;
}

.browse-packages {
  position: relative;
}

.browse-packages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1320px) / 2);
  height: 100%;
  background-color: var(--lightgrey);
  z-index: 5;
}

/* More for you */

section.more-for-you {
  margin: 60px 0;
}

section.more-for-you h3 {
  margin-bottom: 30px;
}

section.more-for-you .more-card {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 8px;
  height: auto;
}

section.more-for-you .more-card a {
  display: block;
  width: 100%;
  padding: 65px 32px 40px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

section.more-for-you .more-slider {
  margin-left: -8px;
  margin-right: -8px;
}

section.more-for-you .more-card p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: var(--headingfont);
  margin: 0;
}

section.more-for-you .more-card span {
  position: absolute;
  top: 0;
  left: 32px;
  width: 56px;
  text-align: center;
  background: #FFFFFF75;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 0px 0px 15px 15px;
}

section.more-for-you .more-card svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

section.rewards {
  margin: 120px 0 80px;
}

section.rewards .flex {
  align-items: center;
  padding-bottom: 80px;
}

section.rewards .content {
  width: 100%;
  max-width: 48%;
}

section.rewards img {
  max-width: 40%;
  width: 100%;
  margin-left: 12%;
  max-height: 350px;
  object-fit: contain;
  object-position: right;
}

section.rewards .content p {
  font-size: 14px;
}

section.rewards .content a.button {
  margin-top: 15px;
  text-decoration: none;
}

section.rewards .content h2 {
  margin-bottom: 35px;
}

hr.mobile-only {
  display: none;
}

/* Flights */

.intro-hero {
  padding: 60px 0 10px;
}

.intro-hero p {
  font-size: 18px;
}

.cta-cards .flex {
  background-color: #fff;
  padding: 48px 24px;
  border-radius: 8px;
}

.cta-cards .card {
  padding: 0 40px;
  width: 100%;
  max-width: 33.33%;
}

.cta-cards .card:nth-child(2) {
  border-left: 2px solid #ECECE9;
  border-right: 2px solid #ECECE9;
}

.cta-cards .card img {
  height: 170px;
  width: 100%;
  max-width: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cta-cards .card h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.column-content {
  padding: 80px 0;
}

.column-content .flex {
  align-items: center;
}

.column-content .titles {
  width: 100%;
  max-width: 30%;
  margin-right: 5%;
}

.column-content .content {
  width: 100%;
  max-width: 65%;
  color: #4B5160;
  font-size: 18px;
}

.partners p.partners-title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  min-width: max-content;
  margin-right: 5px;
  margin-bottom: 0;
  color: #30384A;
}

.partners .flex {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.partners .flex hr {
  width: 100%;
  margin: 0;
}

.partners .partner {
  aspect-ratio: 1 / 1;
  margin: 0px 15px;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 8px 14px -5px #00000026;
}

.partners .partner a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.partners .partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: visible;
}

.partners hr {
  margin-top: 70px;
  margin-bottom: 70px;
}

.flights .more-for-you {
  margin-bottom: 80px;
}

/* Signature Journeys */

body.page-template-page-journeys header .site-logo img, body.page-template-page-single-journey header .site-logo img {
  filter: invert(1);
}

.signature-journeys .journeys-slider .slider-content {
  width: 100%;
  max-width: 40%;
  margin-right: 12%;
}

.signature-journeys .journeys-slider {
  background-color: transparent;
  padding: 60px 0 0;
}

.signature-journeys .journey-images {
  height: 640px;
}

.signature-journeys .slider-card {
  align-items: center;
}

.signature-journeys .slider-card p {
  font-size: 14px;
  color: #EAEBEC;
}

body.page-template-page-journeys, body.page-template-page-journeys .journeys-slider .slider-card .small-image {
  background-color: #30384A;
}

body.page-template-page-journeys #page.page-wrapper > img.top-vector, body.page-template-page-journeys #page.page-wrapper::before {
  opacity: 0.1;
}

body.page-template-page-journeys .header-wrapper, 
 body.page-template-page-journeys .header-wrapper .site-header, 
 body.page-template-page-journeys .header-wrapper .main-navigation {
  background-color: #434a5a !important;
  color: #fff;
}

body.page-template-page-single-journey .header-wrapper,
 body.page-template-page-single-journey .header-wrapper .site-header,
 body.page-template-page-single-journey .header-wrapper .main-navigation {
  background-color: #4B5160 !important;
  color: #fff;
}


body.page-template-page-journeys nav #menu-main-menu li a, body.page-template-page-single-journey nav #menu-main-menu li a {
  color: #fff;
  text-decoration: none;
}

body.page-template-page-journeys header .user-points img, body.page-template-page-single-journey header .user-points img {
  filter: invert(1);
}

body.page-template-page-journeys nav #menu-main-menu li.current-menu-item::after, body.page-template-page-single-journey nav #menu-main-menu li.current-menu-item::after {
  background-color: #fff;
}

body.page-template-page-journeys #page.page-wrapper > img.top-vector {
    top: 190px;
}

body.page-template-page-journeys #page.page-wrapper::before {
    height: 190px;
}

.signature-posts-loop .signature-card {
  width: 100%;
  max-width: 23%;
  margin: 0 1% 30px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #4B5160;
  color: #fff;
}

.signature-posts-loop .signature-card .content {
  padding: 18px;
}

.signature-posts-loop .signature-card img:not(.icon) {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.signature-posts-loop .signature-card h2 {
  font-size: 20px;
  font-family: var(--primaryfont);
  color: #fff;
  margin-bottom: 5px;
}

.signature-posts-loop .signature-card .meta {
  margin-bottom: 30px;
}

.signature-posts-loop .signature-card p:not(.price) {
  color: #B9BCC2;
  margin-bottom: 0;
  font-size: 14px;
}

.signature-posts-loop .signature-card p.price {
  margin: 12px 0 0;
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.signature-posts-loop .signature-card .meta span {
  padding: 4px 6px;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 14px;
}

.signature-posts-loop .signature-card .meta span:first-child {
  color: #DDCFD2;
  background-color: #5C2C37;
}

.signature-posts-loop .signature-card .meta span:nth-child(2) {
  color: #E9CEAF;
  background-color: #5C2F0A;
}

.signature-posts-loop .signature-card .meta span:last-child {
  color: #BED8D9;
  background-color: #184142;
}

.signature-posts-loop .signature-card .price img.icon {
  cursor: pointer;
  filter: invert(1);
}

.signature-posts-loop .all-journeys .flex.top {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 60px 0 40px;
}

.signature-posts-loop .all-journeys .flex.top span {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
  min-width: max-content;
  margin-right: 10px;
  color: #fff;
}

.signature-posts-loop .all-journeys .flex.top hr {
  background-color: #FFFFFF1A;
  border: 0;
  height: 2px;
  margin: 0;
  width: 100%;
}

.signature-posts-loop .all-journeys .flex.top a.button {
  min-width: max-content;
  font-size: 14px;
  border-color: #878B95;
  padding: 3px 8px;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.signature-posts-loop .all-journeys a.button {
  font-size: 14px;
  border-color: #878B95;
  padding: 3px 8px;
  color: #fff;
  display: block;
  margin: 45px auto 60px;
  width: max-content;
  text-decoration: none;
}

.signature-posts-loop .all-journeys a.button {
  font-size: 14px;
  border-color: #878B95;
  padding: 3px 8px;
  color: #fff;
  display: block;
  margin: 45px auto 60px;
  width: max-content;
  text-decoration: none;
}

.signature-journeys .text-block {
  color: #fff;
}

.signature-journeys .text-block a {
  background-color: #4B5160;
  text-decoration: none;
}

.signature-journeys .text-block p {
  color: #D1D2D6;
}

.signature-journeys .text-block h2 {
  color: #EAEBEC;
}

.signature-journeys .more-for-you h3 {
  color: #fff;
}

.signature-journeys section.more-for-you::before {
  background-color: #30384A;
  width: 2%;
}

/* Parters */

.block-content .grid-container {
  background-color: #fff;
  padding: 42px 80px 42px 20px;
  border-radius: 8px;
}

.block-content img {
  width: 100%;
  max-width: 35%;
  margin-right: 5%;
  height: 270px;
  object-fit: cover;
}

.single-partner .block-content img {
  width: 100%;
  max-width: 35%;
  margin-right: 5%;
  height: 270px;
  object-fit: contain;
}

.block-content .content {
  width: 100%;
  max-width: 60%;
}

.block-content .content h2 {
  margin-bottom: 32px;
}

.block-content .content a.button {
  margin-top: 32px;
  margin-left: auto;
  display: block;
  max-width: max-content;
  text-decoration: none;
}

.thing-to-know {
  margin: 70px 0;
}

.thing-to-know .content {
  width: 100%;
  max-width: 36%;
  margin-right: 4%;
}

.thing-to-know .accordion {
  width: 100%;
  max-width: 55%;
}

.thing-to-know .accordion .accordion-content {
  background-color: unset;
}

.thing-to-know .accordion .title {
  border-color: #ECECE9;
  font-weight: 500;
}

.thing-to-know .accordion .title.open {
  border-color: transparent;
}

.thing-to-know .covid-content {
  margin: 40px 0;
}

.thing-to-know .covid-content {
  font-size: 14px;
}

.thing-to-know hr {
  width: 100%;
  margin-bottom: 10px;
}

.back-nav img {
  height: 20px;
  vertical-align: middle;
}

.grid-container.return-button {
  padding-top: 60px;
}

/* Contact */

.contact-info {
  margin: 10px 0 40px;
}

.contact-info .contact-details {
  width: 100%;
  max-width: 32%;
  margin-right: 5%;
  background-color: #fff;
  padding: 40px 24px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px 0px #0000000D;
  height: max-content;
}

.contact-info .contact-details p {
  margin-bottom: 15px;
}

.contact-info .contact-details h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--primaryfont);
}

.contact-info .contact-form {
  width: 100%;
  max-width: 63%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 15px 0px #0000000D;
}

.contact-info .contact-form h2, .contact-info .contact-form .gform_body {
  padding-left: 73px;
  padding-right: 73px;
}

.contact-info .contact-form h2 {
  padding-top: 62px;
  margin-bottom: 32px;
}

.contact-info .contact-form .gform_footer.before {
  padding: 24px !important;
  margin-top: 40px;
  border-top: solid 2px #ECECE9;
}

.contact-info .contact-form .gform_footer.before .button {
  margin-left: auto;
  margin-bottom: 0;
}

.contact-info .contact-form .gform_body input, .contact-info .contact-form .gform_body select {
  height: 64px;
  border-radius: 8px;
}

.contact-info .contact-form .gform_body textarea, .contact-info .contact-form .gform_body input, .contact-info .contact-form .gform_body select {
  padding: 16px !important;
  border: unset;
  background-color: #F6F6F4;
  font-size: 16px !important;
}

.contact-info .contact-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px;
}

/* Thank you */

.thank-you-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 8px -2px #0000001A;
  max-width: 720px;
  margin: 60px auto;
  text-align: left;
}

.thank-you-card .flex {
  align-items: center;
  justify-content: space-between;
  padding: 48px;
}

.thank-you-card .card-bottom {
  padding: 24px;
  border-top: solid 2px #ECECE9;
  text-align: right;
}

.thank-you-card .flex .content, .thank-you-card .flex img {
  width: 100%;
  max-width: 48%;
  object-fit: contain;
}

.thank-you-card .flex .content h2 {
  font-size: 48px;
  margin-bottom: 15px;
}

.thank-you-card .flex .content p {
  color: #4B5160;
  font-size: 14px;
  margin-bottom: 0;
}

/* Travel Requirements */

.page-template-page-requirements #page.page-wrapper::before {
  height: 180px;
}

.page-template-page-requirements #page.page-wrapper > img.top-vector {
  top: 180px;
}

.regulations .tab-column {
  width: 100%;
  max-width: 42%;
  padding-right: 8%;
  margin-right: 8%;
  border-right: solid 2px #ECECE9;
}

.regulations .content {
  width: 100%;
  max-width: 50%;
}

.travel-requirements .regulations, .travel-requirements .covid-content {
  margin: 100px 0 70px;
}

.travel-requirements .regulations h2 {
  font-size: 24px;
  font-family: var(--primaryfont);
  color: #30384A;
  margin-bottom: 60px;
  opacity: 0.75;
}

.travel-requirements .regulations .tab-column p.active-tab {
  padding: 5px 10px;
  width: 100%;
  background-color: #ECECE9;
  font-size: 22px;
  color: #30384A;
  margin-bottom: 15px;
  cursor: pointer;
}

.travel-requirements .regulations .tab-column p.tab {
  padding: 5px 10px;
  width: 100%;
  font-size: 22px;
  color: #30384A;
  margin-bottom: 15px;
  cursor: pointer;
}

.travel-requirements .regulations .tab-content:not(:first-child) {
  display: none;
}

.travel-requirements .covid-content p:not(.top-text) {
  font-size: 14px;
}

/* Partners */

.partners-slider-main .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 2.5rem 0;
  list-style-type: none;
  position: absolute;
  width: 100%;
}

.partners-slider-main .slick-dots li {
  margin: 0 8px;
}

.partners-page .partners {
  margin: 60px 0 0;
}

body.page-template-page-partners #page.page-wrapper::before {
  height: 400px;
}

body.page-template-page-partners #page.page-wrapper > img.top-vector {
  top: 400px;
}

.partners-page .partners hr {
  margin-top: 100px;
  margin-bottom: 20px;
}

/* Contact modal */

.contact-modal.hidden {
  display: none;
}

.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background: #E6E5E1DE;
}

.contact-modal .modal-wrapper h2 {
  margin-bottom: 30px;
}

.contact-modal .modal-wrapper {
  box-shadow: 0px 8px 16px -4px #0000001F;
  background-color: #fff;
  border-radius: 12px;
  width: 92%;
  max-width: 690px;
}

.contact-modal .modal-wrapper .content {
  padding: 64px 42px 5px;
  font-size: 14px;
}

.contact-modal .modal-wrapper .details img {
  margin-right: 15px;
}

.contact-modal .modal-wrapper img.absolute {
  padding: 10px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.contact-modal .bottom {
  padding: 24px;
  border-top: solid 2px #ECECE9;
  text-align: right;
}

.contact-modal .modal-wrapper .details a {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Single Package */

.single-hero .flex:not(.stars) {
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 10px;
}

.single-hero h1 {
  margin-bottom: 0;
}

.single-hero img.hero-image {
  height: 600px;
  width: 100%;
  object-fit: cover;
  margin-top: 30px;
}

.single-hero .stars img {
  margin-left: 5px;
}

.single-package .single-content .content {
  width: 100%;
  max-width: calc(98% - 380px);
  margin-right: 2%;
}

.single-package .single-content .meta {
  width: 100%;
  max-width: 380px;
}

.single-hero {
  margin-bottom: 40px;
}

.single-package .single-content .grid-gallery {
  position: relative;
  height: 400px;
}

.single-package .single-content .grid-gallery a {
  position: absolute;
  padding: 2%;
  text-decoration: none;
}

.single-package .single-content .grid-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-package .single-content .grid-gallery a:first-child {
  left: 0%;
  top: 0px;
  height: 400px;
  width: 50%;
  padding-left: 0;
}

.single-package .single-content .grid-gallery a:nth-child(2) {
  left: 50%;
  top: 0px;
  height: 200px;
  width: 25%;
}

.single-package .single-content .grid-gallery a:nth-child(3) {
  left: 75%;
  top: 0px;
  height: 200px;
  width: 25%;
}

.single-package .single-content .grid-gallery a:nth-child(4) {
  left: 50%;
  top: 200px;
  height: 200px;
  width: 25%;
}

.single-package .single-content .grid-gallery a:nth-child(5) {
  left: 75%;
  top: 200px;
  height: 200px;
  width: 25%;
}

.single-package .single-content .meta .card {
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 2px 8px -2px #0000001A;
}

.single-package .single-content .meta .card .flex {
  align-items: center;
  margin-bottom: 15px;
}

.single-package .single-content .meta .card .flex p {
  font-size: 12px;
  color: #5B626F;
  margin-bottom: 0;
}

.single-package .single-content .meta .card .flex img {
  margin-right: 10px;
}

.single-package .single-content .meta .card .flex p span {
  font-size: 16px;
  color: #30384A;
}

.single-package .single-content .meta .card p.title {
  font-size: 24px;
  margin-bottom: 25px;
}

.single-package .single-content .meta .card select {
  margin-bottom: 20px;
  width: 100%;
}

.single-package .content h2 {
  font-size: 32px;
  font-family: var(--primaryfont);
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
}

.single-package .content .flex span {
  font-size: 14px;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 8px;
}

.single-package .content .flex span:first-child {
  color: #964E1E;
  margin-right: 8px;
  background-color: #F3E4D3;
}

.single-package .content .flex span:last-child {
  color: #286B6E;
  background-color: #D8E8E8;
}

.single-package .content .tabs {
  margin: 45px 0;
}

.single-package .content .tab-button a {
  font-size: 18px;
  padding-bottom: 6px;
  font-weight: 500;
  display: inline-block;
  margin: 0 15px 30px;
  text-decoration: none;
}

.single-package .content .tab-button a.active {
  border-bottom: solid 2px #CD934D;
  text-decoration: none;
}

.single-package .content .tab-content > div {
  display: none;
}

.single-package .content .tab-content > div.active {
  display: block;
}

.single-package .content .map {
  margin-bottom: 60px;
}

.single-package .flex.top {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 60px 0 40px;
}



.single-package .flex.top span {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
  min-width: max-content;
  margin-right: 10px;
}

.single-package .flex.top hr {
  border: 0;
  height: 2px;
  margin: 0;
  width: 100%;
}

.single-package .flex.top a.button {
  min-width: max-content;
  font-size: 14px;
  border-color: #878B95;
  padding: 3px 8px;
  margin-left: 10px;
  text-decoration: none;
}

.single-package .terms p:not(.top-text) {
  font-size: 14px;
}

.single-package .related-packages .pagination {
  display: none;
}

/* Responsive */

@media screen and (min-width: 1200px) {

  .hero-banner.logged-in {
    margin-top: 55px;
  }

  nav#site-navigation .inside-navigation.grid-container {
    padding: 0;
  }

  nav #menu-main-menu li.current-menu-item::after, .parent-pageid-30 .main-navigation .menu > .menu-item.menu-item-35 > a::after, .parent-pageid-408 .main-navigation .menu > .menu-item.menu-item-812 > a::after, .page-id-806 .main-navigation .menu > .menu-item.menu-item-39 > a::after, .page-id-800 .main-navigation .menu > .menu-item.menu-item-793 > a::after, 
  .page-id-465 .main-navigation .menu > .menu-item.menu-item-39 > a::after, 
  .page-id-808 .main-navigation .menu > .menu-item.menu-item-793 > a::after,
  .page-id-809 .main-navigation .menu > .menu-item.menu-item-794 > a::after,
  .page-id-685 .main-navigation .menu > .menu-item.menu-item-791 > a::after,
  .page-id-488 .main-navigation .menu > .menu-item.menu-item-791 > a::after  {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--navy);
    display: block;
    position: absolute;
    left: 0;
    opacity: 0.9;
    top: 30px;
  }

  .parent-pageid-788 .main-navigation .menu > .menu-item.menu-item-793 > a::after  {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    opacity: 0.9;
    top: 30px;
  }

  .page-id-805 .main-navigation .menu > .menu-item.menu-item-793 > a::after  {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--navy) !important;
    display: block;
    position: absolute;
    left: 0;
    opacity: 0.9;
    top: 30px;
  }

	
  nav #menu-main-menu li:nth-child(7n) {
    margin-right: 30px;
	margin-left: auto;
	padding-right: 10px;
	border-right: solid 2px #D4D3CEA3;
  }
	
  nav #menu-main-menu li:last-child {
    margin-right: 0;
  }

  nav #menu-main-menu li:last-child {
    border-left: solid 2px #D4D3CEA3;
  }

}

@media screen and (max-width: 1500px) {

  body.home #page.page-wrapper {
    margin-top: -50px;
    padding-top: 170px;
  }

}

@media screen and (max-width: 1200px) {

  nav.main-navigation.toggled {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--lightgrey);
    height: 100%;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: scroll;
    z-index: 99999;
  }

  nav.main-navigation.toggled #primary-menu {
    margin-top: 50px;
  }

  nav.main-navigation li a {
    font-size: 18px !important;
    margin-bottom: 22px;
    padding: 0 !important;
    border-bottom: solid 1px;
    max-width: max-content;
    position: relative;
    left: 0;
    transition: 0.5s ease;
    text-decoration: none;
  }

  nav.main-navigation li a:hover {
    left: 10px;
  }

  nav.main-navigation li:last-child a {
    font-size: 18px !important;
    padding: 8px 15px !important;
    border-radius: 50px;
    background-color: #30384A;
    color: #E6E5E1 !important;
    margin-top: 5px;
    border: solid 2px #30384A;
    font-weight: 400;
    text-decoration: none;
  }

  nav.main-navigation.toggled > .inside-navigation:before {
    content: "";
    width: 135px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    top: 0;
    position: absolute;
    background-image: url('/wp-content/uploads/2023/10/tbi-logo.png');
  }

  body.home #page.page-wrapper {
    margin-top: -50px;
    padding-top: 120px;
  }

  nav#site-navigation {
    padding-bottom: 10px;
  }

  .header-wrapper {
    box-shadow: 0px 3px 8px 0px #00000014;
  }

  .inside-header {
    flex-direction: row;
    padding: 15px 20px;
  }

  header .site-logo img {
    max-width: 150px;
  }

  header .user-points {
    font-size: 14px;
  }

  header .user-points img {
    margin-right: 5px;
  }

  nav .gp-icon svg {
    height: 20px;
    width: 20px;
    top: 0;
  }

  nav button.menu-toggle {
    margin-left: auto;
    padding: 0;
    line-height: 1.6;
    display: block !important;
  }

  nav.main-navigation.toggled button.menu-toggle {
    padding: 5px 0;
    line-height: 1;
  }

  nav button.menu-toggle span.mobile-menu {
    display: none;
  }

  nav ul#menu-main-menu {
    display: none;
  }

  nav ul#menu-main-menu[aria-hidden=false] {
    display: flex;
  }

}

@media screen and (max-width: 1000px) {

  .package-card {
    width: 46%;
    margin: 0 2% 35px;
  }

  .package-card .card-top img {
    height: 220px;
  }

  .hero-banner .content-wrap {
    padding: 0 20px;
    max-width: 100%;
  }

  footer .footer-col {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  footer .footer-col .absolute {
    position: unset;
    bottom: 0;
    width: 100%;
    max-width: 300px;
  }

  footer .footer-wrapper {
    padding: 45px 20px;
  }

  footer .relative img {
    max-width: 125px;
    margin-bottom: 30px;
  }

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

}

@media screen and (max-width: 767px) {

  .contact-modal .modal-wrapper .content {
    padding: 64px 24px 5px;
  }

  .contact-modal {
    align-items: baseline;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: scroll;
  }

   .regulations .tab-column, .regulations .content {
     max-width: 100%;
     padding-right: 0;
     margin-right: 0;
   }

  .contact-info .contact-form h2, .contact-info .contact-form .gform_body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .regulations .tab-column {
    border-right: unset;
    border-top: solid 2px #ECECE9;
    padding-top: 40px;
  }

  .travel-requirements .regulations {
    margin: 70px 0 50px;
  }

  .travel-requirements .covid-content {
    border-top: solid 2px #ECECE9;
    padding-top: 55px;
    margin-top: 35px;
    margin-bottom: 55px;
  }

  .contact-info .contact-form h2 {
    padding-top: 42px;
  }

  .block-content {
    padding: 0 20px;
  }

  .block-content .content, .block-content img, .thing-to-know .accordion, .thing-to-know .content {
    max-width: 100%;
    margin-right: 0;
  }

  .block-content img, .thing-to-know .content {
    margin-bottom: 30px;
  }

  .thing-to-know {
    margin: 40px 0;
  }

  .thing-to-know .accordion .title {
    padding-right: 40px;
    position: relative;
  }

  .thing-to-know .accordion .title img {
    position: absolute;
    right: 0;
    top: 2px;
  }

  .block-content .content a.button {
    margin: 0 auto;
    text-decoration: none;
  }

  .block-content .grid-container {
    padding: 42px 20px;
  }

  body.home #page.page-wrapper {
    margin-top: -30px;
    padding-top: 90px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-banner .content-wrap h1 {
    font-size: 40px;
  }

  .hero-banner .content-wrap p:not(.top-text) {
    font-size: 18px;
    font-weight: 400;
  }

  .hero-banner {
    padding: 60px 0 130px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    margin-top: 0;
  }

  .image-blocks .image-block-card:not(:last-child) {
    max-width: 100%;
    margin-bottom: 70px;
  }

  .image-blocks .image-block-card:last-child {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .image-blocks .image-block-card p {
    position: relative;
    font-size: 20px;
    color: #303030;
    padding: 0;
  }

  .image-blocks .image-block-card a::after {
    display: none;
  }

  .image-blocks .image-block-card img {
    height: 200px;
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
  }

  .image-blocks .image-block-card {
    overflow: unset;
  }

  .home .packages-slider {
    display: none !important;
  }

  .journeys-slider .slider-card .journey-images {
    max-width: 100%;
    margin-left: 0;
  }

  .journeys-slider .slider-card .small-image {
    display: none;
  }

  .journeys-slider .slider-card .journey-images {
    height: unset;
  }

  .journeys-slider .slider-card .journey-images img.large {
    max-width: 100%;
    height: 200px;
    position: relative;
  }

  .journeys-slider .slider-content {
    max-width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
    margin-top: 30px;
  }

  .journeys-slider .image-text-slider .slick-dots {
    position: relative;
    justify-content: center;
  }

  .image-text-slider .slick-dots button {
    width: 15px;
    height: 15px;
  }

  .image-text-slider .slick-dots li {
    margin: 0 15px;
  }

  .journeys-slider .image-text-slider .slick-dots {
    right: 0;
  }

  .journeys-slider {
    padding-bottom: 30px;
    margin-bottom: 40px;
    padding-top: 45px;
  }

  .cta .grid-container.flex {
    flex-direction: column;
  }

  .cta .cta-list {
    margin: 30px 0;
  }

  .cta .cta-content {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .cta .cta-list li::before {
   top: 0px;
   transform: unset;
  }

  .browse-packages .flex span {
    font-size: 14px;
  }

  .browse-packages .flex hr {
    display: none;
  }

  .browse-packages a.button:not(.mobile) {
    display: none;
  }

  .browse-packages a.button.mobile {
    display: block;
    margin: 50px auto 40px;
    max-width: max-content;
    border-color: #D1D2D6;
    text-decoration: none;
  }

  .browse-packages .packages {
    padding-right: 20%;
    margin: 20px 0;
  }

  .browse-packages .card .content {
    padding: 25px 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .browse-packages .card h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .browse-packages .card .top-text {
    margin-bottom: 0;
    font-size: 12px;
    color: #888B94;
  }

  section.more-for-you .more-slider {
    padding-right: 34%;
  }

  section.more-for-you .grid-container {
    overflow: hidden;
  }

  section.more-for-you .slick-list {
    overflow: visible;
  }

  section.more-for-you {
    position: relative;
    margin: 40px 0;
  }

  section.more-for-you h3 {
    margin-bottom: 20px;
    color: #575A60;
  }

  section.more-for-you::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3%;
    height: 100%;
    background-color: var(--lightgrey);
    z-index: 5;
  }

  section.more-for-you .more-card a {
    padding: 55px 10px 12px 25px;
    text-decoration: none;
  }

  section.rewards {
    margin: 100px 0 60px;
  }

  section.rewards .flex {
    flex-direction: column-reverse;
  }

  section.rewards .flex img {
    object-position: unset;
  }

  section.rewards .content, section.rewards img {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  section.more-for-you .more-card span {
    left: 27px;
  }

  section.rewards img {
    max-height: 330px;
    margin-bottom: 30px;
  }

  section.rewards .content h2 {
    margin-bottom: 30px;
  }

  section.rewards .flex {
    padding-bottom: 60px;
  }

  .hero-vector-bottom {
    margin-top: -10%;
  }

  section.text-block {
    padding-bottom: 65px;
  }

  .accordion .title {
    padding-bottom: 27px;
    margin-bottom: 25px;
  }

  .image-blocks .flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta {
    margin-bottom: 120px;
  }

  .top-text .p.top-text {
    font-size: 18px;
  }

  hr.mobile-only {
    display: block;
    width: calc(100% - 40px);
    margin: 40px auto;
  }

  h1 {
    font-size: 32px;
  }

  .intro-hero {
    padding: 45px 0 15px;
  }

  .grid-container.return-button {
    padding-top: 40px;
  }

  .cta-cards .card {
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
  }

  .cta-cards .card:last-child {
    margin-bottom: 0;
  }

  .cta-cards .card img {
    max-width: 100%;
  }

  .cta-cards .flex {
    padding: 40px 30px;
  }

  .cta-cards .card h2 {
    font-size: 20px;
    font-weight: 400;
  }

  .cta-cards .card p {
    color: #4B5160;
  }

  .cta-cards .card:nth-child(2) {
    border: unset !important;
  }

  .column-content .content, .column-content .titles {
    max-width: 100%;
    margin-right: 0;
  }

  .column-content hr.mobile-only {
    margin: 30px auto 0;
  }

  .column-content {
    padding-bottom: 65px;
  }

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

  .partners .flex hr {
    display: none;
  }

  .partners p.partners-title {
    font-size: 14px;
    font-weight: 600;
  }

  .partners .partner {
    aspect-ratio: 4/3;
    padding: 30px;
    margin: 0 10px;
  }

  .partners-slider {
    padding-right: 34%;
  }

  .partners-slider .slick-dots {
  	display: flex;
    justify-content: center;
  	margin: 0;
  	padding: 2.5rem 0;
  	list-style-type: none;
    position: absolute;
    width: 100%;
  }

  .partners-slider .slick-dots li {
  	margin: 0 8px;
  }

  .flights .partners {
    overflow: hidden;
  }

  .flights .partners hr {
    margin-top: 85px;
    margin-bottom: 0;
  }

  .flights section.more-for-you h3 {
    margin-bottom: 32px;
  }

  section.more-for-you .more-card {
    background-color: rgb(97, 121, 132) !important;
  }

  #page.page-wrapper > img.top-vector {
    top: 499px;
  }

  #page.page-wrapper::before {
    height: 500px;
  }

  .package-card {
    width: 100%;
    margin: 0 0 35px;
  }

  .login-section, .contact-section {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .login-section .button-select span {
    padding: 10px 12px;
    font-size: 14px;
  }

  .login-section input#card-details {
    padding: 12px;
    font-size: 16px;
  }

  .login-section .top {
    padding-top: 40px;
  }

  .header-wrapper .contact-section .top {
    padding-top: 60px;
  }
  
  .contact-info .contact-form, .contact-info .contact-details {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .thank-you-card .flex .content, .thank-you-card .flex img {
    max-width: 100%;
  }

  .thank-you-card .flex .content h2 {
    font-size: 38px;
  }

  .thank-you-card .flex {
    padding: 32px 24px;
  }

  .thank-you-card {
    margin: 45px auto;
  }

}

@media screen and (max-width: 500px) {

  header .site-logo img {
    max-width: 135px;
  }

  .inside-header {
   flex-direction: row;
   padding: 15px;
  }

 header .user-points {
    font-size: 13px;
  }

  header .user-points img {
      margin-right: 2px;
    }

}

/* Filters */

.filters {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.filters .filter-wrap {
  border-radius: 8px;
  width: 30%;
  background-color: #fff;
  margin: 20px 1.66%;
  padding: 10px 25px 10px 15px;
}

@media screen and (max-width: 600px) {
  .filters .filter-wrap {
    border-radius: 8px;
    width: 100%;
    background-color: #fff;
    margin: 20px 1.66%;
    padding: 10px 25px 10px 15px;
  }
}


.filters .filter-wrap label {
  display: block;
  color: #5B626F;
  font-size: 12px;
}

.filters .filter-wrap select {
  border: unset;
  width: 100%;
  padding: 0;
  font-weight: 600;
}

.filters .form-actions {
  margin: 0 1.6%;
  width: 100%;
  text-align: right;
}

.filters .form-actions input {
  margin-left: 20px;
}


.gform_description, .gform_footer, .gform_required_legend {
  padding-left: 73px !important;
  padding-right: 73px !important;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
  direction: rtl;
}

.grid-container a:link, .grid-container a:visited {
  text-decoration: underline;
  font-weight: 600;
}

.grid-container a:hover {
  text-decoration: none;
}

.back-nav {
  text-decoration: none;
}

/* Single Journey */

.page-template-page-single-journey #page.page-wrapper::before, .page-template-page-single-journey .header-wrapper {
  background-color: #4B5160;
}

.single-package.journey .terms hr {
  margin-bottom: 60px;
  margin-top: 60px;
}

.single-package.journey .terms p:not(.top-text) {
  max-width: 800px;
}

.single-package.journey .grid-gallery {
  margin-top: 25px;
}

.single-package.journey .grid-gallery a {
  padding: 1%;
}

@media screen and (min-width: 767px) {

  .single-package.journey .grid-gallery, .single-package.journey .grid-gallery a:first-child {
    height: 560px;
  }

  .single-package.journey .grid-gallery a:not(:first-child) {
    height: 280px;
  }

  .single-package.journey .grid-gallery a:nth-child(5), .single-package.journey .grid-gallery a:nth-child(4) {
    top: 280px;
  }

}

.single-package.journey .content h2 {
  font-family: var(--headingfont);
}

body.page-template-page-single-journey #site-navigation:not(.toggled) li:not(.button) a, body.page-template-page-single-journey .user-points, body.page-template-page-single-journey .back-nav, body.page-template-page-single-journey .single-hero h1 {
  color: #fff;
}

body.page-template-page-single-journey .back-nav img, body.page-template-page-single-journey header .site-logo img, body.page-template-page-single-journey header .user-points img {
  filter: invert(1);
}

.single-package.journey .content .tabs {
  margin: 30px 0 45px;
}

.single-package.journey .content .flex span:first-child {
  color: #EAEBEC;
  background-color: #30384A;
}

.single-package.journey .content .flex span:nth-child(2) {
  background-color: #F3E4D3;
  color: #964E1E
}

.single-package.journey .content .tab-button a {
  margin: 0 15px 20px;
}

.single-package.journey .content .tab-button a.active {
  border-bottom: solid 3px #CD934D;
}

.single-package.journey .content .map {
  margin-bottom: 70px;
  margin-top: 60px;
}

.single-package.journey .grid-gallery > a:not(:nth-child(-n+5)) {
  display: none;
}

.single-package.journey .grid-gallery a:nth-child(5) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-package.journey .grid-gallery a:nth-child(5) img {
  filter: brightness(75%);
}

.single-package.journey .grid-gallery a:nth-child(5)::after {
  color: #fff;
  font-size: 70px;
  position: absolute;
  z-index: 9;
  font-family: var(--headingfont);
}

.page-template-page-single-journey nav:not(.toggled) .gp-icon svg {
  color: #fff;
}

#gform_submit_button_2 {
  float: right;
  margin-bottom: 30px;
}

.single-package .grid-gallery {
  position: relative;
  height: 400px;
  width: 100%;
}

.single-package .grid-gallery a {
  position: absolute;
  padding: 2%;
}

.single-package .grid-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(90%);
}

.single-package .grid-gallery a:first-child {
  left: 0%;
  top: 0px;
  height: 400px;
  width: 50%;
  padding-left: 0;
}

.single-package .grid-gallery a:nth-child(2) {
  left: 50%;
  top: 0px;
  height: 200px;
  width: 25%;
}

.single-package .grid-gallery a:nth-child(3) {
  left: 75%;
  top: 0px;
  height: 200px;
  width: 25%;
}

.single-package .grid-gallery a:nth-child(4) {
  left: 50%;
  top: 200px;
  height: 200px;
  width: 25%;
}

.single-package .grid-gallery a:nth-child(5) {
  left: 75%;
  top: 200px;
  height: 200px;
  width: 25%;
}

.page-template-page-single-journey nav #menu-main-menu li:last-child a, .page-template-page-journeys nav #menu-main-menu li:last-child a {
  color: #30384A;
}

.page-template-page-single-journey .featured-image {
  display: none;
}

.gform_confirmation_wrapper {
  margin-left: 70px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
  color: #ffffff;
  background-color: #55555e;
}

.gform_footer {
  float: right !important;
}

#gform_submit_button_6, #gform_submit_button_2, #gform_submit_button_3, #gform_submit_button_1, #gform_submit_button_4, #gform_submit_button_5 {
  background: rgb(85, 85, 94) !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  margin-bottom: 25px !important;
  padding: 15px 20px !important;
}

@media screen and (max-width: 600px) {
  .signature-posts-loop .signature-card, .single-package .single-content .content {
    max-width: unset;
  }
  .contact h3 {
    padding: 20px !important;
    font-size: 26px !important;
  }
}


.page-id-421 .accordion .accordion-content {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  display: none;
  margin-bottom: 30px;
}
.page-id-421 .accordion .accordion-content ul {
  margin: 0 0 0 25px;
  padding: 30px;
  text-align: left;
}

.page-id-421 .accordion ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.page-id-421 .accordion ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.page-id-421 .accordion ol > li:before {
  display: table-cell;
  padding-right: 0.6em;
}
.page-id-421 .accordion-content[section="1"] ol > li:before {
  content: "1." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="2"] ol > li:before {
  content: "2." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="3"] ol > li:before {
  content: "3." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="4"] ol > li:before {
  content: "4." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="5"] ol > li:before {
  content: "5." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="6"] ol > li:before {
  content: "6." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="7"] ol > li:before {
  content: "7." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="8"] ol > li:before {
  content: "8." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="9"] ol > li:before {
  content: "9." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="10"] ol > li:before {
  content: "10." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="11"] ol > li:before {
  content: "11." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="12"] ol > li:before {
  content: "12." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="13"] ol > li:before {
  content: "13." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="14"] ol > li:before {
  content: "14." counters(item, ".") ". ";
}
.page-id-421 .accordion-content[section="15"] ol > li:before {
  content: "15." counters(item, ".") ". ";
}
.page-id-421 .accordion li ol > li {
  margin: 0;
}

#choice_6_21_0, #choice_6_21_1, #choice_2_21_0, #choice_2_21_1, #choice_4_21_0, #choice_4_21_1 {
  height: unset !important;
  padding: unset !important;
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text] {
  background-position: -100% !important;
}

.chosen-single {
  padding: 16px !important;
  border: unset  !important;
  background-color: #F6F6F4 !important;
  font-size: 16px !important;
  height: 65px !important;
}