/*!
Theme Name: Detour Africa
Theme URI: http://underscores.me/
Author: Focus Online
Author URI: https://www.focusonline.co.za
Description: Custom theme built upon underscores.me
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _detourafrica
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Detour Africa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@page {
  margin: 10mm!important; /* Set your desired page margins */
  
}

.tabContent{
  page-break-before: always;
}

a[href]:after {
  content: none !important;
}

.overview-cards>div{
  page-break-inside: avoid;
}




body, html {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  /*
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
     */
    font-weight: 400;
  }

  .html, body {
    margin: 0;
    padding: 0;
  }

  html {
	margin-top: 0 !important;
  }

	.print {
		display: block  !important;
	}
  h1.print, .headline h1:not(#begin) {
		display: block !important;
    text-transform: none;
    letter-spacing: 1px;
    padding: 20px 0px;
    font-size: 30px !important;
    margin-bottom: 0;
    width: 90%;
    margin-top: 0;
  }
  h2.print {
		display: block !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 2px solid grey;
    border-top: 2px solid grey;
    padding: 13px 0;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 500;
  }


#main-content {
  width: 95%;
  margin: 0 auto;
}
#tabNavBar {
  text-align: center;
  overflow: hidden;
}
#tabNavBar li a {
  background: var(--colour1) !important;
  font-size: 14px;
padding: 2px 4px;
border-radius: 4px;
  color: #fff;
}



  /* styling */


/* colours */
:root {
  --colour1: #43667c;
  --colour1: #048ea3;  /* option 1 */
  --colour1: #38a3a3;  /* option 2 */
  --colour1: #18b4b4;  /* option 3 */
  --colour1: #0c858f;  /* darker (illustrator) */
  --colour1: #38a3a3;   /*lighter (figma) */
  --colour1: #35a5a5;  /* 20240330 FINAL */



  --colour2: #7f884f;
  --colour2: #444444;
  --colour3: #353535;
  --font1: 'Montserrat', serif;
  --font2: 'Lato', sans-serif;
  --font3: 'Allura', sans-serif;

  /* D9D9D9 */
}




/* typography */

p {
	font-size: 16px ;
	line-height: 1.5 ;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  page-break-inside: avoid;
  }


h1 {
font-weight: 600;
}
.banner h1 {
  font-weight: 600;
  /* text-align: left;
  font-size: 52px;
  text-transform: uppercase;
  width: 70%;
  margin: 0; */
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

h2 {

}

h3 {

}



.space10 { clear: both; display: block; width: 100%; height: 10px; }
.space15 { clear: both; display: block; width: 100%; height: 15px; }
.space20 { clear: both; display: block; width: 100%; height: 20px; }
.space25 { clear: both; display: block; width: 100%; height: 25px; }
.space30 { clear: both; display: block; width: 100%; height: 30px; }
.space35 { clear: both; display: block; width: 100%; height: 35px; }
.space40 { clear: both; display: block; width: 100%; height: 40px; }
.space45 { clear: both; display: block; width: 100%; height: 45px; }
.space50 { clear: both; display: block; width: 100%; height: 50px; }
.space55 { clear: both; display: block; width: 100%; height: 55px; }
.space60 { clear: both; display: block; width: 100%; height: 60px; }
.space65 { clear: both; display: block; width: 100%; height: 65px; }
.space70 { clear: both; display: block; width: 100%; height: 70px; }
.space75 { clear: both; display: block; width: 100%; height: 75px; }
.space80 { clear: both; display: block; width: 100%; height: 80px; }
.space85 { clear: both; display: block; width: 100%; height: 85px; }
.space90 { clear: both; display: block; width: 100%; height: 90px; }
.space95 { clear: both; display: block; width: 100%; height: 95px; }
.space100 { clear: both; display: block; width: 100%; height: 100px; }



* {box-sizing: border-box;}















        .sticky {
          position: fixed;
          top: 0;
          /* width: 100%; */
        }


        .sticky + .tabNav {
          padding-top: 120px;
        }




        .day {
          display: flex;
        }

        .day:nth-child(even) {
            flex-direction: row-reverse
        }

        .day:nth-last-child(odd) {
          /* background-color: red; */
        }
        .day>div {
          width: 49.95%;
          padding: 70px 80px;
        }

        .day>div:first-of-type {
            width: 49.95%;
			width: 50.12%;
            padding: 70px 60px 70px 40px;
          }
        .day>div:last-of-type {
            width: 49.95%;
			width: 48%;
            padding: 70px 40px 70px 60px;
          }




        .day>div:first-child {
          border-right: 4px solid rgb(24, 180, 180);
          position: relative;
        }

        .day:nth-last-child(even)>div:first-child {
          border-left: 4px solid rgb(24, 180, 180);
          border-right: none;
        }

        .day .content {
          /* border: 1px dashed #ddd; */
          width: 100%;
          height: 100%;
        }

        .day>div:first-child .content {
          /* background-color: #efefef; */
          border: none;
        }
        .content img {
          width: 100%;
          height: 100%;
        }
        .content h1,
        .content h2 {
          margin: 0;
          padding: 0;
          text-align: left;
          font-weight: 400;
          text-transform:uppercase;
        }
        .day:nth-last-child(odd)>div .content h1,
        .day:nth-last-child(odd)>div .content h2 {
          text-align: right;
        }

        h3 {
          text-align: center;
          font-size: 30px;
          text-transform: uppercase;
          font-weight: 400;
        }
        .departure {
          text-align: center;
          margin: 0 auto;
          display: inline-block;
          width: 100%;
        }
        .departure div{
          background-color: var(--colour1);
          padding: 8px 20px;
          border-radius: 100px;
          color: #fff;
          text-align: center;
          font-size: 18px;
          text-transform: uppercase;
          margin: 0 auto;
          display: inline-block;
          letter-spacing: 2px;
          font-weight: normal;
        }

        .departure div .departFrom {
          font-weight: bold;
        }

        .days {
          width: 60px;
          height: 60px;
          border-radius: 60px;
          background:  rgb(24, 180, 180);
          position: absolute;
          right: -32px;
          left: auto;
          top:70px;
        }
        .days .line {
          background:  rgb(24, 180, 180);
          height: 4px;
          width: 13px;
          position: absolute;
          top: 28px;
          left: 60px;
        }

        .day:nth-last-child(odd) .days .line {
          background:  rgb(24, 180, 180);
          height: 4px;
          width: 40px;
          width: 13px;
          position: absolute;
          top: 28px;
          left: auto;
          right: 60px;
        }
        .day:nth-last-child(even) .days {
          width: 60px;
          height: 60px;
          border-radius: 60px;
          background:  rgb(24, 180, 180);
          position: absolute;
          left: -32px;
          right: auto;
          top:70px;
        }
        .days p.numDays {
          color: #fff;
          font-weight: bold;
          font-size: 40px !important;
          text-align: center;
          padding: 0;
          margin: 5px auto 0;
          line-height: normal !important;
        }
        .days p.numDays span{
          color: #fff;
          font-weight: normal !important;
          font-size: 12px !important;
          text-align: center;
          padding: 0;
          margin: -9px auto;
          text-transform: uppercase;
          display: block;
          line-height: normal;
        }
        .overview-cards {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-gap: 32px;
          /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
          padding: 20px 10px;
          margin-bottom: 20px;
        }

        @media(max-width: 600px) {
          .overview-cards {
            grid-template-columns: 1fr
          }
        }

.overview-cards a {
  font-weight: bold;
  color: var(--colour1);
  border-bottom: solid 1px transparent;
  text-decoration: none;
}
.overview-cards a:hover {
  font-weight: bold;
  color: var(--colour2);
  border-bottom: solid 1px var(--colour2);
}

        .overview-cards.vertical {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          grid-gap: 20px;
        }
        .overview-cards>div {
          background: #efefef57;
          background: #fff;
          display: grid;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
          /* grid-template-columns: 73px 1fr; */
          /* grid-template-columns: 1fr; */
          border-radius: 5px;
          /* border-right: 1px solid lightgray; */
          /* padding: 12px;  20240209 */
        }

        .overview-cards>div:last-of-type {
          /* width: 49.9%; */
          /* height: 100px; */
          /* border: 1px dashed #ddd; */
          /* background: #efefef57; */
          /* display: grid;  */
          /* grid-template-columns:100px 1fr;  */
          /* border-radius: 5px; */
        }
        .overview-cards.vertical>div {
            /* width: 49.9%; */
            height: auto;
            /* border: 1px dashed #ddd; */
            background: #efefef57;
            /* display: grid;
            grid-template-columns: 1fr; */
            display: block;
            border-radius: 5px;
            /* grid-row: 2; */
            text-align: center;
            padding-bottom: 20px;
        }
        /* .overview-cards>div>div {
          display: grid;
          align-items: start;
        } */
        .overview-cards.vertical>div>div {
          display: block;
          text-align: left;
        }

        .overview-cards>div>div:first-of-type {
            /* width: 60px; */
            display:none;
            padding: 0 10px;
            text-align: center;
            background: #38a3a340;
          }
          .overview-cards.vertical>div>div:first-of-type {
            /* width: 60px; */
            padding: 20px 0 10px;
          }
          .overview-cards img {
            width: 90%;
            height: auto;
            max-width: 55px;
            max-width: 48px;
            /* opacity: 0.5; */
          }


        .overview-cards.vertical img {
          width: 90%;
          height: auto;
          max-width: 45px;
          opacity: 0.5;
        }
        .overview-cards p {
          margin: 0;
          font-size: 13px;
          display: block;
          line-height: 1 !important;
          font-weight: 500;
          font-size: 14px !important;
        }
        .overview-cards p:first-of-type {
          font-weight: 700;
          line-height: 1 !important;
          color: var(--colour2);
		  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
		  margin-bottom: 0;
		  font-size: 14px !important;
      text-transform: none !important;
      letter-spacing: 0;
      text-align:left;
        }




/* day items */

.day .overview-cards>div {
  /* width: 49.9%; */
  height: 100px;
  /* border: 1px dashed #ddd; */
  background: #efefef57;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /* display: grid;
  grid-template-columns:100px 1fr; */
  border-radius: 5px;
}




        #footer {
          background: #666;
          height: 500px;
        }

