@charset "UTF-8";

/*
Theme Name: Kawira Theme
Theme URI:
Author: Duncan Mwesigwa
Author URI: https://wordpress.org/
Description: Kawira Theme.
Text Domain: nezatheme
*/
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
@keyframes fontfix {
  from { opacity: 1; }
  to   { opacity: 1; }
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  overflow-x: hidden;
}
a {
  color: #00440d;
}
a:hover {
  color: #00440d;
}
p, li {
  font-family: 'Montserrat' !important;
}
.tab-content ul {
  margin-left: 35px !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora';
}

/* Menu */
.elementskit-menu-container .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
  color: #212529 !important;
  font-size: 1rem !important;
  font-weight: 400;
  background: transparent;
  padding: 10px 14px !important;
}
.elementskit-menu-container .elementskit-navbar-nav .elementskit-submenu-panel > li > a:hover {
  color: #fff !important;
  background: #00440d !important;
}
.ekit-template-content-header .elementskit-menu-container .elementskit-submenu-panel {
  padding: 0 !important;
}

/** Header **/
.page-header {
  height: 24rem;
  background-size: cover;
  background-position: center;
  display: flex;
}
.wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.tax-content .wrap {
    max-width: 1200px;
}
.page-header > .wrap {
  border-left: none;
}
.page-header .inner-header {
  max-width: 600px;
  padding: 5px 10px;
  margin-top: 40px;
}
.page-header .inner-header > * {
  color: #ffffff;
}
.page-header h1 {
  font-size: 50px;
  line-height: 60px;
  text-shadow: 2px 1px 3px #172b1b;
  margin-top: 20px;
  font-family: 'Lora';
}
.page-header p {
  background: rgb(24 136 35 / 73%);
  padding: 18px 18px;
  border-radius: 6px;
}
.elementskit-megamenu-panel .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.tours-menu .elementor-image-box-img img {
  filter: opacity(0.7);
}
.tours-menu .elementor-image-box-wrapper:hover img {
  filter: drop-shadow(1px 3px 9px #999);
}
.tours-menu .elementor-image-box-wrapper:hover a {
  color: #00440D;
}
.destinations-menu .wp-caption:hover img{
  filter: sepia(1);
}
.destinations-menu{
  width: 360px;
}
/* Forms */
.column-bg {
  background: rgb(194 194 194 / 25%);
  margin-bottom: 2.5rem;
  border-radius: 2px;
  padding: 20px 35px 40px;
}
.column-bg label {
  padding-right: 8px;
}
@media (min-width:768px){
  .form-flex {
    display: flex;
    flex-wrap: nowrap;
  }
  .form-flex > label {
    flex: 1;
  }
}
.filter-form select, .filter-form input {
  padding: 4px 10px;
  min-width: 90px;
  margin-right: 5px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  font-size: 16px;
}

/** Footer **/
/*.neza-footer .elementor-icon-list-item {border-bottom:1px solid #909090}*/

/** Content **/
.single-post .page-content {
  padding:15px;
  max-width: 900px;
  margin: auto;
}
.itinerary_item .gallery-item {
  padding-right: 0;
}
.itinerary_item .gallery-item > * {
  padding: 0 4px;
}
.slider-marquee {
  overflow: hidden;
}
.marquee_experiences {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  animation: marquee 8s linear infinite;
}
.marquee_experiences a {
  color: #fff;
  font-size: 22px;
  padding: 10px 0;
  display: block;
}
.marquee_experiences:hover {
    animation-play-state: paused;
}
.marquee_experiences a {
  transition: .3s ease;
}
.marquee_experiences a:hover {
  color: #8cc998;
}

@keyframes marquee {
    0% {top:-11em}
    100% {top:8em}
}
.ekit-wid-con .elementskit-clients-slider .slick-list {
  justify-content: center;
}
.aligncenter, .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.alignleft {
  float: left;
  padding: 10px;
}
.alignright {
  float: right;
  padding: 10px;
}
.moretext {
  display: none;
}
.moretext p:first-child {
  display: none !important;
}

/** Tours & Destinations **/
.tax-content {
  padding: 3rem 0;
}

/* <------ Single Tours -------> */
.tab_headers_row {
  background: rgb(204 204 204 / 68%);
  padding: 15px 0;
}
.tour-tabs .tab_headers_row .elementkit-nav-item .elementkit-nav-link:not(.active) {
  background-color: #fff !important;
}
.tour-tabs .tab_headers_row .elementkit-nav-item .elementkit-nav-link:not(.active) span {
  color: #4c4c4c;
}
.tour-tabs .tab_headers_row .elementkit-nav-item .elementkit-nav-link.active {
  background-color: #188823;
}
.tour-tabs .tab_headers_row .elementkit-nav-item .elementkit-nav-link.active span {
  color: #fff;
}
.tour-tabs .tab_headers_row .elementkit-nav-item .elementkit-nav-link {
  padding: 9px 40px !important;
  border-radius: 6px !important;
}
.tour-tabs .tab_headers_row .elementkit-nav-item .elementkit-nav-link::before {
  bottom: -12px !important;
  background-image: -webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0)),color-stop(50%,#00440d),to(#00440d)) !important;
  background-image: linear-gradient(to bottom right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,#188823 50%,#188823 100%) !important;
}
.tour-tabs .tab-content, .tour-tabs .tab_headers_row .nav-tabs {
  max-width: 1000px;
  margin: auto;
}
.extra-tour-fields {
  background: rgb(204 204 204 / 68%);
  padding: 12px 20px;
}
.extra-tour-fields, .extra-tour-fields > * {
  display: flex;
  align-items: center;
}
.extra-tour-fields > * {
  margin-right: 20px;
}
.extra-tour-fields h6 {
  margin: 0;
  font-size: 15px;
  line-height: 16px;
}
.extra-tour-fields span {
  font-size: 13px;
  color: #474747;
}
.extra-tour-fields i {
  font-size: 23px;
  color: #474747;
  margin-right: 5px;
}
.meals span:not(:last-child):after {
  content: '+';
  position: absolute;
  margin-left: 4px;
}
.meals span {
  text-transform: capitalize;
}
.meals span:not(:last-child) {
  padding-right: 15px;
}
.itinerary_item {
  margin-bottom: 2.5rem;
}
/* <------ End Single Tours ------> */

.destinations_item {
  position: relative;
  width: 100%;
  height: 265px;
  color: #62665f;
  display: block;
}
.experiences_block .destinations_item {
  height: 330px;
}

.packages_block .destinations_item {
  margin-bottom: 135px;
  min-height: 265px;
  display: block;
}
.country_block .destinations_item {
  margin: 0 10PX;
  display: block;
  height: 337px;
  border-radius: 6px;
}
.destinations-block-content {
  position: relative;
  top: 100%;
  margin-bottom: 32px;
}
.experiences_block .destinations-block-content{
  top: 211px;
}
.destinations-block-content h3 {
  text-align: center;
  background: rgb(24 96 54 / 80%);
  padding: 15px 0;
  text-transform: uppercase;
  color: #fff;
  transition: .3s ease;
}
.travel-tour:hover h3,
.destinations_item:hover h3 {
  background: rgb(74 53 2 / 59%);
}
.destinations-block-content p {
  padding: 0 25px;
}
.destinations_item:before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 265px;
  border-radius: 0;
  transition: .5s ease;
}
.packages_block .destinations-block-content {
  margin-top: -73px;
}
.experiences_block .destinations-block-content {
  margin-top: -72px;
}
.country_block .destinations_item:before {
  height: 316px;
  border-radius: 6px;
}
.country_block .destinations-block-content {
  top: 220px;
  margin-bottom: 0;
}
.country_block .destinations-block-content h3 {
  background: rgb(52 52 52 / 55%);
}
.country_block .destinations-block-content p {
  top: 290px;
  position: absolute;
}
.travel-tour-img {
  overflow: hidden;
  display: inline-flex;
}
.travel-tour-img img {
  transition: .3s ease;
}
.travel-tour:hover img {
  transform: scale(1.05);
  filter: sepia(1);
}
.destinations_item:hover:before {
  filter: sepia(1);
}

