@charset "UTF-8";
/* international-destionations */
.related-destinations__image-text-wrap {
  position: relative;
  margin-bottom: 30px;
  height: 146px;
  width: 332px;
}
@media only screen and (max-width: 768px) {
  .related-destinations__image-text-wrap {
    height: 100px;
    width: 230px;
  }
}

.related-destinations__image-text-wrap p.h4,
.related-destinations__image-text-wrap h3.h4 {
  position: absolute;
  bottom: 5px;
  font-size: 19px;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  pointer-events: none;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 420px) {
  .related-destinations__image-text-wrap p.h4,
  .related-destinations__image-text-wrap h3.h4 {
    font-size: 14px;
    padding: 0;
  }
}
.related-destinations__image-text-wrap img {
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
  width: 100%;
  filter: brightness(70%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 992px) {
  .related-destinations__image-text-wrap img {
    height: 145px;
    width: 100%;
  }
}
.travel-destination__uptitle {
  font-size: 14px;
  font-weight: bold;
  color: #6b7c93;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.travel-destination__title {
  font-size: 30px;
  font-weight: bold;
  color: #22434d;
  font-family: "Libre Baskerville", sans-serif;
}

@media screen and (min-width: 992px) {
  .travel-destination__title {
    font-size: 35px;
  }
}
.travel-destination__title-text,
section.travel-destination-bottom .container > p {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #6b7c93;
}

.travel-destination__title-text,
section.travel-destination-bottom {
  text-align: left;
}

.travel-destination__text-wrap {
  font-family: "Raleway", sans-serif;
  color: #6b7c93;
  font-size: 16px;
  text-align: left;
}

@media screen and (min-width: 992px) {
  section.international-destination .related-destinations__image-text-wrap {
    margin-top: 50px;
  }
}
.international-destination__btn-see-more {
  margin: 20px 0 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .international-destination__btn-see-more {
    margin: 60px 0 0;
  }
}
.international-destination__btn-see-more {
  padding-bottom: 50px;
}

.international-destination__btn-see-more::after {
  content: "";
  border-top: 2px solid #e5ebee;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.international-destination__btn-see-more::after {
  top: 30%;
}

.international-destination__btn-see-more button {
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 27px;
  background-color: white !important;
  border: 2px solid #e47813;
  padding: 12px 38px !important;
  text-transform: uppercase;
  color: #000000 !important;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  transition: background-color 0.3s ease-in;
  border-radius: 4px !important;
  white-space: normal;
}
@media only screen and (max-width: 768px) {
  .international-destination__btn-see-more button {
    width: 65% !important;
  }
}
@media only screen and (max-width: 364px) {
  .international-destination__btn-see-more button {
    width: 100% !important;
  }
}

.international-destination__btn-see-more button:hover,
.international-destination__btn-see-more button:focus,
.international-destination__btn-see-more button:active {
  color: #000000 !important;
  background-color: white !important;
}

.btn.btn-quote {
  height: unset !important;
}

.pb15 {
  padding: 0 15px !important;
}

.bottom_back {
  position: relative;
}

a.back-to-top {
  position: absolute;
  bottom: 20px;
  right: 16px;
  color: #e47815;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 991px) {
  a.back-to-top {
    display: none;
  }
}
a.back-to-top:hover,
a.back-to-top:visited,
a.back-to-top:focus,
a.back-to-top:active {
  color: #e47815;
  text-decoration: none;
}

.domestic-destination {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .domestic-destination {
    padding-top: 0;
  }
}

.international-destination__title,
.domestic-destination__title {
  margin-top: 65px;
  font-size: 24px;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  color: #22434d;
  margin-bottom: 0 !important;
}

.international-destination__title,
.domestic-destination__title {
  margin-top: 55px;
}

@media screen and (min-width: 992px) {
  .international-destination__title,
  .domestic-destination__title {
    margin-top: 100px;
    margin-bottom: 20px;
  }
}
.domestic-destination__btn-see-more a button {
  white-space: normal;
}
@media only screen and (max-width: 768px) {
  .domestic-destination__btn-see-more a button {
    width: 65% !important;
  }
}
@media only screen and (max-width: 364px) {
  .domestic-destination__btn-see-more a button {
    width: 100% !important;
  }
}

h1 {
  color: white;
}

.quote-send img {
  width: 20px;
  margin-left: 5px;
}

div.travel-destination__form-wrapper input[type=text] {
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
  height: auto;
}

.page-numbers.current {
  background-color: #ddd !important;
}

/* travel-destination__text-wrap */
.travel-destination__text-wrap a {
  border: none;
  outline: none;
}

.travel-destination__text-wrap a {
  transition-duration: 0.2s;
  text-decoration: none;
  color: #23434d;
}

.travel-destination__text-wrap a:hover {
  color: #e46b18;
}

.travel-destination__text-wrap {
  font-family: "Raleway", sans-serif;
  color: #6b7c93;
  font-size: 16px;
  text-align: left;
}

.travel-destination__text-wrap span {
  font-size: 12px;
}

.travel-destination__text-wrap strong {
  font-size: 16px;
}

.travel-destination__text-wrap h4 {
  font-size: 18px;
  margin-top: 5px;
  color: #6b7c93;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.travel-destination__text-wrap ul {
  list-style-type: none;
  padding-left: 20px;
}

.travel-destination__text-wrap ul li {
  position: relative;
}

.travel-destination__text-wrap ul li:before {
  content: "❯";
  position: absolute;
  left: -20px;
}

.travel-destination__text-wrap a {
  background-color: transparent;
}

.travel-destination__text-wrap a:active,
a:hover {
  outline: 0;
}

.travel-destination__text-wrap strong {
  font-weight: 700;
}

.travel-destination__text-wrap p {
  orphans: 3;
  widows: 3;
}

.travel-destination__text-wrap a {
  color: #337ab7;
  text-decoration: none;
}

.travel-destination__text-wrap h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.travel-destination__text-wrap h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.travel-destination__text-wrap h4 {
  font-size: 18px;
}

.travel-destination__text-wrap p {
  margin: 0 0 10px;
}

.travel-destination__text-wrap ul {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Containers and Basics */
.container {
  width: 100% !important;
  max-width: 1300px;
  padding: 0 15px !important;
  margin: 0 auto !important;
}

.container-wide {
  width: 100% !important;
  max-width: 1350px !important;
  padding: 0 15px !important;
  margin: 0 auto !important;
}

.container-small {
  width: 100% !important;
  max-width: 700px !important;
  padding: 0 15px !important;
  margin: 0 auto !important;
}

h1,
p,
span,
form,
table,
a,
input {
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
}

.big-heading {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 48px;
}

h3,
h2 {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

h1 {
  font-weight: 600 !important;
}

.pricing-acc-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 113.52%;
}

#wpadminbar a {
  line-height: unset !important;
}

h5,
h6 {
  font-family: "Libre Baskerville", sans-serif !important;
  color: #22434d;
  line-height: 1.3;
}

a {
  cursor: pointer;
}

p {
  color: #898989;
  font-size: 18px;
}

.header-baner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: unset;
  color: white !important;
  padding-bottom: 20px;
}