i {
  background: none !important;
}





        .pricelist li {
          width: 100%;
      padding: 0;
      border-bottom: 1px solid #d0d0d0;
      border-radius: 4px;
      list-style: none;
       display: block; /**/
  }
  .pricelist li:hover {

    cursor: pointer;
  }/*
  .pricelist li div:first-child {
  width: calc( 100% - 120px );
  display: flex;
  justify-content:space-between;
  align-content: center;
  flex-wrap: wrap;
  }
  .pricelist li div:last-child {
  width: 100px;margin-left: 20px;
  }
  .pricelist li div p {
    margin: 2px 0;
  }
  .pricelist li div a {
  display: block;
  text-align: center;
  background: teal;
  color: #fff;
  padding: 10px;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 3px;
  } */









  /* 1. Enable smooth scrolling */
  html {
      scroll-behavior: smooth;
  }



  /* Prevent content from being hidden underneath a fixed header  */
  /* https://www.bram.us/2020/03/01/prevent-content-from-being-hidden-underneath-a-fixed-header-by-using-scroll-margin-top/ */
  /* for SAFARI borwser -> scroll-snap-margin-top: 5em;  */
  :target {
    scroll-margin-top: 5rem;
  }

  #important-info ol {
    margin-top:40px;
  }



/* Overlay Menu */


  #navbar-scroll #navbar-items {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  }

  #navbar-scroll #navbar-items a:not(#logo) {
  	 position: relative;
  	 bottom: 10px;
   }

  #navbar-scroll .top-links a i {
  	padding: 0;
  	margin: 0;
  }

  #navbar-scroll .top-links {
  	display: flex;
  	align-items: center;
  	position: relative;
    z-index: 9;
  }

  #navbar-scroll .top-links a {
    padding: 8px;
  }

  @media screen and (max-width: 600px) {
    #navbar-scroll .top-links { 
      display: none;
    }
  }

  .mobile-overlay {
    height: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: var(--colour1);
    transition: 0.5s;
    overflow: hidden;
  	width: 100%;
  }

  .mobile-overlay .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 54px;
    z-index: 99;
  	line-height: 0.7;
  }

  .overlay-content {
    position: relative;
    padding: 4% 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    width: 80%;
    margin: 10px auto;
  }

  .mobile-overlay a {
    text-transform: uppercase;
    padding: 8px;
    letter-spacing: 2px;
    text-decoration: none;
  	font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.2s;
  }

  .mobile-overlay a:hover {
  	color: #fff;
  }

  .mobile-overlay .overlay-right a {
    font-size: 20px;
    font-family: var(--secondaryfont);
    opacity: 0.8;
  	font-weight: 200;
  }

  .mobile-overlay .overlay-left a {
    font-weight: 400;
  }

  header span.click {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 100;
    color: #fff;
  }

  .overlay-left {
    padding: 0 0 20px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.322);
    text-align: left;
  }

  .overlay-right {
    padding: 20px 0 0 0;
    text-align: left;
  }

  .mobile-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-overlay .overlay-content ul.menu li {
    float: unset !important;
  }

  .overlay-content i {
    color: #fff;
  	margin: 0;
  	padding: 0;
  }

  .overlay-content .social-media-icons a {
    display: inline-block;
    opacity: 0.6;
    font-size: 20px;
  	width: 40px;
  }

  .overlay-content .social-media-icons a:hover {
    opacity: 1;
  }

  .mobile-overlay a.button {
  	border: solid 2px #f1f1f1ad;
  }

  .mobile-overlay a.button:hover {
  	background-color: #fff;
  	color: var(--colour1);
  	border-color: #fff;
  }

  @media screen and (min-width: 767px) {

  	.mobile-overlay a {
      font-size: 43px;
  		color: #f1f1f1ad;
    }

  	.mobile-overlay .overlay-right a {
  	  font-size: 20px;
  	}

    .overlay-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      width: 80%;
      margin: 10px auto;
    }

  	.overlay-right {
  	 padding: 20px 0 0 30px;
  	 border-left: 2px solid rgba(255, 255, 255, 0.1);
  	 text-align: left;
  	 float: left;
  	 width: 50%;
   }

  	.overlay-left {
  	 padding: 20px 30px 0 0;
  	 border: 0;
  	 text-align: right;
  	 float: left;
  	 width: 50%;
   }
  }

  @media screen and (max-width: 767px) {
    .overlay-content {
      height: 100%;
      overflow: scroll;
      padding: 4% 10% 30px !important;
      width: 100% !important;
  		margin: 0;
    }
  }





  /* .accommodation-styles {
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  } */
  @media(min-width: 500px) {
    .accommodation-styles {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }
  i {
    font-size: 20px;
    color: #666;
    padding: 8px;
    border-radius: 7px;
    background: rgb(239, 238, 238);
    margin-right: 5px;
  }

  .accommodation-style {
    display: grid; grid-template-columns: auto 1fr;
    background: #eee;  padding: 15px 25px 15px 15px; border-radius: 6px;
    width: 100%;
    margin: 0 10px 10px 0;
  }

  @media(min-width: 600px) {
  .accommodation-style {
    width: auto;
  }
}
  @media(min-width: 900px) {
  .accommodation-style {
    width: auto;
  }
}

  .accommodation-style p {
    margin: 0;
    font-size: 15px;
  }
  .accommodation-style p:first-of-type {
    font-weight: bold;
  }



h3 {
  text-align: left;
  font-size: 18px;
  color: #666;
  text-transform: none;
  margin: 10px 0 10px;
  letter-spacing: 1px;
  padding: 0 0 2px 0;
  /* border-bottom: 2px solid rgb(200, 200, 200); */
  width: auto;
  display: inline-block;
  text-transform:uppercase;
}

h3.accommodationstyle {
  font-size: 26x !important;
  text-transform: none !important;
}
.itinerary-destination-list {
	margin: 0;
	padding: 0;
}
.itinerary-destination-list li {
  list-style: none;
    border-radius:6px;
    display: inline-block;
    margin-right: 0;
}
.itinerary-destination-list li a i {
  margin-right: 5px;
    font-size: 12px;
    background: transparent !important;
    padding: 0;
    color: #999;
}
.itinerary-destination-list li a {
  display: block;
    padding: 4px 10px;
 text-decoration: none !important;
    border: 1px solid lightgrey;
    border-radius: 20px;
    font-size: 14px;
	color: var(--colour1);
    margin: 2px;
    /* updated Mark 20240336 */
    display: block;
    padding: 3px 8px;
    text-decoration: none !important;
    border: 1px solid lightgrey;
    border-radius: 20px;
    font-size: 14px;
    color: var(--colour1);
    margin: 0px;
}
.itinerary-destination-list li a:hover {
    border: 1px solid var(--colour1);
    background: var(--colour1);
    color: #fff !important;
}
.itinerary-destination-list li a.destination-link:hover {
    border: 1px solid #888;
    background: #888;
    color: #fff !important;
}
.itinerary-destination-list li a:hover i {
    color: #fff !important;
}

.space30 {
  height: 30px; width: 100%;
}


#itinerary {
    margin: 0 auto;
    padding: 20px 0;
}

