@charset "UTF-8";
/** Theme Name: safariFRANK */
/** Author: Pixel Palace */
/** Author URI: https://pixelpalace.com.au */
/** Version: 3.0  */
/** Popup Maker Stylings */
.pum-content.popmake-content {
  display: flex;
  margin: 0;
  padding: 0;
}
.popup-image {
  margin: 0;
  width: 50%;
}
.popup-image img {
  width: 100%;
  height: 337px !important;
  object-fit: cover;
}
.popup-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.popup-text span a {
  color: #fff;
  text-decoration: none;
}
/***/
.p-1 {
  padding: 1rem !important;
}
@media only screen and (max-width: 1200px) {
  .p-1 {
    padding: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-1 {
    padding: 0.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .p-1 {
    padding: 25px;
  }
}

.p-2 {
  padding: 2rem !important;
}
@media only screen and (max-width: 1200px) {
  .p-2 {
    padding: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-2 {
    padding: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .p-2 {
    padding: 25px;
  }
}

.p-3 {
  padding: 3rem !important;
}
@media only screen and (max-width: 1200px) {
  .p-3 {
    padding: 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-3 {
    padding: 1rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .p-3 {
    padding: 25px;
  }
}

.p-4 {
  padding: 4rem !important;
}
@media only screen and (max-width: 1200px) {
  .p-4 {
    padding: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-4 {
    padding: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .p-4 {
    padding: 25px;
  }
}

.p-5 {
  padding: 5rem !important;
}
@media only screen and (max-width: 1200px) {
  .p-5 {
    padding: 3.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-5 {
    padding: 1.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .p-5 {
    padding: 25px;
  }
}

.py-1 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
@media only screen and (max-width: 1200px) {
  .py-1 {
    padding-bottom: 1.3333333333rem !important;
    padding-top: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .py-1 {
    padding-bottom: 0.6666666667rem !important;
    padding-top: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .py-1 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.py-2 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}
@media only screen and (max-width: 1200px) {
  .py-2 {
    padding-bottom: 2.6666666667rem !important;
    padding-top: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .py-2 {
    padding-bottom: 1.3333333333rem !important;
    padding-top: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .py-2 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.py-3 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important;
}
@media only screen and (max-width: 1200px) {
  .py-3 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .py-3 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .py-3 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.py-4 {
  padding-bottom: 8rem !important;
  padding-top: 8rem !important;
}
@media only screen and (max-width: 1200px) {
  .py-4 {
    padding-bottom: 5.3333333333rem !important;
    padding-top: 5.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .py-4 {
    padding-bottom: 2.6666666667rem !important;
    padding-top: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .py-4 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.py-5 {
  padding-bottom: 10rem !important;
  padding-top: 10rem !important;
}
@media only screen and (max-width: 1200px) {
  .py-5 {
    padding-bottom: 6.6666666667rem !important;
    padding-top: 6.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .py-5 {
    padding-bottom: 3.3333333333rem !important;
    padding-top: 3.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .py-5 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.pt-1 {
  padding-top: 2rem !important;
}
@media only screen and (max-width: 1200px) {
  .pt-1 {
    padding-top: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pt-1 {
    padding-top: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pt-1 {
    padding-top: 25px;
  }
}

.pt-2 {
  padding-top: 4rem !important;
}
@media only screen and (max-width: 1200px) {
  .pt-2 {
    padding-top: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pt-2 {
    padding-top: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pt-2 {
    padding-top: 25px;
  }
}

.pt-3 {
  padding-top: 6rem !important;
}
@media only screen and (max-width: 1200px) {
  .pt-3 {
    padding-top: 4rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pt-3 {
    padding-top: 2rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pt-3 {
    padding-top: 25px;
  }
}

.pt-4 {
  padding-top: 8rem !important;
}
@media only screen and (max-width: 1200px) {
  .pt-4 {
    padding-top: 5.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pt-4 {
    padding-top: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pt-4 {
    padding-top: 25px;
  }
}

.pt-5 {
  padding-top: 10rem !important;
}
@media only screen and (max-width: 1200px) {
  .pt-5 {
    padding-top: 6.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pt-5 {
    padding-top: 3.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pt-5 {
    padding-top: 25px;
  }
}

.pb-1 {
  padding-bottom: 2rem !important;
}
@media only screen and (max-width: 1200px) {
  .pb-1 {
    padding-bottom: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pb-1 {
    padding-bottom: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pb-1 {
    padding-bottom: 25px;
  }
}

.pb-2 {
  padding-bottom: 4rem !important;
}
@media only screen and (max-width: 1200px) {
  .pb-2 {
    padding-bottom: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pb-2 {
    padding-bottom: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pb-2 {
    padding-bottom: 25px;
  }
}

.pb-3 {
  padding-bottom: 6rem !important;
}
@media only screen and (max-width: 1200px) {
  .pb-3 {
    padding-bottom: 4rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pb-3 {
    padding-bottom: 2rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pb-3 {
    padding-bottom: 25px;
  }
}

.pb-4 {
  padding-bottom: 8rem !important;
}
@media only screen and (max-width: 1200px) {
  .pb-4 {
    padding-bottom: 5.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pb-4 {
    padding-bottom: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pb-4 {
    padding-bottom: 25px;
  }
}

.pb-5 {
  padding-bottom: 10rem !important;
}
@media only screen and (max-width: 1200px) {
  .pb-5 {
    padding-bottom: 6.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .pb-5 {
    padding-bottom: 3.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .pb-5 {
    padding-bottom: 25px;
  }
}

.m-1 {
  margin: 1rem !important;
}
@media only screen and (max-width: 1200px) {
  .m-1 {
    margin: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .m-1 {
    margin: 0.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .m-1 {
    margin: 0.2rem !important;
  }
}

.m-2 {
  margin: 2rem !important;
}
@media only screen and (max-width: 1200px) {
  .m-2 {
    margin: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .m-2 {
    margin: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .m-2 {
    margin: 0.4rem !important;
  }
}

.m-3 {
  margin: 3rem !important;
}
@media only screen and (max-width: 1200px) {
  .m-3 {
    margin: 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .m-3 {
    margin: 1rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .m-3 {
    margin: 0.6rem !important;
  }
}

.m-4 {
  margin: 4rem !important;
}
@media only screen and (max-width: 1200px) {
  .m-4 {
    margin: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .m-4 {
    margin: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .m-4 {
    margin: 0.8rem !important;
  }
}

.m-5 {
  margin: 5rem !important;
}
@media only screen and (max-width: 1200px) {
  .m-5 {
    margin: 3.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .m-5 {
    margin: 1.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .m-5 {
    margin: 1rem !important;
  }
}

.my-1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
@media only screen and (max-width: 1200px) {
  .my-1 {
    margin-top: 1.3333333333rem !important;
    margin-bottom: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .my-1 {
    margin-top: 0.6666666667rem !important;
    margin-bottom: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .my-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
}

.my-2 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 1200px) {
  .my-2 {
    margin-top: 2.6666666667rem !important;
    margin-bottom: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .my-2 {
    margin-top: 1.3333333333rem !important;
    margin-bottom: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .my-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
}

.my-3 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
@media only screen and (max-width: 1200px) {
  .my-3 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .my-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .my-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
}

.my-4 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 1200px) {
  .my-4 {
    margin-top: 5.3333333333rem !important;
    margin-bottom: 5.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .my-4 {
    margin-top: 2.6666666667rem !important;
    margin-bottom: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .my-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
}

.my-5 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
@media only screen and (max-width: 1200px) {
  .my-5 {
    margin-top: 6.6666666667rem !important;
    margin-bottom: 6.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .my-5 {
    margin-top: 3.3333333333rem !important;
    margin-bottom: 3.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

.mt-1 {
  margin-top: 2rem !important;
}
@media only screen and (max-width: 1200px) {
  .mt-1 {
    margin-top: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mt-1 {
    margin-top: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mt-1 {
    margin-top: 0.4rem !important;
  }
}

.mt-2 {
  margin-top: 4rem !important;
}
@media only screen and (max-width: 1200px) {
  .mt-2 {
    margin-top: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mt-2 {
    margin-top: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mt-2 {
    margin-top: 0.8rem !important;
  }
}

.mt-3 {
  margin-top: 6rem !important;
}
@media only screen and (max-width: 1200px) {
  .mt-3 {
    margin-top: 4rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mt-3 {
    margin-top: 2rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mt-3 {
    margin-top: 1.2rem !important;
  }
}

.mt-4 {
  margin-top: 8rem !important;
}
@media only screen and (max-width: 1200px) {
  .mt-4 {
    margin-top: 5.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mt-4 {
    margin-top: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mt-4 {
    margin-top: 1.6rem !important;
  }
}

.mt-5 {
  margin-top: 10rem !important;
}
@media only screen and (max-width: 1200px) {
  .mt-5 {
    margin-top: 6.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mt-5 {
    margin-top: 3.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mt-5 {
    margin-top: 2rem !important;
  }
}

.mb-1 {
  margin-bottom: 2rem !important;
}
@media only screen and (max-width: 1200px) {
  .mb-1 {
    margin-bottom: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mb-1 {
    margin-bottom: 0.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mb-1 {
    margin-bottom: 0.4rem !important;
  }
}

.mb-2 {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 1200px) {
  .mb-2 {
    margin-bottom: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mb-2 {
    margin-bottom: 1.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mb-2 {
    margin-bottom: 0.8rem !important;
  }
}

.mb-3 {
  margin-bottom: 6rem !important;
}
@media only screen and (max-width: 1200px) {
  .mb-3 {
    margin-bottom: 4rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mb-3 {
    margin-bottom: 2rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mb-3 {
    margin-bottom: 1.2rem !important;
  }
}

.mb-4 {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 1200px) {
  .mb-4 {
    margin-bottom: 5.3333333333rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mb-4 {
    margin-bottom: 2.6666666667rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mb-4 {
    margin-bottom: 1.6rem !important;
  }
}

.mb-5 {
  margin-bottom: 10rem !important;
}
@media only screen and (max-width: 1200px) {
  .mb-5 {
    margin-bottom: 6.6666666667rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mb-5 {
    margin-bottom: 3.3333333333rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .mb-5 {
    margin-bottom: 2rem !important;
  }
}

/* Colors */
/* Typography */
/* WordPress default classes */
.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%;
  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: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  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;
}

html {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 13px;
  }
}

body {
  font-size: 1rem;
  overflow-x: hidden !important;
  font-family: "Sanchez", serif;
  color: #666;
}

@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

h1, .h1 {
  font-size: 3em;
  font-size: calc(3em + 0.25vw);
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 1200px) {
  h1, .h1 {
    font-size: 2.5em;
    font-size: calc(2.5em + 0.25vw);
  }
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 2em;
    font-size: calc(2em + 0.25vw);
  }
}

h2, .h2 {
  font-size: calc(2.2em);
  font-size: calc(2.2em + 0.25vw);
  font-family: "Permanent Marker", sans-serif;
}
@media only screen and (max-width: 1200px) {
  h2, .h2 {
    font-size: 20em;
    font-size: calc(1.8em + 0.25vw);
  }
}
@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 1.8em;
    font-size: calc(1.7em + 0.25vw);
  }
}

h3, .h3 {
  font-size: calc(1.3em);
  font-size: calc(1.3em + 0.25vw);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  h3, .h3 {
    font-size: 1.25em;
    font-size: calc(1.25em + 0.25vw);
  }
}
@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 1.1em;
    font-size: calc(1.1em + 0.25vw);
  }
}

h4, .h4 {
  font-size: 1.25em;
  font-size: calc(1.25em + 0.25vw);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  h4, .h4 {
    font-size: 1.15em;
    font-size: calc(1.15em + 0.25vw);
  }
}
@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 1.2em;
    font-size: calc(1.1em + 0.25vw);
  }
}

h5, .h5 {
  font-size: 1.5em;
  font-size: calc(1.5em + 0.25vw);
}
@media only screen and (max-width: 1200px) {
  h5, .h5 {
    font-size: 1.35em;
    font-size: calc(1.35em + 0.25vw);
  }
}
@media only screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 1.2em;
    font-size: calc(1.2em + 0.25vw);
  }
}

h6, .h6 {
  font-size: 0.9em;
  font-size: calc(0.9em + 0.25vw);
}
@media only screen and (max-width: 1200px) {
  h6, .h6 {
    font-size: 0.85em;
    font-size: calc(0.85em + 0.25vw);
  }
}
@media only screen and (max-width: 768px) {
  h6, .h6 {
    font-size: 0.8em;
    font-size: calc(0.8em + 0.25vw);
  }
}

h1, h2 {
  font-family: "Permanent Marker", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
  color: #fff;
}

main a {
  color: #F15C22;
  text-decoration: none !important;
}
main a:hover {
  color: #d3450d;
}

/* Global backgrounds */
.light {
  color: #fff;
}

.bg-lightgrey {
  background: #f9f9f9;
}

.bg-black {
  background: #111;
}

.bg-primary {
  background: #F15C22 !important;
}

.bg-secondary {
  background: #DCD4B0;
}

::selection {
  background: #F15C22;
  color: #fff;
}

/* Button styles */
.btn, a.btn {
  padding: 0.7em 1.4em;
  border: 0;
  font-size: 1em;
  border-radius: px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.btn.btn-primary, a.btn.btn-primary {
  background: #F15C22;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-primary:focus {
  background: #d3450d !important;
}
.btn.btn-primary:focus, a.btn.btn-primary:focus {
  outline: 5px auto #F15C22 !important;
}
.btn.btn-secondary, a.btn.btn-secondary {
  background: #DCD4B0;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, a.btn.btn-secondary:hover, a.btn.btn-secondary:active, a.btn.btn-secondary:focus {
  background: #ccc18d !important;
}
.btn.btn-secondary:focus, a.btn.btn-secondary:focus {
  outline: 5px auto #F15C22 !important;
}
.btn.btn-ghost, a.btn.btn-ghost {
  background: transparent;
  border: 2px solid #111;
}
.btn.btn-ghost:hover, .btn.btn-ghost:active, .btn.btn-ghost:focus, a.btn.btn-ghost:hover, a.btn.btn-ghost:active, a.btn.btn-ghost:focus {
  background: #111 !important;
  color: #fff !important;
}
.btn.btn-lg, a.btn.btn-lg {
  font-size: 1.2em;
  padding: 0.8em 1.6em;
}
.btn.btn-sm, a.btn.btn-sm {
  font-size: 0.9em;
  padding: 0.5em 1em;
}
.btn.btn-xs, a.btn.btn-xs {
  font-size: 0.8em;
  padding: 0.3em 0.6em;
}

button:focus {
  outline: 5px auto #F15C22;
}

.light .btn.btn-ghost, .light a.btn.btn-ghost {
  background: transparent;
  border: 2px solid #fff;
}
.light .btn.btn-ghost:hover, .light .btn.btn-ghost:active, .light .btn.btn-ghost:focus, .light a.btn.btn-ghost:hover, .light a.btn.btn-ghost:active, .light a.btn.btn-ghost:focus {
  background: #fff;
  color: #111;
}

/* Global elements */
.long-shadow, .trustpilot-content, .ge-wrap .global-enquiry, .interactive-map .country-card, .wtg-table, .loop-location, .pop-block, .shadow-block, .adventure-card, .content-card, .testimonial-slider .loop-testimonial, .loop-post, .hero-card .top, .hero-card {
  box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.075);
}

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

.primary {
  color: #F15C22;
}

.secondary {
  color: #DCD4B0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

main ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

blockquote {
  background: url(img/topo_bg.jpg) top left repeat;
  padding: 40px;
  border-radius: 5px;
  color: #F15C22;
}
blockquote p {
  font-size: 1.2em;
  line-height: 1.6em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  blockquote {
    padding: 25px;
  }
}

.social-media {
  display: flex;
  padding: 0;
  font-size: 1.4em;
}

.video-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-background-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.paged-navigation ul {
  list-style: none;
  display: inline-block;
}
.paged-navigation ul li {
  display: inline-block;
}
.paged-navigation ul li a {
  padding: 0.4rem 0.8rem;
  display: inline-block;
  background: transparent;
  border: 1px solid #f1f1f1;
}
.paged-navigation ul li.active a {
  background: #f1f1f1;
}
.paged-navigation ul li:hover a {
  background: #f1f1f1;
}

/* Masthead */
#masthead {
  background-color: #fff;
  height: 100px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.025);
}
@media only screen and (max-width: 992px) {
  #masthead {
    height: 70px;
  }
}
#masthead .nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#masthead nav.desktop-menu ul.menu {
  list-style: none;
}
#masthead nav.desktop-menu ul.menu li {
  display: inline-block;
}
#masthead .brand {
  position: absolute;
  left: 15px;
  top: 20px;
  display: inline-block;
  z-index: 110;
  background: #fff;
}
#masthead .brand img {
  display: inline-block;
  height: 55px;
}
@media only screen and (max-width: 992px) {
  #masthead .brand {
    top: 15px;
  }
  #masthead .brand img {
    height: 35px;
  }
}
#masthead .nav-toggle {
  position: absolute;
  right: 20px;
  top: 28px;
}

.nav-toggle {
  cursor: pointer;
  z-index: 999;
}
.nav-toggle .bar {
  width: 25px;
  display: block;
  height: 2px;
  margin-bottom: 5px;
  background-color: #111;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.nav-toggle .bar:last-child {
  margin-bottom: 0;
}

.m-enquire, .m-search {
  width: 22px !important;
  height: 18px !important;
  position: relative;
  background: url(img/ico_enquiry.svg) center center no-repeat !important;
  background-size: contain !important;
  margin-left: 3px !important;
  position: relative !important;
  top: -6px !important;
}
.m-enquire i, .m-search i {
  display: none;
}

.m-hamburger > .ubermenu-target-title {
  margin-left: 3px !important;
}
@media only screen and (max-width: 1500px) {
  .m-hamburger > .ubermenu-target-title {
    display: none !important;
  }
}

.home .m-enquire {
  display: none !important;
}

.m-search {
  background: url(img/ico_search.svg) center center no-repeat !important;
  background-size: contain !important;
}
.m-search i {
  display: none;
}

.page-id-8621 .email-modal-toggle, .page-id-8701 .email-modal-toggle {
  display: none !important;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 66%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  padding: 60px 10px 10px;
  opacity: 0;
  z-index: 900;
  transform: translateX(100%);
  transition: transform 0.2s ease-out;
  box-shadow: -3px 3px 25px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-menu-overlay .logo {
  width: 160px;
  display: none;
}
.mobile-menu-overlay .nav-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
}
.mobile-menu-overlay .nav-toggle .bar {
  background: #111;
}
.mobile-menu-overlay ul.menu li a {
  color: #DCD4B0;
}
@media only screen and (max-width: 576px) {
  .mobile-menu-overlay {
    width: 90%;
  }
}

.mobile-dark-overlay {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 400;
  transition: opacity 0.3s ease-out;
}

.navopen .bar {
  opacity: 0;
}
.navopen .bar:first-child {
  transform: rotate(45deg) translateY(10px);
  opacity: 1;
}
.navopen .bar:last-child {
  transform: rotate(-45deg) translateY(-10px);
  opacity: 1;
}
.navopen .mobile-menu-overlay {
  opacity: 1;
  pointer-events: auto !important;
  transform: translateX(0px);
}
.navopen .mobile-dark-overlay {
  opacity: 1;
  pointer-events: auto;
}

.fixed-nav main {
  margin-top: 100px;
}
@media only screen and (max-width: 992px) {
  .fixed-nav main {
    margin-top: 70px;
  }
}
.fixed-nav #masthead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.fixed-nav.admin-bar #masthead {
  top: 32px;
}
@media only screen and (max-width: 992px) {
  .fixed-nav.admin-bar #wpadminbar {
    display: none;
  }
  .fixed-nav.admin-bar #masthead {
    top: 0;
  }
}

/* Ubermenu */
.ubermenu {
  font-family: "Roboto", sans-serif;
}
.ubermenu .ubermenu-target {
  outline: none !important;
}
.ubermenu .ubermenu-submenu {
  background: #fff !important;
  border: 0 !important;
}
.ubermenu .ubermenu-submenu .ubermenu-target {
  color: #666 !important;
  border: 0 !important;
}
.ubermenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
  padding-bottom: 0 !important;
}
.ubermenu .ubermenu-has-submenu-flyout .ubermenu-submenu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ubermenu .ubermenu-has-submenu-flyout .ubermenu-submenu .ubermenu-target {
  padding-top: 5px;
  padding-bottom: 5px;
}

#masthead .ubermenu .ubermenu-item-level-0 > .ubermenu-target {
  padding: 15px 20px;
}
@media only screen and (max-width: 1500px) {
  #masthead .ubermenu .ubermenu-item-level-0 > .ubermenu-target {
    padding: 15px 10px;
    font-size: 1.1em;
  }
}
#masthead .ubermenu .ubermenu-item-level-0.ubermenu-item-has-children > .ubermenu-target {
  padding: 15px 30px 15px 20px;
}
@media only screen and (max-width: 1500px) {
  #masthead .ubermenu .ubermenu-item-level-0.ubermenu-item-has-children > .ubermenu-target {
    padding: 15px 25px 15px 10px;
  }
}

.primary-menu-container {
  margin-top: 25px;
}
.primary-menu-container .ubermenu-target {
  font-size: 15px;
}

.secondary-menu-container {
  position: absolute;
  top: 30px;
  right: 15px;
}
.secondary-menu-container .ubermenu-target {
  font-size: 16px;
  font-weight: normal !important;
  padding: 6px !important;
}
.secondary-menu-container .ubermenu-target i {
  font-size: 16px;
}
.secondary-menu-container .ubermenu-submenu {
  padding-top: 0px !important;
  padding-bottom: 5px !important;
}
.secondary-menu-container .ubermenu-submenu .ubermenu-target {
  font-size: 15px;
  padding: 5px 15px !important;
}
.secondary-menu-container .ubermenu-wpml-ls-menu-item .ubermenu-target {
  padding-top: 0 !important;
}
.secondary-menu-container .wpml-ls-flag {
  height: 16px;
  position: relative;
  top: 0px;
  padding: 0 !important;
}
@media only screen and (max-width: 992px) {
  .secondary-menu-container {
    right: 55px;
    top: 18px;
  }
  .secondary-menu-container .m-search, .secondary-menu-container .m-enquire {
    display: none !important;
  }
  .secondary-menu-container .ubermenu-has-submenu-drop {
    display: none !important;
  }
  .secondary-menu-container .ubermenu.ubermenu-responsive .ubermenu-column, .secondary-menu-container .ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 0% !important;
    clear: none !important;
    width: auto !important;
  }
}

/* Slick Sliders */
.slick-slider {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-prev, .slick-next {
  z-index: 50;
}

@media only screen and (max-width: 576px) {
  .slick-prev {
    left: 5px;
  }
}

@media only screen and (max-width: 576px) {
  .slick-next {
    right: 5px;
  }
}

.slick-prev:before, .slick-next:before {
  color: #111;
  font-size: 32px;
  transition: all 0.2s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-prev:before:hover, .slick-next:before:hover {
  color: #F15C22;
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

.slick-slide:focus {
  outline: 0;
}

.search-form .search-field {
  padding: 0.25rem;
  border: 1px solid #f1f1f1;
}
.search-form .search-submit {
  border: 1px solid #f1f1f1;
  padding: 0.25rem 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.search-form .search-submit:hover {
  cursor: pointer;
}

/* Flexible Content */
section.content-block {
  position: relative;
  overflow: hidden;
}

section.image-slider-block + section.call-to-action, section.content-and-instagram + section.call-to-action, section.topo-pop-block + section.image-slider-block {
  margin-top: 0 !important;
}

.flex-justify, .hero-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-block {
  height: 50vw;
  min-height: 520px;
  max-height: 700px;
  background: #DCD4B0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hero-block {
    min-height: 0;
  }
}
.hero-block .hero-carousel, .hero-block .slick-slider, .hero-block .slick-list, .hero-block .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-block .btn-video {
  padding: 16px 20px;
}
.hero-block .btn-video i {
  margin-right: 5px;
}
.hero-block h1 {
  font-size: 4.2em;
}
.hero-block h4 {
  font-weight: normal;
  font-family: "Sanchez", serif;
}
@media only screen and (max-width: 1200px) {
  .hero-block h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 768px) {
  .hero-block {
    height: auto !important;
    min-height: none;
    text-align: center;
  }
  .hero-block h1 {
    font-size: 2em;
  }
}
.hero-block .hero-content p, .hero-block .hero-content h4 {
  font-size: 1.4em;
  max-width: 80%;
}
.hero-block .hero-content p {
  margin: 0 auto 15px;
}

@media only screen and (max-width: 768px) {
  .content-hero {
    padding-bottom: 15px !important;
  }
}
.content-hero .hero-content p {
  text-align: left;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .content-hero .hero-content p {
    text-align: center;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .home .hero-block .container {
    transform: translate(0, -25%);
  }
}
@media only screen and (max-width: 768px) {
  .home .hero-block {
    padding-bottom: 130px !important;
    background-position-x: 35% !important;
  }
}

.big-video {
  display: flex;
  border: 0;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  align-items: center;
  margin: 20px 0px;
  transition: all 0.2s ease;
  padding: 0;
}
.big-video:hover {
  color: #F15C22;
  cursor: pointer;
}
.big-video img {
  border-radius: 5px;
  width: 120px;
  margin-right: 15px;
}

.hero-carousel {
  opacity: 0;
  transition: 0.5s opacity ease-out;
}
.hero-carousel.slick-initialized {
  opacity: 1;
}
.hero-carousel .slick-slide .wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 5s linear;
}
.hero-carousel .slick-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-carousel .slick-slide.slick-active .wrap, .hero-carousel .slick-slide.slick-current .wrap {
  transform: scale(1.25);
}
.hero-carousel .slick-initialized .slick-track .slick-slide:first-child {
  animation: zoomin 5s linear;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
.logo-block .grid-item {
  text-align: center;
}
.logo-block .grid-item img {
  max-width: 260px;
  max-height: 120px;
}
@media only screen and (max-width: 992px) {
  .logo-block .grid-item img {
    max-width: 100%;
  }
}
.logo-block .slick-slide {
  height: 130px;
  display: flex;
  align-items: center;
}
.logo-block .slick-slide img {
  margin: 0 auto;
  max-height: 120px;
  max-width: 260px;
}

.image-slider img {
  height: 500px;
}
@media only screen and (max-width: 1200px) {
  .image-slider img {
    height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .image-slider img {
    height: auto;
  }
}
.image-slider img:hover {
  cursor: pointer;
}
.image-slider .slick-prev:before, .image-slider .slick-next:before {
  color: #fff;
}
.image-slider .slick-prev {
  left: 15px;
}
.image-slider .slick-next {
  right: 15px;
}

.text-content p:last-child {
  margin-bottom: 0;
}

.shaded {
  position: relative;
}
.shaded:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.shaded .container {
  position: relative;
  z-index: 2;
}

.error404 .shaded:after {
  background: rgba(0, 0, 0, 0.25);
}
.error404 .search-field {
  padding: 10px;
}
.error404 .search-submit {
  padding: 10px 15px;
  background: #F15C22;
  color: #fff;
  border-color: #F15C22 !important;
}

/* HERO */
.item-type {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}

.hero-card {
  font-family: "Roboto", sans-serif;
  background: #fff;
  width: 520px;
  max-width: 100%;
  margin-left: auto;
  border-radius: 5px;
  text-align: left;
}
.hero-card a {
  color: #888;
}
@media only screen and (max-width: 768px) {
  .hero-card {
    margin-top: 20px;
  }
}
.hero-card .top, .hero-card .bottom {
  padding: 20px 30px;
}
@media only screen and (max-width: 768px) {
  .hero-card .top, .hero-card .bottom {
    padding: 20px 25px;
  }
}
.hero-card .top {
  padding: 25px 30px 10px;
  color: #F15C22;
}
@media only screen and (max-width: 768px) {
  .hero-card .top {
    padding: 15px 20px 10px;
  }
}
.hero-card .top .price-holder {
  display: block;
}
.hero-card .top .price {
  font-size: 2.7em;
  font-weight: bold;
}
.hero-card .top .price.budget-level {
  font-size: 2.1em;
}
@media only screen and (max-width: 768px) {
  .hero-card .top .price {
    font-size: 1.8em;
  }
  .hero-card .top .price.price.budget-level {
    font-size: 1.8em;
  }
}
.hero-card .top .price-affix {
  margin-left: 5px;
  font-size: 1.8em;
  font-weight: bold;
}
.hero-card .bottom {
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  .hero-card .bottom {
    padding: 10px 20px;
  }
}
.hero-card .bottom .availability {
  display: block;
  color: #F15C22;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0.1em 0 0.5em;
}
.hero-card .bottom .availability i {
  padding-right: 0.33em;
}

.wpcs_price b {
  font-size: 0.75em;
  font-weight: bold;
}

.wpcs_price_symbol {
  display: none !important;
}

#colophon {
  background: url(img/stripe_bg.jpg) top left repeat;
  position: relative;
  color: #333;
}
#colophon a {
  color: #666;
  text-decoration: none !important;
}
#colophon a:hover {
  color: #F15C22;
}
#colophon .social-media a {
  color: #F15C22;
}
#colophon h3 {
  font-family: "Permanent Marker", sans-serif;
  margin-bottom: 15px;
}
#colophon h4 {
  font-weight: bold;
  font-size: 1.2em;
}
#colophon:before {
  content: "";
  z-index: 50;
  position: absolute;
  top: -13px;
  height: 14px;
  width: 100%;
  background: url(img/stripe_top.png) top left repeat-x;
}
#colophon .widget_nav_menu ul {
  padding-left: 0;
}
#colophon .widget_nav_menu li:before {
  display: none;
}
@media only screen and (max-width: 576px) {
  #colophon p, #colophon ul {
    font-size: 0.9em;
  }
}

.hero-table, .s-table {
  font-family: "Roboto", sans-serif;
}
.hero-table:after, .s-table:after {
  position: relative;
  content: "";
  clear: both;
  display: block;
}
.hero-table .t-row, .s-table .t-row {
  display: flex;
}
.hero-table .t-row .t-col, .s-table .t-row .t-col {
  font-weight: bold;
  font-size: 1em;
  padding: 4px 6px 4px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hero-table .t-row .t-col:first-child, .s-table .t-row .t-col:first-child {
  color: #888;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .hero-table .t-row .t-col:first-child, .s-table .t-row .t-col:first-child {
    width: 110px;
  }
}
.hero-table .t-row .t-col:last-child, .s-table .t-row .t-col:last-child {
  color: #666;
  flex: 2;
}
@media only screen and (max-width: 768px) {
  .hero-table .t-row .t-col:last-child, .s-table .t-row .t-col:last-child {
    width: calc(100% - 110px);
  }
}
.hero-table .t-row .t-col.t-col-dates, .s-table .t-row .t-col.t-col-dates {
  font-size: 0.9em;
}

.rating-title {
  text-transform: capitalize;
}

.rating-value i {
  color: #F15C22;
}

.loop-post {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.loop-post img {
  width: 100%;
  transition: all 0.2s ease-out;
}
.loop-post .blog-info {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.loop-post h2 {
  font-size: 1.8em;
}
.loop-post .content {
  padding: 25px;
}
.loop-post a {
  color: #ccc;
}
.loop-post:hover img {
  opacity: 0.9;
}

.testimonial-slider {
  overflow: hidden;
}
.testimonial-slider .slick-testimonial {
  padding: 0 30px;
}
.testimonial-slider .loop-testimonial {
  border-radius: 5px;
  background: #fff;
  padding: 50px;
}
.testimonial-slider .loop-testimonial .testimonial-info img {
  border-radius: 5px;
  margin-bottom: 12px;
}
.testimonial-slider .loop-testimonial h3 {
  color: #F15C22;
}
.testimonial-slider .loop-testimonial h4 {
  font-size: 1em;
  font-weight: bold;
}
.testimonial-slider .loop-testimonial p {
  font-style: italic;
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
  color: #fff;
}

.adventure-card, .content-card {
  border-radius: 5px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.adventure-card .img-container, .content-card .img-container {
  position: relative;
}
.adventure-card .img-container img, .content-card .img-container img {
  width: 100%;
}
.adventure-card .img-container:before, .content-card .img-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-out;
}
.adventure-card .img-container h3, .content-card .img-container h3 {
  font-family: "Permanent Marker", sans-serif;
  position: absolute;
  top: 50%;
  padding: 0 20px;
  text-align: center;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
}
.adventure-card:hover .img-container:before, .content-card:hover .img-container:before {
  background: rgba(0, 0, 0, 0.5);
}

.topo-block {
  background: url(img/topo_bg.jpg) top left repeat;
  padding: 40px;
  border-radius: 5px;
}
.topo-block p {
  font-size: 1.2em;
  line-height: 1.6em;
}
@media only screen and (max-width: 768px) {
  .topo-block p {
    font-size: 1em;
  }
}
.topo-block p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .topo-block {
    padding: 25px;
  }
}
.topo-block p:first-child::first-letter {
  font-family: "Permanent Marker", sans-serif;
  font-size: 2em;
  color: #F15C22;
}

.sand-block {
  background: #DCD4B0;
  padding: 40px;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .sand-block {
    padding: 25px;
  }
}
.sand-block p:last-child {
  margin-bottom: 0;
}

.shadow-block {
  padding: 40px;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .shadow-block {
    padding: 25px;
  }
}
.shadow-block p:last-child {
  margin-bottom: 0;
}

.pop-block {
  background: #fff;
  padding: 50px;
  border-radius: 5px;
  width: 436px;
  max-width: 100%;
}
.pop-block h3 {
  color: #F15C22;
}
@media only screen and (max-width: 768px) {
  .pop-block {
    width: auto;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .pop-block {
    padding: 25px;
    width: 100%;
  }
}
.pop-block .s-table .t-col:first-child {
  flex: 2;
}
.pop-block .s-table .t-col:last-child {
  flex: 3;
}
@media only screen and (max-width: 768px) {
  .pop-block .s-table .t-col:first-child {
    flex: 1;
  }
  .pop-block .s-table .t-col:last-child {
    flex: 1;
  }
}

@media only screen and (min-width: 992px) {
  .pop-block-right {
    margin-left: auto;
  }
}

.topo-pop-block {
  background: url(img/topo_bg.jpg) top left repeat;
  padding: 30px 0px;
}
.topo-pop-block .col-12 {
  padding: 0px 45px;
}
.topo-pop-block .pop-block {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .topo-pop-block .pop-block {
    transform: translate(0, -100px);
    padding: 60px 0px;
  }
}

.content-list h3 {
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
}
.content-list .cl-row {
  border-bottom: 1px solid #ddd;
}
.content-list .cl-row:last-child {
  border: 0;
}

.content-and-instagram {
  background: url(img/crosshatch_light.png) top left repeat;
}
.content-and-instagram .instagram-pics {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.content-and-instagram .instagram-pics li {
  margin-bottom: 0;
  flex-basis: 20%;
}
.content-and-instagram .instagram-pics li:before {
  display: none;
}

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

/* TABS */
.tab-container {
  font-size: 1.1em;
}
@media only screen and (max-width: 768px) {
  .tab-container {
    font-size: 1em;
  }
}
.tab-container .nav-link {
  text-transform: capitalize;
  padding: 15px 20px;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.tab-container .nav-link:hover {
  color: #F15C22;
}
.tab-container .nav-link.active {
  background: #F15C22;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .tab-container .nav-pills {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .tab-container .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
.tab-container .tab-title:before {
  margin-right: 10px;
  width: 16px;
  display: inline-block;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}
.tab-container .tab-title.highlights:before, .tab-container .tab-title.general-information:before {
  content: "";
}
.tab-container .tab-title.summary:before {
  content: "";
}
.tab-container .tab-title.guides:before {
  content: "";
}
.tab-container .tab-title.when-to-go:before {
  content: "";
}
.tab-container .tab-title.start-dates:before {
  content: "";
}
.tab-container .tab-title.suitable-for:before {
  content: "";
}
.tab-container .tab-title.detailed-itinerary:before, .tab-container .tab-title.course-content:before {
  content: "";
}
.tab-container .tab-title.accommodation:before, .tab-container .tab-title.camps:before {
  content: "";
}
.tab-container .tab-title.transfers:before {
  content: "";
}
.tab-container .tab-title.price:before {
  content: "";
}
.tab-container .tab-title.additional-information:before {
  content: "";
}
.tab-container .tab-title.about-the-school:before {
  content: "";
}
.tab-container .tab-title.qualifications:before {
  content: "";
}

.blockbuttons {
  clear: both;
}
.blockbuttons:after {
  content: "";
  display: block;
  clear: both;
}

h2.striped {
  position: relative;
  text-align: center;
  margin-bottom: 65px;
}
h2.striped:after {
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -35px;
  content: "";
  height: 50px;
  width: 70px;
  background: url(img/stripe.svg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  h2.striped {
    margin-bottom: 50px;
  }
  h2.striped:after {
    bottom: -50px;
    margin-left: -30px;
    height: 40px;
    width: 60px;
  }
}

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

/* BREADCRUMBS */
.breadcrumb-container {
  padding: 15px 0px 10px;
  color: #ccc;
  font-size: 13px;
}
.breadcrumb-container a {
  color: #ccc;
}

/* FILTERS */
.toggle-filters {
  float: right;
  position: relative;
  top: -5px;
  font-size: 0.9em;
}

.advanced-filters {
  display: none;
}

@media only screen and (min-width: 768px) {
  .filters .main-filters .row .col-md-3 {
    padding-right: 0;
  }
  .filters .main-filters .row .col-md-3:last-child {
    padding-right: 15px;
  }
}
.filters h4 {
  display: inline-block;
  color: #c4c4c4;
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
}
.filters .facetwp-facet {
  margin-bottom: 10px;
}
.filters .reset {
  float: right;
  font-size: 14px;
}

.facetwp-type-fselect .fs-wrap {
  width: 100% !important;
  font-family: "Roboto", sans-serif;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap {
  padding: 6px;
  border-color: #ccc;
  border-radius: 5px;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-label {
  color: #ccc;
  font-weight: bold;
}

.range-list {
  outline: 0;
  width: 100% !important;
  padding: 6px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.range-list .fs-label-wrap {
  border: 0 !important;
}
.range-list .fs-label {
  color: #ccc;
  font-weight: bold;
}
.range-list .fs-dropdown {
  margin-top: 15px;
  padding: 10px 10px 0px;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #F15C22 !important;
}

.facetwp-type-checkboxes {
  padding-bottom: 10px;
  white-space: nowrap;
  overflow-x: auto;
}
.facetwp-type-checkboxes .facetwp-checkbox {
  display: inline-block;
  background-image: none !important;
  padding: 5px 10px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: bold;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked {
  float: left;
  background: #DCD4B0;
  border-color: #DCD4B0;
  color: #fff;
}

.facetwp-counter {
  display: none;
}

.archive-lodge .facetwp-pager {
  padding: 0px 30px;
}

/* LODGE ARCHIVE */
.facetwp-map-filtering {
  background: #F15C22;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 4px 8px;
}
.facetwp-map-filtering:hover {
  cursor: pointer;
}

.tag-sets {
  color: #888;
  margin-bottom: 6px;
}
.tag-sets .tag-set {
  margin-right: 6px;
}
.tag-sets i {
  color: #F15C22;
}

.lodges-wrap {
  padding: 0px 30px;
  overflow: auto;
  height: calc(100vh - 420px);
}
@media only screen and (max-width: 768px) {
  .lodges-wrap {
    height: auto !important;
    padding: 0 15px;
  }
}

.facetwp-counts {
  color: #F15C22;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.loop-lodge {
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
}
.loop-lodge .img-container {
  flex: 1;
  width: 250px;
}
.loop-lodge .img-container img {
  border-radius: 5px;
}
.loop-lodge .content {
  flex: 5;
  padding-left: 15px;
}
.loop-lodge .content .top {
  display: flex;
}
.loop-lodge .content .top a {
  flex: 1;
}
.loop-lodge .content .top .lodge-price {
  font-size: 0.8em;
  flex: 1;
  text-align: right;
  color: #F15C22;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.loop-lodge .content .top .lodge-price .price {
  font-size: 1.3em;
}
.loop-lodge .content .top .lodge-price .price.budget-level {
  font-size: 1.1em;
}
@media only screen and (max-width: 1500px) {
  .loop-lodge .content .top .lodge-price {
    font-size: 0.9em;
  }
}
.loop-lodge .content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  margin-bottom: 0;
  font-weight: bold;
  color: #666;
}
@media only screen and (max-width: 1500px) {
  .loop-lodge .content h2 {
    font-size: 0.8em;
  }
}
.loop-lodge .content .tag-sets {
  color: #ccc;
  margin-top: 3px;
  font-size: 0.9em;
}
.loop-lodge .content .tag-sets i {
  color: #ccc;
  font-size: 0.9em;
}
@media only screen and (max-width: 1500px) {
  .loop-lodge .content .tag-sets {
    font-size: 0.8em;
  }
}
.loop-lodge .read-more {
  font-size: 0.9em;
}
@media only screen and (max-width: 1200px) {
  .loop-lodge .read-more {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .list-safaris .container {
    max-width: 1440px;
  }
}

@media only screen and (min-width: 1500px) {
  .list-adventures .container {
    max-width: 1440px;
  }
}

.display-none {
  display: none !important;
}

/* LOOP SAFARI */
.safari-slider .slick-list, .lodge-slider .slick-list {
  padding: 0px 10px 40px 10px;
}
@media only screen and (max-width: 768px) {
  .safari-slider .slick-list, .lodge-slider .slick-list {
    padding: 0px 10px 20px 10px;
  }
}
.safari-slider .slick-slide, .lodge-slider .slick-slide {
  margin: 0px 10px 20px;
}
.safari-slider .slick-prev:before, .safari-slider .slick-next:before, .lodge-slider .slick-prev:before, .lodge-slider .slick-next:before {
  color: #ccc;
}
@media only screen and (max-width: 768px) {
  .safari-slider .slick-prev:before, .safari-slider .slick-next:before, .lodge-slider .slick-prev:before, .lodge-slider .slick-next:before {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .safari-slider, .lodge-slider {
    padding: 0 20px;
  }
}

.lodge-slider .slick-list {
  padding: 0px 10px 0px 10px;
}

.loop-safari {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 768px) {
  .loop-safari {
    margin-bottom: 15px;
  }
}
.loop-safari img {
  width: 100%;
  backface-visibility: hidden;
  opacity: 0.9;
  transition: opacity 0.1s ease-out;
}
.loop-safari a:hover img {
  opacity: 0.8;
}
.loop-safari .img-container {
  background: #000;
  position: relative;
}
.loop-safari .img-container .availability {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  background: #F15C22;
  color: #fff;
  font-size: 0.9em;
  padding: 0 0.67em;
  border-radius: 5px;
  float: right;
}
.loop-safari .img-container .availability i {
  padding-right: 0.33em;
}
.loop-safari .img-container h3 {
  position: absolute;
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
  z-index: 5;
  top: 50%;
  width: 100%;
  padding: 0px 20px;
  text-align: center;
  color: #fff;
  font-family: "Permanent Marker", sans-serif;
  transform: translate(0, -50%);
}
.loop-safari .safari-price {
  padding: 8px 15px;
  color: #F15C22;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.loop-safari .safari-price .price-title {
  display: block;
  font-weight: normal;
}
.loop-safari .safari-price .price-holder {
  font-size: 1.6em;
}
.loop-safari .safari-price .price-holder .price-affix {
  font-size: 0.8em;
}
.loop-safari .tag-sets {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #666;
  font-size: 12px;
  background: #f9f9f9;
}
.loop-safari .tag-sets .tag-set {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.loop-safari .tag-sets .tag-set i {
  font-size: 12px;
  margin-right: 2px;
}
.loop-safari.loop-safari-big {
  width: 100%;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 992px) {
  .loop-safari.loop-safari-big .tag-sets .tag-set:nth-child(4), .loop-safari.loop-safari-big .tag-sets .tag-set:nth-child(5) {
    display: none;
  }
}
.loop-safari.loop-safari-big .bottom {
  display: flex;
}
.loop-safari.loop-safari-big .bottom .safari-price {
  flex: 1;
}
.loop-safari.loop-safari-big .bottom .description {
  flex: 3;
  padding-top: 10px;
  padding-right: 10px;
}
.loop-safari.loop-safari-big .bottom .description p {
  max-height: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .loop-safari.loop-safari-big .bottom .description {
    display: none;
  }
}

.safari-slider .loop-safari, .safari-slider .slider-lodge {
  box-shadow: none;
}
.safari-slider .loop-safari.slick-active, .safari-slider .slider-lodge.slick-active {
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.07);
}

.lodge-slider .slider-lodge .content-card {
  margin-bottom: 0;
  box-shadow: none;
}
.lodge-slider .slider-lodge.slick-active .content-card {
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.07);
}

.loop-adventure {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.07);
}
.loop-adventure img {
  width: 100%;
  backface-visibility: hidden;
  opacity: 0.9;
  transition: opacity 0.1s ease-out;
}
.loop-adventure a:hover img {
  opacity: 0.8;
}
.loop-adventure .img-container {
  background: #000;
  position: relative;
}
.loop-adventure .adventure-content {
  padding: 15px;
}
.loop-adventure .adventure-content h3 {
  font-size: 1.2em;
}

/* FANCYBOX */
#fancybox-outer {
  box-shadow: none !important;
}

#fancybox-close {
  background: none !important;
}
#fancybox-close:before {
  position: absolute;
  top: -10px;
  right: 5px;
  color: #F15C22;
  content: "";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
}

#fancybox-right .fancy-ico {
  background: none !important;
}
#fancybox-right .fancy-ico:before {
  position: absolute;
  top: -10px;
  right: 5px;
  color: #F15C22;
  content: "";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
}

#fancybox-left .fancy-ico {
  background: none !important;
}
#fancybox-left .fancy-ico:before {
  position: absolute;
  top: -10px;
  right: 5px;
  color: #F15C22;
  content: "";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
}

main iframe {
  max-width: 100%;
}

/* SINGLE SAFARI */
main ul, main ol, footer ul, footer ol {
  padding-left: 20px;
}
main ul li, main ol li, footer ul li, footer ol li {
  margin-bottom: 7px;
  position: relative;
}
main ul li:before, main ol li:before, footer ul li:before, footer ol li:before {
  position: absolute;
  left: -18px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  top: 3px;
  color: #F15C22;
}
main ol li:before, footer ol li:before {
  display: none;
}

.gallery img {
  margin: 0 15px 15px 0;
  border-radius: 5px;
  transition: 0.2s opacity ease;
}
.gallery img:hover {
  opacity: 0.9;
}

.itinerary-day {
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 20px;
  padding-top: 20px;
}
.itinerary-day h4 {
  font-family: "Permanent Marker", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}
.itinerary-day:first-child {
  padding-top: 0;
}
.itinerary-day p:last-child {
  margin-bottom: 0;
}

.read-more {
  background: none;
  border: 0;
  color: #ccc;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  transition: color 0.2s ease-out;
}
.read-more i {
  transition: transform 0.2s ease-out;
  margin-left: 2px;
}
.read-more:hover {
  cursor: pointer;
  color: #F15C22;
}
.read-more:hover i {
  transform: translate(5px, 0);
}

/* GALLERY */
.single-gallery img {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
  transition: opacity 0.2s ease-out;
}
.single-gallery img:hover {
  opacity: 0.9;
}
.single-gallery .dynamic {
  display: none;
}
.single-gallery .view-less {
  display: none;
}
.single-gallery.toggled .dynamic {
  display: block;
}
.single-gallery.toggled .view-more {
  display: none;
}
.single-gallery.toggled .view-less {
  display: inline-block;
}

/* SINGLE SAFARI */
.single-safari .sod-gallery a {
  display: inline-block;
  width: 49%;
}
.single-safari .sod-gallery a:nth-child(odd) {
  margin-right: 2%;
}
.single-safari .itinerary-in-brief {
  margin-bottom: 30px;
}
.single-safari .itinerary-sod {
  margin-bottom: 30px;
}
.single-safari .itinerary-sod table {
  width: 100% !important;
}
.single-safari .sb-sod #map {
  height: 400px !important;
}

.single-training_camps #map {
  height: 400px !important;
  margin-bottom: 30px;
}
.single-training_camps .pop-block, .single-training_camps .single-gallery {
  margin-bottom: 30px;
}

/* MAPBOX */
#map {
  border-radius: 5px;
}

.single-safari #map {
  margin-bottom: 15px;
}

.marker {
  background: url("img/map_marker.svg") center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 40px;
  cursor: pointer;
}
.marker.marker-lodge {
  background: url("img/map_marker_lodge.svg") center center no-repeat;
  background-size: contain;
}
.marker.marker-airport {
  background: url("img/map_marker_flight.svg") center center no-repeat;
  background-size: contain;
}

.mapboxgl-popup {
  max-width: 300px;
}
.mapboxgl-popup h3 {
  font-size: 16px;
  font-weight: bold;
}
.mapboxgl-popup p {
  margin-bottom: 0;
}

.mapboxgl-popup-content {
  padding: 20px;
}

/* GLOBAL CONTENT */
.blockbutton {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .blockbutton {
    width: 50%;
    float: left;
  }
}
.blockbutton .target-img {
  flex-basis: 120px;
  width: auto;
  height: auto;
  background: #F15C22;
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.15s ease-out;
}
.blockbutton .target-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
  font-size: 32px;
  transition: all 0.15s ease-out;
  opacity: 0.8;
}
.blockbutton .link {
  margin-left: 20px;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  flex-basis: auto;
}
@media only screen and (min-width: 992px) {
  .blockbutton.sm {
    width: 31%;
    margin-right: 2%;
  }
  .blockbutton.sm .target-img {
    flex: 1;
    width: auto;
    height: auto;
  }
  .blockbutton.sm .link {
    flex: 2;
  }
}
.blockbutton:hover .target-img {
  background: #d3450d;
}
.blockbutton:hover .target-img i {
  opacity: 1;
}

.extra-gallery {
  margin-top: 30px;
}

.special-mention {
  display: flex;
  font-size: 1.1em;
  color: #F15C22;
  margin-bottom: 10px;
}
.special-mention .sm-left {
  margin-right: 20px;
}
.special-mention .sm-right {
  flex: 1;
}

.lodge-archive {
  width: 100%;
  height: calc(100vh - 100px);
}
.lodge-archive #facetwp-map {
  height: calc(100vh - 100px) !important;
}
@media only screen and (max-width: 768px) {
  .lodge-archive #facetwp-map {
    height: 200px !important;
  }
}
.lodge-archive .facetwp-facet-map {
  margin-bottom: 0px !important;
}
.lodge-archive .facetwp-map-filtering {
  position: absolute;
  bottom: 40px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .lodge-archive .facetwp-map-filtering {
    display: none;
  }
}
.lodge-archive .filters {
  padding: 15px 30px 30px;
}
@media only screen and (max-width: 768px) {
  .lodge-archive .filters {
    padding: 15px;
  }
}
.lodge-archive .facetwp-pager {
  padding-left: 30px;
}

.admin-bar .lodge-archive {
  margin-top: 100px !important;
  height: calc(100vh - 132px);
}
@media only screen and (max-width: 768px) {
  .admin-bar .lodge-archive {
    margin-top: 70px !important;
  }
}
.admin-bar .lodge-archive #facetwp-map {
  height: calc(100vh - 132px) !important;
}
@media only screen and (max-width: 768px) {
  .admin-bar .lodge-archive #facetwp-map {
    height: 200px !important;
  }
}

.post-type-archive-lodge #colophon {
  display: none;
}

.call-to-action p {
  font-size: 1.25em;
}

.btn-enquire {
  display: inline-flex;
  align-items: center;
  padding: 14px 22px;
}
.btn-enquire:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 30px;
  margin-right: 15px;
  background: url(img/ico_chat_white.svg) center center no-repeat;
  background-size: contain;
}

.call-to-action {
  position: relative;
}
.call-to-action:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.call-to-action .container {
  position: relative;
  z-index: 2;
}
.call-to-action .btn-enquire {
  background: #fff;
  color: #000;
}
.call-to-action .btn-enquire:hover, .call-to-action .btn-enquire:focus {
  color: #000 !important;
  background: #ddd !important;
}
.call-to-action .btn-enquire:before {
  background: url(img/ico_chat_black.svg) center center no-repeat !important;
  background-size: contain !important;
}

.itinerary-card .card-header {
  padding: 0;
  background: #f9f9f9;
}
.itinerary-card .card-header h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}
.itinerary-card .card-header button {
  padding: 15px 20px;
  width: 100%;
  border: 0;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: left;
  outline: 0 !important;
  transition: color 0.2s ease;
}
.itinerary-card .card-header button:hover {
  color: #F15C22;
  cursor: pointer;
}
.itinerary-card .card-header button:after {
  float: right;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.itinerary-card .card-header button.collapsed:after {
  content: "";
}

@media only screen and (min-width: 992px) {
  .list-location-wrap {
    padding-left: 15px;
  }
}

.topo-bg {
  background: url(img/topo_bg.jpg) top left repeat;
}

@media only screen and (max-width: 768px) {
  .list-locations #map {
    height: 300px !important;
    margin-bottom: 15px;
  }
}

.loop-location {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.loop-location .img-container {
  margin-right: 20px;
  width: 120px;
}
.loop-location .img-container img {
  border-radius: 5px;
}
.loop-location h4 {
  margin: 0 0 8px 0;
  font-size: 1.2em;
}

.gallery {
  margin: 20px 0;
}
.gallery dl.gallery-item {
  margin: 0 0 10px 0 !important;
  padding-right: 10px;
}
.gallery dl.gallery-item img {
  margin: 0 !important;
  border: 0 !important;
}

/* DATE TABLE */
.date {
  background: #FFFBF6;
  width: 420px;
  padding: 10px;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.date:nth-child(odd) {
  background: #FFF9F3;
}
.date.date-title {
  background: transparent !important;
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  .date {
    width: 100%;
  }
}

/* WTG TABLE */
.wtg-container {
  margin: 20px 0px;
}
@media only screen and (max-width: 992px) {
  .wtg-container {
    margin: 10px 0px;
  }
}
.wtg-container.mid {
  margin-top: 0;
}

.wtg-legend {
  display: block;
  width: 400px;
  text-align: right;
  margin-left: auto;
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  .wtg-legend {
    text-align: left;
    margin-left: 0;
  }
}
.wtg-legend span {
  font-family: "Roboto", sans-serif;
  padding-left: 10px;
}

.wtg-table {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wtg-table {
    display: block;
    overflow-x: auto;
  }
}
.wtg-table tr td {
  font-size: 0.9em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding: 5px 15px;
  text-align: center;
  background: #FFFBF6;
}
.wtg-table tr td:first-child {
  text-align: right;
}
.wtg-table tr td:nth-child(odd) {
  background: #FFF9F3;
}
@media only screen and (max-width: 1200px) {
  .wtg-table tr td {
    padding: 3px 8px;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 992px) {
  .wtg-table tr td img {
    width: 10px;
  }
}
.wtg-table tr:first-child td {
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background: #f9f9f9;
}
.wtg-table tr:first-child td:nth-child(odd) {
  background: #f5f5f5;
}

.post-type-archive-adventure .hero-block p {
  margin: 0 auto;
}

/* IINTERACTIVE MAP */
.interactive-map #imap {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .interactive-map #imap {
    margin-bottom: 20px;
  }
}
.interactive-map .cb {
  outline: 0 !important;
  fill: #f5f5f5;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  transition: all 0.2s ease-out;
}
.interactive-map .cb.ca {
  fill: #ddd;
}
.interactive-map .cb.ca:hover {
  cursor: pointer;
  fill: #ccc;
}
.interactive-map .cb.ct {
  fill: #F15C22;
}
.interactive-map .cb.ct:hover {
  fill: #d3450d;
}
.interactive-map .country-card {
  padding: 40px;
}
.interactive-map .country-card.hide {
  display: none;
}
.interactive-map .experience {
  color: #ccc;
  display: block;
  margin-bottom: 3px;
}
.interactive-map h5 {
  font-size: 2em;
  color: #F15C22;
}
.interactive-map h6 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.interactive-map .content-link {
  display: block;
  border-bottom: 1px #f5f5f5 solid;
  padding: 6px 0px;
}
.interactive-map .content-link:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}

.sub-nav {
  padding: 0;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.sub-nav li {
  flex-basis: calc(100%/12);
  padding-right: 6px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-nav li:before {
  display: none;
}
.sub-nav li a {
  padding: 4px 8px;
  border-radius: 5px;
  color: #ccc;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  transition: all 0.2s ease;
}
.sub-nav li:hover a {
  color: #F15C22;
}
.sub-nav li.current_page_item a {
  color: #F15C22;
  border-color: #F15C22;
}
@media only screen and (max-width: 1200px) {
  .sub-nav {
    flex-wrap: wrap;
  }
  .sub-nav li {
    flex-basis: calc(100%/6);
  }
}
@media only screen and (max-width: 992px) {
  .sub-nav {
    flex-wrap: wrap;
  }
  .sub-nav li {
    flex-basis: calc(100%/4);
  }
}

section.subnavigation + section {
  margin-top: 15px !important;
}

.read-more-hidden {
  display: none;
}

.read-more-toggle {
  border: 0;
  background: transparent;
  color: #F15C22;
  padding: 0;
}

.partners-block .col-md-4 img {
  border-radius: 5px;
}

.collapse-blocks .img-container {
  margin-bottom: 20px;
  text-align: center;
}
.collapse-blocks .img-container img {
  border-radius: 50%;
  width: 350px;
  max-width: 100%;
}
.collapse-blocks button {
  position: relative;
  display: block;
  text-align: center;
  background: none !important;
  margin: 0 auto;
  border: 0;
  padding: 5px 40px;
  outline: 0 !important;
}
.collapse-blocks button h3 {
  transition: all 0.2s ease-out;
}
.collapse-blocks button:after {
  position: absolute;
  top: 15px;
  right: 5px;
  color: #F15C22;
  font-size: 26px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.collapse-blocks button.active:after {
  content: "";
}
.collapse-blocks button:hover {
  cursor: pointer;
}
.collapse-blocks button:hover h3 {
  color: #F15C22;
}
.collapse-blocks .card {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
}

.content-and-box .pop-block, .content-and-box .single-gallery {
  margin-bottom: 20px;
}

.ge-wrap {
  position: absolute;
  width: 100%;
  z-index: 5;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
  transform: translate(0, -15px);
  opacity: 0;
}
.ge-wrap .global-enquiry {
  margin: 0 auto;
  padding: 0px 40px;
  width: 740px;
  background: #fff;
  border-radius: 5px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  .ge-wrap .global-enquiry {
    width: 95%;
    padding: 0 1px;
  }
}
.ge-wrap .gform_wrapper .gform_footer .gform_button {
  margin-bottom: 20px !important;
}
.ge-wrap.loaded {
  opacity: 1;
  transform: translate(0, 0);
}

#field_1_21 {
  display: none !important;
}

.ge-wrap + section {
  margin-top: 170px !important;
}
@media only screen and (max-width: 768px) {
  .ge-wrap + section {
    margin-top: 130px !important;
  }
}

.title-month {
  margin-top: 20px;
}

.list-item a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.language-block {
  display: inline-block;
  width: 180px;
  max-width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: all 0.2s ease-out;
}
.language-block:hover {
  cursor: pointer;
  border-color: #F15C22;
}
.language-block img {
  height: 100px;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .language-block img {
    width: 100px;
    height: auto;
  }
}

/* TABS BLOCK */
.tab-gallery img {
  width: 100%;
}

.tabs-block .tab-container .nav-tabs {
  border: 0;
}
.tabs-block .tab-container .nav-link {
  border: 0 !important;
}
.tabs-block .tab-container .nav-item {
  margin-right: 6px;
}
.tabs-block .tab-container ul {
  text-align: center;
  display: block;
}
.tabs-block .tab-container ul li {
  display: inline-block;
  margin: 0 auto;
}
.tabs-block .tab-container ul li:before {
  display: none;
}

.gform_wrapper .gform_body .gfield.tel-field input[type=text] {
  padding-left: 50px !important;
}

.gfield_description.validation_message {
  display: none !important;
}

.trustpilot-content {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

/* CURRENCY SWITCHER */
.currency-switcher {
  padding: 6px;
  margin-left: 5px;
  border-radius: 3px;
  width: 100px;
  border-color: #ccc;
}

#fancybox-title {
  display: none !important;
}

/* RESPONSIVE TWEAKS */
.paged-navigation li:before {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .modal-dialog {
    max-width: calc(100% - 30px) !important;
  }
}

#languageModal .modal-dialog {
  max-width: 600px;
}

@media only screen and (min-width: 1200px) {
  .visible-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.hero-block .trustpilot-widget {
  position: absolute !important;
  top: 30px;
  right: 5px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .hero-block .trustpilot-widget {
    display: none !important;
  }
}

.gdpr-check {
  display: none !important;
}

.gdpr.gfield .gfield_label {
  display: none !important;
}
.gdpr.gfield label {
  max-width: 95% !important;
  font-size: 12px !important;
}

.page .facetwp-counts {
  margin-bottom: 8px;
}

section.image-slider-block + section.call-to-action {
  margin-top: 40px !important;
}

.social-media li:before {
  display: none;
}

.social-media a {
  font-size: 1.7em;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .hero-block {
    height: 100vh;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .hero-block {
    height: 100vh;
  }
}
/* Gravity Forms */
.gform_confirmation_message {
  text-align: center;
  margin: 2rem 0;
  font-weight: 700;
}

.gform_wrapper.gform_validation_error .gform_body .enquire-slide {
  display: none;
}
.gform_wrapper.gform_validation_error .gform_body .enquire-slide-last {
  display: block;
}
.gform_wrapper form .validation_error {
  color: #F15C22;
  text-align: center;
  font-weight: 700;
  margin: 1rem 0;
  display: none !important;
}
.gform_wrapper form .gfield_error {
  background: transparent !important;
  border: 0 !important;
}
.gform_wrapper form .gform_body {
  padding-top: 0rem;
}
.gform_wrapper form .gform_body ul.gform_fields {
  list-style: none;
  padding: 0;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield {
  margin-bottom: 0.25rem;
  position: relative;
  padding-right: 1rem;
  display: inline-block;
  width: 100%;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.half {
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.half {
    width: 100%;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield > label {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield > label .gfield_required {
  color: #F15C22;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield input, .gform_wrapper form .gform_body ul.gform_fields li.gfield select, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  width: 100%;
  border: 1px solid #CACACA;
  outline: 0;
  background: transparent;
  font-size: 1rem !important;
  padding: 0.5rem 0.5rem !important;
  line-height: 1.5 !important;
  transition: border 0.2s ease-out;
  box-shadow: none !important;
  border-radius: 3px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield input::-webkit-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield select::-webkit-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder {
  color: #ccc !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield input::-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield select::-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder {
  color: #ccc !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield select:-ms-input-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder {
  color: #ccc !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield input:-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield select:-moz-placeholder, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:-moz-placeholder {
  color: #ccc !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield input, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio {
  list-style: none;
  padding: 0;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input {
  display: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label {
  width: 100%;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label:before, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 0.5rem;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label svg, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label svg {
  margin-right: 0.5rem;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type=radio]:checked + label, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type=checkbox]:checked + label, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type=radio]:checked + label {
  color: #F15C22;
  font-weight: 400;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type=checkbox]:checked + label:before, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type=radio]:checked + label:before, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type=checkbox]:checked + label:before, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type=radio]:checked + label:before {
  content: "";
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.active > label {
  color: #F15C22;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.active input, .gform_wrapper form .gform_body ul.gform_fields li.gfield.active select, .gform_wrapper form .gform_body ul.gform_fields li.gfield.active textarea {
  border: 1px solid #F15C22;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_textarea, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_text, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_number, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_phone, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_email {
  padding: 0.5rem 0 !important;
  border-bottom: 1px solid #111 !important;
  transition: border-bottom 0.2s ease-out;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_textarea input, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_textarea textarea, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_text input, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_text textarea, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_number input, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_number textarea, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_phone input, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_phone textarea, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_email input, .gform_wrapper form .gform_body ul.gform_fields li.gfield.material .ginput_container_email textarea {
  background-color: transparent;
  color: #333;
  padding: 0 !important;
  width: 100%;
  outline: none !important;
  border: none !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.material label.gfield_label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  margin-bottom: 0;
  transition: transform 0.2s ease-out;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.material.active label.gfield_label {
  color: #F15C22;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.material.active .ginput_container {
  box-shadow: 0px 2px 0px #F15C22;
  border-color: transparent !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.material.filled label.gfield_label {
  transform: translateY(-1.2rem) scale(0.7);
  transform-origin: top left;
  font-weight: 700 !important;
}
.gform_wrapper form .gform_footer input[type=submit] {
  width: 100%;
  width: calc(100% - 1rem);
  color: #fff;
  border: 0;
  padding: 0.5rem;
  background-color: #F15C22;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  border-radius: 0;
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: #d3450d;
}

.gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid #F15C22;
  background: transparent !important;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  margin-left: -60px;
  height: 25px;
  width: 25px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* MODAL */
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  max-width: 800px;
  overflow-x: hidden;
}
.modal-dialog .modal-header {
  text-align: center !important;
}
.modal-dialog .modal-title {
  text-align: center;
  display: block !important;
  width: 100%;
  font-family: "Permanent Marker", sans-serif;
}
.modal-dialog .modal-body {
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-enquiry-content-form, .global-enquiry {
  font-family: "Roboto", sans-serif;
}
.modal-enquiry-content-form .gfield_label, .global-enquiry .gfield_label {
  margin-bottom: 0 !important;
}
.modal-enquiry-content-form li.gfield, .global-enquiry li.gfield {
  margin: 0 0 5px 0 !important;
}
.modal-enquiry-content-form ul.gform_fields li.gfield input, .global-enquiry ul.gform_fields li.gfield input {
  border-radius: 5px !important;
}
.modal-enquiry-content-form .gform_wrapper, .global-enquiry .gform_wrapper {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

#field_2_8 > label {
  display: none !important;
}

.gform_wrapper ul li:before {
  display: none !important;
}

.modal-enquiry-form .slick-list {
  width: 100%;
}
.modal-enquiry-form .slick-list .enquire-slide {
  padding: 0 10px;
}
.modal-enquiry-form .validation_message {
  padding-top: 4px !important;
  font-weight: normal !important;
}
.modal-enquiry-form .enquire-slide {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
}
.modal-enquiry-form .gform_body .enquire-slide-last {
  max-height: 100%;
  opacity: 1;
}
.modal-enquiry-form .gform_body.slick-initialized .enquire-slide {
  max-height: 100%;
  opacity: 1;
}
.modal-enquiry-form .gfield_html {
  margin: 0 !important;
}
.modal-enquiry-form .gform_button {
  background: #F15C22;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 10px 20px;
  border: 0;
  font-weight: bold;
  transition: all 0.2s ease;
}
.modal-enquiry-form .gform_button:hover {
  cursor: pointer;
  background: #d3450d;
}
.modal-enquiry-form li.gfield {
  margin: 0 0 15px 0 !important;
}
.modal-enquiry-form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.modal-enquiry-form .gform_body {
  display: block;
  padding-top: 0 !important;
}
.modal-enquiry-form .gform_previous_button {
  color: #ccc;
  font-size: 12px !important;
}
.modal-enquiry-form .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.modal-enquiry-form .gf_progressbar_wrapper {
  display: none !important;
}
.modal-enquiry-form .gfield_label {
  text-align: center;
  display: block !important;
}
.modal-enquiry-form .half .gfield_label {
  display: none !important;
}
.modal-enquiry-form input, .modal-enquiry-form select {
  border-radius: 5px !important;
}
.modal-enquiry-form .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-enquiry-form .gfield_radio li {
  margin: 5px !important;
  position: relative;
  width: 200px;
  height: 200px;
}
.modal-enquiry-form .gfield_radio li:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: calc(50% - 15px);
  transform: translate(-50%, -50%);
  background-size: contain !important;
}
.modal-enquiry-form .gfield_radio li label {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  border-radius: 5%;
  border: 1px solid #ccc;
  color: #777 !important;
  text-align: center;
  line-height: 310px !important;
  transition: all 0.2s ease-out;
}
.modal-enquiry-form .gfield_radio li label:before {
  display: none !important;
}
.modal-enquiry-form .gfield_radio li:hover label {
  color: #F15C22 !important;
}
.modal-enquiry-form .gfield_radio li input[type=radio]:checked + label {
  background: transparent !important;
  border-color: #F15C22;
  color: #F15C22 !important;
}
@media only screen and (max-width: 768px) {
  .modal-enquiry-form .gfield_radio li {
    height: 90px;
  }
  .modal-enquiry-form .gfield_radio li:before {
    height: 40px;
    width: 40px;
  }
  .modal-enquiry-form .gfield_radio li label {
    line-height: 140px !important;
  }
}
.modal-enquiry-form .gform_next_button {
  opacity: 0 !important;
}
.modal-enquiry-form .gform_previous_button {
  border: 0;
  position: absolute;
  left: 0;
  background: transparent;
}
.modal-enquiry-form .gform_page_footer {
  border: 0 !important;
  position: relative;
  text-align: center;
}
.modal-enquiry-form .q1 .gfield_radio li:before {
  background: url(img/ico_calendar.svg) no-repeat center center;
}
.modal-enquiry-form .q2 .gfield_radio li:nth-child(1):before {
  background: url(img/ico_1_travel.svg) no-repeat center center;
}
.modal-enquiry-form .q2 .gfield_radio li:nth-child(2):before {
  background: url(img/ico_2_travel.svg) no-repeat center center;
}
.modal-enquiry-form .q2 .gfield_radio li:nth-child(3):before {
  background: url(img/ico_3_travel.svg) no-repeat center center;
}
.modal-enquiry-form .q2 .gfield_radio li:nth-child(4):before {
  background: url(img/ico_4_travel.svg) no-repeat center center;
}
.modal-enquiry-form .q3 .gfield_radio li:before {
  background: url(img/ico_ticket.svg) no-repeat center center;
}
.modal-enquiry-form .q4 .gfield_radio li:nth-child(1):before {
  background: url(img/ico_map.svg) no-repeat center center;
}
.modal-enquiry-form .q4 .gfield_radio li:nth-child(2):before {
  background: url(img/ico_backpack.svg) no-repeat center center;
}
.modal-enquiry-form .q4 .gfield_radio li:nth-child(3):before {
  background: url(img/ico_luxury.svg) no-repeat center center;
}
.modal-enquiry-form .q5 .gfield_radio li:nth-child(1):before {
  background: url(img/ico_camping.svg) no-repeat center center;
}
.modal-enquiry-form .q5 .gfield_radio li:nth-child(2):before {
  background: url(img/ico_tent.svg) no-repeat center center;
}
.modal-enquiry-form .q5 .gfield_radio li:nth-child(3):before {
  background: url(img/ico_lodge.svg) no-repeat center center;
}
.modal-enquiry-form .q8 .gfield_radio li:nth-child(1):before {
  background: url(img/ico_yes.svg) no-repeat center center;
}
.modal-enquiry-form .q8 .gfield_radio li:nth-child(2):before {
  background: url(img/ico_no.svg) no-repeat center center;
}
.modal-enquiry-form .q8 .gfield_radio li:nth-child(3):before {
  background: url(img/ico_q.svg) no-repeat center center;
}

.home .gfield_radio li {
  margin: 5px !important;
  position: relative;
  width: 200px;
  height: 150px;
}
.home .gfield_radio li label {
  line-height: 240px !important;
}
@media only screen and (max-width: 768px) {
  .home .gfield_radio li {
    height: 90px;
  }
  .home .gfield_radio li:before {
    height: 40px;
    width: 40px;
  }
  .home .gfield_radio li label {
    line-height: 140px !important;
  }
}

#field_3_12 {
  float: right;
}

.subscribe .gform_wrapper {
  margin-top: 0 !important;
}
.subscribe .gform_wrapper .gfield {
  margin: 0 !important;
  padding: 0 !important;
}
.subscribe .gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.subscribe form {
  display: flex !important;
}
.subscribe form .gfield_label {
  display: none !important;
}
.subscribe form .gform_body {
  flex: 3;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.subscribe form .gform_body input {
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
}
@media only screen and (min-width: 768px) {
  .subscribe form .gform_body input {
    height: 40px;
  }
}
.subscribe form .gform_footer {
  flex: 1;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .subscribe form .gform_footer input {
    height: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