@media (max-width:600px){
  .country_block.destinations_block{
    margin: 0 10px;
  }
}

@media (min-width:600px){
  .destinations_block .filter-tours-container:not(.slick-initialized), .travel-tours .filter-tours-container:not(.slick-initialized), .modern-tours .filter-tours-container:not(.slick-initialized) {
    display: flex;
  }
  .packages_block.destinations_block {
    flex-wrap: wrap;
  }
  .experiences_block .destinations-block-content {
    top: 100%;
  }
}

@media (min-width:800px){
  .itinerary_item .gallery-item {
    padding-right: 0;
  }
  .itinerary_item .gallery-item img {
	width: 100%;	
  }
  .packages_block .destinations_item,
  .experiences_block .destinations_item,
  .travel-tour {
    width: 33.3333%;
   }
  .modern-tile{
		width:25%;
  }
  .travel-tours .filter-tours-container,
  .experiences_block,
  .modern-tours .filter-tours-container {
    flex-wrap: wrap;
  }
  .packages_block .destinations_item {
    margin-bottom: 115px;
  }
  .country_block .destinations-block-content p {
    top: 265px;
  }
  .experiences_block .destinations_item {
    height: 265px;
  }
  .tour-inclusions {
    display: flex;
    justify-content: space-between;
  }
  .tour-inclusions > * {
    width: 48%;
  }
}
.filter-tours > .filter-tours-container .filter-form {
  display: none;
}
.travel-tour-content {
  margin-top: -87px;
  position: relative;
}
.travel-tour-content > * {
  padding: 0 15px;
}
.travel-tour-content h3 {
  background: rgb(24 96 54 / 80%);
  text-align: center;
  padding: 15px 0;
  height: 65px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  transition: .3s ease;
}
.travel-tour-content h3 a {
  color: #fff;
  text-align: left;
}
.tour-days {
  position: absolute;
  top: 0;
  background: #ffffffd1;
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-inclusions {
  background: #e5ece6;
  padding: 15px 40px;
}
.tour-inclusions h3 {
  background: #188823;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}
.tour-inclusions p {
  display: flex;
  align-items: center;
  line-height: 18px;
  margin-left: 25px;
}
.tour-inclusions i {
  padding-right: 7px;
}
.inclusions i {
  color: #188823;
}
.exclusions i {
  color: #607d8b;
}
.tour-enquire-form input {
  width: 100%;
  padding: 6px 13px;
  margin-bottom: 6px;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
}
.tour-enquire-form input[type="submit"] {
  width: auto;
  background: #188823;
  padding: 12px 30px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #188823;
  border-radius: 3px;
  cursor: pointer;
  transition: .4s ease;
}
.tour-enquire-form input[type="submit"]:hover {
  color: #188823;
  background: #ffffff;
}
.tour-enquire-form textarea {
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  width: 100%;
  padding: 12px 13px;
}

/** Tour Tiles **/
.tiles-tours {
  margin-top: 1rem;
}
.tiles-tour {
  margin-bottom: 2.5rem;
  padding: 10px 12px;
  background: rgb(0 68 13 / 4%);
}
.tiles-tour-content h3 a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lora';
}
.tiles-tour-content h4 {
  margin: 0 0 4px;
}
.tiles-tour-content .destinations {
  margin-bottom: 12px;
}
.tiles-tour-price a {
  color: #00440d;
  border: 2px solid #00440d9c;
  padding: 7px 17px;
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-top: 12px;
}
.tiles-tour-price a:hover {
  background: #00440d;
  color: #fff;
}
.tiles-tour-price p {
  margin: 0;
}
.tiles-tour-price span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}
.tiles-tour-price .price {
  font-size: 25px;
  font-weight: 800;
  color: #00440d;
}
.tiles-tour-img img {
  height: 180px;
  object-fit: cover;
}
.destinations span {
  font-size: 13px;
}
.destinations span:not(:first-child){
  padding-left: 5px;
}
.destinations span:not(:last-child) {
  border-right: 1px solid #d4d4d4;
  padding-right: 5px;
}
.modern-tile {
  position: relative;
}
.modern-image {
  position: relative;
  display: flex;
  border-radius: 6px;
}
.modern-image img {
  height: 330px;
  object-fit: cover;
  transition: .3s ease;
  border-radius: 6px;
}
.modern-tile:hover img {
  filter: sepia(1);
}
.modern-image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgb(0 0 0 / 9%), rgb(0 0 0 / 67%));
  transition: .4s ease;
  border-radius: 6px;
}
.modern-tile:hover .modern-image:after{
  background: linear-gradient(rgb(155 139 51 / 59%), rgb(0 0 0 / 66%), rgb(93 60 0 / 94%));
}
.modern-content {
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
}
.modern-tile > span {
  position: absolute;
  margin-top: 18px;
  z-index: 4;
  color: #fff;
  margin-left: 20px;
  background: #188823;
  border-radius: 5px;
  padding: 6px;
  font-size: 14px;
}

