/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

.st-list-destination.st-sliders .swiper-wrapper .swiper-slide .thumbnail {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 16px;
  position: -webkit-sticky;
}

.services-item.item-elementor .item {
  border-radius: 4px;
  font-family: "Kanit";
}

#topbar {
  background-color: #021549 !important;
}

.pac-container {
  z-index: 9999;
}

/* Hide specific columns in partner list table */
.wp-list-table.users th[id="email"],
.wp-list-table.users td.email,
.wp-list-table.users th[id="date"]:nth-of-type(1),
.wp-list-table.users td[data-colname="Member package"],
.wp-list-table.users th[id="date"]:nth-of-type(2),
.wp-list-table.users td[data-colname="Package Status"],
.wp-list-table.users th[id="date"]:nth-of-type(3),
.wp-list-table.users td[data-colname="Expiration date"] {
  display: none !important;
}
