/*
Theme Name: Matkamyynti One
Theme URI: https://buspay.fi/
Description: BusPay Matkamyynti-palvelun demoteema.
Author: Jarkko Rintee
Template: twentytwentyfive
Version: 1.0
Text Domain: matkamyyntione
*/

/* HEADERIN KARUSELLI
-----------------------------------------------------------------------------*/
#matkamyyntione-slideshow {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-color: black;
}

#matkamyyntione-slideshow .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(2);
  opacity: 0;
  transition: transform 6s ease, opacity 3s ease;
}

#matkamyyntione-slideshow .slide-item.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

/* HEADERIN KUVA
-----------------------------------------------------------------------------*/
#matkamyyntione-header {
  height: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#matkamyyntione-header .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left center;
}

/* MATKAT-SIVUN MATKAHAKU
-----------------------------------------------------------------------------*/
.buspay-matkamyynti-search-wrapper.wp-block-group {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

.buspay-matkamyynti-trip-list.wp-block-group {
  margin-top: 1.25rem;
}
