/*
Theme Name: TravelNepal
Theme URI: 
Author: Digital Agency Nepal
Author URI: https://www.digitalagencynepal.com
Description: 
Version: 3.0
Tags:responsive
Text Domain: travelnepal
*/
html {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  min-height: 100%;
  height: 100%;
  margin: 0;
  font-weight: normal;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  color: rgb(36, 42, 58);
  background: #f9f9f9;
}
@media (min-width: 1440px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 30px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p, ul, ol, li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1440px) {
  p, ul, ol, li {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 30px;
  }
}

a {
  color: #e58102;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgb(36, 42, 58);
}

.logo a svg {
  max-height: 90px;
}

#banner {
  position: relative;
}
#banner .item {
  width: 100%;
  background-size: cover;
  background-repeat: none;
  background-position: bottom center;
  background-attachment: fixed;
  height: calc(100vh - 107px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 100px;
}
#banner .item a {
  display: block;
  width: 100%;
  height: 100%;
}
#banner .item a div {
  height: 100%;
}
#banner .item a:focus, #banner .item a:active {
  outline: none;
}
#banner .item h3, #banner .item p {
  color: rgb(255, 255, 255);
}
#banner .item h3 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #banner .item h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
#banner .slick-dots {
  bottom: 0;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#banner .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  width: auto;
  height: auto;
}
#banner .slick-dots li button {
  background: white;
  font-size: 0px;
  width: 45px;
  height: auto;
  padding: 2px 0;
}
#banner .slick-dots li.slick-active button {
  background: #fd9a1c;
}
#banner-full {
  height: calc(100vh - 185px);
  position: relative;
  overflow: hidden;
}
#banner-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
#banner-full .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#banner-full .overlay > .grid-container {
  width: 100%;
}