#itinerary i {
    background: transparent !important;
    padding: 0 0 0 2px;
    font-size: 22px;
    font-weight: 700;
    color: var(--colour1);
    color: #999;
    vertical-align: sub;
  }
  #itinerary .active  i {
    color:#fff !important;
  }
  h1.destination {
    font-weight: 800;
    font-size: 28px;
    margin-top: 9px;
    letter-spacing: 1px;
	color: var(--colour3);

  }
  h2.country {
    font-size: 17px;
    margin: 5px auto 20px 0;
    font-size: 17px;
    margin: 0 19px 0px 0;
    font-weight: 400;
        font-size: 13px;
    /* font-style: italic; */
    text-transform: uppercase;
  }
  .active h2.country {
    color: #fff !important;
  }

  .itinerary-download {
    width: fit-content;
  padding: 10px 30px;
  /* background: #efefef; */
  color: #999;
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  font-weight: 600;
  align-items: center;
  }
.itinerary-download i {
    font-size: 25px;
}
.itinerary-download a {
    color: teal; font-weight: bold; text-transform: uppercase; margin: auto 10px;
}

















/* ----------------------------------------------------------------------





--------------------------------------------------------------------------*/




  /* --------------------------------------------------------
  BANNER
  -----------------------------------------------------------*/

.banner { /* .home   */
  height: 100vh;
}

.banner .banner-text-content {  /* .home   */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.banner .banner-text-content h1 { /* .home   */
  font-size: 38px;
  color: #fff;
  text-shadow: unset;
  line-height: 1;
}

.banner .banner-text-content h1 span { /* .home   */
  font-size: 140px;
  font-weight: 800;
}

  .banner {
    width: 100%;
    height: 75vh;
    background-color: var(--colour1);
	position: relative;
    background-size: cover !important;

  overflow: visible;
  text-align: center;
  }
  .single-tour .banner {
    height: calc( 100vh - 200px);
  }
  .post-type-archive-tour .banner,
  .post-type-archive-destination .banner {
    height: 75vh;
  }

  .banner-content {
    position: absolute;
    bottom: 40px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: left;
    color: #fff !important;
    z-index: 10;
  }
  @media(min-width :900px) {
  .banner-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    text-align: left;
    color: #fff !important;
    z-index: 10;
  }
}

  @media(min-width:1000px) {
    .banner-content {
  width: 90%;
  }
  }

  .banner-arrow {
   display:inline-block;
    width: 40px;
    height: 40px;
    border: none !important;
    text-indent: -9999px;
    cursor: pointer;
    background: var(--colour1) url(images/arrows-sprite-white.png) no-repeat 0 0 !important;
    transform: rotate(-90deg);
    position: absolute;
    bottom: -20px;
    z-index: 20;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }



  .banner-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  margin: 0 auto;
  line-height: 1.2;
  }
  @media(min-width: 900px) {
    .banner-title {
      font-size: 54px;
      }
  }
  .banner-overlay {
  background: rgba(0,0,0,0.3);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  }
  .banner-links a {
  display: inline-block;
  padding: 7px 10px;
  margin: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  }
  .banner-links a {
  display: inline-block;
  padding: 13px 18px;
  margin: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  }
  .banner-links a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: rgb(62, 67, 136);
  }



  @keyframes backgroundScroll {
  /*
    0%   {background-position: 0 0;}
    50%  {background-position: -400px 0;}
    100% {background-position: 0 0;}
    */
    0%   {transform: scale(1);}
   50% {transform: scale(1.3);}
    100%   {transform: scale(1);}


  }




  .banner-animation {
    animation: backgroundScroll 40s linear infinite;
    overflow: hidden;
  }
  .slick-arrow {
    position: absolute;
    z-index: 99;
    top: calc( 50% - 20px);
    width: 40px;
    height: 40px;
    border: none !important;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.6;
  }

  .slick-prev {
  left: 5px;
  background:  url(images/arrows-sprite-black.png) no-repeat 0 0 !Important;
  }
  .slick-next {
  right: 5px;
  background:  url(images/arrows-sprite-black.png) no-repeat -40px 0 !Important;
  }

/* itinerary image slider */
  .tabContent .slick-prev {
    left: 20px;
    background:  url(images/arrows-sprite-white.png) no-repeat 0 0 !Important;
    }
    .tabContent  .slick-next {
    right: 20px;
    background:  url(images/arrows-sprite-white.png) no-repeat -40px 0 !Important;
    }

  .banner .slick-prev {
  left: 5px;
  background:  url(images/arrows-sprite-white.png) no-repeat 0 0 !Important;
  }
  .banner .slick-next {
  right: 5px;
  background:  url(images/arrows-sprite-white.png) no-repeat -40px 0 !Important;
  }
  @media (min-width: 900px) {
  .slick-prev {
      left: -40px;
  }
  .slick-next {
      right: -40px;
  }
  .banner .slick-prev {
    left: 20px;
  }
  .banner .slick-next {
      right: 20px;
  }
  }


  .banner-tour-tags {
	position: relative; margin-top:-30px; display: flex;
}
.banner-tour-tags>div {
	display: flex;height: 64px; padding-right: 22px;
}
.banner-tour-tags>div .tour-tag-icon {
	width: 48px; height:48px; overflow: auto; margin-right: 15px;position: relative; overflow: visible;
}
.banner-tour-tags>div .tour-tag-icon img {
	width: 46px; height: auto; position: absolute; top: 4px; left: 7px; opacity: 0.4;
}
.tour-tag-info {
	text-align: left;
}
.tour-tag-info .tag-title {
	color: var(--colour1);font-size: 18px !important; font-weight: 700; margin: 0; line-height: 1;text-align: left;margin: 0;
	text-transform:uppercase;
}
.tour-tag-info .tag-value {
	color: #888; text-align: left; margin: 0;
}


/* Tour Search Form */

.tour-search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-search-form div {
  width: 100%;
  max-width: 36%;
  padding: 8px 10px 12px;
  border-radius: 5px;
  background-color: #fff;
}

.tour-search-form input.button {
  width: 100%;
  max-width: 24%;
  border: unset;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 5px;
  cursor: pointer;
  height: unset;
}

.tour-search-form div label {
  display: block;
  color: #9F9F9F;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.tour-search-form div select {
  display: block;
  color: #767676;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.5px;
  background-color: transparent;
  border: unset;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 767px) {

  .tour-search-form input.button {
    height: 100%;
  }

}

  /* ------------------------------------------------------

  MAIN NAVIGATION

  ---------------------------------------------------------*/




  .main-navigation  {
    display: inline-block;
    }
    .menu-primary-menu-container {
      display: none;
    }

    .overlay .menu-primary-menu-container {
      display: inline-block;
    }
    /*
    .logo {
            width: 200px;
            position: absolute;
        top: 46px;
        left: 30px;
        z-index: 10;
        } */





    @media only screen and (min-width: 1000px) {
      .menu-primary-menu-container {
        display: inline-block;
      }



        .main-navigation a {
            font-size: 14px !important;
        }
    /*.main-navigation  {
      display: inline-block;
      }*/
    }

    @media only screen and (min-width: 1360px) {
      .menu-primary-menu-container {
        display: inline-block;
      }

        .logo {
            width: 300px;
        }

        .main-navigation a {
            font-size: 15px !important;
        }
    /*.main-navigation  {
      display: inline-block;
      }*/
    }

    .main-navigation li {
      /*float: left;
      position: relative;*/
      display: inline-block;
      text-align: center;
      padding: 0 32px 0 1px;
    }
    .main-navigation li.highlight {
    background: var(--blue);
        padding: 9px 14px;
    }
    .main-navigation li li {
      padding: 0 0 0 0;
      border-right: none;
      display:block;
    }

    .main-navigation a {
      font-weight: 600;
      display: block;
      text-decoration: none;
      font-size: 15px;
      text-transform: uppercase;
      color: #fff;
      opacity: 1;
      text-decoration: none;
      line-height: 0.6;
      letter-spacing: 1px;;
      padding: 5px 0 7px;
    }

    .main-navigation a:hover {
    color: #fff;
      border-bottom: 2px solid #eee;
    }

    .main-navigation li.menu-item-has-children a, .main-navigation li.menu-item-has-children a:hover {
    border-bottom: none !Important;
    }
    .main-navigation li.menu-item-has-children a:active {
    color: #fff;
    }

    .main-navigation li:hover > a {
    color: #FFF;
    }

    .main-navigation a.button{
      display: inline-block;
      padding: 14px 18px;
      font-size: 14px;
      font-weight: 400;
      margin: 3px 8px;
    border: 2px solid #fff;
    color:#fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
    .main-navigation a.button.primary {
    background: #272216;
    border: 2px solid #272216;
    }







    /* sub menu */


    .main-navigation ul ul {
      /*float: left;*/
    position: absolute;
    top: 73px;
    left: -999em;
    z-index: 99999;
    width: 250px;
    padding: 20px 0 17px;
    margin-left: -27px;
    background: transparent !Important;
    background: var(--gold) !Important;
    }

    .main-navigation ul ul ul {
      left: -999em;
      top: 0;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
      left: 100%;
    }

    .main-navigation ul ul a {
      display: inline-block;
      width: 250px;
      padding: 10px 30px;
      text-align: left;
      font-size: 15px;
    text-transform: uppercase;

    -webkit-transition: none;
    transition: none;
    }

    .main-navigation ul ul a {
      text-decoration: none !Important;
    background: var(--gold);
    color: #eee;
      border-bottom: none !Important;
      line-height: 1.1;
    }


    .main-navigation ul ul a:hover {
      background: var(--goldhover);
      background: var(--darkgrey);
    color: #fff;
    }




/* submenu */



ul#nav ul.sub-menu {
	/*-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0 3px 3px rgba(0, 0, 0, 0.2);*/
	display: none;
	float: left;
	position: absolute;
		top: 1.4em;
		left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
	margin:0;
	padding:0;
	width: 158px;
  width: 175px;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}