.header-baner-wrapper .header-number,
.header-baner-wrapper .header-number a {
  font-weight: 600;
  color: #ffc90b;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .header-baner-wrapper .header-number,
  .header-baner-wrapper .header-number a {
    color: white;
  }
}

.owl-item.active {
  display: flex;
  justify-content: center;
}

.row.eight-cols.logos.owl-carousel.owl-loaded.owl-drag {
  margin: 0;
}

.menu-item-login {
  order: 7 !important;
}

.phone-mobile {
  display: none;
}

.icon-bar {
  height: 3px !important;
}

.ui-icon-circle-triangle-e {
  transform: rotate(90deg);
  margin-top: 2px;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .btn.btn-stratos-orange {
    width: auto;
    padding: 10px 40px 7px 40px;
  }
  .airport-hero-inner {
    height: 520px;
  }
}
@media (min-width: 1100px) and (max-width: 1175px) {
  .header-baner-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .airport-hero-features {
    gap: 0 !important;
    width: 100%;
    justify-content: space-between;
  }
}

.find__hero-image .airport-hero-features .airport-hero-feature {
  gap: 10px;
}
@media only screen and (max-width: 500px) {
  .find__hero-image .airport-hero-features .airport-hero-feature {
    gap: 5px;
  }
}
.find__hero-image .airport-hero-features .airport-hero-feature .airport-hero-feature-icon {
  width: 30px;
}
@media only screen and (max-width: 500px) {
  .find__hero-image .airport-hero-features .airport-hero-feature .airport-hero-feature-icon {
    width: 18px;
  }
}
.find__hero-image .airport-hero-features .airport-hero-feature .airport-hero-feature-text {
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .find__hero-image .airport-hero-features .airport-hero-feature .airport-hero-feature-text {
    font-size: 9px;
  }
}

@media (min-width: 1100px) and (max-width: 1420px) {
  #menu-primary-menu {
    display: flex !important;
  }
  #menu-item-87873 a {
    margin: 26px 15px !important;
  }
  .menu-item-login a {
    display: inline-flex;
    border: 1px solid white;
    border-radius: 4px;
    padding-top: 3px !important;
    margin-top: 26px !important;
    margin-bottom: 2px !important;
    font-weight: 400;
  }
}
/* Domestic Destination section --------------------------------------------- */
.overflow-hidden {
  overflow: hidden;
}

