/*
Theme Name:     Traveler Childtheme
Description:
Author:         Shinetheme
Template:       traveler
Version: 1.1

(optional values you can add: Theme URI, Author URI, Version)
*/

.st-blog aside .sidebar-widget.widget_st_list_entries ul li .content .cate {
  display: none;
}

.st-blog .content .article .post-inner .meta {
  display: none !important;
}

.st-blog .content .article .header .cate ul li, .st-blog aside .sidebar-widget.widget_search form button {
  background: #93a77e;
}

.blog-content .author-info, .blog-content .post-info {
  display: none;
}

.st-list.socials .fa.fa-facebook {
  color: #3b5998;
  font-size: 20px;
}

.st-list.socials .fa.fa-twitter {
  color: #00acee;
  font-size: 20px;
}

.st-list.socials .fa.fa-instagram {
  color: #833ab4;
  font-size: 20px;
}

.st-list.socials .fa.fa-youtube {
  color: red;
  font-size: 20px;
}

.st-list.socials .fa.fa-skype {
  color: #00aff0;
  font-size: 20px;
}

.st-list.socials .fa.fa-envelope {
  color: #fff;
  font-size: 23px;
}

.st-list.socials .fa.fa-mobile {
  color: #fff;
  font-size: 23px;
}

.page-id-8477 .sidebar-item.range-slider, .page-id-8452 .sidebar-item.range-slider {
  display: none;
}

.page-id-8477 .sidebar-item.st-icheck.review-score, .page-id-8452 .sidebar-item.st-icheck.review-score {
  display: none;
}

.st_blog .thumb-caption .date {
  display: none;
}

@media (min-width: 1024px) {
  .st-blog .content .article .header .post-header img {
    width: 40%;
  }
}

.st-blog .content .article .header .cate {
  display: none;
}

.review-score {
  display: none;
}

.subcribe-form input[type="submit"] {
  position: relative;
}

#header .header {
  background: #93a77e30;
}

.search-form.sticky {
  position: static !important;
}

.home #st-content-wrapper.search-result-page .search-form-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.home .search-result-page .search-form-wrapper .search-form {
  background: #FFFFFF;
  box-shadow: none;
  min-height: 0;
}

.service-review.plr15 {
  display: none !important;
}

/* Mega Menu & Regular Dropdown */

#header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li {
  border-top: 0;
  padding-top: 5px;
}

#header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner .wpb_content_element {
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
}

#header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li:hover a {
  color: #93a77e;
}

#header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner ul.menu li {
  border-top: none !important;
  margin-top: 5px;
  margin-bottom: 15px;
}

#header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner .wpb_content_element:last-child {
  border-bottom: none;
}

#header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu {
  padding-bottom: 18px;
}

#st-main-menu .main-menu .sub-menu a {
  padding: 18px 0 !important;
}

#st-main-menu .main-menu .sub-menu a,
#st-main-menu .main-menu li:not(:last-child) a {
  border: none;
}

@media (min-width: 728px) {
  ul.sub-menu.mega-menu {
    left: 0 !important;
    margin: 0 auto !important;
    width: calc(100vw - 100px) !important;
    max-width: 1000px;
  }

  ul.sub-menu.mega-menu .container {
    width: 100%;
  }

  #header .header .header-left #st-main-menu .main-menu li.menu-item-has-children .menu-dropdown,
  #header .header .header-left #st-main-menu .main-menu li.has-mega-menu > ul.sub-menu.mega-menu .dropdown-menu-inner .column_container.st-mega {
    background: #363430 !important;
  }

  #header .header .header-left #st-main-menu .menu-dropdown a,
  #header .header .header-left #st-main-menu .main-menu a {
    color: #fff;
  }

  #header .header .header-left #st-main-menu .main-menu li.menu-item-has-children .menu-dropdown {
    padding-bottom: 18px;
  }

  #header .header .header-left #st-main-menu .main-menu li.menu-item-has-children .menu-dropdown li:not(:last-child) a {
    border-bottom: none;
    padding: 9px 0;
  }

  #header .header .header-left #st-main-menu .main-menu > li > a {
    color: #000;
  }

}

/* Homepage Slider */

.tour-slider-wrapper .tour-slider .item .outer .search-form-text .st-heading-tour.tour-text {
  font-size: calc(2.5rem + 1.5vw);
  font-weight: 700;
}