ul#nav ul.sub-menu li a {
	color: #5B461C;
	text-indent:0;
    background: #fff;
	width: 92%;
	margin: 0 4%;
	padding: 5px 0 4px 0;/*
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;*/
	border-bottom: none !important;
}
ul#nav ul.sub-menu li a:hover {
	color: #333 !important;
    background: #efefef;
	text-indent:0;
	/*background: #faf7ef !Important;
	background: rgba(100, 72, 31, 0.1);*/
	border-bottom: none !important;
}

/* new one */
ul#nav ul.sub-menu li a {
	font-size:13px;
	color: var(--colour1) !Important;
	display:inline-block;
	height: auto;
	padding: 5px 0 4px 0;
  padding: 7px 0 6px 0;
	margin:0 !important;
	/*border: 2px solid white;*/
	background: url(images/line-short.png) bottom center no-repeat;
	-moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
ul#nav ul.sub-menu li a:hover {
	margin:0 !important;
	color: #7699af !Important;
	/*border: 2px solid white;*/
	background: url(images/line-short.png) bottom center no-repeat;
}





ul#nav li.menu-item-has-children {
	position: relative;
}
ul#nav li.menu-item-has-children ul.sub-menu {
	top: 1.5em;
}
/*
ul#nav li.menu-item-has-children a:hover { border-bottom: none !important;}
*/
/*
ul#nav ul.sub-menu ul {
	left: 100%;
	top: 0;
}
ul#nav ul.sub-menu ul li {
	padding:0;
}
ul#nav ul.sub-menu ul a {
	width: 170px;
	text-align: left;
	background: #5B461C !important;
	color: #fff;
	font: 13px/18px 'Raleway', sans-serif;
	text-transform: none;
	font-weight: 400;
	padding: 5px 8px !Important;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}*/
/*
ul#nav ul.sub-menu  a:hover {
	background: #d5ce97 !important;
}
*/
	ul#nav ul.sub-menu li:first-child a {
	padding-top:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul#nav ul.sub-menu  li:last-child a{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom:10px;
}


ul#nav ul.sub-menu li {
	background: #fff;
	width: 100%;
    margin: 0;
	padding-left: 0;
}
ul#nav ul.sub-menu li.current-menu-item {
	background: #fff;
	width: 100%;
    margin: 0;
}
ul#nav ul.sub-menu li.current-menu-item a {
	color: #aaa !important;
	padding: 10px 0 9px 0px;
}
ul#nav ul.sub-menu li.current-menu-item a:hover {
	color: #aaa !important;
	background: #fff !important;
	padding: 10px 0 9px 0px;
}
ul#nav ul.sub-menu li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul#nav ul.sub-menu li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*
ul#nav ul.sub-menu li a:hover {
	color: #222 !Important;
	background: #fff;

}/*
/*.navigation-main li:hover > a {
    background: #033A77;
    color: #fff;
}*/
ul#nav ul.sub-menu  :hover > a {
}
ul#nav ul.sub-menu  a:hover {
}
ul#nav li > ul {
	position:relative;
	background: url('images/menu-arrow.png') center -20px no-repeat;
}
ul#nav li:hover > ul {
	display: block;
	padding-top: 15px !important;
	background: url('images/menu-arrow.png') center 0 no-repeat;
}




















.topbar {
  text-align: center;
  position: absolute;
  z-index: 50;
  width: 100%;
  /*
  max-width: 1250px;
  max-width: 950px;
  */
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

.navbar {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 90;
    text-align: left;
}

#navbar-scroll {
  background-color: #fff;
  position: fixed;
  top: -60px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 100;
  text-align: center;
  display: flex;
    justify-content: space-between;
    top: -60px;
    box-shadow: 0px 13px 13px -7px #1111115c;
    height: 60px;
}

#navbar-scroll a {
  display: inline-block;
  color: var(--colour1);
  text-align: center;
  padding: 8px 15px 5px 30px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: -webkit-baseline-middle;
  font-weight: 600;
}

@media(max-width: 1000px) {
  #navbar-scroll a#logo {
    padding: 8px 15px 5px 0px;
    margin-left: -32px;
}
}



#navbar-scroll .top-links {
  margin: 3px 0 0 20px;
}
#navbar-scroll .top-links a {
  padding: 8px 5px;
  opacity: 0.7;
}
#navbar-scroll .top-links a:hover {
  opacity: 1;
}

#navbar-scroll a.book-button {
display: block !important;
    opacity: 0;
    width: 44px;
    height: 30px;
    pointer-events: none;
}
@media(min-width: 1000px) {
  #navbar-scroll a.book-button {
    display: block !important;
    margin: 6px 60px 7px 0 !important;
    padding: 8px 13px !important;
    color: #fff;
    /*  */
    opacity: 1;
    height: auto;
    width: auto;
    pointer-events: all;
  }
}


#navbar-scroll a:hover {
  color: black;
}

#navbar-scroll a#logo img{
  height: 40px;
}


#navbar-scroll #navbar-items a:not(#logo) {
  display: none;
}



@media(min-width: 900px) {
  #navbar-scroll #navbar-items {
    display:block;
  }
  #navbar-scroll #navbar-items a {
    display:inline-block;
  }
  #navbar-scroll #navbar-items a:not(#logo) {
    display: inline-block;
  }

}
.hideOnMobile {
  display: none;
}
@media(min-width: 900px) {
  .hideOnMobile {
    display: block;
  }

}


/* ------------------------------------------------------------
# Navigation (main nav)
---------------------------------------------------------------*/



ul#nav {
  display: block;
  padding:0;
  margin: 0 auto !important;
}
#navbar-scroll .book-button {
  display:none !important;
}
#nav li:not(.logo) {
  display: none;
}
#nav li {
  float: none;
  display: inline;
  margin: 0;
  /*padding-bottom: 9px;
  border-bottom: 1px solid rgba(255,255,255,0.2);*/
  /*margin-top: 83px;
  margin-top: 87px;*/
  margin-top: 70px;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}




@media only screen and (min-width: 1000px) {
  ul#nav {
    display: inline-block;
    float: none;
    margin: 0 auto !important;
    padding: 0 0 0 45px;
    position: relative;
  }
  .book-button {
    display:block !important;
    float: right;
    margin: 20px 60px 0 0 !important;
    z-index: 99;
    position: relative;
  }

  #nav li:not(.logo) {
    display: block;
    position: relative;
  }
  #nav li {
    float: left;
    display: inline;
    margin: 0;
    /*padding-bottom: 9px;
    border-bottom: 1px solid rgba(255,255,255,0.2);*/
    /*margin-top: 83px;
    margin-top: 87px;*/
    margin-top: 41px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

#nav li.current-menu-item a {
border-bottom: 2px solid rgba(255,255,255,0.55);
  padding-bottom: 5px;
  /*border-top: 2px solid rgba(255,255,255,0.55);
  padding-top: 6px;
  margin-top: 80px;*/
}
ul#nav li.current-page-ancestor a, ul#nav li.current-menu-ancestor a, ul#nav li.current_page_ancestor a, ul#nav li.current_menu_ancestor a {
border-bottom: 2px solid rgba(255,255,255,0.55);
  padding-bottom: 5px;
}

#nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
    font-weight: 400;
  margin: 0 16px;
  text-decoration: none;
  letter-spacing: 1px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
#nav li a:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

#topbar-scroll #nav li a {
  color: var(--dark-grey);
}
#topbar-scroll #nav li a:hover {
  color: var(--brown);
  border-bottom: 2px solid var(--light-grey);
  padding-bottom: 5px;
}




#nav li.menu-item-has-children a:hover {
border-bottom: none;
}

