/*
Theme Name: Brikk-child
Author: Utillz
Description: This a child theme of brikk
Version: 1.0
Template: brikk

This is the child theme for Brikk theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.bottom-form .elementor-field-type-acceptance .elementor-field-option {
  margin-inline: auto;
  text-align: center;
  width: fit-content;
  justify-content: center;
}
.bottom-form .elementor-field-type-acceptance  .elementor-field-subgroup{
  width: 100%
}
.brk-listings {
	overflow: inherit;
}
.rz-listings .rz-listing-item .rz-listing {
  border-radius: 10px;
  padding: 0px;
  transition: all .3s;
  box-shadow: 0 0 0 1px hsla(0,0%,64.7%,.3);
  margin-bottom: 14px;
  margin-top:7px;
	margin-inline:2px
}
.rz-listings .rz-listing-item .rz-listing:hover {
  transform: translateY(-7px);
    box-shadow: 0 0 35px rgba(0,0,0,.085);
}
.rz-listings .rz-listing-item .rz-listing .rz-listing-content {
  padding-inline: 15px;
  padding-bottom:20px;
}