/* General */
sup {
    vertical-align:super;
}
sub {
    vertical-align: sub;
}

.uppercase {
    text-transform: uppercase;
}

.overlay-position {
    position: relative;
}

.pad-bottom20 {
    padding-bottom: 20px;
}

.hide{ display: none; }

.invisible { position: absolute; visibility: hidden; display: block; }

/* Image Overlays */

.bg-img-overlay:before{ content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0, 0.3);}
.tinta:after {content:""; position:absolute; top:0; left:0; bottom:0; right:0; background-color: rgba(0,0,0,0.3);}
.tinta:before { background: none;}

.tint {
  position: relative;
  float: left;
  cursor: pointer;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,255,255, 0.5);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.tint:hover:before {
  background: none;
}

.bg-colour-green:before {
    background: rgba(140,214,0, 0.6);
}

.bg-colour-purple:before {
    background: rgba(0,97,135, 0.6);
}

.bg-colour-blue:before {
    background: rgba(0,101,149, 0.5);
}

.bg-img-overlay h1, .bg-img-overlay h2, .bg-img-overlay h3, .bg-img-overlay h4, .bg-img-overlay h5, .bg-img-overlay h6 {
    position: relative;
}

.botton-fade figure:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(255,255,255,0) 59%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

/* Icons */

.gallery-image-icon {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/camera-image.png) no-repeat;
}

.gallery-video-icon {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/video-image.png) no-repeat;
}

/* Sitemaps */

.sitemap ul, .sitemap li {
    margin: 0;
    /*padding: 0;*/
}

.responsive-embbed {display: block; width:100%; padding-top:56.65%; height:0; position:relative; margin-bottom:20px;}
.responsive-embbed iframe {position:absolute; width:100%; height:100%; object-fit:cover; left:50%; top:50%; transform:translate( -50%, -50% ); -webkit-transform:translate( -50%, -50% );}

/*Custom */

.center-image {margin-bottom: 50px;}
.center-image img {display: block; margin: 0 auto;}
.page-content-bottom-pd {padding-bottom: 50px}

.alert-danger > ul {margin: 10px 0 10px;}

.hscroll::-webkit-scrollbar {
    -webkit-appearance: none;
}
.hscroll::-webkit-scrollbar:horizontal {
    height: 11px;
}
.hscroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.hscroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

/*Custom Theme fixes*/
.newslater .newslater-wrapper .newslater-form form {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.top-icon {
    width: 120px;
}

.banner-section .single-slide .banner-wrapper .top-logo, .hero-section .hero-content .top-logo {
    max-width: 120px;
    margin: -40px auto 20px;
    padding-bottom: 40px;
    position: relative;
}
/* Theme Additions */
/* NEED TO DO THIS THROUGH FRONT END TEAM*/
.agent-rates-section form .form-group {
    margin-bottom: 15px;
}

.package-info-bar.inner {
    margin-top: 0;
    position: static;
}

@media (max-width: 641px) {
    .multi-button [class*="cell-sm-"] {
        margin-top: 10px;
    }
}

.main-header .top-header .header-wrapper .right-header ul li:hover > a.secondary-cta {
    position: inherit;
}

.main-header .secondary-cta {
    width: inherit;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    border: none;
    box-shadow: 0 5px 10px 0 transparent;
    background-color: var(--kalahari-brown);
    white-space: nowrap;
}

.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;padding: 20px;margin-bottom: 20px;}

.v-error-message {
    font-size: 1rem;
    color: #ED0000;
}

/* Size fix for tel JS inputs*/
div.iti {
    width: 100%;
}

.df-popup-button.df-popup-button-custom {
  width: initial;
  display: inline-block;
  background: initial;
  border-radius: initial;
  padding: initial;
  margin: initial;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
}

.df-popup-button.df-popup-button:hover {
    background: initial;
}

/* Remove the yellow highlight color from all DearFlip links */
section.linkAnnotation a, 
a.linkAnnotation, 
a.customLinkAnnotation, 
.customHtmlAnnotation, 
.customVideoAnnotation,
a.df-autolink {
  background-color: transparent !important;
}

/* Optional: Also remove highlight on hover */
/* section.linkAnnotation a:hover,
a.linkAnnotation:hover,
a.customLinkAnnotation:hover,
.customHtmlAnnotation:hover,
.customVideoAnnotation:hover,
a.df-autolink:hover {
  background-color: transparent !important;
} */