#nav li.logo {
  position: relative;
display: inline-block;
border-bottom: none !Important;
width: 180px;
/* height: 131px; */
margin-top: 0;
text-indent: -9999px;
border-bottom: none !important;
-moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-bottom: 0;
  margin: 0 0 0 -115px;
}
@media(min-width: 1000px) {
  #nav li.logo {
    margin: 0 20px;
  }
}


#nav li.logo a {
margin: 18px auto 0;
text-decoration: none;
display: block;
height: 70px;
background: url(images/detour-africa-logo-white-500px.png) center center no-repeat;
background-size: contain;
-moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
border: none !important;
padding-bottom: 0;
}
/* */
#nav li.logo a:hover {
color: #fff;
}



/* ------------------------------------------------------------
# Accordion
---------------------------------------------------------------*/

/*----- Accordion -----*/
.accordion,
.accordion * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	border-radius:3px;
	background:transparent;
  margin: 0 auto 60px;
    width: 90%;
    /* max-width: 1100px; */
}
.accordion .overview-cards p {
	line-height: 1.1 !important;
  margin: 0 0 0 0 !important;
}

	.nbinfo p {
		margin: 0 !important;
		font-size: 14px !important;
	}
.accordion-section {
  padding:2mm;
}

.accordion-padding {
  padding: 40px 40px 10px 100px;
}

@media(max-width: 600px) {
  .accordion-padding {
    padding: 40px 40px 10px 40px;
  }
}

/*----- Section Titles -----*/
.accordion-section-title {
	border: 1px solid #cdcdcd;	
  width:100%;
	padding:15px;
	display:inline-block;
	transition:all linear 0.15s;
	/* Type */
	font-size:16px;
	color:#888 !important;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-weight:500;
	width: 100%;
    padding: 14px 11px;
	margin: 0;
    line-height: 1.3;
    text-decoration: none;
}
  .accordion-section-title span.day-number {
    pointer-events: none;
    color: var(--colour1);
    font-weight: 700;
    width: 85px;
    display: inline-block;
  }
  @media(max-width: 900px) {
    .accordion-section-title span.day-number{
      pointer-events: none;
      color: var(--colour1);
      font-weight: 700;
      width: 85px;
      display: block;
    }
    }
.accordion-section-title span.icon {
    display: block;
    width: 13px;
    height: 13px;
    float: right;
    background: url(images/down-arrow-1.png) no-repeat;
    transform: rotate(0deg);
    pointer-events: none;
    /*transition: all linear 0.3s;*/
    opacity: 0.3;
    background-size: contain;
}
#itinerary .accordion-section-title span.icon {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    background: url(images/plus.png) no-repeat;
    transform: rotate(0deg);
    pointer-events: none;
    transition: all linear 0.2s;
    opacity: 0.3;
    background-size: contain;
}

.accordion-section-title a {
    width: 100%;
    padding: 10px 20px;
    text-decoration: underline;
    /*text-decoration: none;*/
}

.accordion-section-title:hover {
	/*border: 1px solid #232323;
	border: 1px solid #232323;*/
	/* Type */
	color:#111 !important;
}
.accordion-section-title.active {
    /* border-radius: 31px;
	color:#fff;
	text-decoration:none;
	transition:all linear 0.15s;
width: auto;
	padding: 10px 20px;*/
	border-radius: 0;
	color:#8fa3c4 !important;
	transition: all linear 0.3s;
	outline: none !Important;
  background: var(--colour1);
  color: #fff;
}
.accordion-section-title.active span {
  color: #fff !important;
}
.accordion-section-title:visited {
    /* border-radius: 31px;
	color:#fff;
	text-decoration:none;
	transition:all linear 0.15s;
width: auto;
	padding: 10px 20px;
	color:#999;*/
    transition: all linear 0.3s;
}
.accordion-section-title.active span.icon {
    transform: rotate(180deg);
    /*transition: all linear 0.3s;*/
    opacity: 1;
    filter: invert(1);
}
#itinerary .accordion-section-title.active span.icon {
    transform: rotate(45deg);
    transition: all linear 0.2s;
    opacity: 1;
}

/*----- accordion Section Content -----*/
.accordion-section-content {
	padding: 4px 0 24px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	border: none;
	overflow: auto;
}
.accordion-section-content ol {
	margin-left: 20px !Important;
}
.accordion-section-content ul {
	margin: 0 !Important;
  padding: 0 0 0 10px;
}
.accordion-section-content ul li {
	list-style: none;
  padding-left: 10px;
}
.accordion-section-content ul li a {
  color: var(--colour1);
	text-decoration: none !important;
  padding: 5px 0;
  display: block;
}



.itinerary-gallery {
  /* width: 95%;
  max-width: 1100px; */
  margin: 40px auto !important;
}






/* --------------------------------------------------------
##FOOTER
-----------------------------------------------------------*/


footer {
  width: 100%;
  padding: 20px 0 100px;
  background: #ffffff;
  background: #efefef;

}
.footer-inner {
  display: none;
}
.footer-inner-mobile {
  display: block;
}

footer ul#menu-footer-tours, footer ul#menu-footer-destinations {
  column-count: 2;
}

footer ul {
  list-style: none;
}

@media (min-width: 1200px) {
  .footer-inner-mobile {
    display: none;
  }
  .footer-inner {
      display: grid;
      /* grid-template-columns: 280px 1fr 1fr 1fr 1fr 230px; */
      grid-template-columns: 2fr 3fr 2fr 1fr;
      grid-template-rows: none;
      grid-gap: 30px;
      max-width: 1400px;
      color: #fff;
      margin: 0 auto 0;
  }
  .footer-inner>div {
    grid-area: auto !important;
  }
  .footer-inner>div:nth-child(6) {
    grid-area: 4 / 1 / 5 / 3;
    text-align: right !important;
    border-top: none;
    padding-top: 0;
  }
}


.footer-inner p {
  line-height: 1.3;
  font-size: 14px;
}
.footer-inner p.heading {
  font-size: 14px;
  font-weight: 700;
  color:var(--colour1);
  letter-spacing: 1px;
  text-transform: uppercase; /* */
  /* font-style: italic; */
  opacity: 1;
  margin: 0 0 20px 0;
}

.footer-inner p.sub {
  font-size: 14px;
  color: #aaa;
  letter-spacing: 0px;
  line-height: 2;
}

.footer-inner ul {
  margin: 0;
  padding: 0;
}
.footer-inner li {
  margin: 0 0 8px 0;
}

.footer-inner li a {
color: var(--colour2) !important;
text-decoration: none;
border-bottom: 1px solid transparent;
opacity: 0.7;
font-size: 14px;
}
.footer-inner li a:hover {
  color: var(--colour1) !important;
  border-bottom: 1px solid var(--colour1);
  opacity: 0.9;
}

.footer-inner p i {
  width: 24px;
  font-size: 17px;
  color: brown;
  color: #000;
  vertical-align: middle;
}
.footer-inner  p.social-media-icons, .footer-inner-mobile  p.social-media-icons {
  margin: 10px auto 30px;
}
.footer-inner p.social-media-icons i, .footer-inner-mobile p.social-media-icons i {
  width: 22px;
  height: 22px;
  font-size: 17px;
  color: var(--colour1);
  vertical-align: middle;
  background: var(--blue);
  border-radius:100px;
  padding: 7px 0 0 7px;
  margin-right: 5px;
  opacity: 0.7;
}
.footer-inner p.social-media-icons a, .footer-inner-mobile p.social-media-icons a {
  margin: 2px;
  display: inline-block;
  border-bottom: none !important;
}

p.footer-phone {
  margin: 2px auto;
}
p.footer-phone a {
  color: var(--colour1);
  font-weight: 600;
  text-decoration: none !important;
  margin: 20px auto 0;
}

.footer-logo  {
  width: 180px;
  display: inline-block;
}
.footer-logo img {
  width: 100%;
  display: block;
}



i {
  color: var(--colour1);
  font-size: 20px;
}

























.subform {
  text-align: left;
  padding-left: 10%;
}
.subform input {
  height: 30px;
  width: calc( 88% - 20px );
  background: transparent;
  border: none;
  margin: 0 0 8px 0;
  color: #111;
  padding: 6px 10px;
  border-bottom: 1px solid brown;
  font-size: 15px;
}
.subform input::placeholder {
  color: #666;
}
.subform button {
height: 44px;
width: 88%;
margin-top: 5px;
background: #000;
border: none;
padding: 0;

color: #fff;
font-weight: 600;
background: #000;
border: none;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
font-size: 12px;
cursor: pointer;
letter-spacing: 4px;



}


