/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.tour-extra-info ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.tour-extra-info li {
  margin-bottom: 6px;
  font-size: 15px;
  color: #333;
}
.tour-highlights, .tour-itinerary {
  margin-top: 25px;
}
.tour-highlights h3,
.tour-itinerary h3 {
  font-size: 18px;
  color: #004aad;
  margin-bottom: 10px;
  border-bottom: 2px solid #004aad;
  display: inline-block;
  padding-bottom: 4px;
}
.tour-highlights ul {
  padding-left: 20px;
}
.tour-itinerary {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}
.tour-hotline {
  margin-top: 25px;
  background: #fff4e1;
  padding: 12px;
  border-left: 4px solid #ff9c07;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