.items {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  font-size: 0;
  perspective: 500px;
  display: flex;
  margin-left: 15px;
}
.items .pb15:first-child {
  padding-left: 0 !important;
}
.items::-webkit-scrollbar {
  height: 38px;
}
.items::-webkit-scrollbar-track {
  background: #b8b8b8;
  border-radius: 10px;
  border-top: 18px solid white;
  border-bottom: 19px solid white;
}
.items::-webkit-scrollbar-thumb {
  background-color: #24434d; /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
  border-bottom: 13px solid white;
  border-top: 13px solid white;
}
@media only screen and (max-width: 768px) {
  .items::-webkit-scrollbar-thumb {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .items {
    justify-content: unset;
    overflow-x: scroll;
    margin-left: 12px;
  }
}

.mr-1 {
  margin-right: 12px;
}

.font span {
  font-family: "Grand Slang";
  font-size: 2rem;
  font-weight: 500;
}

/* Benefits section --------------------------------------------- */
.dest-benefits-wrapper {
  padding: 70px 0;
  background-color: #f6fafc;
}
.dest-benefits-wrapper .dest-benefits-links {
  display: flex;
  justify-content: center;
  text-decoration: none !important;
  gap: 30px;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .dest-benefits-wrapper .dest-benefits-links {
    flex-direction: column;
    justify-content: center !important;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .dest-benefits-wrapper .dest-benefits-links .dest-benefits-link {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.dest-benefits-wrapper .dest-benefits-links .dest-benefits-link a {
  color: #e47813;
  padding: 12px 22px;
  border: 1px solid #e47813;
  border-radius: 4px;
  text-decoration: underline;
  text-decoration-color: #e47813;
}
@media only screen and (max-width: 768px) {
  .dest-benefits-wrapper .dest-benefits-links .dest-benefits-link a {
    width: 80%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
  }
}
.dest-benefits-wrapper .dest-benefits-links .dest-benefits-link a:hover {
  color: #e46b18;
  opacity: 0.7;
}
.dest-benefits-wrapper .dest-benefits-text p {
  text-align: left;
}

/* Dectination CTA --------------------------------------------- */
.dest-cta-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dest-cta-wrapper::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  left: 0;
  top: 0;
  z-index: 1;
}
.dest-cta-wrapper .dest-cta-inner {
  position: relative;
  padding: 80px 0;
  width: 50%;
  text-align: left;
  z-index: 2 !important;
}
@media only screen and (max-width: 768px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 80%;
  }
}
.dest-cta-wrapper .dest-cta-inner h2 {
  color: white;
}
.dest-cta-wrapper .dest-cta-inner p {
  color: white;
  padding-bottom: 20px;
}
.dest-cta-wrapper .dest-cta-inner a {
  font-family: "Raleway", serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #e47815;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.25);
}

/*  FAQ --------------------------------------------- */
.text-acco-bottom-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 60px;
  color: #e46b18;
}
.text-acco-bottom-link:hover {
  color: #e46b18;
  opacity: 0.7;
}

/*  --------------------------------------------- */
.text-acco-title h4 {
  font-family: "Raleway", sans-serif !important;
  line-height: 1.3 !important;
  font-size: 20px;
  margin: 6px 0 -6px 40px;
  text-align: left;
}

.text-acco-wrapper {
  padding: 75px 0;
}

.text-acco-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.text-acco-left {
  flex: 0 0 40%;
  max-width: 40%;
}

.text-acco-left a {
  color: #e47813;
  text-decoration: underline;
}

.text-acco-left-inner h3 {
  text-align: left;
}

.text-acco-right-inner {
  padding-left: 50px;
}

.text-acco-right {
  flex: 0 0 60%;
  max-width: 60%;
}

.text-acco-content.entry-content {
  text-align: left;
}

.text-acco-content iframe {
  width: 100%;
}

.text-acco-content.entry-content p:nth-child(2) {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.pricing-acc {
  padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .pricing-acc {
    padding-top: 20px !important;
  }
}

.pricing-acc-text-inner {
  padding: 20px 0;
}

.pricing-acc-text-inner h1,
h2,
h3,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
}

.pricing-acc ul {
  list-style: none;
}

.pricing-acc ul {
  position: relative;
}

.pricing-acc {
  padding-top: 40px;
}

.pricing-acc-text {
  display: none;
}

.pricing-acc-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #7d7d7d;
}

.pricing-acc-item:first-child {
  border-top: 1px solid #7d7d7d;
}

.drop-down-minus-icon {
  display: none;
}

@media only screen and (max-width: 992px) {
  .text-acco-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-acco-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-acc ul {
    padding: 0;
  }
  .text-acco-wrapper {
    padding: 50px 0;
  }
  .text-acco-right-inner {
    padding-left: 0;
  }
}/*# sourceMappingURL=archive-sj-destinations.css.map */