/*===== GENERAL =====*/
.entry-title {
  font-size: 2rem;
  font-weight: bold;
}
.tab-content i.bi-check-circle-fill {
  color: green;
}
.tags li {
  list-style: none !important;
  font-size: 13px;
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 10px 0 20px !important;
  /* background: rgba(0, 0, 0, 0.2); */
  background: var(--accent1);
  color: var(--main4);
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 15px 2px 2px 15px;
  -moz-border-radius: 15px 2px 2px 15px;
  border-radius: 15px 2px 2px 15px;
  -webkit-transition: all 0.1s ease-in 0.1s;
  -moz-transition: all 0.1s ease-in 0.1s;
  -o-transition: all 0.1s ease-in 0.1s;
  -ms-transition: all 0.1s ease-in 0.1s;
  transition: all 0.1s ease-in 0.1s;
}
.tags li:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--main4);
  position: absolute;
  top: 11px;
  left: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 1px rgb(0 0 0 / 30%);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 1px rgb(0 0 0 / 30%);
}
.tags li a {
  color: inherit !important;
  font-weight: bold;
}

.tab-content {
  margin: 0 0 1rem;
}
.tab-content > div.card {
  padding: 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.text-wrap {
  padding: 0 0 20px;
  display: block;
  width: 100%;
}
.text-wrap:empty {
  display: none !important;
}
.tab-content h3 {
  font-size: 18px;
  font-weight: bold;
}
.section-heading {
  font-size: 1.3rem;
  font-weight: bold;
}
.inner-content {
  margin-bottom: 1rem;
  align-items: flex-start;
}
.inner-nav ul {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}
.single .inner-nav li {
  padding: 0 !important;
  display: block;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  line-height: 50px;

  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single .inner-nav li a {
  display: block;
  color: #fff;
  padding: 0 0 0 20px;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: normal;
}
.single main .inner-nav li:not(.active):not(:hover) a {
  color: var(--main4) !important;
}
.single .inner-nav li:hover,
.single .inner-nav li.active,
.single .inner-nav li.active:hover,
.single .inner-nav li.current-menu-item,
.single .inner-nav li.current-menu-item:hover {
  background: var(--main4);
}
.single main .inner-nav li a:hover,
.single main .inner-nav li:hover a,
.single main .inner-nav li.active a,
.single main .inner-nav li.active a:hover,
.single main .inner-nav li.current-menu-item a,
.single main .inner-nav li.current-menu-item a:hover,
.single main .inner-nav li a:focus,
.single main .inner-nav li:focus a,
.single main .inner-nav li.active a:hover,
.single main .inner-nav li.active a:focus,
.single main .inner-nav li.current-menu-item a:hover,
.single main .inner-nav li.current-menu-item a:focus {
  color: #fff;
}
.single .inner-nav li.active a:after,
.single .inner-nav li.current-menu-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #5fc8c2;
}
.single .inner-nav li.active a:after,
.single .inner-nav li.current-menu-item a:after {
  border-left-color: var(--main4);
}
.single .inner-nav li:last-of-type {
  border-bottom: none;
}

.single .widget-area p {
  margin: 0;
}
.single .info .address,
.single .info .dates,
.single .info .description,
.single .info .price {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.inner-nav {
  position: sticky;
  top: 20px;
}
.inner-content section {
  position: sticky;
  top: 0;
}
tr:nth-child(odd) {
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .inner-nav {
    position: relative;
    top: 0;
  }
  .single .inner-nav li.active a:after,
  .single .inner-nav li.current-menu-item a:after {
    display: none;
  }
}

.post-navigation a{
	color:#70A4D0;
}
/*===== Sidebar =====*/
.info {
  background: var(--main4);
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
}
.address {
  display: block;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 1.3;
}
.dates {
  font-size: 14px;
  margin-bottom: 1rem;
}
.dates span:not(:last-of-type) {
  display: block;
  margin: 0 0 10px;
}

/*===== SWIPER =====*/
.swiper-next,
.swiper-prev {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}
.swiper-prev {
  left: 10px;
  right: auto;
}
.swiper-next {
  left: auto;
  right: 10px;
}
#images img {
  object-fit: cover;
  border-radius: 10px;
}
.gallery-container {
  margin-bottom: 1rem;
  height: 500px;
}
.thumbs-container img {
  height: 65px;
  object-fit: cover;
}
.thumbs-container img:not(.swiper-slide-thumb-active) {
  opacity: 0.7;
}

/*===== CAR RENTALS =====*/
.single-car_rental .tab-content#description .text-wrap div:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single-car_rental .tab-content#description .text-wrap div {
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.single-car_rental .tab-content#description .text-wrap div span {
  -webkit-box-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  font-weight: 400;
  padding-right: 10px;
}
.single-car_rental .tab-content#description .text-wrap div p {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin: 0 !important;
}

/*===== TOURS =====*/
.tour-details > div > div:not(:last-of-type) {
  margin-bottom: 1rem;
  border-bottom: 1px solid;
}
.minPrice {
  font-size: 33px;
  font-weight: bold;
  color: var(--accent1);
}
/* Hotels Tab */
.hotel_list_content article {
  height: 100%;
  min-height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.hotel_list_content img {
  min-height: 300px;
  object-fit: cover;
}
.hotel_list_content .card-body {
  position: absolute;
  height: 80px;
  bottom: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s all ease-in-out;
}
.hotel_list_content article:hover .card-body {
  height: 100px;
}
.hotel_list_content .title {
  color: #fff;
  margin: 0;
}
.hotel_list_content .address {
  margin: 0;
  color: #fff;
  opacity: 0;
  height: 0;
}
.hotel_list_content article:hover .address {
  -webkit-animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/*==== ACCOMMODATION =====*/
.stars {
  display: inline-block;
  vertical-align: top;
}
.stars i {
  float: right;
  color: #ffc904 !important;
  font-size: 16px;
}
#facilities ul {
  column-count: 3;
}

@media screen and (max-width: 768px) {
  .entry-title {
    font-size: 1.5rem;
  }
  .gallery-container {
    height: 300px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 17px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 17px;
  }
}

/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    height: 17px;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    height: 17px;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}