.modern-title {
  text-align: center;
  width: 100%;
  display: block;
  margin: auto;
  padding: 12px 5px;
  top: -7px;
  position: relative;
}
.modern-title span {
  font-size: 15px;
  color: #fff;
  padding: 6px;
  display: block;
}
.modern-content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 2px 2px 8px #000;
  margin: 0;
  font-weight: 600;
}
.modern-button {
  color: #fff;
  width: 100%;
  display: none;
  text-align: center;
  padding: 10px 15px;
  transition: .3s ease;
}
.modern-button:hover {
  color: #ffc220;
}
.modern-button i {
  font-size: 11px;
  padding-left: 6px;
}
.modern-tile > * {
    margin: 11px;
}

@media (min-width: 768px){
  .tiles-tour-price .price {
    display: block;
  }
  .tiles-tour {
    display: flex;
    border: 1px solid #d4d4d4;
    align-items: center;
  }
  .tiles-tour-img {
    width: 30%;
  }
  .tiles-tour-content {
    width: 45%;
    padding: 4px 20px;
  }
  .tiles-tour-content h3 {
    margin-top: 0;
  }
  .tiles-tour-price {
    width: 25%;
    padding-left: 15px;
    border-left: 1px solid #d4d4d4;
  }
  .tiles-tour {
    margin-bottom: 1.5rem;
  }
  .tour-enquire-form input {
    width: 48%;
  }
}

