/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* header */
header ul#menu-mainmenu {
  gap: 1rem 30px;
}
.gap30 .fusion-column-wrapper {
  gap: 30px;
}
.text-nowrap {
  text-wrap: nowrap !important;
}

.margin0 {
  margin: 5px !important;
}

.fusion-body .fusion-button.button-1:hover span {
  color: var(--awb-color1) !important;
}

/* checklist - margin bottom */
ul.mb-25 {
  margin-bottom: 25px !important;
}

/* default box shadow */
div.bs_def .fusion-column-wrapper {
  box-shadow: 12px 12px 60px 0px #0000006b;
}

/* text s červenou lajnou */
.textBefore p {
  border-left: 5px solid var(--awb-color6) !important;
  padding-left: 16px !important;
}

ul.checklist-kontakt li div.fusion-li-item-content a:hover,
ul.checklist-kontakt li div.fusion-li-item-content p a:hover {
  border-bottom: 1px solid white;
}

/* kontakt page */

.kontakt .kontakt_page_box .fusion-column-wrapper {
  border-radius: 16px !important;
  border-left: 2px solid #fecd33 !important;
  padding: 40px 32px !important;
  background: #f9f9f9 !important;
}

.kontakt_page_box {
  margin-bottom: 48px !important;
}

/* button */

.fusion-layout-column .fusion-column-wrapper .active_button {
  background: #aa2323 !important;
  color: #ffffff !important;
}

.fusion-layout-column .fusion-column-wrapper .active_button span {
  color: #fff !important;
}

/* sekce */

.sekce_kontakt_page {
  display: none !important;
}

.sekce_kontakt_page.active_sekce {
  display: flex !important;
}

/* redesign o nas */

.aboutImagePosition {
  /* background-position: 70%!important; */
  --awb-bg-position: 70% !important;
}

/* pujcovna */

.vehicles__wrapper {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 24px;
  margin-bottom: 140px;
  margin-top: 32px;
}

.vehicle__wrapper {
  background-color: #ce2e2b;
}

.vehicle__wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.vehicle__wrapper .vehicle__title {
  padding: 16px;
}

.vehicle__wrapper .vehicle__description {
  color: #fff;
}

.vehicle__wrapper .vehicle__description ul {
  padding-left: 20px;
  line-height: 1.7;
}

.vehicle__wrapper .vehicle__title h2 {
  color: #fff;
  display: block;
  margin-bottom: 16px !important;
}

.vehicle__wrapper .vehicle__button {
  padding: 8px 18px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  transition: 0.25s ease all;
}

.vehicle__wrapper .vehicle__button:hover {
  background-color: #fff;
  color: #ce2e2b;
}

.booking-calendar {
  padding-top: 60px;
}

.vehicle-select .form-group {
  text-align: center;
}

#wrapper-reservation label {
  font-weight: 700;
  margin-bottom: 5px;
}

button {
  cursor: pointer;
}

.explanations {
  margin-top: 16px;
}

.date-panel {
  margin-top: 32px;
}

.form-group input {
  margin-bottom: 16px;
}

select#vehicle {
  padding: 10px;
}

.vc-arrow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: 0.25s ease all;
}

.vc-pane:first-child,
.vc-pane:last-child {
  filter: blur(3px) !important;
}

.post-type-archive-pujcovna #main {
  position: relative;
}

.post-type-archive-pujcovna #main > div {
  position: relative;
  z-index: 100;
}

.post-type-archive-pujcovna #main::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 900px;
  background-color: var(--awb-color2);
}

.booking-calendar__content .fusion-separator-border {
  display: none !important;
}

/*----------------- Produkty - obchod - nový 08/23 -------------*/
body .produkty-menu ul li:not(:first-of-type) a {
  opacity: 0.75;
  font-weight: 500;
  font-size: 16px !important;
  text-transform: none !important;
}

body .produkty-menu ul li:not(:first-of-type):hover a {
  opacity: 1 !important;
}

.zobrazitKategorie {
  cursor: pointer !important;
}

body .container_zobrazitKategorie {
  height: 0px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s;
}

