/* 
Theme Name: Bunker - Child Hello Elementor 
Theme URI: #bunker
Description: Bunker - Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Samuel Arendt
Author URI: https://www.samuelarendt.com.br/
Template: hello-elementor
Version: 1.0.0
Text Domain: bunker
*/

.text-balance {
  text-wrap: balance;
}
.elementor-button-text {
  line-height: 1;
  padding-top: 2px;
}
.elementor-menu-toggle > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-menu .elementor-nav-menu--dropdown {
  position: absolute;
  transform: translateY(100%)!important;
  bottom: -10px;
  right: 12px;
  border-radius: 3px!important;
  overflow: hidden;
  background: #e2e2e0;
}
.header-menu .elementor-item {
  justify-content: flex-end;
  min-width: 210px;
}
.select-caret-down-wrapper {
  width: 18px;
  height: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.7" d="M17 1L9 9L1 1" stroke="%23E2E2E0" stroke-width="2"/></svg>');
}
.select-caret-down-wrapper svg {
  display: none!important;
}
.gallery-square .swiper,
.gallery .swiper{
  border-radius: 5px;
}
.gallery .swiper-slide-inner {
  aspect-ratio: 54/35;
}
.gallery-square .swiper-slide-inner {
  aspect-ratio: 1/1;
}
.gallery-square .swiper-slide-inner img,
.gallery .swiper-slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}