/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/

/* make font family for whole document   font-family: "Carrois Gothic", Sans-serif; */
body{
  font-family: "Carrois Gothic", Sans-serif;
}

@media screen and (max-width: 750px) {
  .desktop-hide {
    display: none;
  }
}

.tour-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.tour-options .elementor-image-box-title {
  line-height: 1em;
}

.trekksoft-widget-root {
  text-align: center !important;
}

/* media query for targeting elementor mobile styles */
@media screen and (max-width: 767px) {
  .attractions .elementor-column {
    margin-bottom: 20px;
    height: 258px;
  }
}

@media screen and (min-width: 767px) {
  .attractions small {
    display: none;
  }

  .attractions .elementor-element-populated:hover small {
    display: block;
    cursor: pointer;
  }
}

.mc-field-group label,
.indicates-required,
#mce-success-response {
  color: white;
}

.discount-modal p {
  margin-bottom: 0px;
}

.discount-modal .form-container .elementor-element-populated {
  padding-top: 0px;
  padding-bottom: 0px;
}

.stl_locations {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.stl_locations .location {
  list-style: none;
  padding: 10px;
  padding-bottom: 0px;
  margin: 0;
  position: relative;
  width: 200px;
  height: 225px;
  margin: 5px;
  display: flex;
  flex-direction: column-reverse;
}

.stl_locations .location-thumbnail {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  top: 0;
  left: 0;
}

.stl_locations .thumbnail-title {
  z-index: 5;
  position: relative;
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 900;
}

/* Create overlay for locations with a before element */
.stl_locations .location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  border-radius: 20px;
}

.stl_locations .open-location-modal {
  color: #ffffff !important;
  z-index: 5;
  position: relative;
  cursor: pointer;
  padding: 5px;
}

.stl_locations .open-location-modal:hover {
  text-decoration: underline !important;
}

/* media query to target screens smaller than 449px */
@media screen and (max-width: 449px) {
  .stl_locations .location {
    width: 180px;
    height: 200px;
  }
}

.stl-location-modal .modal-title {
  font-weight: 900;
}

.stl-location-modal .featured-image-wrapper {
  text-align: center;
}

.stl-location-modal .featured-image {
  margin-bottom: 20px;
  border-radius: 10px;
  max-height: 400px;
}

.primary-details,
.whats-included {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.primary-details .detail {
  font-size: 18px;
  font-family: "Carrois Gothic", Sans-serif;
  font-weight: 400;
  margin-bottom: 6px;
}

.primary-details .detail .detail-icon {
  color: #5e9644;
  width: 40px;
}

.acf-slideshow .slide-image {
  height: 80vw;
  max-height: 450px;
  object-fit: cover;
  object-position: center;
}

.slick-arrow {
  z-index: 5;
  background-color: transparent !important;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-dots button:hover,
.slick-dots button:focus,
.slick-dots button:active {
  background-color: transparent !important;
}

.whats-included .included{
  display: flex;
}

.included .fas {
  margin-right: 8px;
  color: green;
  padding-top: 5px;
}

.not-included .fas {
  color: red;
}

.book-now-button {
  text-align: center;
}

.book-now-button a{
  background-color: #5e9644;
  padding: 15px 30px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
}

.book-now-button a::before{
  content: "\f274";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.tour-feed-item .read-more-link {
  padding-top: 8px;
    display: block;
    font-size: 93%;
}

.tour-feed-image{
  max-height: 320px;
}

.tour-feed-title{
  font-family: "Carrois Gothic", Sans-serif;
}

.tour-feed-item-content{
  background-color: #f5f5f5;
}

.stl-btn{
  background-color: #5e9644!important;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: uppercase;
}

.tour-feed-item-overview{
  font-size: 18px;
  color:black;
}