.container_zobrazitKategorie.active {
  height: auto;
  opacity: 1;
  transform: translateY(0px);
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.zobrazitKategorie i {
  transition: all 0.5s;
}

.postcard_produkt .fusion-imageframe {
  padding: 2rem;
  height: 310px;
  display: flex;
  justify-content: flex-start;
}

.postcard_produkt .fusion-imageframe img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
/*--- Detail produktu ---*/
.ptb-produkt-new .fusion-page-title-bar.fusion-tb-page-title-bar {
  background: var(--awb-color7) !important;
}

.celypopis_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.celypopis_wrap .celypopis_chevron {
  transition: all 0.5s;
}

.celypopis_wrap:hover .celypopis_chevron {
  transform: translateY(0.5rem) !important;
}

.column_celypopis {
  scroll-behavior: smooth !important;
}

.layout_produkt-detail h2 {
  font-family: var(--awb-typography1-font-family) !important;
  color: var(--awb-color1) !important;
  text-transform: uppercase !important;
  margin-bottom: 4rem !important;
  position: relative;
  font-size: 32px !important;
}

.layout_produkt-detail h2::before {
  content: "";
  background: url(/wp-content/uploads/2023/08/h2underline.svg) center center
    no-repeat;
  position: absolute;
  width: 100%;
  max-width: 500px;
  height: 200px;
  bottom: -154px;
  opacity: 1;
}

.h2-nodec h2::before {
  display: none !important;
  margin-bottom: 2rem !important;
}

.layout_produkt-detail .centered h2 {
  text-align: center !important;
}

.layout_produkt-detail .h2-big h2 {
  font-size: 48px !important;
}

.produkt-img-carousel .fusion-nav-prev.awb-icon-left,
.produkt-img-carousel .fusion-nav-next.awb-icon-right {
  background: rgba(0, 0, 0, 0) !important;
  border: var(--awb-color1) 2px solid !important;
  width: 48px !important;
  height: 48px !important;
  transition: all 0.5s;
}

.produkt-img-carousel .fusion-nav-prev.awb-icon-left:hover,
.produkt-img-carousel .fusion-nav-next.awb-icon-right:hover {
  background: var(--awb-color6) !important;
  border: var(--awb-color6) 2px solid !important;
}

.produkt-img-carousel .fusion-carousel-positioner {
  height: 500px !important;
}

.produkt-img-carousel .fusion-carousel-wrapper {
  max-height: 100% !important;
}

.produkt-img-carousel .fusion-nav-prev.awb-icon-left::before,
.produkt-img-carousel .fusion-nav-next.awb-icon-right::before {
  font-size: 24px !important;
}

.produkt-img-carousel .fusion-nav-next.awb-icon-right {
  left: 1152px !important;
}

.produkt-img-carousel img {
  max-width: 90% !important;
  max-height: 500px !important;
  object-fit: contain;
}

.layout_produkt-detail ul {
  padding-inline-start: 20px !important;
}

.layout_produkt-detail ul li {
  margin-bottom: 1rem !important;
  position: relative !important;
}

.layout_produkt-detail .li-marker-custom ul li::marker {
  content: "" !important;
}

.layout_produkt-detail .li-marker-custom ul li::before {
  content: "" !important;
  position: absolute;
  width: 5px;
  background: var(--awb-color1);
  height: 20px;
  left: -16px;
  top: 3px;
}

.layout_produkt-detail .fusion-text:not(h2) {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.produkt_fw-carousel,
.produkt_fw-carousel .fusion-carousel-item {
  margin-bottom: 0 !important;
}

.produkt_fw-carousel .fusion-carousel-wrapper.fusion-carousel-swipe {
  padding-bottom: 0 !important;
}

.produkt_fw-carousel .fusion-image-wrapper.hover-type-none {
  width: 100%;
}

.produkt_fw-carousel .fusion-image-wrapper.hover-type-none img {
  width: 100%;
  height: 860px;
  object-fit: cover;
}

.produkt_fw-carousel .fusion-nav-prev.awb-icon-left::before,
.produkt_fw-carousel .fusion-nav-next.awb-icon-right::before {
  font-size: 24px !important;
}

.produkt_fw-carousel .fusion-carousel-nav .fusion-nav-prev.awb-icon-left {
  left: 4% !important;
}

.produkt_fw-carousel .fusion-carousel-nav .fusion-nav-next.awb-icon-right {
  left: 93.5% !important;
}

.produkt_fw-carousel .fusion-nav-prev.awb-icon-left,
.produkt_fw-carousel .fusion-nav-next.awb-icon-right {
  background: rgba(0, 0, 0, 0) !important;
  border: var(--awb-color1) 2px solid !important;
  width: 48px !important;
  height: 48px !important;
  transition: all 0.5s;
}

.produkt_fw-carousel .fusion-nav-prev.awb-icon-left:hover,
.produkt_fw-carousel .fusion-nav-next.awb-icon-right:hover {
  background: var(--awb-color6) !important;
  border: var(--awb-color6) 2px solid !important;
}

/* Produkt karta */

@media (max-width: 1024px) {
  body .vc-arrows-container {
    justify-content: space-between !important;
  }
  .vc-pane:first-child,
  .vc-pane:last-child {
    transform: none !important;
  }
}

@media (min-width: 0px) {
  .container {
    width: 100% !important;
  }
}

/* Download monitor */

.dlm-downloads {
  list-style-type: none;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dlm-downloads li {
  width: 100%;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.dlm-downloads li a::before {
  content: "" !important;
  display: inline-block !important;
  position: relative !important;
  left: 0 !important;
  width: 1.5em !important;
  height: 1.5em !important;
  /* background-image: url("/wp-content/uploads/2024/06/pdf_ico.svg")!important; */
  background-image: url("/wp-content/uploads/2024/07/dl_pdf_red.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-right: 0.7em !important;
  -webkit-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  opacity: 1 !important;
  z-index: 11 !important;
}

.dlm-downloads li a {
  padding: 12px 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.dlm-downloads li a:hover {
  background-color: var(--awb-color6);
  color: var(--awb-color1);
}

.dlm-downloads li a:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 899px) {
  .dlm-downloads li {
    width: calc(100% / 2 - 8px);
  }
}

@media only screen and (max-width: 599px) {
  .dlm-downloads li {
    width: 100%;
  }
}

/* FOOTER */
footer .three-col {
  width: calc((100% / 3) - 4%) !important;
}
@media only screen and (max-width: 800px) {
  footer .three-col {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}