.tour-slider-wrapper .tour-slider .item .outer {
  height: 450px;
  max-height: calc(100vh - 22rem);
}

/* Destination Grid */
#st-content-wrapper .destination-item img {
  max-height: 160px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #st-content-wrapper .destination-item img {
    max-height: unset;
  }
}

#st-content-wrapper .destination-item .image .content  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.75);
}

.list-destination .destination-item h4.title {
  transform: translateY(-90%);
}

.list-destination .destination-item .desc.st_tours {
  background: transparent !important;
}

.list-destination .destination-item .content {
  font-weight: bold;
}

.list-destination .destination-item .desc.st_tours a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

body {
  background: rgba(147, 167, 126, 0.19);
}

.home .search-result-page .search-form-wrapper .search-form {
  background: none;
  box-shadow: none;
  min-height: 0;
  border: 0;
}

#st-content-wrapper .st-breadcrumb ul {
  background: none;
}

.footer_social_wed img {
  height: 25px;
}

#modern-result-string {
  display: none;
}

.page-id-8972 .st-content-wrapper img {
  width: 120px;
  height: auto;
}

#main-footer {
  background: #363430;
}

#main-footer .menu li a {
  color: #fff;
}

.st-link {
  color: #93a77e;
}

.st-blog aside .sidebar-widget .sidebar-title h4 {
  font-size: 16px;
  color: var(--main-color, #1A2B48);
  background: none;
}

.st-blog aside .sidebar-widget.widget_st_list_entries ul li {
  margin-bottom: 10px;
}


.btn-reserve {
  background-color: hsl(85, 100%, 26%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7cd600", endColorstr="#4d8400");
  background-image: -moz-linear-gradient(top, #7cd600, #4d8400);
  background-image: -ms-linear-gradient(top, #7cd600, #4d8400);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7cd600), color-stop(100%, #4d8400));
  background-image: -webkit-linear-gradient(top, #7cd600, #4d8400);
  background-image: -o-linear-gradient(top, #7cd600, #4d8400);
  background-image: linear-gradient(#7cd600, #4d8400);
  border: 1px solid #1f6d07;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
  -webkit-font-smoothing: antialiased;
}


.staff-bio {
  clear: left;
  min-height: 195px;
  margin-bottom: 35px;
}
.staff-bio img {
  float: left;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

#header .header .header-left #st-main-menu .main-menu li.menu-item-has-children .menu-dropdown li:hover > a, #header .header .header-left #st-main-menu .main-menu li.menu-item-has-children .menu-dropdown li:hover > .fa {
  color: #93a77e;
}

#header .header .header-left #st-main-menu .main-menu > li.active > .fa, #header .header .header-left #st-main-menu .main-menu > li:hover > .fa, #header .header .header-left #st-main-menu .main-menu > li.current-menu-item > .fa {
  color: #93a77e;
}

.got-cart-button {
  position: fixed;
  z-index: 10000;
  bottom: 25px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: auto;
  padding: 0 1em;
  border-radius: 4px;
  background-color: #93a77e;
  color: var(--main-color);
  filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.5));
  transform: scale(1);
  transition: transform .1s linear;
}

.got-cart-button:hover,
.got-cart-button:active {
  text-decoration: none;
  color: inherit;
  transform: scale(1.05);
}

.got-cart-button__text {
  text-align: center;
  line-height: 1.25;
}

.got-cart-button svg {
  height: 65%;
  width: auto;
  margin-left: 1em;
}

.got-cart-button__qty {
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

#header #topbar .topbar-right .topbar-items li a.got-menu-cart-link {
  display: flex;
  font-size: 16px;
  align-items: center;
}

#header #topbar .topbar-right .topbar-items li span.got-menu-cart-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1em;
  height: 1.1em;
  margin-left: .5em;
  border-radius: 50%;
  font-weight: bold;
  font-size: .8em;
  color: #93a77e;
  background-color: #fff;
}

#header #topbar .socials {
  border-right: none;
}

#header .header .header-left .logo {
  margin: 0 2.5rem 0 0;
}

@media screen and (min-width: 728px) {
  li.hide-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  #header #topbar .topbar-right .topbar-items li:not(.got-cart-list-item) {
    display: none;
  }

  #header .header .header-left .logo {
    margin: 0 2.5rem;
  }
}

