/*!
Theme Name: Rumbling African Safaris
Theme URI: http://underscores.me/
Author: Dhanashree Inc.
Author URI: https://dhanashree.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rumbling-african-safaris
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rumbling African Safaris is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
   color: inherit;
   text-decoration: none;
}

maxh350 {
   max-height: 350px;
}


.txt_limit_lines {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.line_clamp1 {
   line-clamp: 1;
   -webkit-line-clamp: 1;
}

.line_clamp2 {
   line-clamp: 2;
   -webkit-line-clamp: 2;
}

.line_clamp3 {
   line-clamp: 3;
   -webkit-line-clamp: 3;
}

.line_clamp4 {
   line-clamp: 4;
   -webkit-line-clamp: 4;
}

.line_clamp5 {
   line-clamp: 5;
   -webkit-line-clamp: 5;
}

div.term-description {
   padding-bottom: 15px;
}



@media (min-width: 766px) {
   .custom-slider {
      justify-content: center;
   }
}

.summary-section-img {
   height: auto;
}


.result-item a {
   color: #a8431c;
   font-weight: bold;
   font-size: 14px;
}

/* Search page pagination CSS */

.search-part-pagination .page-numbers {

   border-radius: 50%;
   width: 40px;
   height: 40px;
   text-align: center;
   padding: 0;
   line-height: 40px;
   font-size: 1rem;

   position: relative;
   display:
      /*block;*/
      inline-flex;

   color: #333;
   text-decoration: none;
   background-color: var(--bs-pagination-bg);
   border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-part-pagination .page-numbers.current {
   color: #ccc;
}

.search-part-pagination .page-item .next {
   border-top-right-radius: var(--bs-pagination-border-radius);
   border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.search-part-pagination .page-item .prev {
   border-top-left-radius: var(--bs-pagination-border-radius);
   border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.search-part-pagination .page-item .current {
   background-color: #6a0808;
   color: white;
   border: none;
}

/* Dropdown icon CSS  */

.select-with-icon {
   position: relative;
}

.select-with-icon i {
   position: absolute;
   top: 50%;
   left: 12px;
   transform: translateY(-50%);
   pointer-events: none;
   /* allows clicks to pass through to select */
   color: #FFF;
}

.select-with-icon select {
   padding-left: 2rem;
   /* leave space for the icon */
}

/* White dropdown arrow for Bootstrap form-select */
.white-arrow-select {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: right 0.75rem center;
   background-size: 0.8rem;
   color: #fff;
   /* optional: makes the selected text white too */

}


.woocommerce-info {
   color: #FFF;
   background-color: #a03d16 !important;
}

.Itinerary-section-card .feature-text a { color: inherit; text-decoration: none; }