/*
Theme Name: MyTheme Child
Template: yogala
Version: 1.0
*/

.hero-full{
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.elementor-heading-title {
  font-family: "Barlow Condensed", sans-serif;
}

.header-number span {
    font-weight: 500;
}
.testimonial.style-1 {
  text-transform: lowercase!important;
  font-size: 22px!important;
  font-weight: 400!important;
  color:#ffffff!important;
}
.testimonial.style-1 h4 {
  color:#ffffff!important;

}
.banner-content h2 {
    color: #ffffff !important;
}

section.page-title.breadcrumb-1::before {
  width: 32% !important;
}

section.page-title.page-title-overlay.breadcrumb-1 {
    position: relative;
    overflow: hidden;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}
.page-title {
padding: 250px 0 130px 0!important;
}
.page-title.breadcrumb-1 h1 {
  color: #ff6b00!important;
}
.banner-slider-two .swiper-slide {
    min-height: 650px !important;
    max-height: 650px !important;
}

.banner-slider-two .banner-content {
  padding: 150px 15px 150px 250px!important;
}

.theme-title h2 {
    color: inherit !important;
}

@media (max-width: 1024px) {

    .banner-slider-two .banner-content {
        background: transparent !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 80px 30px !important;
        margin: 130px 1px 30px 1px!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .banner-slider-two .banner-content h2 {
        font-size: 42px !important;
        line-height: 1.15 !important;
        max-width: 90% !important;
    }

    .banner-slider-two .banner-content p {
        max-width: 90%;
    }
}

.main-nav > ul > li > a {
    color: #ff6b00 !important;
    font-weight: 500!important;
}
/* Szersze rozwijane menu */
@media (min-width: 992px) {
  .main-nav > ul > li.menu-item-has-children > ul.sub-menu {
    width: 320px !important;
    min-width: 320px !important;
    max-width: none !important;
  }

  .main-nav > ul > li.menu-item-has-children > ul.sub-menu > li > a {
    white-space: nowrap !important;
  }
}