/* site */
main#main {
  overflow: hidden;
}

[data-scrollbar="true"]#main-container {
  height: 100vh;
  overflow: auto;
  width: 100%;
}

#main-container-scroll.scroll-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

main#main,
footer.ct-footer {
  transition: opacity 0.3s;
  opacity: 0;
}

.is-ok main#main,
.is-ok footer.ct-footer {
  opacity: 1;
  transition: opacity 1.25s;
}

/* banner */

.banner-f-img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-full-wrap {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-f-text {
  position: relative;
  z-index: 20;
  align-self: flex-end;
  padding-bottom: 38vh;
}

.b-f-tc {
  color: #fff;
}

.b-f-tc h3 {
  color: inherit;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.b-f-tc .sub-t {
  font-weight: 300;
  font-size: 2.15em;
  opacity: 0.75;
  text-transform: capitalize;
}

.banner-i-sw {
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
  z-index: 30;
}

.banner-i-sw > div {
  position: relative;
  max-width: 100px;
}

.swiper-button-white.alp-banner::after {
  font-size: 1.2em;
}

.swiper-button-white.alp-banner {
  width: auto;
}

.swiper-button-prev.swiper-button-white.alp-banner {
  left: 0;
}

.swiper-button-next.swiper-button-white.alp-banner {
  right: 0;
}

.banner-full-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}

/* mobile css */

@media only screen and (max-width: 999px) {
  .banner-f-text {
    padding-bottom: 42vh;
  }

  .banner-full-wrap {
    height: 100vh;
  }
}

/* block css */
.alignfull .kt-row-column-wrap {
  padding: 0;
  width: var(--container-width);
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
}

[data-products="type-2"] .product .ct-image-container img,
[data-products="type-2"] .product .ct-image-container picture {
  object-fit: contain;
}

.alignfull > [class*="_inner-container"] > *:not(.alignwide):not(.alignfull) {
  max-width: none;
  width: auto;
}

.gutentor-image-thumb {
  position: relative;
  padding-bottom: 100%;
}

.gutentor-image-thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kt-blocks-carousel .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kt-blocks-carousel .slick-list {
  overflow: visible;
}

.wp-block-kadence-advancedgallery {
  overflow: visible;
}

.page-description.ct-hidden-sm {
  max-width: 480px;
}

.vp-portfolio__items-style-default .vp-portfolio__item-meta {
  padding: 0.5em 0;
}

.vp-portfolio__items-style-default .vp-portfolio__item-meta-title {
  margin-bottom: 0.5em;
}

/* kt-align */
.alignfull .wp-block-kadence-rowlayout.alignnone .kt-row-column-wrap {
  width: auto;
}

/* tab css */

.kt-tabs-wrap .wp-block-kadence-tab[role="tabpanel"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 0;
}
.kt-tabs-wrap[class*="kt-active-tab"] .kt-tabs-content-wrap > .wp-block-kadence-tab[aria-hidden="false"] {
  position: relative;
  opacity: 1;
  z-index: 10;
}

/* 
 */

.dt-g-img .full-img-wrap > img {
  object-fit: contain;
}

.dt-g-img {
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
}

.dt-tm-img .full-img-wrap > img {
  object-fit: contain;
}

.dt-tm-img {
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
}

/*  */

.wp-block-getwid-media-text-slider-slide__content {
  padding: 0;
}

.wp-block-getwid-media-text-slider-slide-content {
  width: 88%;
  max-width: 1440px;
}
@media only screen and (min-width: 999px) {
  .list-3 .alpha-post-item-1 {
    flex-basis: 25%;
  }
  .post-container-1.news-list-w .alpha-post-item-1 {
    flex-basis: 33.33%;
  }
}

@media only screen and (max-width: 999px) {
}
