/*
Theme Name: GlobeFarer
Theme URI: https://globefarer.qodeinteractive.com
Description: Transportation and Logistics Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: globefarer
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.custom-button-bus-view {
    display: inline-block;
    padding: 5px 22px;
    background-color: #00ABC4;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 15px;
	transition: transform 0.5s;
}
 
.custom-button-bus-view:hover {
	transform: scale(0.9);
	color: #fff;
}
* > .__color-blue-site{
	color:#00ABC4;
}
* > .__hidden{
	display:none;
}
* > .__line-height_2{
	height: calc(var(--line-height) * 2em);
    line-height: var(--line-height);
	--line-height: 1.1
}

.custom-thumbnail-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; 
  overflow: hidden;
}
/*
.custom-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
*/
.custom-bus-slider .custom-thumbnail-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.custom-bus-slider .custom-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.jet-listing-grid__items.force-carousel-mode {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
}

.jet-listing-grid__items.force-carousel-mode > .jet-listing-grid__item {
  flex: 0 0 auto;
  width: 300px; 
  scroll-snap-align: start;
}

.custom-bus-slider {
  overflow: hidden;
  width: 100%;
}

.custom-bus-slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.jet-listing-grid__items.swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
}

.swiper-button-next::before,
.swiper-button-prev::before {
    content: none !important;
    display: none !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
    content: none !important;
}

._document ol {
    counter-reset: item;
}

._document ol li {
    display: block;
    position: relative;
}

._document ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; 
}

.swiper-button-next,
.swiper-button-prev {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5); /* jen pro test */
  z-index: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  color: white;
}
/*
.elementor-widget-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Ořez na 4:3 jen v gridu ojetých autobusů */
.jet-listing-grid--12417 .elementor-widget-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
}


/*
.iveco_bus_tabs h1, .iveco_bus_tabs h2, .iveco_bus_tabs h3, .iveco_bus_tabs h4, .iveco_bus_tabs h5, .iveco_bus_tabs h6{
	color: #BDBEC1;
	width: 100%;
	display: block;
	background-color: #FAFAFA;
	clear: both;
	text-align: center;
	margin-top: 5px;
}

.iveco_bus_tabs img{
	width: 300px;
	height: auto;
}

.iveco_bus_tabs a{
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

.iveco_bus_tabs p{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}
.iveco_bus_modern_2025_images{
	float:left;
	display:inline-block;
}
*/
.elementor-element-fb2995d .elementor-widget-container {
  cursor: pointer;
}
.elementor-element-fb2995d .elementor-widget-container a {
  display: block; 
  width: 100%;
  height: 100%;
}
/*Forms*/
input[type="range"]#_engine_volume {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: block !important;
  width: 100% !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

input[type="range"]#_engine_volume::-webkit-slider-runnable-track {
  height: 4px !important;
  background: #d9d9d9 !important;
  border-radius: 999px !important;
}

input[type="range"]#_engine_volume::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  margin-top: -7px !important;
  background: #5f6872 !important;
  border-radius: 50% !important;
  border: 0 !important;
}

input[type="range"]#_engine_volume::-moz-range-track {
  height: 4px !important;
  background: #d9d9d9 !important;
  border-radius: 999px !important;
}

input[type="range"]#_engine_volume::-moz-range-thumb {
  width: 18px !important;
  height: 18px !important;
  background: #5f6872 !important;
  border-radius: 50% !important;
  border: 0 !important;
}