/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.lynh_menu .bricks-menu-item:first-child {
  margin-left: 0;
}
.lynh_img-11 {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}
.lynh_img-11.css-filter {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lynh_img-43 {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
}
.lynh_img-43.css-filter {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lynh_a-img-11 {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  position: relative;
}
.lynh_a-img-11 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.lynh_a-img-43 {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
  position: relative;
}
.lynh_a-img-43 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.lynh_faq .accordion-item:first-child .accordion-title-wrapper {
  border: none !important;
  padding-top: 0 !important;
}
.lynh_faq .accordion-item:last-child .accordion-title-wrapper {
  padding-bottom: 0 !important;
}