.credits {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  color: #6e6e6e !important;
  font-size: 13px;
  width: 90%;
  max-width: 1400px;
  margin:55px auto 0;
}
.credits .copyright {
  text-align: center;
}
.credits .designedby {
  text-align: center;
}
@media(min-width: 900px) {
  .credits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    color: #6e6e6e !important;
    font-size: 13px;
    width: 90%;
    max-width: 1400px;
    margin: 11px auto 20px;
  }


.credits .copyright {
  text-align: left;
}
.credits .designedby {
  text-align: right;
}
}
.credits a {
  color: #999;
  text-decoration: none;
}
.credits a:hover {
  color: #aaa;
}



/*  ITINERARY PAGE PRICE LIST */

ul.pricelist {
  padding: 0;
  margin: 0;
}


.tabContent .accordion {
  overflow: hidden;
  border-radius: 3px;
  background: transparent;
  margin: 0 auto 0;
  width: 100%;
  /* max-width: 1100px; */
}

.tabContent .accordion p {
  line-height: 1.6 !important;
  /* font-family: 'Lato', Arial, Helvetica, sans-serif !important; */
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  margin-top: 0;
  font-size: 16px ;

}

.tabContent .accordion-section-title {
  padding: 14px 10px;
  padding: 11px 10px 11px 14px;
}
.tabContent .accordion-section-title:hover {
  background: #efefef;
}
.tabContent .accordion-section-title.active:hover {
  background: #187a7a;
}

.slick-slider,
.slick-list,
.slick-track {
height: 100%;
}

.tabContent .slick-slider,
.tabContent .slick-list,
.tabContent .slick-track {
height: 100%  !important;
}





.vignette-top {
  position: absolute;
    top: 0;
    right: 0;
    bottom: 80%;
    left: 0;
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 90%);
    z-index: 3;
    opacity: 0.3;
    pointer-events: none;
}
.vignette-bottom {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #000000 8%, rgba(0, 0, 0, 0) 90%);
  z-index: 3;
  opacity: 0.4;
pointer-events: none;

-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}




.lightgallery a {
  opacity: 1;
  overflow: hidden;
  flex-basis: 100%;
  width: 49%;
  display: inline-block;
  object-fit: contain;
  object-position: center;
}
.lightgallery a:hover {
  opacity: 0.85;
  cursor: zoom-in;
}
.lightgallery a img {
  /* transform: scale(1.1); */
  -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#accommodation .lightgallery a img {
  width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1.5 / 1;
}
.lightgallery a:hover img {
  /* transform: scale(1); */
  -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


#dates-prices a.book-button {
  display: block;
  text-align: center;
  background: teal;
  color: #fff;
  padding: 10px;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 3px;
}


/*-----------------------------------------------------------------------


TABS


--------------------------------------------------------------------------*/
.tabNavContainer {
  /*position: sticky;*/ top: 70px; top: 59px; width: 100%; overflow-y: hidden; overflow-x: scroll;-webkit-overflow-scrolling:touch;
  display: none !important;
}
@media(min-width: 980px) {
.tabNavContainer {
  /*position: sticky;*/ top: 70px; top: 59px; width: 100%; overflow-x: hidden;background: white;
  z-index: 99;
}
}



.mResAccordion .mResTabNav {display:block !important;}
#tabNavBar::-webkit-scrollbar{
  display: none;
}
#tabNavBar {
  /* display: block !important;
  overflow: auto;
  white-space: nowrap; */
  border-bottom: none;
  /*position: sticky;*/
  top: 70px;
  top: 59px;
  /* border-bottom: 1px solid grey; */
}
#tabNavBar li {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 2px 0 2px;
  padding: 4px 2px 0 2px;
  text-decoration: none;
  background: white;
  flex-shrink: 0;
  /* border-bottom: 1px solid grey; */
}
/* #tabNavBar.sticky {
width: 72%;
} */
/* #tabNavBar.sticky li {
border-bottom: none;
} */
#tabNavBar li a {
padding-bottom: 5px;
}
.mResTabAccordA.mResAccordAnchor {
  display: none !important;
}

/* pdf changes
.tabContainer .tabContent {  
    display: block !important;
    height: 0px;
    overflow: hidden;
  }

  .tabContainer .tabContent.mTabActive {
  height: auto;
  }
*/
  .tabwidth.standard {
    width: 100%;
      margin: 0 auto;
  }

  @media(min-width: 900px) {

    .tabwidth.standard {
      width: 100%;
        margin: 0 auto;
        /* max-width: 1020px; */
    }
  }
  .tabwidth.wide {
    width: 100%;
      margin: 0 auto;
      /* max-width: 1000px; */
  }

  .tabwidth.full {
    width: 100%;
      margin: 0 auto;
      padding: 0 !important;
      /* max-width: 1000px; */
  }

#map{
  display:none;
}

.banner-highlights {
  position: relative;
  margin-top: 10px;
  flex-flow: wrap;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 0;
  background-color: #677e8817;
  margin-top:30px;
  border-radius: 5px;
}
@media (min-width: 700px) {
  .banner-highlights {
    grid-template-columns: repeat(3, 1fr);
  }
}
.banner-highlights>div{
  padding:15px;
  display: grid;
  grid-template-columns: 50px 1fr;
  text-align: left;
  column-gap: 15px;
}
.banner-highlights>div>div{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.banner-highlights>div img{
  width: 100%;
  opacity: 0.7;

  display: flex;
  align-self: center;
}
.banner-highlights p {
  font-size: 12px;
  width:100%;
  margin:0px;
  text-transform: capitalize!important;
  text-align: left;
}
.banner-highlights p.title {
  text-align: left;
  font-size: 14px;
  margin: 5px 0px;
  font-weight: 700;
  width: 100%;
  color:#656565;
}

.banner-highlights a {
  color:#656565;
  font-size: 12px;
  text-decoration: none !important;
  padding: 0px 2px;
  font-weight: 400!important;
}

  .banner-highlights>.days-block{
    display:none;
  }
  .banner-highlights>div .icon-circle {
    width: 65px; height:65px; overflow: auto;  position: relative; overflow: visible; margin: 5px auto;
  }
  
  .banner-headline-archive {
    text-align: center; font-size: 70px; text-transform: uppercase; width: 80%; margin: 0 auto;
  }
  
  @media(max-width:600px) {
    .banner-headline-archive {
      text-align: center; font-size: 30px; text-transform: uppercase; width: 80%; margin: 0 auto;
    }
  }
  .icon-circle img {
    width: 45px; height: auto; position: absolute; top: 4px; left: 7px; opacity: 0.4;
  }


  p.title {
    color: var(--colour1);font-size: 19px; font-weight: 700; margin: 0; line-height: 1;text-align: left;margin: 0;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #c7e5e5;
    background: #c7e5e58c;
	overflow: auto;
    margin: 5px;


  }




.label {
  padding: 4px 8px 4px 9px;
  border-radius: 6px;
  background: var(--colour1);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 2px;
  vertical-align: middle;
  /* new */
  padding: 6px 10px 6px 13px;
  padding: 5px 9px 5px 12px;
    border-radius: 14px;
    background: var(--colour1);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 2px;
    vertical-align: middle;
}

.label.on-sale {
  background: var(--colour1);
}
/* .label.popular {
  background: var(--colour2);
} */
/* .label.family-friendly {
  background: var(--colour3);
} */
.label.malaria-free {
  /* background: orangered; */
  background: var(--colour1);
}



/* ---- inclusions and exclusions ---------------------------------------------------------*/

#inclusions-exclusions ul {
  padding: 0 0 0 4px;
  margin-top: 0;
}
#inclusions-exclusions h3,
#important-info h3 {
	color: var(--colour1) !important;
    font-weight: 700;
}

#inclusions-exclusions ul li,
.inclusions ul li,
.exclusions ul li{
  list-style: none;
  padding: 5px 0;
}

#inclusions-exclusions ul li::before,
.inclusions ul li::before,
.exclusions ul li::before {
  /* general settings */
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /* styling */
  font-weight: 900;
  margin-right: 10px;
  font-size: 16px;
}

.inclusions ul li::before {
content: "\f058";
  color: teal;
}

.exclusions ul li::before {
  content: "\f057";
  color: rgb(204, 204, 204);
}




/*  tour page and price panel */

.tourpage {
  width: 100%;
    margin: 0 auto;
    display: grid; grid-template-columns: 1fr; grid-gap: 0;

  }