#packages {
  margin: 0 -30px;
  position: relative;
}
#packages:before {
  content: "";
  width: 95px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#242a3a), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #242a3a 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #242a3a 0%, rgba(255, 255, 255, 0) 100%);
  height: 399px;
  z-index: 9;
  top: 0px;
}
#packages:after {
  content: "";
  width: 95px;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(36, 42, 58)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(36, 42, 58) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(36, 42, 58) 100%);
  height: 399px;
  z-index: 9;
  top: 0px;
}
#packages .item {
  padding: 0 15px;
  width: 33.3333333333%;
}
#packages .slick-next {
  position: absolute;
  top: auto;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  left: -150px;
  right: auto;
  bottom: 30%;
  margin: auto;
  font-size: 36px;
  font-size: 2.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#packages .slick-next:hover {
  cursor: pointer;
  background: rgb(253, 143, 3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#packages .slick-prev {
  position: absolute;
  top: -30px;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  left: -150px;
  right: auto;
  bottom: 0;
  margin: auto;
  font-size: 36px;
  font-size: 2.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#packages .slick-prev:hover {
  cursor: pointer;
  background: rgb(253, 143, 3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-package_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.banner-package_content--block {
  height: auto !important;
}
.banner-package_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.banner-package_details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.banner-package_details li {
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 0 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.banner-package_details li.stars {
  width: 100%;
  clear: both;
}
.banner-package_details li.stars .fa {
  color: rgb(253, 143, 3);
}
.banner-package_details li:first-child:after {
  content: "/";
  position: absolute;
  right: -7px;
}
.banner-single_content {
  margin-bottom: 30px;
}
.banner-single_content h1 {
  color: rgb(255, 255, 255);
  line-height: 1;
}

.slick-dots li button:before {
  display: none;
}

nav ul li a {
  font-size: 16px;
  font-size: 1rem;
}
nav.postdetails {
  padding: 15px 0;
}
@media (max-width: 767px) {
  nav.postdetails {
    padding: 0;
  }
}
nav.postdetails ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  nav.postdetails ul {
    text-align: center;
    display: block;
    overflow: auto;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
}
nav.postdetails li {
  list-style: none;
  display: inline-block;
}
nav.postdetails li a {
  line-height: 40px;
  padding: 0 6px;
  font-weight: bold;
  color: rgb(36, 42, 58);
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  nav.postdetails li a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 10px;
  }
}
nav.postdetails li:first-child a {
  padding-left: 0;
}

section {
  padding: 50px 0;
  clear: both;
  width: 100%;
  display: block;
}
section.banner {
  top: 0px;
  left: 0;
  width: 100%;
  padding: 0;
}
section.banner.inside {
  height: 450px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.banner.inside div {
  height: 100%;
}
section.block-package_slider {
  position: relative;
  overflow: hidden;
}
section.block-package_slider:before {
  content: "";
  width: 25%;
  left: 0;
  top: 62px;
  height: 100%;
  position: absolute;
  background: rgb(36, 42, 58);
}
section.block-activities {
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
section.block-trekking {
  background: #eff5fe;
}
section.block-packages_content--imgfull {
  padding: 10% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center;
}
section.block-blog.home {
  margin-top: 100px;
}
section.block-nav_single {
  padding: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
section.block-nav_single.stick {
  background: rgb(255, 255, 255);
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.block-footer_top {
  background: #08275c;
  padding: 50px 0;
  margin-top: 100px;
}
section.block-footer_bottom {
  padding: 15px 0;
  background: rgb(11, 53, 125);
}
@media (max-width: 767px) {
  section.block-footer_bottom {
    margin-bottom: 70px;
  }
}
section#overview {
  background-repeat: repeat;
}
section#reviews {
  padding-bottom: 0;
}
section.fixedbottom {
  display: none;
}
@media (max-width: 767px) {
  section.fixedbottom {
    display: block;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
  }
}

.button {
  border: none;
  background: rgb(11, 53, 125);
  color: rgb(255, 255, 255);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  background: #0e44a0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-secondary {
  background: rgb(253, 143, 3);
}
.button-black {
  background: rgb(36, 42, 58);
}
.button-black:hover, .button-black:focus {
  background: #39425b;
}
.button-white {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.button-white:hover, .button-white:focus {
  background: #39425b;
}
.button-orange {
  background: rgb(253, 143, 3);
}
.button-orange:hover, .button-orange:focus {
  background: #39425b;
}
.button.full {
  width: 100%;
}
.button.big {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.button.package {
  line-height: 40px;
}
.button.shadow {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.45);
}

input, textarea, select {
  font-size: 16px;
  font-size: 1rem;
}

#showform {
  margin-left: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  float: right;
  display: inline-block;
}

#testimonialsform {
  border: 1px solid #dedede;
  padding: 15px 10px;
  background: #eeeeee;
}
#testimonialsform .acf-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#testimonialsform .acf-field {
  width: 33.3333333333% !important;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #testimonialsform .acf-field {
    width: 100% !important;
  }
}
#testimonialsform .acf-field[data-name=review] {
  width: 100% !important;
}
#testimonialsform .acf-field[data-name=trip] {
  width: 100% !important;
  display: none;
}
#testimonialsform .acf-field .acf-label {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
#testimonialsform .acf-input {
  padding-right: 10px;
}
@media (max-width: 767px) {
  #testimonialsform .acf-input {
    padding-right: 0;
  }
}
#testimonialsform .acf-form-submit {
  padding: 0;
}
#testimonialsform .acf-form-submit .acf-button {
  margin-bottom: 0;
}
#testimonialsform .wp-editor-tools {
  display: none;
}
#testimonialsform .wp-editor-area {
  padding: 15px;
  resize: none;
}

#bookingform .acf-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#bookingform .acf-field {
  width: 33.3333333333% !important;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #bookingform .acf-field {
    width: 100% !important;
  }
}
#bookingform .acf-field[data-name=message_booking] {
  width: 100% !important;
}
#bookingform .acf-field[data-name=trip] {
  width: 100% !important;
  display: none;
}
#bookingform .acf-field .acf-label {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
#bookingform .acf-input {
  padding-right: 10px;
}
@media (max-width: 767px) {
  #bookingform .acf-input {
    padding-right: 0;
  }
}
#bookingform .acf-form-submit {
  padding: 0 10px;
}
#bookingform .wp-editor-tools {
  display: none;
}
#bookingform .wp-editor-area {
  padding: 15px;
  resize: none;
}