.st-hotel-result .toolbar {
  display: none !important;
}

.search-result-page .banner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.search-result-page .banner .container form.hidden-lg.hidden-md {
  display: block !important;
  margin-left: auto;
}

.search-result-page .banner .container .search-form-mobile {
  min-width: 320px;
}

.search-form-mobile .form-group .dropdown .dropdown-menu {
  height: auto;
  max-height: 80vh;
}

.search-form-mobile .form-group .dropdown .dropdown-menu li {
  padding: 8px 20px;
}

.tax-st_tour_type .st-hotel-result {
  margin-top: 20px;
}

.search-result-page .st-hotel-result,
.search-result-page .st-rental-result,
.st-tour-content {
  padding-top: 0;
  margin-top: 20px;
}

.st-hotel-result.online-tours {
  margin-top: 0;
  margin-bottom: 30px;
}

/* Complete styles for tour card */
.service-list {
  padding: 0;
}

.item-service.grid-item {
  list-style: none;
  margin-top: 20px !important;
}

.item-service.grid-item .service-border {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 15px;
  display: table;
  width: 100%;
}

.item-service.grid-item .thumb {
  position: relative;
  overflow: visible;
  margin-bottom: 16px;
}

.item-service.grid-item .thumb a {
  display: block;
  overflow: hidden;
  min-height: 200px;
  max-height: 280px;
  width: 100%;
}

.item-service.grid-item .thumb img {
  min-width: 100%;
  transition: all 0.3s;
}

.item-service.grid-item .thumb a:hover img {
  transform: scale(1.1);
}

.item-service.grid-item .service-title {
  font-size: 16px;
  margin-top: 0;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2px;
}

.item-service.grid-item .service-title a {
  color: inherit;
}

.item-service.grid-item .footer-inner {
  padding-left: 15px;
  padding-right: 15px;
  color: var(--grey-color, #5E6D77);
}

/* Blog Page */
.st-blog.blog-archive .content .article {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7DCE3
}

.st-blog.blog-archive .content .article:last-child {
  border-bottom: none;
}

.st-blog.blog-archive .post-thumbnail {
  flex: 0 1 200px;
  max-width: 20%;
  margin-right: 24px;
}

.st-blog.blog-archive .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 3px;
}

.st-blog.blog-archive .content .article .post-inner h4.post-title {
  margin-top: 0;
}

.st-blog.blog-archive .post-inner {
  flex: 1;
}

/* 404 Page */
.st-404-page .st-404-page__section-heading {
  margin: 50px 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.st-404-page .st-404-page__section-heading a {
  color: inherit;
}

.st-404-page .st-404-page__section-heading a::after {
  content: '➜';
  display: inline-block;
  margin-left: 8px;
}

.st-404-page .st-404-page__search-form {
}

.st-404-page .st-404-page__search-form .search {
  display: flex;
  max-width: 500px;
  margin: 20px auto 10px;
}

.st-404-page .st-404-page__search-form .search input[type=text] {
  flex: 1;
}

.st-404-page .st-404-page__search-form .search button {
  flex: 0 0 32px;
  background-color: rgb(147, 167, 126);
  margin-left: 4px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* Front page message */
.front-page-message {
  padding: 8px 20px;
}

@media (min-width: 768px) {
  .front-page-message {
    padding: 8px 35px;
  }
}
@media (min-width: 992px) {
  .front-page-message {
    padding: 8px 50px;
  }
}

.front-page-message p {
  margin-top: 10px;
}

#main-footer .menu li a {
  margin-bottom: 10px;
}

#main-footer .wpb_content_element {
  margin-bottom: 15px !important;
}

#st-content-wrapper {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.blog-content .post-content {
  font-size: 18px;
}

.newsletter-form {
  margin-bottom: 5px;
}

.search-results .type-st_tours .post-thumbnail {
  position: relative;
  overflow: hidden;
}

.search-results .type-st_tours .post-thumbnail a::after {
  display: block;
  content: 'Tour';
  position: absolute;
  top: 8px;
  left: -52px;
  padding: 5px 60px;
  transform: rotate(-45deg);
  background: #93a77e;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.footer_social_wed img {
  height: 25px;
  width: auto;
}