@media(min-width:1100px) {
  .tourpage {
    width: calc( 100% - 80px);
    margin: 0 auto;
    display: grid; grid-template-columns: 1fr 300px; grid-gap: 30px;

  }
}


  /* .tourpage .headline {
    width: 80%;
  } */
  .headline h1 {
     width: 95%; /**/
    margin: 24px auto;
    text-align: center;
    font-size: 28px;
    color: var(--colour2);
    font-weight: 400;
  }
  @media(min-width:900px) {
    .headline h1 {
      width: 82%; /**/
     font-size: 36px;
     max-width: 1100px;
   }
  }


  .tourpage .priceblock {
    /* width: 250px; */
    border: 3px solid var(--colour1);
    height: fit-content;
    display: flex;
    align-items: center;
    margin-top: 20px;
    z-index: 100;
    background: white;
    padding: 20px;
    border-radius: 6px;
    height: 24vh;
    height: 162px;

  }
/*
  .tourpage .priceblock.sticky {
	display: block;
    right: 10%;
    z-index: 100;
    margin-top: 10px;
} */


  .tourpage-price {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--colour1);
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-align: right;
    width: 100%;
    margin: 0;
    line-height: 1 !important;
  }
  .tourpage-price .small {
    font-size: 16px;
    text-align: right;
    color: grey;
    display: block;
    text-transform: normal;
    margin: 0;
    line-height: 1;
    font-weight: 400;
  }









/* ---------------------------------------------------------------------------------

##tour-archive

--------------------------------------------------------------------------------------*/

#tour-filter {
  /* display: none; */
}
@media (min-width: 900px) {
  #tour-filter {
    display: block;
  }
}


.tour-archive-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .tour-archive-list {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 30px;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
  }
}





.card-tour .tourpage-price {
	font-size: 24px;
}
.card-tour .tourpage-price .small {
	font-size: 11px;
}

.card-tour {
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}


.card-tour:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}



/*
  #tabNavBar li.barPrice {
    display: none;
	margin-top:30px;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #tabNavBar.sticky li.barPrice {
    display: block;
	margin-top:0;
    border: 3px solid var(--colour1);
    border-radius: 6px;
    margin-bottom: -5px;
    background: #fff;
    font-size: 18px;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  } */
  .barPrice a {
	font-size: 21px;
    padding: 5px 0 0 0;
    vertical-align: sub;
	color: grey;
	font-weight: 400;
  }
  .barPrice a strong {
    color: var(--colour1);
    font-weight: 800;
  }

.barPrice a.booknow {
	padding: 7px 13px 6px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 0 5px 6px 0 !important;
    text-align: center;
    background: var(--colour1);
    color: #fff;
    font-size: 16px;
}

















#page {
  width: 95%;
  margin: 0 auto;
}











































/* admin bar css  */


.admin-bar .site-container {
	padding-top: 32px !important;
  }

  @media only screen and (max-width: 782px) {

	.admin-bar .site-container {
	  padding-top: 46px;
	}

  }

  #wpadminbar {
	top: 50% !important;
	width: 40px !important;
	min-width: auto !important;
	}
	#wp-admin-bar-root-default li {
	display: none !important;
	}

	#wp-admin-bar-root-default li#wp-admin-bar-edit {
	display: block !important;
	}

	#wp-admin-bar-root-default li#wp-admin-bar-edit a {
	color: transparent !important;
		width: 21px !important;
		padding-left: 13px !important;
	}
	#wp-admin-bar-top-secondary {
	  display: none !important;
	}





	/* tour page - tour card  */

.card-tour-image {
  height: 300px; background: #efefef; position: relative;
}
.card-tour-image .image-container {
  width: 100%; height: 300px;position: absolute; left: 0; top: 0; overflow: hidden;
}
	.card-tour-image a {
		overflow: hidden;
		display: block;
	}
	.card-tour-image a img {
		scale: 1;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		overflow: hidden;
    width: 100%; height: 300px;object-fit: cover;position: absolute; left: 0; top: 0;
	}
	.card-tour-image a:hover img {
		scale: 1.1;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		overflow: hidden;
	}
	ul.tour-card-icon-list {
		margin: 0 ;
		padding: 0;
	}
	ul.tour-card-icon-list li {
		list-style: none;
	}
	ul.tour-card-icon-list li {
		font-size: 14px;
		margin-bottom: 7px;
		opacity: 0.8;
	}
	ul.tour-card-icon-list li img {
    width: 22px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline;
	}
  .card-tour-image img {
    display: inline;
  }




	.card-tour a.view-tour{
    display: inline-block;
    color: #fff;
    background: var(--colour1);
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top: 28px;
    font-size: 13px;
	}

  .card-tour p.tour-code {
    margin: 0 auto; font-size: 10px; color: grey; text-transform: uppercase; margin-top:3px;text-align:center;
  }

  .card-tour h2 {
    pointer-events: none !important; z-index: 91; position: absolute; bottom: 0; left: 20px; right: 30px; text-align: left; color: #fff; font-size: 25px; font-weight: 600;margin-bottom: 20px;
  }

.card-tour-content {
  display: grid; grid-template-columns:1.2fr 1fr ;padding:20px 0 10px;
}
.card-tour-content .left {
  height: 120px; border-right: 2px solid lightgrey; padding-left: 15px;
}



.dot-discount {
  rotate: -8deg; z-index: 90; width: 65px; height: 65px; border-radius: 60px;background: #d85237; position: absolute; left: 20px; top: -10px; text-align: center;
}
.dot-discount .big {
  font-size: 25px; font-weight: 800; color: #fff; text-transform: uppercase;line-height:1; margin: 0 auto;
}
.dot-discount .small-1 {
  font-size: 13px; color: #fff; font-weight: 500; text-transform: uppercase;line-height:1; margin: 5px auto 0;
}
.dot-discount .small-2 {
  font-size: 13px; color: #fff; font-weight: 500; text-transform: uppercase; line-height:1; margin: 1px auto 0;
}





	p.breadcrumbs {
		font-size: 15px;
		color: #666;
		width: 90%;
		margin: 14px auto;
		text-align: left;
	}
	p.breadcrumbs a {
		font-weight: bold;
		color: var(--colour1);
		text-decoration: none !important;
	}
	p.breadcrumbs a:hover {
		color: var(--colour2);
	}




  /*  destinations

  */

  .destinations {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
  }
  @media(max-width: 600px) {
    .destinations {
      grid-template-columns: 1fr;
    }
  }
 
  .card-destination {
    height: 400px;
    background: #efefef;
    text-align: left;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: left;
    position: relative;
    opacity: 1;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .card-destination:hover {
  opacity: 0.7;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  }
  .card-destination .destination-content {
    position: relative;
    z-index: 20;
    margin-bottom: 30px;
    width: 90%;
    pointer-events: none;
  }
  .card-destination p {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    margin: -10px 0 0 21px;
  }
  p.numtours {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0 57px;
    text-transform: none;
  }


.filter-tours-inner {

  position: sticky !important;
  top: 70px;
}
  .widget_wpc_filters_widget {
  }


  .wpc-filters-range-wrapper input[type=number] {
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 5px !important;
}
.wpc-filter-search-form .wpc-search-field {
  padding: 5px !important;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  top: -9px !important;
  margin-left: -6px;
  border-radius: 50%;
  outline: 0;
  width: 20px !important;
  height: 20px !important;
  box-shadow: none !important;
}
.wpc-filter-title {
  margin-bottom: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  /* border-bottom: 1px solid grey; */
  padding-bottom: 5px;
  background: #d3e3e5;
  padding: 5px 0 3px 7px;
  font-size: 14px;
  text-transform: uppercase;
}
.wpc-filters-range-wrapper input[type=number] {
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #aaa !important;
  /* border-style: solid; */
}
.wpc-filters-main-wrap li.wpc-term-item a {
  text-decoration: none;
  font-weight: 400;
  outline: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--colour1);
}


/* #sidebar {
  background: #38a3a314;
} */

#sidebar .sidebar-content {
  position: sticky; top: 70px;  margin: 20px auto 40px; padding: 0;
}

#sidebar .highlights {
  margin: 20px auto 40px; background: var(--colour1); border-radius: 4px; padding: 2px 16px 16px;
   /*background: #35a5a5ba;
  background: #35a5a5;
    background: #353535c9; */
}