#regularbooking {
  border: 1px solid #dedede;
  padding: 15px 10px;
  background: #eeeeee;
}
#regularbooking .acf-field {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
#regularbooking .acf-field[data-name=package] {
  display: none;
}
#regularbooking .acf-field[data-name=requirementsmessage] textarea {
  resize: none;
}
#regularbooking .acf-field .acf-label {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  #regularbooking .acf-field {
    width: 100% !important;
  }
}
#regularbooking .acf-button {
  margin-bottom: 0;
}
#regularbooking .acf-input {
  padding-right: 10px;
}
@media (max-width: 767px) {
  #regularbooking .acf-input {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  h3.block-title {
    font-size: 28px;
    font-size: 1.75rem;
    color: rgb(0, 0, 0);
  }
}

.block-title {
  color: rgb(36, 42, 58);
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 15px;
}
.block-title h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
.block-title h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
.block-title h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
.block-title h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .block-title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
}
.block-content h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
.block-content h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
.block-content h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
.block-content h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
.block-content h2 a, .block-content h3 a, .block-content h4 a {
  color: rgb(36, 42, 58);
}
.block-content h2 a:hover, .block-content h2 a:focus, .block-content h3 a:hover, .block-content h3 a:focus, .block-content h4 a:hover, .block-content h4 a:focus {
  color: rgb(253, 143, 3);
}
.block-content.includes ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.block-content.includes li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.block-content.includes li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  color: #03a025;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-content.excludes ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.block-content.excludes li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.block-content.excludes li:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  color: #b30000;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-content.itineraries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-content.itineraries li {
  padding: 25px 0 15px 0;
}
.block-content.itineraries h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
.block-content.itineraries h3 span, .block-content.itineraries h3 strong {
  display: block;
  clear: both;
  color: #0d3f94;
  font-size: 16px;
  font-size: 1rem;
}
.block-content.itineraries.map ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.block-content.itineraries.map ul:after {
  content: "";
  width: 2px;
  height: 97.5%;
  background: #feb14f;
  position: absolute;
  left: 2px;
  top: 25px;
}
.block-content.itineraries.map li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 25px;
  position: relative;
}
.block-content.itineraries.map li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #feb14f;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  left: -4px;
  top: 18px;
}
.block-content.itineraries.map li strong {
  padding-right: 20px;
}
.block-content.itineraries.map li:last-child:after {
  content: "";
  background: #f7f7f7;
  width: 2px;
  height: 50%;
  position: absolute;
  top: 32px;
  left: 2px;
  z-index: 9;
}
.block-content.faqs ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.block-content.faqs h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.block-content.faqs h4 span {
  float: right;
  color: rgb(11, 53, 125);
  font-size: 15px;
  font-size: 0.9375rem;
}
.block-content.overview ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .block-content.overview ul {
    margin: 0;
  }
}
.block-content.overview li {
  list-style: none;
  width: 33.3333333333%;
  padding: 0 15px 0 0;
  margin-bottom: 15px;
}
.block-content_overview--icon {
  padding: 0 20px;
}
.block-content_overview--details {
  height: 83px;
}
.block-content_overview--details span {
  width: 100%;
  display: block;
  text-align: center;
}
.block-content_overview--details span:first-child {
  font-weight: bold;
}
.block-offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-offers a {
  position: relative;
  display: block;
  color: rgb(255, 255, 255);
}
.block-offers a:before {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-offers a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-offers a:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
.block-offers.big {
  height: 100%;
}
.block-offers.big a {
  height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .block-offers.big a {
    height: 263px;
    margin-bottom: 0;
    background-position: center;
  }
}
.block-offers.small ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.block-offers.small li {
  width: 50%;
  margin-top: 30px;
  padding: 0 15px;
}
.block-offers.small li:not(:nth-last-of-type(-n+2)) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .block-offers.small li {
    width: 100%;
  }
  .block-offers.small li:nth-child(-n+2) {
    margin-top: 30px;
  }
}
.block-offers.column-2 li {
  width: 50%;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-offers.column-3 li {
  width: 33.3333333333%;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-offers.column-4 li {
  width: 25%;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-offers.title {
  position: absolute;
  width: 90%;
  height: 30px;
  bottom: 20px;
  padding: 0 15px;
}
.block-offers.title h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  text-transform: capitalize;
}
.block-package_custom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 15%;
  padding-bottom: 15%;
  /*&:before{
      content:"";
      background: -moz-linear-gradient(left,  rgba(253,143,3,1) 0%, rgba(255,255,255,0) 100%);
      background: -webkit-linear-gradient(left,  rgba(253,143,3,1) 0%,rgba(255,255,255,0) 100%);
      background: linear-gradient(to right,  rgba(253,143,3,1) 0%,rgba(255,255,255,0) 100%); 
      position:absolute;
      left:0;
      top:0;
      height:100%;
      width:100%;}
      */
}
.block-package_custom h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.block-package_custom--content {
  position: relative;
  z-index: 9;
  display: block;
}
.block-package_custom--content p {
  color: rgb(255, 255, 255);
}
.block-package_custom--content .emailcapture {
  color: rgb(255, 255, 255);
}
.block-package_custom--content h4 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}
.block-package_custom--content h4 span {
  display: block;
  clear: both;
}
.block-package_custom--content input[type=submit] {
  margin-bottom: 0;
}
.block-package_custom--content small {
  color: rgb(0, 0, 0);
}
.block-package_slider--wrapper {
  margin-bottom: 7px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.block-package_slider--wrapper:hover img {
  -webkit-transform: scale(1.05) rotate(0deg);
  -ms-transform: scale(1.05) rotate(0deg);
  transform: scale(1.05) rotate(0deg);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.block-package_slider--img img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.block-package_slider--details {
  background: #f7f7f7;
  padding: 0 15px;
}
.block-package_slider--details ul {
  margin: 0;
  padding: 0;
}
.block-package_slider--details li {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.block-package_slider--details li h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.block-package_slider--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f7f7f7;
}
.block-package_slider--action a {
  width: 49%;
  margin-bottom: 0px;
}
.block-package_trekking--list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.block-package_price {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 40px;
  padding: 15px 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  clear: both;
  width: 100%;
}

.block-package_price .regular {
  color: rgb(11, 53, 125);
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .block-package_price .regular {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 5px;
  }
}
.block-package_price .discount {
  /*color: #b30000;*/
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .block-package_price .discount {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.block-package_price.action a {
  margin-bottom: 0;
  width: 50%;
}
.block-package_price.action a:first-child {
  border-right: 1px solid #fff;
}
.block-package_price.action a:last-child {
  border-left: 1px solid #fff;
}
.block-package_map a.button {
  top: -10px;
  position: relative;
}
.block-single_overview--list ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-single_overview--list li {
  list-style: none;
  width: 25%;
  margin-bottom: 60px;
}
.block-single_overview--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.block-single_overview--details span {
  display: block;
  clear: both;
  text-align: center;
}
.block-single_overview--details span.icon {
  width: 35%;
}
.block-single_overview--details span.icon img {
  max-height: 40px;
}
.block-single_overview--details span.details {
  width: 65%;
}
.block-single_overview--details span.big {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.block-single_overview--details span.small {
  font-size: 14px;
  font-size: 0.875rem;
}
.block-single_dates ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
}
.block-single_dates li {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 15px;
  background: rgb(255, 255, 255);
  font-size: 15px;
  font-size: 0.9375rem;
}
.block-single_dates--booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
  width: 100%;
}
.block-single_dates--booking.heading {
  border: 1px solid #ccc;
  padding: 10px;
}
.block-single_dates--depart {
  width: 35%;
}
.block-single_dates--depart span {
  display: block;
  clear: both;
  line-height: 1;
}
.block-single_dates--depart span.big {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: rgb(11, 53, 125);
}
@media (max-width: 767px) {
  .block-single_dates--depart span.big {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.block-single_dates--depart span.small {
  font-size: 14px;
  font-size: 0.875rem;
}
.block-single_dates--depart.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
.block-single_dates--space {
  width: 15%;
}
.block-single_dates--space span {
  display: block;
  clear: both;
  line-height: 1;
}
@media (max-width: 767px) {
  .block-single_dates--space span {
    text-align: center;
  }
}
.block-single_dates--space span.big {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: rgb(11, 53, 125);
}
@media (max-width: 767px) {
  .block-single_dates--space span.big {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.block-single_dates--space span.small {
  font-size: 14px;
  font-size: 0.875rem;
}
.block-single_dates--price {
  width: 30%;
}
.block-single_dates--price span {
  display: block;
  clear: both;
  line-height: 1;
}
@media (max-width: 767px) {
  .block-single_dates--price span {
    text-align: center;
  }
}
.block-single_dates--price span.big {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: rgb(11, 53, 125);
}
@media (max-width: 767px) {
  .block-single_dates--price span.big {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.block-single_dates--price span.small {
  font-size: 14px;
  font-size: 0.875rem;
}
.block-single_dates--price span.discount {
  width: 45%;
}
.block-single_dates--price span.regular {
  width: 45%;
}
.block-single_dates--price.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block-single_dates--price.list span.discount {
  margin: 0 10px;
  width: 25%;
  color: rgb(11, 53, 125);
  display: initial;
}
.block-single_dates--price.list span.regular {
  margin: 0 10px;
  width: 25%;
  color: rgb(255, 0, 0);
  display: initial;
}
.block-single_dates--price.heading {
  width: 40%;
}
.block-single_dates--action {
  width: 20%;
}
.block-single_dates--action .button {
  margin-bottom: 0;
}
.block-single_reviews ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-single_reviews li {
  list-style: none;
  margin-bottom: 15px;
  width: 50%;
  display: none;
}
@media (max-width: 767px) {
  .block-single_reviews li {
    width: 100%;
  }
}
.block-single_reviews--title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}
.block-single_reviews--details {
  width: 80%;
}
@media (max-width: 767px) {
  .block-single_reviews--details {
    width: 100%;
  }
}
.block-single_reviews--info h5 {
  font-size: 16px;
  font-size: 1rem;
}
.block-single_reviews--rating .fa {
  color: rgb(253, 143, 3);
}
.block-single_reviews--form {
  margin-top: 45px;
}
.block-single_reviews--form h5 {
  margin-bottom: 30px;
  position: relative;
}
.block-single_reviews--form h5 span {
  position: relative;
}
.block-single_reviews--form h5 span:before {
  content: "";
  width: 75px;
  height: 1px;
  background: rgb(11, 53, 125);
  position: absolute;
  left: -90px;
  top: 10px;
}
.block-single_reviews--form h5 span:after {
  content: "";
  width: 75px;
  height: 1px;
  background: rgb(11, 53, 125);
  position: absolute;
  right: -90px;
  top: 10px;
}
.block-single_reviews--form form input {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block-single_reviews--form form textarea {
  resize: none;
}
.block-single_reviews .button {
  margin-top: 30px;
}
.block-single_faq .is-active > .accordion-title::before {
  right: auto;
  content: "_";
  font-size: 20px;
  left: 0;
  line-height: 2.5px;
  font-weight: 700;
}
.block-single_faq .accordion {
  background: transparent;
}
.block-single_faq .accordion-title {
  padding: 10px 0 10px 30px;
  border: none;
}
.block-single_faq .accordion-title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgb(36, 42, 58);
  margin-bottom: 0;
}
.block-single_faq .accordion-title:hover, .block-single_faq .accordion-title:focus {
  background: transparent;
}
.block-single_faq .accordion-title:before {
  right: auto;
  content: "+";
  font-size: 20px;
  left: 0;
  line-height: 20px;
  font-weight: 700;
}
.block-single_faq .accordion-content {
  background: transparent;
  border: none;
  padding: 10px 0 10px 30px;
}
.block-single_faq .accordion-content ul > li {
  list-style: disc;
}
.block-single_faq .accordion-content ol > li {
  list-style: inherit;
}
.block-single_faq .accordion > li {
  border-top: 1px solid #dedede;
}
.block-single_faq .accordion > li:first-child {
  border-top: none;
}
.block-activities div:nth-child(4n+4) > div {
  border-right: none;
}
.block-activities_list .button {
  margin-top: 30px;
}
.block-activities_wrapper {
  height: 100%;
}
.block-activities_wrapper a {
  padding: 15px 20px;
  min-height: 180px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  position: relative;
  border: 1px solid rgba(11, 53, 125, 0.1);
  background: rgb(11, 53, 125);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.block-activities_wrapper a > img {
  max-height: 100px;
}
.block-activities_wrapper a span {
  display: block;
  clear: both;
  padding-top: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0 -15px;
  width: 100%;
}
.block-activities_wrapper a span.count {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgb(255, 255, 255);
  font-weight: 400;
  background: rgb(253, 143, 3);
  display: inline-block;
  padding: 7px;
  position: absolute;
  top: -1px;
  right: -1px;
  margin: 0;
  line-height: 1;
  width: auto;
}
.block-activities_wrapper a:hover {
  color: rgb(253, 143, 3);
}
.block-trekking_package {
  margin-bottom: 30px;
  position: relative;
}
.block-trekking_package a {
  color: rgb(0, 0, 0);
}
.block-trekking_package a:before {
  content: "";
  position: relative;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-trekking_package a:hover {
  color: rgb(11, 53, 125);
}
.block-trekking_package a:hover:before {
  background: rgba(0, 0, 0, 0.05);
}
.block-trekking_package--name {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.block-trekking_package--name h2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
}
.block-trekking_package--details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block-trekking_package--details span.count {
  margin-right: 0px;
  background: rgb(253, 143, 3);
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  font-weight: bold;
}
.block-trekking_package--listcount {
  background: rgb(253, 143, 3);
  color: rgb(255, 255, 255);
  padding: 15px;
}
.block-trekking_single--img {
  position: relative;
}
.block-trekking_single--img_rating {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.block-trekking_single--img_rating ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-trekking_single--img_rating li {
  color: rgb(253, 143, 3);
}
.block-trekking_single--title h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
}
.block-trekking_single--title h2 a {
  color: rgb(11, 53, 125);
}
.block-trekking_single--rating .fa {
  color: rgb(253, 143, 3);
}
.block-trekking_single--rating span {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
}
.block-trekking_single--rating span a {
  color: rgb(0, 0, 0);
}
.block-trekking_single--type {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.block-trekking_single--type span {
  width: 47.5%;
}
.block-trekking_single--type p {
  font-size: 14px;
  font-size: 0.875rem;
}
.block-trekking_single--type.nomargin {
  margin-top: 0;
}
.block-trekking_single--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.block-trekking_single--price span {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  display: block;
  clear: both;
}
.block-trekking_single--price span.regular {
  color: rgb(11, 53, 125);
}
.block-trekking_single--price span.discount {
/*color: #b30000; */
}
.block-trekking_single--price a {
  margin-top: 10px;
}
.block-trekking_single--price.block {
  width: 35%;
}
.block-trekking_single--price.calendar {
  width: 60%;
}
.block-trekking_single--price.calendar p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.block-trekking_single--price.buy {
  width: 47.5%;
}
.block-trekking_single--price.buy .button {
  margin: 8px 0 0 0;
  height: 50px;
}
.block-trekking_single--details {
  height: 100%;
}
.block-trekking_single--details ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.block-trekking_single--details li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.block-trekking_single--details li span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  width: 45%;
}
.block-trekking_single--details li:last-child {
  border-bottom: 0;
  padding: 0;
  margin-top: 15px;
}
.block-trekking_single--details li .button {
  margin-bottom: 0;
  margin-top: 14px;
  height: 50px;
}
.block-blog_home {
  margin-bottom: 30px;
}
.block-blog_home a {
  display: block;
  position: relative;
  color: rgb(255, 255, 255);
}
.block-blog_home a:before {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-blog_home a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgb(253, 143, 3);
}
.block-blog_home a:hover:before {
  background: rgba(0, 0, 0, 0.25);
}
.block-blog_home--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-blog_home--more a {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  color: rgb(11, 53, 125);
  font-weight: bold;
}
.block-blog_title {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block-blog_title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
.block-widget h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.block-widget ul.menu {
  margin: 0;
  padding: 0;
  width: 100%;
}
.block-widget ul.menu li {
  padding: 0;
  width: 100%;
}
.block-widget ul.menu li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  color: #262626;
  display: block;
  padding: 0;
}
.block-widget ul.menu li a:hover {
  color: rgb(11, 53, 125);
}
@media (max-width: 767px) {
  .block-widget ul.menu li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .block-widget.menu {
    margin-top: 15px;
  }
}
.block-footer_newsletter {
  color: rgb(255, 255, 255);
}
.block-footer_newsletter p {
  font-size: 12px;
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
}
.block-footer_newsletter input[type=email], .block-footer_newsletter input[type=text] {
  border: none;
  border-bottom: 1px solid rgb(11, 53, 125);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block-footer_social h4 {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 50px;
}
.block-footer_social ul {
  margin: 0;
  padding: 0;
}
.block-footer_social li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
.block-footer_social li a {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-size: 2rem;
}
.block-footer_approved h4 {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.block-footer_approved ul {
  margin: 0;
  padding: 0;
}
.block-footer_approved li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
.block-footer_approved li a {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-size: 2rem;
}
.block-footer_approved li a img {
  max-height: 52px;
}
.block-footer_copyright, .block-footer_powered {
  color: rgb(255, 255, 255);
}
.block-footer_copyright p, .block-footer_powered p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
}
.block-footer_copyright a, .block-footer_powered a {
  color: rgb(255, 255, 255);
}
.block-footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .block-footer_menu ul {
    display: block;
  }
}
.block-footer_menu li {
  display: inline-block;
}
.block-footer_menu li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  padding: 0 10px;
}
@media (max-width: 767px) {
  .block-footer_menu li a {
    padding: 0;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .block-footer_menu li {
    display: block;
  }
}
.block-map .button {
  position: relative;
  top: -20px;
}
.block-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.block-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block-testimonials_img {
  width: 16.6666666667%;
  margin-right: 20px;
  border: 1px solid #eeefef;
}
.block-testimonials_name span {
  width: 100%;
  color: #8c8c8c;
  display: block;
}
.block-testimonials_rating {
  color: rgb(253, 143, 3);
}
.block-testimonials_rating .fa {
  margin: 0 1px;
}
.block-testimonials_text {
  margin-top: 10px;
  width: 100%;
  display: block;
}
.block-button {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .block-button {
    margin-bottom: 70px;
  }
}
.block-destinations {
  position: relative;
  overflow: hidden;
}
.block-destinations a {
  display: block;
}
.block-destinations a img {
  border: 1px solid #fff;
}
.block-destinations .overlay {
  position: absolute;
  z-index: 9;
  padding: 20px;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-destinations .overlay:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 bottom 0;
      -ms-transform-origin: 0 bottom 0;
          transform-origin: 0 bottom 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.block-destinations .overlay:hover, .block-destinations .overlay:focus {
  color: #fff;
}
.block-destinations .overlay:hover:before, .block-destinations .overlay:focus:before {
  content: "";
  -webkit-transform-origin: 0 bottom 0;
      -ms-transform-origin: 0 bottom 0;
          transform-origin: 0 bottom 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fd8f03), color-stop(80%, rgba(253, 143, 3, 0)));
  background: -o-linear-gradient(bottom, #fd8f03 0%, rgba(253, 143, 3, 0) 80%);
  background: linear-gradient(0deg, #fd8f03 0%, rgba(253, 143, 3, 0) 80%);
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.block-destinations .overlay h2 {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  position: relative;
}

.bg-light_blue {
  background: #eff5fe;
}
.bg-light_gray {
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .ubermenu-skin-white.ubermenu-responsive-toggle {
    font-size: 15px !important;
    text-align: right;
    border: none !important;
    margin-top: 10px;
  }
}
.st0 {
  fill: rgb(11, 53, 125) !important;
}

.lwptoc_item a {
  color: #0d3f94;
}

.acf-field-6270b4e5e8cf2,
.acf-field-62c9c29ee45eb,
.acf-field-62cac28b82038,
.acf-field-62cac29482039,
.acf-field-62cac2a08203a {
  display: none !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}