/*
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
*/

.img-col .fusion-image-element,
.size-image,
.size-image img,
.img-col .fusion-builder-row-inner {
  height: 100%;
  width: 100%;
}

.size-image img {
  object-fit: cover;
  object-position: center;
}

.img-row .fusion-layout-column {
  height: 500px;
}

.col-custom-width {
  width: 90% !important;
}

.img-nest-col .fusion-column-wrapper {
  background-size: cover !important;
  background-position: center !important;
}

.header-custom {
  backdrop-filter: blur(50px);
}

.carousel-custom .fusion-carousel-item-wrapper,
.carousel-custom .fusion-image-wrapper,
.carousel-custom .fusion-image-wrapper img {
  height: 100%;
}

.carousel-custom .swiper-slide img {
  border-radius: 2px !important;
}

@media screen and (max-width: 425px) {
  .btn-margin {
    margin-bottom: 20px !important;
  }
}