/* tooltips  */
.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted #333; */
  line-height: 1;
  padding: 0;
  vertical-align: top;
  vertical-align: text-top;
}
.tooltip span.q {
  background: var(--colour1);
    border-radius: 10px;
    width: 17px;
    display: inline-block;
    height: 17px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-left: 1px;
    padding: 0px 0 0 0px;
    /* testing this: */
    background: var(--colour1);
    border-radius: 10px;
    width: 16px;
    display: inline-block;
    height: 16px;
    line-height: 1.2;
    font-size: 13px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-left: 1px;
    padding: 0px 0 0 0px;
}
.tooltip .tooltiptext {
  visibility: hidden; /* */
  width: 160px;
  background-color: #666;
  color: #ccc;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  line-height: 1.2;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -80px;
  font-size: 14px;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



/* big icon for the banner - accommodated vs camping */

.big-icon {
  display: inline-block;
  padding: 6px 15px 2px 15px;
  border-radius: 50px;
  /* background: #d6ae38; */
}
.big-icon.accommodated, .card-tour .big-icon.accommodated {
  background: var(--colour1) !important;
  background: #e07f18 !important;
}
.big-icon.camping, .card-tour .big-icon.camping {
  background: #ddae22!important;
}

  .big-icon img {
    height: 37px;
    vertical-align: middle;
    display: inline-block !important;
  }
@media (min-width: 900px) {
  .big-icon img {
    height: 40px;
  }
}
.big-icon p {
  margin: 0px 0 0px 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}





.button {
  text-decoration: none !important;
    text-transform: uppercase;
    margin: 0 !important;
    text-align: center;
    background: var(--colour1);
    color: #fff;
    /* width: 100%; */
    padding: 0 30px;
    padding: 10px 16px;
    line-height: 1.3;
    display: inline-block
}







/* LANDING PAGE */
.landing-page-description {
  margin: 0 auto; width: 90%; max-width: 900px;
  }


.single-landing-page .landing-page-description h2,
.single-destination .landing-page-description h2 {
  font-weight: 500 !important;
  margin: 0 -10% 50px;
  color: var(--colour1);
  text-align: center;
  font-size: 28px;
  font-style: italic;
  line-height: 1.3;
}
.single-landing-page .landing-page-description h2:before,
.single-destination .landing-page-description h2:before  {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #ccc;
    left: calc(50% - 100px);
    top: auto;
    bottom: auto;
    margin-bottom: 37px;
    position: relative;
}
.single-landing-page .landing-page-description h2:after,
.single-destination .landing-page-description h2:after {
  content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #ccc;
    left: calc(50% - 100px);
    bottom: 0;
    margin-top: 40px;
    position: relative;
}

.landing-page-description blockquote {
  width: 50%;
  float: left;
  margin-left: -10%;
  text-align: right;
}
.landing-page-description blockquote p {
  color: var(--colour1);
    font-size: 25px;
}






/* ---------------------------------------------------------------------------------------
##archive-tour.php  OVERRIDES
----------------------------------------------------------------------------------------*/

.wpc-sorting-form select, .wpc-filter-content select {
  padding: 8px 8px 8px 10px !important;
  font-size: 14px !important;
}

.wpc-filters-section {
  margin-bottom: 0 !important;
  position: relative;
}
.wpc-filters-range-wrapper input[type=number] {
  font-size: 14px !important;
}





/* ---------------------------------------------------------------------------------------
##card-tour
----------------------------------------------------------------------------------------*/

.card-tour .big-icon {
	border-radius: 5px;
	display: inline-block;
	padding: 4px 12px 1px;
	/* width: 100px; */
	/* height: 100px; */
	border-radius: 50px;
	z-index: 99;
	position: absolute;
	top: 6px;
	left: -5px;
}
.card-tour .big-icon img {
	height: 24px;
	vertical-align: middle;
	margin-right: 4px;
}
.card-tour .big-icon p {
	margin: 0px 0 0px 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	color: #fff;
}


.card-tour .sale {
	display: inline-block;
	background: #d86d59;
	background:#c5513c;
	background: #c62d2d;
	color: white;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	border-radius: 3px;
	transform: rotate(-6deg);
	text-transform: uppercase;
	padding: 3px 5px;
	padding: 4px 10px;
	position: absolute;
	margin-left: 5px;
	line-height: 1;
	z-index: 99;
	top:-4px;
	right: -5px;
	left: auto;
	top:50px;
	left: -4px;
	right: auto;
	/* attached to the title */
	top:-40px;
	left: -28px;
	right: auto;
}



/* temporarily display tour operator code for easy reference */
.card-tour .tour-operator-code {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
}
.card-tour .tour-operator-code p {
	font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 30px;
    right: -5px;
	margin: 0;
}
.card-tour .tour-operator-code {
	opacity: 0;
}
.card-tour:hover .tour-operator-code {
	opacity: 0.7;
}




/* ----------------------------------------------------------------------------------------

##overview

------------------------------------------------------------------------------------------*/

#overview h3 {
  text-align: left;
  font-size: 30px;
  color: var(--colour1);
  text-transform: none;
  margin: 10px 0 10px;
  letter-spacing: 0;
  padding: 0 0 2px 0;
  width: auto;
  display: inline-block;
  font-weight: 500;
}
#overview h3 strong {
  font-weight: normal !important;
}

.textblock a {
  font-weight: 600;
  color: var(--colour1);
}
.textblock a:hover {
 border-bottom: 2px solid var(--colour1);
}


/* ----------------------------------------------------------------------------------------

##includes/excludes

------------------------------------------------------------------------------------------*/
.inclexcl {
  display: grid;
  grid-template-columns: 1fr 1fr;
}



/* ----------------------------------------------------------------------------------------

##accommodation

------------------------------------------------------------------------------------------*/

.single-tour .slick-slider, .single-tour .slick-list, .single-tour .slick-track {
  /*height: 400px !important;*/
}
.link-button {
  display: inline-block;
  text-align: left;
  background: var(--colour1);
  color: #fff;
  padding: 10px;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 3px;
}

/* add fix for Slick Slider in grid containers */
*{
  min-height: 0;
  min-width: 0;
}


.cross-link-container {
  width: 90%;
  margin: 3px auto 27px;
  text-align: center;
  padding: 1px 0 0 0;
  border: none;
  display: none !important;
}
.cross-link-container h2 {
  text-align: center;
  margin: 20px auto 25px;
  color: var(--colour2);
  font-weight: 500;
  font-size: 40px;
}

.single-tour .lightgallery a {
  text-decoration: none !important;
  /* width: 25% !important; */
    display: block;
    float: left;
}
.single-tour .lightgallery p {
  text-decoration: none !important;
  color: #666;
  text-align: center;
  line-height: 1;
  padding: 0 10%;
  font-size: 14px;
  margin-top:5px !important;
}
.single-tour .lightgallery a img {
  /* transform: scale(1.1); */
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  object-fit: cover !important;
  /* width: 97% !important;
  height: 86% !important; */
}

#accommodation .textblock {
    margin: 22px auto 25px;
    clear: both;
  width: 100%;
}
#accommodation .lightgallery {
  width: 100%; margin: 50px auto 23px; overflow: auto;
}
@media(min-width: 900px) {
  #accommodation .lightgallery {
    width: 100%;
  }
}

/* Blog */

.blog-wrapper {
	width: 90%;
	margin: 60px auto;
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	max-width: 1300px;
}

.blog-wrapper .post {
	width: 100%;
	max-width: 32%;
	margin-bottom: 60px;
}

.blog-wrapper .post img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}

.blog-wrapper .post .post-content {
	padding: 15px;
}

.blog-wrapper .post a.button {
	display: inline-block;
}

.blog-wrapper .post h3 {
	display: block;
	font-size: 20px;
}

.blog-wrapper .post a {
	text-decoration: none;
}

.blog-wrapper .post p {
	margin-bottom: 20px;
}

body.blog .banner-content h1 {
	text-align: center;
	font-size: 70px;
	text-transform: uppercase;
}

@media screen and (max-width: 900px) {

	.blog-wrapper .post {
		max-width: 48%;
	}

	.blog-wrapper {
		gap: 4%;
	}

}

@media screen and (max-width: 600px) {

	.blog-wrapper .post {
		max-width: 100%;
	}

	.blog-wrapper {
		gap: 0;
	}

}

.widget_wpc_sorting_widget h2 {
	display: none;
}

.widget_wpc_sorting_widget {
 text-align: right;
    margin: 10px 25px 10px 10px;
    float: right;
}






.tourpage {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

#sidebar {
  display: none;
}

#dates-and-prices{
  display:none !important; 
}


a.print:hover {
cursor: pointer;
}
@media print {
  a.print:hover {
    display: none;
    }
}

.print {
  display: block !important;
}

@media print {
@page 
{
    size:  auto;   /* auto is the initial value */
    margin: 8cm;  /* this affects the margin in the printer settings */
}
@page :left {
  margin-left: 8cm;
}

@page :right {
  margin-left: 8cm;
}
  @page:left {
      content: "Page " counter(page) " of " counter(pages);
  }
  
.related-tours-heading {
  display: none !important;
  }
  .related-tours-list {
    display: none !important;
  }
  
  
  #tabNavBar:last-child {
  display: none;
  }
  
  #dates-and-prices {
  display: none !important;
  }


  @media print {

.section{
  padding:5px !important;
}
  }
.important-info{
  page-break-inside: avoid;
}

/* hide gallery */

.itinerary-gallery {
  display: none !important;
}

.accommodationslider div{
    width: 49% !important;
    display: inline-block;
}
}