.travel-tour-details > div {
  border: 1px solid #00440d33;
  border-left: 0;
  border-right: 0;
  padding: 4px 0;
  margin-top: 5px;
}

@media (max-width: 767px){
  .tiles-tour {
    padding: 0 15px;
  }
  .page-header h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .tour-tabs .tab_headers_row .nav-tabs {
	text-align: center;	
  }
  .tour-tabs .tab_headers_row .nav-tabs > li {
	width: 40%;
    margin: 9px 1px;
  }
  .tour-tabs .tab_headers_row .elementkit-nav-item .elementkit-nav-link {
	justify-content: center;
  }
}

/**  **/
.wpcf7-form label {
  display: block;
  margin-bottom: 0;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots li button::before {
  color: #00440d !important;
  font-size: 57px !important;
  line-height: 50px !important;
}

/** Gallery **/
.portfolio-section {
  padding: 50px 0;
  background-color: #e9e9e9;
}
ul.portfolio-item, ul.portfolio-item li {
  list-style: none;
}
ul.portfolio-item {
  padding-left: 0;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #00440d;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #194622;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item .overlay-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pd {
  padding: 0;
  padding: 5px !important;
}
.pd img, .pd video {
  height: 180px;
  transition: all 0.5s;
  width: 100%;
  object-fit: cover;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #00440d;
  border-right: 1px solid #00440d;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #00440d;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/** Search Page **/
.search-content .wrap {
  max-width: 900px;
  margin: 4rem auto 5rem;
}
.search-header {
  background: #00440d;
  padding: 10px 50px;
}
.search-header h2 {
  text-align: center;
  color: #fff;
}
li.search-item {
  list-style-type: none;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  box-shadow: 3px 3px 10px #dcdcdc;
  padding: 26px 30px;
  margin-bottom: 25px;
  background: rgb(188 208 0 / 24%);
}
li.search-item.tour-item {
  background: rgb(0 68 13 / 10%);
}
li.search-item > span {
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 13px;
  background: rgb(255 200 21 / 44%);
}
li.search-item.tour-item > span {
  background: rgb(0 68 13 / 60%);
  color: #fff;
}
li.search-item .view-btn {
  text-decoration: none;
  padding: 7px 17px;
  font-size: 15px;
  border-radius: 4px;
  background: #ffc815;
}
li.search-item.tour-item .view-btn {
  background: #00440d;
  color: #fff;
}

ul.essb_links_list::before{
    content: " SHARE ";
    font-weight: 900;
    font-size: 125%;
    font-family: montserrat;
    vertical-align: middle;
    opacity: 0.5;
}
.trend-excursions a{
   background: #188823;
   border: solid 3px #fff;
   border-radius: 6px;
   padding: 0 10px 0 10px;
   font-size: 13px;
   color: #fff;
   max-width: 285px;
   display: flex;
   margin:0;
   margin-right: 10px;
   margin-bottom: 10px;
   text-align: left;
}
.trend-excursions{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: left;
}
.trend-excursions a > img{
  width: 50px;
  margin-right: 12px;
  height: 50px;
  align-self: center;
}
.trend-excursions a:hover{
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    background:#fff;
    border: solid 3px #188823;
    border-radius: 6px;
    color:#188823;
}
.tiles-tour-price > span, .tiles-tour-content h4, .destinations span {
  font-family: "Montserrat";
}
.elementor-60 .elementor-element.elementor-element-3a943004 img {
  z-index: 4;
  top:-22px;
  position: absolute;
  width: 170px;
  background: #fff;
  border-radius: 5px;
}
.tile-excursions{
  display: flex;
  flex-wrap: wrap;
}
.excursion-tile{
  width: 24%;
  margin-bottom: -74px;
}
.excursion-tile .modern-content{
  position: relative;
  bottom: 100px;
}
.excursion-tile > * {
  margin: 11px;
}
.elementor-772 .elementor-element.elementor-element-c0da030 .ekit-form form input[type="submit"]{
  background-color: #188823!important;
}
.post-share-btns{
  display: none;
}
.related-tours h2{
  text-align: center;
  font-size: 40px;
}
.related-tours .filter-tours-container{
  justify-content: center;
}

.related-tours .modern-content h3{
  line-height: 20px;

}
.related-tours .modern-content{
  position: relative;
  bottom: 85px;
  padding: 0 10px 0 10px;
}
.related-tours .modern-image{
  height: 330px;
}
@media (max-width: 600px){
  .excursion-tile{
    width: 100%;
    margin-bottom: -40px;
  }
}

/* Destination Filters */
@media (min-width: 786px){
	
	.tax-w-filters {
		display: flex;
		column-gap: 20px;
	}
	.tax-filters {
		width: 25%;
 	}
	.tax-tours {
		width: 80%;
  	}
	
}

.tdestnations #countries,
.texpriences #experiences {
	display: flex;
    flex-wrap: wrap;
    font-size: 13px;
	flex-direction: column;
}

.tfeaturs, .tdestnations, .texpriences {
	background: #f5f8f6;
    border: 1px solid #d4d4d4;
    padding: 12px;
    margin: 10px 0;
}

.tfeaturs .duration {
	display: flex;
    font-size: 13px;
    column-gap: 10px;
}
.tfeaturs .duration select {
	font-size: 12px;
    color: #5c5c5c;
    font-weight: 500;
    font-family: 'Montserrat';
    border: 1px solid #bfbfbf;
    padding: 3px;
    border-radius: 3px;
}