/*
 Theme Name:   Swissresort Child
 Theme URI:    https://themeforest.net/item/swissresort-resort-hotel-booking-wordpress-theme/50997440
 Description:  Swissresort Child Theme Custom css
 Author:       Bitogrid
 Author URI:   http://bitogrid.com
 Template:     swissresort
 Version:      1.0.0
 Text Domain:  swissresort-child
*/





.elementor-element{
	background-size: cover !important;
}

/* Style the scrollbar track */
::-webkit-scrollbar {
  width: 8px ;
  transition: 0.8s ease;
  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #afb7ab;
  border-radius: 6px;
  
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #959c90;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

#vertical-menu-container{
	overflow: auto;
}

.elementor-slideshow__footer{
	display: none;
}

.elementor-widget-apus_element_booking_single_gallery .single-section-tour-detail{
	padding: 0;
}















